How to List All Databases in MySQL
Sometimes you just need to know which databases you have created on your MySQL server. This guide will focus on how you can list all
Sometimes you just need to know which databases you have created on your MySQL server. This guide will focus on how you can list all
Rsync is a fast copying tool that makes it easy to copy files and directories between two systems. In this guide we’ll learn how to
Nano is one of the most popular editors in the Linux community. Precisely for its ease of use. This guide will show you how to
It is pretty common to compress files or directories to send them via email, or just to simply save space on our systems. This guide
Cron is the time-based task scheduler, which allows us to set up tasks to run at specific times. Cron will allow us to execute tasks
OpenSSH is a tool used for remote login with the SSH protocol. It allows all traffic to be encrypted with the intent of eliminating any
In this guide we’ll show you how to use the netcat command in Linux. The netcat (nc) command is an unix system command, meaning, that
This guide we will be focusing on how we can create an user with sudo privileges. Sudo allows users to execute commands as the superuser
LAMP, short for Linux, Apache, MySQL, and PHP is a commonly used stack for delivering web applications. In this guide we’ll be showing how you
Iptables is a commonly used to setup, inspect, and maintain tables of IP packet filter rules in Linux, thus its name. In this guide we’ll