How to Clear BASH Command Line History in Linux
The bash history keeps a record of all commands executed by a user on the Linux command line. This allows you
The bash history keeps a record of all commands executed by a user on the Linux command line. This allows you
ZIP is a very popular compression and file packaging utility for Unix-like operating systems as well as Windows. While perusing
In this article, I will show you how to check the size of MySQL/MariaDB databases and tables via the MySQL
Are you a website or mobile application developer, and want to expose your localhost server behind a NAT or firewall
Sometimes PHP developers want to build and run different websites/applications using different versions of PHP on the same web server.
Do you want to find all files that contain a particular word or string of text on your entire Linux
If you are managing multiple Linux servers, and you want to run multiple commands on all the Linux servers, but
MySQL is the world’s most popular open source database system and MariaDB (a fork of MySQL) is the world’s fastest
In our mega guide to hardening and securing CentOS 7, under the section “protect system internally”, one of the useful
A powerful aspect of Unix/Linux shell programs such as bash, is their amazing support for common programming constructs that enable
SSH is the most popular and secure method for managing Linux servers remotely. One of the challenges with remote server
Basic HTTP authentication is a security mechanism to restrict access to your website/application or some parts of it by setting