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 »
Category: "System Admin"
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 »
I had a development server that was taking ages to start. I checked the /var/log/messages file which didn't reveal anything so I checked the /var/log/maillog which showed the following lines:
Nov 11 16:16:11 myhost sendmail[1334]: My unqualified host… more »