New Home

  • MightyBox CLI Overview

    The MightyBox command-line interface (CLI) is designed to simplify interaction with your Cloud Platform account, allowing you to execute required commands via your local machine’s terminal. It can handle the vast majority of available operations remotely, complementing the wide stack of capabilities provided via the dashboard and MightyBox API. The main benefit here is the…

  • Uncompress a gzip (.gz) file

    Gzip is often used for compressing files such as SQL exports. To unzip such a file, run this command:

  • Moving all files in a directory up one level via command line

    If you find that you’ve accidentally nested files and folders too deeply within a directory, it’s easy to resolve by moving the impacted files via a single command. First, let’s look at an example directory structure: In this case, the contents of the top-level /directory1 were mistakenly nested to deeply during a file migration. To…