“ffmpeg: error while loading shared libraries: libavdevice.so.52:”

Error While installing FFMPEG on CentOS server “ffmpeg: error while loading shared libraries: libavdevice.so.52:” After installing FFMPEG on one of my client server, the above error apears whenrunning ffmpeg for the first time.   Error :   “ffmpegffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shared object file: No such file or directory”     Solution :   It […]

» Read more

How to Setup Minecraft on a Linux CentOS Server

Setup Minecraft on a Linux CentOS Server     * First, To download PuTTY to access SSH.   * Installing Minecraft by using following command:  yum install java-1.6.0-openjdk   * Switch to the root directory by using following command: cd   * Create a Minecraft directory mkdir minecraft   * Enter the directory by using following command:  cd minecraft   * […]

» Read more

How to Install Minecraft Server on CentOS VPS

How to Install Minecraft Server on CentOS VPS     First, Installing Java-JDK by using following command:  yum install java-1.6.0-openjdk If have check Java was installed then you can use following command: which java The following command will be displayed if it was properly installed: /usr/bin/java Switch to the root directory by using following command: cd Create a Minecraft directory, […]

» Read more

How To Reset A Kloxo Or LxAdmin Password From SSH

How to Reset A Kloxo Or LxAdmin Password From SSH Kloxo is an another useful free control panel for web hosting management. When your VPS is installed by us with lxadmin the password will be the same as what you asked for on setup. If not try “admin” Note: if you reinstall yourself it will also be “admin” If you […]

» Read more

How to create cron jobs on your Kloxo Panel

How to create cron jobs on your Kloxo Panel Kloxo is a free control panel for managing your VPS hosting or dedicated server hosting. Cronjob is scheduling a task to run later. The task can be either command or a script. The background process(daemon) behind the cronjob is the crond. In the /etc folder there is a file called crontab where […]

» Read more

How to Setup FTP with ProFTPD in Webmin

FTP stands for file transfer protocol, and along with telnet and SMTP is one of the oldest protocols still in common use on the Internet. ProFTPD generally uses a single configuration file, found at /etc/proftpd.conf. This file is made up of directives, each of which usually occupies a single line and has a name and value.   How to Setup FTP […]

» Read more

How to Reboot your cpanel/whm in ssh

  How to Reboot your cpanel/whm in ssh If you happen to mess up your ssh configuration some how you can reset the ssh config from Cpanel then restart your machine via ssh by using following command /etc/init.d/cpanel restart   Enjoy!!!                                       […]

» Read more

How to fix ftp connection time out error!

How to fix ftp connection time out error! Common errors when using FTP When testing an FTP connection you may received of the following errors: 1) Socket Error # 11001, Host not found 2) Socket Error # 11004, Unable to connect 3) Socket Error # 10061, Connection refused 4) Socket Error # 10093 5) Socket Error # 10038 6) Socket […]

» Read more

How to Install mod_cloudflare on cPanel

Installing mod_cloudflare on cPanel CloudFlare is a performance and security service. The CloudFlare cPanel plugin makes it easy to integrate into your hosting control panel. The CloudFlare module automatically translates visitor IP addresses to reflect the visitor’s original IP address rather than the IP address of the CloudFlare proxy servers. Installing mod_cloudflare on a cPanel server is very easy. Just […]

» Read more
1 3 4 5 6