On a Linux machine, we can set what we call file permissions to files and folders. What this means...
Category - Linux Administrator
How to Create Jenkins Pipeline from Blue Ocean Interface
Blue Ocean gives a better user experience for Jenkins. This UI is designed from ground up for...
How to Manage Logs with Logrotate
logrotate is designed to ease administration of systems that generate large numbers of log files...
How to Install CSF (ConfigServer Firewall) on Linux
ConfigServe Firewall, also known as CSF, is a firewall configuration script created to provide...
How to Remove Raid in Linux
Recently I have created software raid 5 in Linux and mounted on a directory to store data on it...
How to Wipe Hard Drive Clean Using dd Command in Linux
If you want to wipe your hard drive to clean up partition error, bad installations, or for privacy...
How to Check Memory Usage on Linux CentOS/RHEL
Linux comes with many commands to check memory usage. The “free” command usually displays the total...
How to Create NIC Bonding on CentOS 6 and RHEL 6
Bonding is nothing but Linux kernel feature that allows to aggregate multiple link interfaces (such...
How to Install LAMP on Ubuntu
Linux, Apache, MySQL and PHP is a solution stack that is most commonly referred to using its...
How to Install Node.js on CentOS-6/RHEL-7
Node.js is a server-side platform built on Google Chrome’s JavaScript Engine (V8 Engine)...
How to Check Number of Processor (vCPU) on Linux VPC
Question: I have a virtual private server and want to check the number of processor on that vps so...
Copy Files Based on Date Modified in Linux
Question : I have lots of file in my one directory and want to copy the files based on date...
How to Check Installed Software or Packages Versions on Linux
In this article we will learn how to check installed software or package version on Linux. There...
How to:- Install and Use Traceroute Command using Yum on Linux
In this tutorial we will learn how to Install and Use Traceroute Command using Yum on Linux...