Category: Linux Tech

Debian – Systemd static network interface names

One of the effects of introducing Systemd into Debian is that the traditional naming convention for network interfaces has changed. No more is your Ethernet interface called eth0, instead it has a name based on its MAC address. It’s still possible to use the old naming convention by creating a Systemd configuration file for each

Restarting Enlightenment (e17) from the command line

The scenario is that your Enlightenment (e17) desktop has locked up, and your keyboard and mouse appear to be non-responsive. However you do not want to reboot as you will lose all of your open windows. It is possible to restart the Enlightenment engine without affecting the windows being currently displayed. Either switch to a

Throttling Ethernet connection on Linux

Often for testing purposes it is necessary to restrict the speed of a network connection. This can be achieved using the netem module to tc.

For example, to restrict the bandwidth on eth0 to classic dial-up speeds use the command:
tc qdisc add dev eth0 root netem rate 56kbit