Clear Bash History in Linux

Clear Bash History in Linux

In Linux operating system all executed commands are tracked and stored in the history file. It can be used to view and recall the past commands. However, for security reasons...
Clear Swap Memory in Linux

Clear Swap Memory in Linux

Swap memory is a storage space on the disk which is used when there is no RAM space available for programs execution. Can happen that system uses swap memory even...
Clear APT Cache

Clear APT Cache

APT package manager allows to install packages on Debian, and Debian-based Linux distributions. APT store copy of the Debian packages (.deb) in the cache. It helps when want to reinstall...
Check Linux Kernel Version

Check Linux Kernel Version

Linux kernel is the main component of the Linux operating system. To determine which Linux kernel version is running on the system can be useful when troubleshooting issues. This tutorial...