cPanel :: Change Website’s IP
Posted by blackonsole on May 22nd, 2013 08:03 AM | No Comment
:: How to change web site ip for user in cPanel using command line
:: Change website's ip via WHM
:: Links
+ Google
+ ThecPanelAdmin
XEN PV :: Installing CentOS Linux Guest VM
Posted by blackonsole on April 10th, 2013 01:43 AM | No Comment
:: How to installing CentOS Guest VM in XEN PV
+ Create disk image for save CentOS Guest VM
seek=80000 if you want create image 80 GB
+ Download vmlinuz and initrd for installation via network
+ Create VM Configration file for installation CentOS
Add ...
NFS :: umount share folder but got device is bussy
Posted by blackonsole on April 9th, 2013 08:12 AM | No Comment
:: Got device is bussy error when umount nfs mount point
error
+ check process who used /share/folder
some like this:
+ kill the process
+ umount nfs share folder
+ Google
Linux :: Setup Cronjobs every 6 hours
Posted by blackonsole on April 7th, 2013 06:02 AM | No Comment
:: What is cron
Cron is time-based job scheduler to run script or commands in operating systems.
:: How to setup cronjobs every 6 hours
+ open crontab
+ add cronjob like this:
:: Links
+ Google
+ UbuntuForum
MySQL :: Disable Table Name Case Sensitivity
Posted by blackonsole on April 5th, 2013 03:19 PM | No Comment
:: How to disable case sensitivity in MySQL
+ configure my.cnf file
Add this line in /etc/my.cnf in section:
+ Restarting mysqld
+ Testing
Those are command will show the tables record.
:: Links
+ Google
+ Burnayev