-
generate random mac-address using md5sum + sed
$ date | md5sum | sed -r 's/(..){3}/1:/g;s/s+-$//' View this command to comment, vote or add to favourites View all commands by acavagni Diff your entire server config at ScriptRock.com Article Source.
-
Show your current network interface in use
$ ip r show default | awk '{print $5}' View this command to comment, vote or add to favourites View all commands by rolanda Diff your entire server config at ScriptRock.com Article Source.
-
Without a GUI--How to Live Entirely in a Terminal
by Bryan Lunduke Sure, it may be hard, but it *is possible to give up graphical interfacesentirely—even in 2019.* About three years back, I attempted to live entirely on the command line for 30days—no graphical interface, no X Server, just a big-old terminal and me,for a month. I lasted all...