How to Check Timezone in Linux
In this short article, we will walk newbies through the various simple ways of checking system timezone in Linux. Time...
In this short article, we will walk newbies through the various simple ways of checking system timezone in Linux. Time...
Process management is one of the important aspects of System Administration in Linux, and it includes killing of processes using...
For all those people who like to use Twitter in console/terminal rather than Graphical User Interface can now access their...
You should always be concerned about the security of your website infrastructure. It is essential. Your website maintenance must include...
In this tutorial we will learn how to install local software packages (.DEB) in Debian and its derivatives such as...
Usually, to delete/remove a file from Linux terminal, we use the rm command (delete files), shred command (securely delete a...
In this post, we are going to review how we can assign Static IP Address, Static Route, Default Gateway etc. ...
Everybody says that Linux is secure by default and agreed to some extend (It’s debatable topics). However, Linux has in-built...
Linux administrator should be familiar with CLI environment. Since GUI mode in Linux servers is not a common to be...
Xargs is a great command that reads streams of data from standard input, then generates and executes command lines; meaning...