CLI

  • 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…

  • 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…

  • 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…