Linux

Why I Use Virtual Machines for Projects

Why I Use Virtual Machines for Projects

I don’t like clutter. In fact, I am very picky about what I install on my computer which is one reason I love virtual machines to experiment with new technologies.

Development Featured Linux Programs and Tools
Batch Convert 4-Space Indentations to 2-Space

Batch Convert 4-Space Indentations to 2-Space

While adding a linter to an old project, I wrote the following bash script to convert 4-space indentations to 2-space indentations. This example recursively looks for *.js files starting at the script’s location. Of course, it can be used for any type of file though by simply changing the extension.

Development Featured Linux Mac Server
Working with Linux in Windows: Linux Server in VirtualBox

Working with Linux in Windows: Linux Server in VirtualBox

I have written before about having to work in Windows 7 with Docker which only runs natively on Linux, macOS or Windows 10.

Development Featured Linux Server Windows
Xubuntu

Xubuntu

Linux
Update Multiple WordPress Installations

Update Multiple WordPress Installations

Between several of my own websites as well as the websites I’ve done for other people and am hosting, the number of WordPress installations on my server has climbed exponentially. In order to make my life a bit easier, however, I’ve come up with a way to automatically keep all of my installations up-to-date.

Featured Linux Server WordPress

Installing Ubuntu 12.10 on a MacBook

Featured Linux