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”
Author:
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”
How To Make An Alias In Ubuntu
Making an alias for a specific command you do a lot, but for which a direct command doesn’t already exist, is incredibly useful and can save you a lot of time. This article will discuss how to make an alias in Ubuntu. Continue reading “How To Make An Alias In Ubuntu”
HTML5 Boilerplate
This article will give you a simple HTML5 boilerplate that you can copy, and use as you please. Continue reading “HTML5 Boilerplate”
How To Show How Many Lines In A File In Linux
When you are dealing with text files in Linux with a command line, it is often very useful to know how many lines are in a file. This article will describe the Bash command on how to show the number of lines in a text file in Linux. Continue reading “How To Show How Many Lines In A File In Linux”