GPG encrypted files for Amazon Glacier storage
I am no big fan of cloud solutions, mainly because I don’t like to entrust my data to people I don’t know. But like with any other tool, the cloud is still just a tool and it really depends on …
I am no big fan of cloud solutions, mainly because I don’t like to entrust my data to people I don’t know. But like with any other tool, the cloud is still just a tool and it really depends on …
I had this peculiar problem – one of my virtual hosts had a custom tmp directory where sessions were stored and not deleted for a long time. When I found out, the number of files in there already posed a …
I found this lovely Conky script that I wanted to use for my MATE desktop. conky -c .conky/conkyrc_orange However, it wouldn’t start automatically after logging in, see: user@machine:~$ cat .config/autostart/conky.desktop [Desktop Entry] Type=Application Exec=conky -c /home/user/.conky/conkyrc_orange Hidden=false X-MATE-Autostart-enabled=true Name[en_US]=conky Name=conky …
…some 18 years later.
I ran into a peculiar problem while designing a website for my client. They had professional photos taken and I liked them very much, so I decided I would use them as a fixed background that would stretch to the …
If you need to change the editor that opens the crontab configuration, this is the way: env EDITOR=vim crontab -e
Ever wnated to have your external disk or USB stick encrypted? This is a way to get there on a Debian-based system using dm-crypt and LUKS. First, make sure dm-crypt module is loaded (see if /dev/mapper/ is present), and if …
My Skyrim assasin career so far
Adding a secondary keyboard layout in LXDE proved to be tricky
I ran across a problem when trying to run a program located in “Program Files” directory from within a Python application using os.system(). It was obvious that the problem was caused by the space character in the name of the …
Python os.sytem() and Windows Program Files directory Read more »