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 »
Category: "System Admin"
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 »
A huge company might have a support email address of support@example.com. Emails that are sent to this email address are not received by a single person and then forwarded to an account manager, they typically go into a customer management system. Their… more »