Can’t change administrator email address
Linux/Windows Support,Can't change administrator email address Error : Unable to update administrator information: Error 2 at CMMFile::CMMFile: open file C:\inetpub\vhosts\default\htdocs\index.html: The system cannot find find the file specified. Solution : You...
Read moreUnable to add/remove domain alias in Helm Control Panel
Linux/Windows Support,Unable to add/remove domain alias in Helm Control Panel You could have experienced this error CDomainAlias.DeleteEx 0-xxxxxxxxxx: Unknown error while adding host header: A name contained an invalid character. in...
Read moreAccessing Plesk shows invalid security certificate.
Linux/Windows Support,Accessing Plesk shows invalid security certificate Accessing Plesk Control Panel with https displays the following; mydomain:8443 uses an invalid security certificate. The certificate is not trusted because it is self...
Read moreCreate directory & set permission using a single Linux command
Linux General,Linux/Windows Support,Generaly, we create directory using "mkdir" command and then change it's permissions using "chmod" command. Create directory & set permission using a single Linux command Actually, we can set the...
Read moreLinux Package Management Tips
Linux General,Linux/Windows Support,Try these Linux package management tips. Linux Package Management Tips 1) To check if a package is available in repositories and if so available, to check the version and size...
Read moreFind programs hogging bandwidth using iftop command in Linux
Linux General,Linux/Windows Support,Find programs hogging bandwidth using iftop command in Linux Using iftop command we shall be able to determine what program is hogging bandwidth. iftop -bNBP is the commonly used option...
Read moreHow To set the timezone in FreeBSD OS
Linux/Windows Support,Copy from /usr/share/zoneinfo/Etc or /usr/share/zoneinfo//, the timezone, that coresponds to your city/GMT setting to /etc/localtime Once the timezone is set in the FreeBSD server, run the command: adjkerntz -a (adjut...
Read moreConverting MySQL query results into a CSV file
Database,To dump data from the database into an Excel file, SELECT query can be used to convert data to CSV formatting. Converting MySQL query results into a CSV file All...
Read moreHow to change the client prompt in MySQL?
Database,Change MySQL's prompt by using the prompt command: mysql>prompt mysql (\d)> Once executed, the currently selected database will appear in the prompt, like so: mysql (mydatabase)> It's also easy to...
Read moreLinux modules and libraries
Linux General,Dynamically linked libraries are linked and loaded at run time, either by "ld.so" or "ld-linux.so", depending on how it was compiled: in a.out or ELF format. Every program whenever they...
Read more

