Saturday, 10 December 2016

How to Check the lock status of any Linux Account



Now one single command to see the lock status of the user:

Tuesday, 29 November 2016

pam_tally2 command – lock & unlock ssh failed logins



Check users login attempts using pam_tally2 command:

How to Enable Passwordless Authentication with SSH



Note: - Node1 is the source and Node2 will be the destination machine.

Add a User and Grant Root Privileges on CentOS 7



Step 1: Add the User

Add new user use the below command:

Thursday, 19 May 2016

How to install GNOME Desktop in Centos 6.x.x minimal installation



This blog provides the steps to add the GNOME Desktop to a CentOS minimal installation where the OS was installed without the X Window System/GUI.

Monday, 25 April 2016

How to change max_connections setting in MySQL



Error:  "too many connections"

Solution:The default setting for max_connections is 151.

Monday, 18 April 2016

How to install Bugzilla 4.2 on CentOS 7



Bugzilla is an advanced bug tracking system, developed by the Mozilla Foundation. Bugzilla allows you to track defects and code changes in applications, allow communicating in your dev team easily and submitting and reviewing patches.

Tuesday, 12 April 2016

How to configure Self-Signed SSL Certificate in Apache HTTP Server



Apache HTTP Server HTTPS secure connection using Self-Signed SSL on Apache.