How to disable persistent network interface names in Debian 9 (Stretch)
edit /etc/default/grub and change the following line
GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"
afterwards run “update-grub
“
How to disable persistent network interface names in Debian 9 (Stretch)
edit /etc/default/grub and change the following line
GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"
afterwards run “update-grub
“
If you come across the situation, that your java programs are not able to connect to ssl encrypted services, it might be […]
In case you are a CLI junkie as myself and want to restore some files from a time maschine backup manually with […]
Viewing a “raw” diff in Github is easy – if you know how. If you are viewing a commit on github the […]
The traditional way for creating a linux swapfile would be using dd to create an empty file e.g. A faster way is […]