How to change user password expiry date to never expiry in Linux ?
Today we will look at an interesting topic to know how to set user password to never expire in Linux. 1. Check current password expiry [root@ngelinux etc]# chage -l saket...
Today we will look at an interesting topic to know how to set user password to never expire in Linux. 1. Check current password expiry [root@ngelinux etc]# chage -l saket...
Today we will look at an interesting article how to change a faulty drive on our Linux server deployed in production. There are two approaches to achieve this: First Approach...
In this post we will look at an interesting feature of linux to write zeros or random characters to any device in Linux. One old way is to use dd...
We have seen how to create array in HPSSACLi earlier. Today we will look how to delete an array or logical drive in HP Smart Storage Admin CLI. Lets have...
Today we will look at a small tip, how to add YUBIKEY to our ssh-agent in Linux so that it doesn’t ask for password every time and authenticate the user...
Today we will introduce you to a very useful tip to perform server operations on multiple servers together. For this we will use a a application called csshx shared by...
1. Resource limit directives, their equivalent ulimit shell commands and the unit used Directive ulimit equivalent Unit LimitCPU= ulimit -t Seconds LimitFSIZE= ulimit -f Bytes LimitDATA= ulimit -d Bytes LimitSTACK=...
XFS filesystem is the default filesystem that comes with RHEL 7, and is considered as highly scalable and high performance filesystem. Ideally XFS filesystem can only be increased in size...
Today we will see how to view user login history in linux. For this, we will use “last” command which gives login history for any specific username mentioned. If we...
Today we will look at an interesting topic to understand the meaning of value stored in /proc/sys/kernel/panic file. I. File Path /proc/sys/kernel/panic II. Meaning The value stored in this file...