Rclone is a command-line program to manage files on cloud storage. It is a feature-rich program to easily manage remote files. Many cloud services are supported by rclone. This guide will take you through the basic commands of rclone. Rclone can be used both for uploading and downloading the files on cloud services. Features of […]
In this guide we will learn with screenshots how to install Rclone on Linux and create a Google drive remote in it in an easy and understandable way. Install Rclone on Linux using the official bash script: You have to make sure curl is installed on your system, in order to make sure whether curl is […]
Electronic mail is a method of exchanging messages between people using electronic devices. There are several methods to send an email, in this guide we are going to focus on sending an email from Linux CLI using SMTP. Requirements send an email from CLI using SMTP : Linux with sudo permissions SMTP details for your […]
In this guide we are going to show you how to Fix bash: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8). This warning appears when you try to bash. To fix the warning follow the following steps : Open the environment file in the etc folder with your preferred editor. vi /etc/environment Press ikey to enter edit […]
This guide will tell you about the basic commands used to search a file using a certain name and extension in Linux. In some cases, you would need to find the location of a given file or to search for a certain text in all files under a directory. Linux provides two different commands to […]
SED is a Linux/Unix command which stands for stream editor it can perform various functions such as search, replace, delete. It also supports regular expressions which makes it useful to find different patterns. In this guide, we will take you through some of the uses of the SED command in Linux. Add a string at […]
While accessing Cloudflare plugin under the software heading in the cPanel, you might be getting error “Child failed to make LIVEAPI connection to cPanel”. For fix, you will be needing Root access to the server Cloudflare API key Reason for error : This is probably due to old version of Cloudflare plugin present in your […]
This guide will help you install Nginx, MySQL, PHP (LEMP) Stack on CentOS machine i.e. Server. LEMP is a software stack comprised of Nginx as Web Server and MySQL as Database server along with PHP as the dynamic content processor for websites. LEMP term is actually an acronym that represents the Linux, ENginx (replaces ‘A’ […]
If you have root access to your server and wish to change/ reset password of a MySQL user, then you can do via following method via terminal access to the server : Login into the server via root users. Type mysql (press enter) to enter into myql command prompt Here we have got MariaDB, since […]
Cron is Linux inbuilt utility which is a time-based job scheduler. All the Linux Distribution comes with this utility and it is very helpful when anyone wants to automate any Linux Command or script such as updating system/packages, creating a backup of data, sending emails, etc. You can also schedule the downloading of any file […]
Our team is available and on-site 24/7 ready to help you.