How to Telnet via BASH Script

How to Telnet via BASH Script

This article will show you how to Telnet via BASH script and return the status as open or close. This has been tested on CentOS/RedHat and hopefully should work on all other Linux distributions as well. Create a file telnet_script.sh. This script is to Telnet SSH port...
How to update vCenter Server Appliance

How to update vCenter Server Appliance

Its easy to update vCenter Server Appliance and can be done using the WEB interface of vCSA. In this article I upgraded from v5.5.0 Update2b to v5.5.0 Update 2d. Take a snapshot of vCenter Server Appliance before you update just to be on a safe side if things go...
How to fix SSH dropping after a password change

How to fix SSH dropping after a password change

When using IPA for managing user authentication you can come across this issue of SSH dropping just after a password change. It can be resolved by changing options in /etc/ssh/sshd_config. You need to be ROOT to make this change and restart SSHD service to take...
How to Show Line Numbers in Vi / Vim editor

How to Show Line Numbers in Vi / Vim editor

Showing Line numbers in Vi /Vim Text editor would be very helpful when it comes to troubleshooting code errors in a file. This works on almost all Linux/UNIX distributions. Once you are in the edit file mode, Type while in edit mode “:set nu” OR...