How I migrated a WordPress website to a new host
Sep08

How I migrated a WordPress website to a new host

Have you ever needed to migrate a WordPress website to a new host? I have done it several times and found the process to be quite easy. Of course, I don’t use the recommended methods for doing most things, and this is no exception–I use the easy way, and that is what I recommend. This migration is non-destructive, so it is simple to revert to the original server if that should be necessary for any reason. read more Powered by...

Read More
Debug a web page error from the command line
Sep08

Debug a web page error from the command line

Sometimes when managing a website, things can get messed up. You might remove some stale content and replace it with a redirect to other pages. Later, after making other changes, you find some web pages become entirely inaccessible. You might see an error in your browser that “The page isn’t redirecting properly” with a suggestion to check your cookies. read more Powered by...

Read More
Use lspci on Linux to see your hardware
Sep07

Use lspci on Linux to see your hardware

When you’re running Linux on a desktop or server, sometimes you need to identify the hardware in that system. One command used for this is lspci. It works by showing all devices attached to the PCI bus. It’s provided by the pciutils package and is available for a wide range of Linux and BSD-based operating systems. read more Powered by...

Read More
How to use BusyBox on Linux
Sep07

How to use BusyBox on Linux

It’s easy to take Linux commands for granted. They come bundled with the system when you install Linux, and we often don’t question why they’re there. Some of the basic commands, such as cd, kill, and echo aren’t always independent applications but are actually built into your shell. read more Powered by...

Read More
Learn everything about computers with this Raspberry Pi kit
Sep06

Learn everything about computers with this Raspberry Pi kit

I like history, and I like computers, so I enjoy hearing stories about computing before computers were an everyday household appliance, much less a personal accessory. One tale I hear often is about how the computers of long ago (in computer years, anyway) were pleasantly basic. They were so basic, in fact, that it was relatively trivial for a curious user to figure out how to program one. read more Powered by...

Read More
Resize an image from the Linux terminal
Sep06

Resize an image from the Linux terminal

ImageMagick is a handy multipurpose command-line tool for all your image needs. ImageMagick supports a variety of image types, including JPG photos and PNG graphics. read more Powered by...

Read More