15 Feb 2017
How to Create NIC Bonding in RedHat/CentOS 5/6
By Anuket Jain On 15 February 2017 In Linux
Linux allows binding of multiple network interfaces into a single NIC using special kernel module called bonding. Bonding is Linux kernel feature that allows to aggregate multiple interfaces into a single virtual link. If one physical NIC
14 Feb 2017
Difference between Telnet and SSH in Linux
By Anuket Jain On 14 February 2017 In Linux
Secure Shell, commonly known as SSH and Telnet are the network protocols that serves the same purpose that is to provide remote access to the system in order to establish some sort of communication between the systems.
14 Feb 2017
LVM- Linux Interview Questions
This article is all about Linux interview questions.In this article i have mentioned only LVM related interviews questions.It will be helpful for all those students who wants to start their career in Linux Field as a Linux
13 Feb 2017
SSH Interview Questions and Answers
SSH (Secure Shell) is a network protocol used to access a remote machine in order to execute command-line network services and other commands over a Network. It’s an important part in a Linux based technical interview. Ques
10 Feb 2017
How to Install and Use Linux Malware Detect (LMD)
By Anuket Jain On 10 February 2017 In Linux
Linux Malware Detect (LMD) is a malware scanner for Linux distribution, Which is released under the GNU GPLv2 license. That is especially designed to find the threats in shared hosted environments because in shared environment thousand plus
6 Feb 2017
Server Patching using yum in Linux
By Anuket Jain On 6 February 2017 In Linux
Linux has different ways to update all packages. It is a very important task, so we have to perform this task with care. Before updating the packages you need to take backup of your data. The exact
21 Dec 2016
Commonly use Port numbers for the Linux System Administrator
By Anuket Jain On 21 December 2016 In Linux
The port numbers are divided into three ranges: the Well Known Ports, the Registered Ports, and the Dynamic and/or Private Ports. The Well Known Ports are those from 0 through 1023. The Registered Ports are those from
10 Aug 2016
Encrypt Messages & Files Using OpenSSL on Linux
By Anuket Jain On 10 August 2016 In Linux
OpenSSL is an effective cryptography toolbox. Many of us have used OpenSSL for making RSA Private Keys or CSR (Certificate Signing Request). However, did you realize that you can use OpenSSL to encrypt files or messages? This
10 Aug 2016
How to Install Grunt & Grunt-cli on Ubuntu
By Anuket Jain On 10 August 2016 In Linux
Grunt is a Javascript task runner that can be used to compile Sass, run JSHint, or run many other plugins. Grunt has a long list of plugin to perform tasks provided by its community. It depends on
7 Jun 2016
Commonly use Java Keytool Keystore Commands
By Anuket Jain On 7 June 2016 In Linux
Java Keytool is a key and certificate management. It permits users to deal with their own public/private key pairs and certificates. It additionally permits clients to cache certificates. Java Keytool stores the keys and certificates in what