A SIOCSIFADDR error occurs if you move VirtualBox VMs between hosts, because the MAC changes.
To resolve this on a debian host just remove the entries in
/etc/udev/rules.d/70_persistent-net.rules
A SIOCSIFADDR error occurs if you move VirtualBox VMs between hosts, because the MAC changes.
To resolve this on a debian host just remove the entries in
/etc/udev/rules.d/70_persistent-net.rules
Auf der Webseite des Sundance Grande mountain resort & spa ist ein Promo Video im Header eingebunden. Darin sah nun jemand ein Problem, da das Video ein 5-Sterne Rating hat, der Betrieb jedoch ein 4-Sterne Betrieb ist. Irreführung und weiß Gott was wurde hier erwähnt. Erklärungsversuche, dass es sich hierbei nur um das Rating des Videos, nicht aber um die Sterne des Betriebes handle halfen offensichtlich nichts. Es kam eine Anzeige.

Manche Internetbenutzer sollten die Finger von Dingen lassen, die sie nicht verstehen.
Preventing a SSH connection from dropping while you are inactive or waiting for a script to finish is quite easy. If you are on a Ubuntu or Debian client you only have to add one line to
/etc/ssh/ssh_config
ServerAliveInterval 5
In OSX the config file for ssh can be found in /etc/ssh_config.
Actually this line sends a keep-alive packet to the server every 5 seconds. You can change the interval as you like, but for me it works best with 5 seconds.
Alternatively you can also use the parameter when connecting to the remote host. The command looks like this:
ssh -o ServerAliveInterval=10