Adobe AIR unable to access ELS
2011-04-12
Adobe AIR keeps the passwords and account information of your AIR application in what they call the Encrypted Local Storage or ELS. Well on Linux, this can…
182 words
|
1 minute
Nvidia Display tool incorrectly wrote xorg.conf
2011-04-08
My xorg.conf file was improperly written by the nVidia xserver configuration tool today, and wouldn't you know it, it was when I had just gotten to the…
125 words
|
1 minute
Using .bashrc aliases to save time
2011-04-07
As a developer there are actions I do over and over that can be quite repetitive in the CLI. Some of these commands require specific flags to be set or a…
180 words
|
1 minute
Patching 32-bit .deb for 64-bit
2011-04-04
I've been finding lots of .deb packages that are compiled for 32-bit OS's that don't have 64-bit versions available. While this may not be the most elegant…
161 words
|
1 minute
Find and move all of one type of file
2011-04-02
I was doing a little organizing of my home directory and needed a quick way to move all of my .pdf files into my Documents/PDF folder. It's where I keep all…
106 words
|
1 minute
Quickly emptying a file
2011-04-01
So I was messing around with getting a few logging systems setup for a web app I'm writing and after a while these log files started to grow in size to the…
123 words
|
1 minute