This guide will walk you through installing, updating, and configuring the firewall for Plex Media Server on Centos 7. We will assume you have the…
Stuff and things about IT
This guide will walk you through installing, updating, and configuring the firewall for Plex Media Server on Centos 7. We will assume you have the…
Install apache apt-get install apache2 Install letsencrypt apt-get install letsencrypt Configure letsencrypt Run letsencrypt once to create the necessary file base vi /etc/letsencrypt/cli.ini rsa-key-size =…
https://github.com/tidusjar/Ombi/wiki/Installing-on-Debian-Ubuntu sudo mkdir /opt/Ombi sudo wget {release zip file url} https://github.com/tidusjar/Ombi/releases sudo unzip Ombi.zip -d /opt/Ombi Install mono if you haven’t already Check by sudo…
https://forum.silicondust.com/forum/viewtopic.php?t=42711 Download the latest release from https://github.com/jumpmanjay/HDGrandSlam.bundle/releases/ tar -xvzf v1.6.3.tar.gz Rename the extracted directory to HDGrandSlam.bundle mv HDGrandSlam.bundle/ ‘/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/’ service plexmediaserver restart
sudo apt-get install build-essential pkg-config libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev libqt4-dev wget http://www.makemkv.com/download/makemkv-oss-1.10.4.tar.gz wget http://www.makemkv.com/download/makemkv-bin-1.10.4.tar.gz tar -xvf makemkv-oss-1.10.4.tar.gz tar -xvf makemkv-bin-1.10.4.tar.gz cd makemkv-oss-1.10.4/ ./configure Make…
Installation apt-get update apt-get upgrade add-apt-repository ‘deb http://archive.ubuntu.com/ubuntu trusty universe’ apt-get update apt-get install apache2 mysql-server-5.6 php libapache2-mod-php Configure your passwords service mysql start apt-get…
sudo apt-get install sabnzbdplus Edit /etc/default/sabnzbdplus Add 0 for the user to run as Restart sabnzbdplus http://localhost:8080 from a vnc session Walk through configuration, allow access…
apt-get update apt-get upgrade apt-get install tightvncserver xterm fluxbox iceweasel update-menus apt-get install xfonts-base xfonts-75dpi xfonts-100dpi mkdir .vnc nano .vnc/xstartup Fluxbox chmod +x .vnc/xstartup vncserver…
Installation sudo apt-get install tftpd-hpa sudo service tftpd-hpa status netstat -a | grep tftp Configuration Mkdir /tftp sudo cp /etc/default/tftpd-hpa /etc/default/tftpd-hpa.ORIGINAL sudo vi /etc/default/tftpd-hpa TFTP_DIRECTORY=”/tftp”…
sudo nano /etc/apt/sources.list.d/webmin.list deb http://download.webmin.com/download/repository sarge contrib sudo wget http://www.webmin.com/jcameron-key.asc sudo apt-key add jcameron-key.asc sudo apt-get update sudo apt-get install webmin Connect to webmin on…