Hello explorers, In this post we are going to discuss how can we change the banner in the linux server using the file /etc/motd. Its nothing but Acronym of Message Of The Day. By editing the file we can achieve the following.
What Linux Admin should know : Password Management
Password is string of characters used for an authentication, when correct password is provided, you become an authenticated user and you are given access to services that are allowed to. Its a good practice, to change the password once in
What Linux Admin should know : User Management
Users are someone those who have given permission to access the server and enjoy the resources of the server. They can connect to the server via ssh and they can create, modify and delete the files and directories. Users can
How to Block failed SSH logging attempts ?
SSH is a Secure Shell, used for data communication in a secure manner. The port number for ssh communication is 22. To connect to any server via ssh, server should run ssh-server and client should run ssh-client. To connect to
Adding New Virtual Drive in Virtual Box
Oracle Virtual Box is used to run the multiple guest operating system without rebooting the host system. With the help of this we can run many flavours of linux under various version in one host operating system. Host operating system