I had tried to jump on to the cloud password manager band wagon last year with Lastpass but it was a spectacular failure. I installed the Lastpass Firefox plugin, it asked me if I wanted to import all my existing usernames and passwords, then it… more »
Category: "System Admin"
If you want to update a single document by hand there is a gotcha. When you run a find it looks like you are getting one result but you are actually getting a set of records which contains 1 entry. Log into mongo: > var x =… more »
I'm doing more and more work with SSH keys so I thought I'd share this little program with you. When I create a development server I set up SSH keys so that I'm not constantly typing in passwords as I copy stuff around. After creating a new virtual… more »
I came across an interested file protection problem with environment. OSX, Firefox and tar are all involved but I can't tell which component is doing it.
The problem manifested itself with Access forbidden messages from Apache.
My objective is to… more »
It took me a while to figure out why posix_getgid, posix_getegid, posix_getuid and posix_geteuid weren't working on my CentOS 7 installation of PHP. In fact none of the POSIX commands were available. PHPInfo revealed nothing, it didn't even mention… more »