From the terminal command line: Check out availabe formats: youtube-dl -F https://youtu.be/KHiRaK7hlCo Then select the highest resolution...
/etc/init.d/apache2 restart /etc/init.d/apache2 stop /etc/init.d/apache2 start
A great tutorial to create a shortcut to much used commands.
First find the location of the keyring. find . -print | grep -i 'login.keyring' Now delete the login.keyring file. rm ~/.gnome2/keyrings/login.keyring
How to format a USB drive with Linux Burn an ISO with Unetbootin. Works great.
Sometimes in Debian XFCE 4 a panel doesn't hide automatically. Workaround using terminal: $ pkill panel $ xfce4-panel
Best results in other decks
I had to modify the time for an application that I launch through Docker. Here is an approach that worked...
Prevent the restart of daemons from Debian package upgrades. Proper written postinstall scripts for Debian packages utilize deb-systemd-invoke...