Do you have a website and want to set up your DNS records? Using Cloudflare makes it a lot easier to set up your DNS records than if you were to manually set them up with software like bind9. This article will describe step-by-step how to set up Cloudflare DNS for your domain. Continue reading “How To Set Up Cloudflare DNS”
How To Backup A MySQL Database With Command Line In Linux
Do you have a MySQL database that you want to backup in Linux? This article will focus on how to export a MySQL database with command line in Debian or Ubuntu but the steps should work with most Linux distros. Read on for how to export a MySQL database in Linux.
How To Create A DigitalOcean VPS Droplet
There are many reasons you should use a VPS which I have written about here. This article will discuss step-by-step how create a DigitalOcean VPS, known as a droplet in that company’s terminology. Continue reading “How To Create A DigitalOcean VPS Droplet”
How To Permanently Ban An IP Address With UFW In Linux
Have you found an IP address trying to “crack” or “hack” into your computer, website, or server? This article will show you how to easily permanently ban an IP address in Linux with the program called ufw. Continue reading “How To Permanently Ban An IP Address With UFW In Linux”
How To Split Up Larger Files Into Smaller Files In Linux
This article is about how to break up big files into a smaller number of files in sizes of your choice and later re-assemble the files into the original bigger file. This article will describe step-by-step how to break up big files, split them into smaller sized files, upload them to a server, and then re-assemble them back into the original file verifying everything along the way. Continue reading “How To Split Up Larger Files Into Smaller Files In Linux”