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 =…
Stuff and things about IT
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
apt-get install python git -y mkdir /opt/couchpotato cd /opt/couchpotato/ git clone https://github.com/RuudBurger/CouchPotatoServer.git cp CouchPotatoServer/init/ubuntu /etc/init.d/couchpotato chmod +x /etc/init.d/couchpotato nano /etc/default/couchpotato CP_USER=root CP_HOME=/opt/couchpotato/CouchPotatoServer CP_DATA=/home/user1/couchpotato update-rc.d couchpotato…
https://github.com/Sonarr/Sonarr/wiki/Installation sudo apt-get install libmono-cil-dev sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys FDA5DFFC echo “deb http://apt.sonarr.tv/ master main” | sudo tee /etc/apt/sources.list.d/sonarr.list sudo apt-get update sudo…
https://github.com/rembo10/headphones/wiki/Installation sudo apt-get install git-core cd /opt Sudo git clone https://github.com/rembo10/headphones.git cd headphones Sudo python Headphones.py http://localhost:8181 Configure it to run as a service sudo…
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…