Tag: Installations

How to install RVsitebuilder in Linux Server

How to install RVsitebuilder in Linux Server cd /usr/local/cpanel/whostmgr/docroot/cgi/ rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/ rm -f rvsitebuilderinstaller.tar wget http://download.rvglobalsoft.com/rvsitebuilderinstaller.tar tar -xvf rvsitebuilderinstaller.tar chmod 755 addon_rvsitebuilder.cgi rm -f rvsitebuilderinstaller.tar Once done then login…

How to install ffmpeg in linux server

How to install FFMpeg in linux server FFmpeg Installation: cd /usr/src/ Download the file using the below link: wget http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg3/ffmpeginstall.3.2.1.tar.gz Untar the file using below command tar -xzvf ffmpeginstall.3.2.1.tar.gz cd…