Could not perform immediate configuration on ‘util-linux’ ubuntu

2022-03-10T18:25:49+00:00

  Could not perform immediate configuration on 'util-linux'  ubuntu getting this error while using apt-get upgrade or apt-get update commands on ubuntu. Don't worry just try the following command, ------------------------------------------------------------------------------------------- apt-get [...]

Could not perform immediate configuration on ‘util-linux’ ubuntu2022-03-10T18:25:49+00:00

How to Reject .zip Attached Email using cPanel email filter

2013-11-04T11:24:00+00:00

Stop worrying about your server. cPanel Server Management for just $59/mo with Unlimited tickets, Unlimited admin hours, Security audits, 24x7 monitoring and lot more  cPanel Server Management  $59/mo Click here You can reject .zip [...]

How to Reject .zip Attached Email using cPanel email filter2013-11-04T11:24:00+00:00

How to Install WordPress in Cpanel

2022-03-10T18:24:50+00:00

Most affordable 24x7 server management plan including 24x7 monitoring, security audit and much more  Server Management Services   Step 1 : First you need to download the installation archive from the [...]

How to Install WordPress in Cpanel2022-03-10T18:24:50+00:00

How to Secure cpanel

2022-03-09T09:52:43+00:00

  1) Use secure passwords! Insecure passwords are the most common security vulnerability for most servers. If an account password is insecure and is compromised, client sites can be defaced, [...]

How to Secure cpanel2022-03-09T09:52:43+00:00

Simple Mysql Database Backup Weekly Daily Monthly

2013-03-06T04:19:11+00:00

Create 3 script daily.sh weekly.sh monthly.sh daily.sh ====== #!/bin/bash #this is run by the root crontab mysqldump -ubugs_db -pucb1986 bugs_db > /root/backups/daily/bugs_db.sql weekly.sh ======= #!/bin/bash #this is run by the [...]

Simple Mysql Database Backup Weekly Daily Monthly2013-03-06T04:19:11+00:00

How to Turn Off Innodb Engine in Mysql

2020-11-29T19:36:54+00:00

How to Turn Off Innodb Engine in Mysql The most commonly used storage engine in MySQL are MyISAM and InnoDB. With these storage engine there are some advantages and disadvantages [...]

How to Turn Off Innodb Engine in Mysql2020-11-29T19:36:54+00:00
Go to Top