Adding an admin user to WordPress from the Command Line
20 March 2012
Ever wanted to know how to add a WordPress administrator from the command line? Here’s how to do it…
Just a site to share some of my memories.
20 March 2012
Ever wanted to know how to add a WordPress administrator from the command line? Here’s how to do it…
24 April 2011
As a Systems Administrator, I often need to find out which version multiple websites are on. With Linux, this often can be achieved with a surprisingly quick one-liner:
20 December 2010
Earlier this week, a couple of co-workers and I somehow got onto the topic of school songs.
11 October 2010
Bash unfortunately does not include a built-in function to test if a variable is an integer. There is however a simple pattern matching hack that you can use to test this on your own:
11 October 2010
Occasionally I need a list of valid days between two dates. In the past, I either generated this list manually or I hacked something else together to get the job done. This week, I found myself in a situation where I needed to do this task once again so I created a simple bash script to automate this process.
27 September 2010
Like a newspaper, RSS (Really Simple Syndication) allows you to stay up-to-date with the latest news by compiling information from many different sources and presenting it in a way that is easy for you to read. You can easily skip over articles that don’t interest you, read longer articles later, or you may even read only the sections that are of interest to you at that time.