Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
If you run a server with multiple sites on it, then you may have issues with WordPress installations. WordPress has a remote admin feature (which allows 3rd party connections to post new articles etc..). While a greate feature in theory,…
For a few years now I keep catching myself transferring files between Linux servers, in a silly way… What I mean is using somthing like ftp, or copying to my desktop and then up to the other server – all…
Those of you with Exim will sometimes needs to do some work on it – here’s a list of the commands which I find most useful: If you want to see what exim is doing right now : “exiwhat” if…
Another of the most useful tools in server administration is the Crontab – you use this to schedule jobs (programs) to run at regular intervals. These tasks can be varied, from restarting servers, services – creating files, changing permissions, runing…
Grep is a tool that is used often by system administrators – including myself, however I often have to double check the syntax online – as a result this post is to help me find out how and you of…