32 private links
sudo dpkg --purge $(COLUMNS=200 dpkg -l | grep "^rc" | tr -s ' ' | cut -d ' ' -f 2)
Gnome Terminal and fish I have been using the default Gnome Terminal with the fish shell for a long time and it has served me well. Since fish provides a lot of functionality out of the box (including meta information about git repos in the prompt), I have stuck with it for the convenience. However, there is ONE major downside to fish; it is not POSIX compliant.
Why ditch fish? See what had happened was… Non-POSIX compliant wasn’t a big problem until I found myself writing a couple helper functions with fish syntax.
fontforge -script font-patcher {flags} {font-filename}
Recognized desktop entry keys
dex -t ~/.config/autostart -c /usr/bin/skype
git clone https://github.com/lxqt/lxqt.git
cd lxqt
git submodule init
git submodule update --remote --rebase
LXQT_PREFIX=/usr ./build_all_cmake_projects.sh
change record_fail timeout from 30s to 0s
Some important tips to make your drives last longer — and how to spin them down automatically on Linux
sed 's/,,/, ,/g;s/,,/, ,/g' data.csv | column -s, -t
rev file | column -t | rev
(cd /tmp/.X11-unix && for x in X*; do echo ":${x#X}"; done)