public linux • 4 min read • How to Modify and Manage the Hosts File on Linux Modify and manage the host file on Linux with our step-by-step tutorial. Host file is used to map IP addresses to domain names on a local system.…
public mysql • 4 min read • MySQL List/Show Tables Show list/tables in MySQL with our step-by-step tutorial. In MySQL, the SHOW TABLES statement is used to list all the tables in a database.…
public rmmod • 3 min read • Rmmod Command in Linux Remove modules in linux using rmmod command with our step-by-step tutorial. The rmmod command removes dynamically loaded kernel modules.…
public awk • 11 min read • Awk Command in Linux with Examples Use awk command in Linux with our step-by-step tutorial. The awk command processes text with scripting capabilities.…
public local-host • 6 min read • What is Localhost Learn about localhost with our step-by-step tutorial. A localhost is the loopback network interface for local resource access.…
public bash-scripts • 3 min read • Writing Comments in Bash Scripts Learn to write comments in Bash Scripts with our step-by-step tutorial. Bash Script is a plain text file which contains a series of commands.…
public bash • 4 min read • Bash Heredoc Use Bash heredoc with our step-by-step tutorial. Bash heredoc simplifies including multiline or large blocks in Bash.…
public stat • 5 min read • Stat Command in Linux Use stat command in Linux with our step-by-step tutorial. The stat command is a command-line tool that shows detailed information about files.…
public bash • 3 min read • Bash Concatenate Strings Concatenate strings in bash with our step-by-step tutorial. Concatenating strings means adding one string to the end of another in programming.…
public grep • 9 min read • Grep Command in Linux (Find Text in Files) Use grep command in Linux with our step-by-step tutorial. The grep command matches a pattern in input files and outputs the matching lines.…
public apache-web-server • 11 min read • How to Install Apache Web Server on CentOS 8 Install an apache web server on centos 8 with our step-by-step tutorial. It provides reliable, robust platform for hosting, serving web content.…
public memcached • 4 min read • How to Install and Configure Memcached on Debian 10 Install and configure memecached on debian 10 with our step-by-step tutorial.It is open-source, performance caching system used to improve sites.…