Command Line Interface

  • Export and Import Databases in MariaDB

    Export and Import Databases in MariaDB

    Managing databases is a crucial skill for anyone working with MariaDB. Exporting and importing databases allow you to back up your data, migrate databases between servers, or share them with other developers. This tutorial will…

  • Export and Import Databases in MySQL

    Export and Import Databases in MySQL

    The most difficult part of managing websites are its database and timely backing up and exporting and importing them for many use case. It become super difficult if you do it in terminals using command…

  • Essential UFW Commands and Their Usage

    Essential UFW Commands and Their Usage

    UFW (Uncomplicated Firewall) is a powerful network control tool designed to simplify the management of firewall rules on Linux systems. It provides a user-friendly as well as command line interface for configuring iptables, making it…

  • Understanding Linux File Permissions

    Understanding Linux File Permissions

    Understanding Linux file permissions are a fundamental aspect of system security and user management. Properly understanding and managing these permissions ensures that users have appropriate access to files and directories, preventing unauthorized access and potential…

  • How To Change Debian Boot Screen and Plymouth Splash Screen Resolution?

    How To Change Debian Boot Screen and Plymouth Splash Screen Resolution?

    Debian looks amazing once loaded, but we do see a few seconds of text based starting up boot screen that looks a little off resolution to actual display’s resolution. For example, my display resolution is…

  • Why does htop show an exclamation mark next to uptime?

    Why does htop show an exclamation mark next to uptime?

    Htop is an excellent interactive system monitor process viewer and process manager. It is a modern and good-looking replacement to traditional and old-fashioned TOP found in every UNIX/LINUX systems. But I saw this (!) exclamation…

  • Sudo: Command Not Found

    Sudo: Command Not Found

    Many newbies may panic in this error when they try to ssh into a server via command line or when they are trying CLI (Command Line Interface) for the very first time. Don’t panic, if…