Category: Installation

Learn how to install software on your Ubuntu and CentOS systems with this guide. It’s easy as 1, 2, 3!

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…

How to Install Grsecurity in linux

How to Install Grsecurity in linux First download the kernel using the below link: http://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/linux-2.6.32.51.tar.gz Then, download gr-security path using the below link: http://grsecurity.net/stable/grsecurity-2.2.2-2.6.32.51-201201021326.patch Extract the kernel using the below…