How to set timezone on RHEL Linux Host from RHEL 7 onwards ?
Lets see how to set timezone on Redhat Linux from RHEL 7 onwards. Earlier we used to link the timezone files. However now we can do it via a command...
Lets see how to set timezone on Redhat Linux from RHEL 7 onwards. Earlier we used to link the timezone files. However now we can do it via a command...
One of the interesting issue you may face is while scp, you get an error message and the file copy is skipped. I. Error Message [userA@NGEL-userA saket]$ scp userA@10.167.229.11:/tmp/NGEFTP.log_ngelinux001.tar.gz /tmp/...
Today in this post, we will see a quick tip how to unlock a user in AIX. Its quick and a very useful tip during day to day Unix/Linux operations....
Today in this post, we will check how to create a windows VM instance on GCP and, Assigning/Changing Admin Password of the Windows machine. And how to connect to it...
The hung task is detected by linux kernel by parsing processes with uninterruptible sleep state(which are waiting for some event or resource and is usually not going to move forward)...
Today in this article, we will look how to set TAB auto-completion and, How to set PS1 variable to see hostname and current working directory on IBM AIX server. 1....
Variables in Linux can be made read only using the keyword “readonly”. For example, if we want a variable to contain a value say 10 and must not be changed...
We all know that a variable is defined by simply assigning a value to it. However bash shell also provides a feature to unset it, in order to free it...