“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”   […]

See 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 […]

See 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: […]

See More