×


Blog


Install OpenVPN on Linux Mint 20 - A step by step process ?

This article covers the process of installing the OpenVPN client on a Linux Mint 20 system. In fact, after installing this tool on your system, it can be used effectively for enabling secure communications via the creation of virtual private networks.


tail Command in Linux - With examples

This article covers how to use the tail command in Linux. In fact, The Linux tail command displays data from the end of a file. It can even display updates that are added to a file in real-time. It can also monitor a file and display each new text entry to that file as they occur. This makes it a great tool to monitor log files.


Install AIDE on Ubuntu 20.04 - A step by step process ?

This article covers how to install AIDE on Ubuntu 20.04. In fact, AIDE is an intrusion detection system that detects changes to files on the local system. It creates a database from the regular expression rules that it finds from the config file. Once this database is initialized it can be used to verify the integrity of the files. It has several message digest algorithms (md5, sha1, rmd160, tiger, haval, etc.) that are used to check the integrity of the file.


Install Snap on Linux Mint 20 - A step by step Process ?

This article covers how to install snap on Linux Mint 20. In fact, Snaps are 'universal' packages that work across many different Linux systems, enabling secure distribution of the latest apps and utilities for cloud, servers, desktops and the internet of things.


Zip a Folder in Linux Mint 20 Using the Zip Utility

This article covers how you can use the Zip utility to zip your folders of any specific size on Linux Mint 20, and hence those folders can be moved from one place to another very easily.

You can run the below command to install zip and unzip support. If it’s not installed already, it will be installed now:

$ sudo apt install zip unzip


Convert PNG to JPEG, JPEG to PNG Using the Command Line in Ubuntu

This article covers how to convert image extension from png to jpg and vice versa by using the useful command line tools such as ImageMagick command line tool.