Bitcoin donations are welcome:14snQXeLcnJtWUduKZ6rC2MHdPYrYar1Tw

Monday, July 17, 2017

Quality Pry Bar Tool Set

Found this pry bar tool set which seemed to be of good quality. Very happy with it as it's strong and of perfect size. Highly recommended. Also, it's a lot cheaper then the US/UK alternatives which a lot of webshops are selling.

https://www.aliexpress.com/item/Green-Hard-Plastic-4-in-1-Pry-Bar-Opening-Tools-Kit-With-Ruler-Scale-Spudger-For/32666433422.html

Wednesday, July 12, 2017

Ubuntu: Dropbox and crontab

In your default user, run "crontab -e", and add the following lines:

0 4 * * * DISPLAY=:0 /usr/bin/dropbox start >/dev/null 2>&1
0 5 * * * /usr/bin/dropbox stop >/dev/null 2>&1


This will start dropbox at 4am, and stop at 5am.