
How to lock & unlock multiple users in Linux
‘usermod’ & ‘passwd’ commands are used to lock or unlock one user account at a time, but you may need to write some small shell scripts to perform this action …
Read MoreLinux and Unix, Open Source, Linux Howtos
‘usermod’ & ‘passwd’ commands are used to lock or unlock one user account at a time, but you may need to write some small shell scripts to perform this action …
Read MoreSystem administrator task can be automated in various ways in Linux. It drastically reduces the human efforts and saves reasonable time which can be utilized for other productive tasks. shell …
Read MoreServer primary interface would be configured as part of the server build activity, but sometimes you may need to configure an additional network interface in Linux for several reasons. An …
Read MoreIf you enabled a password policy on Linux. The password must be changed before it expires, if not, you will be notified when log in to the system until expire. …
Read MoreThe password enforcement policy is common to all operating systems and applications. If you want to implement a password enforcement policy on Linux, go to the following article. The password …
Read MoreIn the past, we have written three different articles to identify this using Linux commands. You can access them immediately by going to the relevant URLs below. How to Find …
Read MoreYou have a small infrastructure and want to check multiple system performance simultaneously for some reason. This script will help you to create a report for you. You can use …
Read MoreOne of the typical tasks of Linux administrators is to check successful and failed login attempts in the Linux system. This ensures that there are no illegal attempts at the …
Read MoreThere are several commands in Linux to obtain system information such as processor information, manufacturer name, and serial number, etc,. You may need to run several commands to collect this …
Read MoreLinux users can easily test a websites availability from the command line by obtaining the status codes from the web server. The below HTTP response status codes will tell you …
Read More