Install WordPress With LEMP Stack In Ubuntu – Unixmen

Install WordPress With LEMP Stack In Ubuntu

Source: Install WordPress With LEMP Stack In Ubuntu – Unixmen

How to set up your own Raspberry Pi powered VPN – BBC News

BBC Click’s Kate Russell gives a step-by-step guide to setting up your own virtual private network using a Raspberry Pi.

Source: How to set up your own Raspberry Pi powered VPN – BBC News

Create & Edit Matroska Video Files on Linux with MKVToolNix

MKVToolnix is a suite of applications to work with Matroska video and audio files. Here’s how to use this software to create and edit MKV files on Linux.

Source: Create & Edit Matroska Video Files on Linux with MKVToolNix

Cut Command in Linux – Extract Fields and Columns from a file ~ Your Own Linux..!

   In some of my recent articles on text processing, I have explained the use of sed command in Linux/Unix. In case of sed command, we provide an input file to the command, it reads the file line-by-line, processes each line and then prints it on the STDOUT. So, in brief, its a row-wise operation. Similar is the case with cut command – there is an input file, there is processing part and the processed output can be displayed on STDOUT or saved in a file. A minor difference between sed and cut is that, cut command processes the file in vertical manner. So, the outcome of the cut command is a single or multiple columns.

Source: Cut Command in Linux – Extract Fields and Columns from a file ~ Your Own Linux..!

Teemip – A Free and Open Source IP Managment Tool | Unixmen

Teemip – A Free and Open Source IP Managment Tool

Source: Teemip – A Free and Open Source IP Managment Tool | Unixmen

Edit fstab to Auto-Mount Secondary Hard Drives on Linux

Did you know there’s an easier way to mount your secondary hard drive on Linux? The process involves a few simple edits to the fstab file on your system.

Source: Edit fstab to Auto-Mount Secondary Hard Drives on Linux (Make Tech Easier)

11 Lesser Known Useful Linux Commands

These are some Linux Commands which are lesser Known, yet very useful and handy irrespective of the fact whether you are a Novice or an Advanced User.

Source: 11 Lesser Known Useful Linux Commands (Tecmint)

How to Backup Files in Linux With Rsync on the Command Line | Linux.com

Rsync is an extremely powerful tool and does more than just make copies of your files on your system.

Source: How to Backup Files in Linux With Rsync on the Command Line | Linux.com

Create Your Own Instant Messaging/Chat Server Using “Openfire” in Linux

Openfire is an Instant Messaging and Group chat server, written in Java that uses XMPP (Extensible Messaging and Presence Protocol) server.

Source: Create Your Own Instant Messaging/Chat Server Using “Openfire” in Linux – Tecmint

10 Practical Examples Of Linux ‘nmap’ Command | Unixmen

Nmap is a tool used for determining the hosts that are running and what services the hosts are running. Nmap can be a valuable diagnostic tool for network administrators while they can be also a potent reconnaissance tool for the Black-hat community (Hackers, Crackers, Script Kiddies, etc). Once the network is charted out using tools like Lan MapShot, the Nmap can be used to determine the type of services and hosts running in the network.

In this article, we will cover some useful practical examples of Linux namp command.

Source: 10 Practical Examples Of Linux ‘nmap’ Command | Unixmen