Hi,
if you do not always want to enter your private key password/passphrase when using certificate based ssh or scp connections then ssh-agent is your friend 🙂 .
Continue reading Linux: Using ssh-agent
Stuff about Linux
Hi,
if you do not always want to enter your private key password/passphrase when using certificate based ssh or scp connections then ssh-agent is your friend 🙂 .
Continue reading Linux: Using ssh-agent
Hi,
newer Linux distribution do assign network names like enp0s13 or eno1 instead of the old style ethx names.
Continue reading Linux: Disable assignment of new styled names for network interfaces
Hi,
for hexdump (binary) files and converting back the Linux command line xxd works perfect.
Continue reading Hexdump: Hexdump a binary file and convert it back
Hi,
debian is still delivered with 2.7 as the default version of python. /usr/bin/python is in fact a symlink to the current default versions binary.
The update-alternatives scripts allows to change this.
Continue reading Debian: Set python 3 as default
Hi,
this post describes to save and apply changes to an source file.
Continue reading Creating and applying a patch with diff and patch