How to create Logical Volume
To create a LVM, run lvcreate -L 3T -n backup vg1 This command will create a logical volume with 3 TB size…
To create a LVM, run lvcreate -L 3T -n backup vg1 This command will create a logical volume with 3 TB size…
When running yum update on a CentOS server, i get following error. [root@ip-172-30-0-39 ~]# yum update error: rpmdb: BDB0113 Thread/process 12797/46913889995840 failed:…
To renew SSL for site hosted in EasyEngine, run ee site ssl-renew –all You can set a cronjob to run every month…
To verify a package installed on system, you can use Example Here bind package have /etc/named.conf file modified. To verify all packages…
You can download latest version of OpenLiteSpeed web server from https://openlitespeed.org/downloads/ There are 2 download links for each version of OpenLiteSpeed, here…
To upgrade EasyEngine, run ee cli update It is recommended you run this in tmux or screen to avoid disconnection while upgrading.…
Time Doctor is an application to track time. To uninstall Time Doctor on Ubuntu, run sudo /bin/bash -c ‘apt purge sfproc; /bin/bash…
Once you shared a folder in VirtualBox with Ubuntu Guest, you need to install VirtualBox Guest additions, this can be done from…
On AWS Ubuntu server running pure-ftpd, when i try connecting, i get error Status: Server sent passive reply with unroutable address. Using…
To reset password for ISPConfig, login to MySQL as root. mysql -u root -p if you don’t have MySQL root password, see…