SSH login without password
You may find it difficult to enter the password each time you try to SSH to the server. This article will help you to […]
Read articleYou may find it difficult to enter the password each time you try to SSH to the server. This article will help you to […]
Read articleYou might have noticed that your Ubuntu server does not respond to ping requests after a reboot. In Ubuntu, the networking is not started […]
Read article1. You may have to wait a long time to access your server via ssh. To have faster ssh logins you may try the […]
Read articleInstallation Install Sysstat Package sudo apt-get install sysstat (or) yum install sysstat (or) rpm -ivh sysstat-10.0.0-1.i586.rpm sysstat – daemon Using sar we can monitor […]
Read articleIt has been a common issue that in most cases the RAM gets upgraded after the server is live. For maximum utilization of the […]
Read articlePlease follow the given steps to disable direct ssh to the server via the shell prompt. STEP 1: Create a user and add it […]
Read articleGiven below are all Linux Commands – Gist. Contents 1 Access Control 2 Communications 3 Documentation 4 Editors 5 File and Directory Management 6 […]
Read articleDU is the short form of Disk Usage. The Linux du command is used to find out the disk usage in terms of file […]
Read articleThe following port numbers are unofficial list of commonly used for linux/unix based servers. Port Number Protocol Function 21 TCP FTP (File Transfer Protocol) […]
Read articleYou can check the current priority of the swap file from /proc/swaps. $ cat /proc/swaps In order to change the priority of the swap […]
Read article