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.
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 …
Use git with just a shared network drive. No git server required!
Want to use git for a small team of developers, but can’t (or don’t want to) use a git server? No problem! All you need is a shared network drive …