15 essential commands to check hardware information on Linux
1. lscpu The lscpu command reports information about the cpu and processing units. It does not have any further options…
Linux Server Managment
1. lscpu The lscpu command reports information about the cpu and processing units. It does not have any further options…
Apache Subversion is also known as SVN, it is an open-source versioning and revision controlling program which helps in storing…
Q:1 What is Shell Script and why it is required ? Ans: A Shell Script is a text file that…
In our Previous post we have discussed “Installation Steps of VMware Workstation 11 on Ubuntu 14.10”. In this post we…
While doing some work on migrating accounts to a new server, I needed to use rsync over ssh. The ssh…
Rsync (Remote Sync) is a most commonly used command for copying and synchronizing files and directories remotely as well as…
OpenOffice is an open source office software suite which provides Word Processor as Writer, spreadsheet as Calc , presentation PPT…
VMware workstation is a virtualization software at the desktop level. It allows us to run multiple virtual machines (VMs) on…
Master PDF editor is a pdf editing tool through which we can edit or add text, images and password to…
Apt is a command line package management utility for Ubuntu and Debian Linux. Apt is used to install, remove, update…
VLC (VideoLan) is a portable and open-source media player for Linux like operating systems, Microsoft Windows, Mac OS X and…
Q:1 How to check current run level of a Linux server ?Ans: ‘who -r’ & ‘runlevel’ commands are used to…