Articles
Some light reading...
Video tutorials are great, but when a task involves a lot of time spent in the command line it’s nice to have written instructions to reference. Here you’ll find a variety of tutorials and other techy articles.
Rollback your Git repository to an earlier commit
If you need to roll your codebase back to a previous state, Git makes it easy to do this right from Git Bash.
Bulk replace text in all of your WordPress posts using SQL
Do you have some text or HTML across your site that you’d like to change? For example, maybe you want to change every instance that you use the <h3> tag, …
How to install WordPress with (almost) just the command line
This guide intends to walk you through every step of a WordPress install, and to avoid the use of a GUI whenever possible. It was designed with NearlyFreeSpeech.NET hosting in …
Set up HTTPS (TLS) for a NearlyFreeSpeech.NET website
Any responsible site that accepts passwords, form responses, or other user data must use HTTPS. If you’re hosting your site with NearlyFreeSpeech.NET, it is very easy to set up a …
Manually trigger a git post-receive hook for testing
Using a post-receive hook is a good way to perform a scripted action each time new changes are pushed to a git repo. (If you have not yet set up …