This guide explains how to use MySQLcheck to repair a corrupted database table. Checking and repairing a corrupted MySQL database table using SSH ensures the integrity of the database, stopping…
Tag: ssh
How to import an SSH key via root access
October 30, 2024 / Sales FAQThis article explains how to import an SSH key via root access. Importing an SSH key via root access allows for secure, password-less authentication when connecting to the server, enhancing…
How to install ImageMagick PHP extension via SSH
July 1, 2024 / Security and BackupsThis article explains how to install ImageMagick PHP extension via SSH. After creating your website, you may require the ImageMagick PHP extension for advanced image processing, particularly if you are…
How to mount remote file systems over SSH
May 6, 2024 / Security and BackupsThis article explains how to mount remote file systems over SSH. It covers installing the SSHFS client on Linux and the process of mounting remote directories over SSH. SSHFS (SSH…
How to change the maximum upload file size for your website
January 18, 2024 / Web DevelopmentThis guide explains how to change the maximum upload file size for your website. You can restrict large file uploads on your site by modifying the upload_max_filesize and post_max_size directives…
How to change the PHP version used in CLI through SSH
January 4, 2024 / Security and BackupsThis article provides instructions for changing the PHP version used in command line interface through SSH. Follow the steps- Connect through SSH. If the file does not exit, create a…
How to view your SSH public key on Linux: Two simple methods
September 12, 2023 / Security and BackupsIf you are managing remote servers, using SSH (Secure Shell) is essential. SSH keys provide a secure and convenient way to authenticate, and at times, you may need to view…
How to clear a MySQL database
May 1, 2023 / MySQLIn this article, we will explain how to clear your MySQL database with the help of two different ways: SSH and phpMyAdmin. Using SSH Here, we will use SSH to…
How to install ImageMagick and Imagick on cPanel server
February 25, 2023 / cPanel & WHMImageMagick is an application for working with images while the Imagick is a PHP extension to modify/create images using the ImageMagick API. Installing ImageMagick and Imagick on your cPanel server…