Create bridge device on my KVM host

I installed KVM on my debian host. Since I have 8 cores and 32GB RAM I have room to play around 🙂 And since I have some experience with KVM it was the obvious choice. Installing KVM : easy … apt is your friend Creating an VM : easy … Maybe I’ll once write it […]

Continue Reading

vi beep

I’m was going crazy because off the annoying bell sound vi(m) makes all the time. To solve it I put “set belloff=all” in my .vimrc martijn@radijs:~$ cat .vimrc set belloff=all martijn@radijs:~$

Continue Reading

DIG

Whenever I need to do something concerning DNS resolving I resort to dig. Some examples: Getting the IP adres for maboc.nl: martijnmbos@penguin:~$ dig maboc.nl ; DiG 9.11.5-P4-5.1+deb10u3-Debian maboc.nl ;; global options: +cmd ;; Got answer: ;; ->>HEADERHEADERHEADERHEADER

Continue Reading

Debian apt commands

I just installed a Debian machine. And since I’m a very longtime RedHat/Fedora man now I’m struggling with the commands to install stuff. Here are my notes: apt update Updates the meta-data and repositories apt upgrade Actually upgrades packages who need upgrading apt install <package> Installs a package apt list [package] Displays all packages known […]

Continue Reading