Creating a backup user with read-only permission for MySQL DB

mysql-backup-user-poster

Why do we need to create a user with read-only permission? Most people use “mysqldump” for taking the backup of MySQL. And when we automate the backup process the password of the user is saved in a file (Ex. script or mysql.inf ). If our backup user is a superuser and something went wrong in … Read more

How to Install Open Source Zimbra 8.8 Mail Server (ZCS 8.8.12) on Ubuntu 16.04 LTS

zimbra8.8-poster

Good News for Zimbra fans, The latest stable release of Zimbra is launched as ZCS 8.8.12. For those who don’t know what is Zimbra, Zimbra is Open Source Email Collaboration Suite. The main features of Zimbra are Email Services, Chat Services, Calander and many more. We can do the hard work for you. We at … Read more

Backup all MySQL Databases with a MySQL Backup Script

MySQL-Logo

In this article, we will create a simple MySQL backup script for taking backups of all your MySQL databases periodically. If your website or web app runs over a LAMP stack or you’re running a Linux OS whether it is Ubuntu or Centos, you can write a simple script for taking MySQL backups at a … Read more

Pssh – Execute SSH Commands on Multiple Systems Using Single Command

pssh-help-page

pssh ( Parallel SSH Program ) is a program for executing SSH in parallel on a number of hosts. It provides features such as sending input to all of the processes, passing a password to ssh, saving the output to files, and timing out. We all nearly use the same “OpenSSH” for all our SSH … Read more

How to upgrade to python 3.7 on Ubuntu 18.10

upgrade-to-python3.7-install-python

In this article, we upgrade to python 3.7 and configure it as the default version of python. I was just trying to upgrade my python and I find it a little bit hard to do. Python 3.6 is the default version that comes with Ubuntu But the latest version is Python 3.7.3. So let’s start, … Read more

How to make Bootable USB Disk in Ubuntu

Ubuntu-Desktop-Startup-Disk-Creator

In this article, you will learn the 3 most simple ways to create bootable USB using iso image in Ubuntu. Nearly all of the major Linux OS including Ubuntu are having some utility for creating bootable USB. In this tutorial, We take the three most common tools for creating bootable USB. One of them is … Read more

Manual Partition in Ubuntu 18.04 LTS Desktop

Ubuntu-18.04-Desktop-partition-scheme-selection-screen

In this article, you can easily figure out how to create Manual partition in Ubuntu 18.04 LTS Desktop. If you are installing Ubuntu first time then you should follow this “Step by Step tutorial of installing Ubuntu 18.04 LTS Desktop“. Step 1: Selecting Manual partition scheme So at the very first step as you know, … Read more

How To Install Ubuntu 18.04 LTS Desktop With Screenshots

ubuntu-18-04-Desktop

Nowadays, Ubuntu is not needed any introduction. Ubuntu is a well-known one of the leading Operating System used by World Wide users. Ubuntu Desktop and Server are Opensource from the beginning. Canonical has released the latest and stable version of Ubuntu 18.04 LTS Desktop (Bionic Beaver) on 26th April 2018. In this article, You will … Read more