by ray | Dec 1, 2017 | Linux / Ubuntu
Just use crontab -e and follow the tutorial here: Crontab – Quick Reference Look at point 3 for a guide on how to specify the frequency. Based on your requirement, it should effectively be: */10 * * * * /usr/bin/python...
by ray | Dec 1, 2017 | Linux / Ubuntu
Sudo resets PATH, along with many other environment variables, for security reasons. It doesn’t matter what is set in /etc/profile, unless you run sudo -i. The sudo manual page, under SECURITY NOTES, gives an insight about the security implications, along with...
by ray | Oct 30, 2017 | Linux / Ubuntu
If you’ve been successfully running 16.04 with your video driver before, but the login loop issue happens after the latest software update, try this, it worked for me after trying EVERYTHING else. This is the equivalent of searching for “additional...
by ray | Oct 30, 2017 | Linux / Ubuntu
This laptop has 2 graphic card options. NVIDIA NVS 3100M Intel Graphics Media Accelerator HD In order to know which one you have, open a terminal and type: sudo lshw -C display Please be aware that this answer may become slightly outdated. I will do my best to update...
by ray | Sep 10, 2017 | HTML / Web, Linux / Ubuntu
Here’s a script that can be used to download and install all the Google Web Fonts. What the script does is download all the fonts from Google Font Directory (it includes around hundreds of fonts, each with many variations that you can use on your desktop or...
by ray | Sep 8, 2017 | Linux / Ubuntu, Microsoft Windows
Prerequisites Your PC must be running a 64-bit version of Windows 10 Anniversary Update or later (build 1607+). To find your PC’s architecture and Windows build number, open Settings > System > About Look for the OS Build and System Type fields. Install...