May 31, 2012Published by admin on May 31, 2012Categories UncategorisedPlesk 10.4.4 not displaying domains,. Internal ErrorOn the Domains list page in Plesk I recently ran into the eror of it not displaying the list of the domains and produced an internal […]
May 13, 2012Published by admin on May 13, 2012Categories UncategorisedDisplay all cron jobs for all users on a serverRun this command as root: for user in $(cut -f1 -d: /etc/passwd); do echo $user; crontab -u $user -l; done
March 7, 2012Published by admin on March 7, 2012Categories UncategorisedMailing list service switched off on PleskPLesk 10.4 Mailing list service switched off on domain use this in shell/usr/local/psa/bin/maillist –update-service mydomain.com -status enabled
January 12, 2012Published by admin on January 12, 2012Categories UncategorisedUNABLE TO FTP INTO PLESK SERVER AFTER UPGRADEIf your firewall rules allow access to only specific ports / services as it should be, after a Plesk upgrade clients may struggle to FTP into […]
January 10, 2012Published by admin on January 10, 2012Categories UncategorisedCentOS 6 VM clone not detecting NICsThe solution? Go into /etc/udev/rules.d and delete the 70-persistent-net.rules file and reboot. problem Solved!
December 27, 2011Published by admin on December 27, 2011Categories UncategorisedChristmas is overWell that was fast and Christmas came and went like a storm once again, however this was a wonderful experience all over again mainly because of […]
December 24, 2011Published by admin on December 24, 2011Categories UncategorisedGot my iPad 2 yesterdayGot my iPad at last and loving it. This amazing piece of engineering is going to revolutionize the way i work and document my work. I […]
October 21, 2011Published by admin on October 21, 2011Categories UncategorisedCant Uninstall Corel Draw X5 on Windows 7?If you cant uninstall Corel Draw X5 because the buttons to proceed do not display. They out this registry fix. Open regedit then navigate to: HKey_Current_User […]
October 4, 2011Published by admin on October 4, 2011Categories UncategorisedStop DrWeb Cron Messages (works on plesk servers)Log in as root (or you can use sudo) and open /etc/drweb/drweb32.ini: Look for: CronSummary = Yes And change it to: CronSummary = No Do a […]