ClamAV (ClamTK) Anti-Virus For Ubuntu

I reviewed and tested every Ubuntu anti-virus I was able to get my hands on, ClamTK is by far the best.

Simple Instructions on what is needed to install a fully updated anti-virus for Ubuntu.

* Viruss are not common in Linux, however, this is not a bad idea if you …

Linux Backup Restore with tar (part 1 of 2)

OS: Linux
Skill Level: Intermediate
Prerequisites: Linux CLI and Bash Scripting
Language: Bash Shell Scripting

Intro:
There are a lot of great open source and commercial backup solutions and what you will find if you look under the hood of these software packages is that most of them are just …

File count from the command line on a Linux system

OS: Linux
Skill Level: Beginner
Prerequisites: Basic Linux CLI and regular expression understanding

Intro:

When a folder only has a few items in it this trick is not that important, but let say the folder you are looking at has 754,586 files in it? Here is a quick trick …

SSH Login Banner

Want a custom banner or warning message when a user connects via SSH on your server?

Skill level: Beginner
OS: Linux
Prerequisites: Understand how to edit a file with vim or other text editor in Linux.
Dependencies: Config files:
/etc/ssh/sshd_config /etc/issue.net

  1. Open /etc/ssh/sshd_config and …