Skip to content

Extra PG Commands

Admin9705 edited this page Jan 6, 2019 · 8 revisions

📂 Click Here - Sign up for Google's Suite for Business - Unlimited Space

📂 Click Here - NZB's with from NewsHost - PG Members Receive a 58% Discount



General Shortcuts Here are some handy sudo shortcuts for normal use!

  • Type reboot which equals sudo reboot
  • Type update which equals sudo apt update
  • Type upgrade which equals sudo apt upgrade
  • Type install which equals sudo apt install followed by the appname you want to install e.g. install nano
  • Type autoremove which equals sudo apt autoremove – This removes any unused packages after installing an app
  • Type slist which equals sudo ls/etc/systemd/system – This lists all current services you have installed
  • Type prune which equals sudo docker image prune -a – This will remove any unused docker images (Thanks to @barryclamsworth for the tip!)
  • Type tpgblitz which shows you the current transfer of pgblitz

Check Status of a Service The key here is to type an s in front of what you are looking for.

  • Type sgdrive which equals sudo systemctl status gdrive
  • Type sgcrypt which equals sudo systemctl status gcrypt – For encrypted version
  • Type smove which equals sudo systemctl status move
  • Type sunionfs which equals sudo systemctl status unionfs
  • Type sufs which equals sudo systemctl status ufsmonitor
  • Type spgblitzwhich equals sudo systemctl status pgblitz

Edit a Service The key here is to type an n in front of what you are editing! Also, it executes a systemctl daemon-reload automatically for you!

  • Type ngdrive which equals sudo nano /etc/systemd/system/gdrive.service
  • Type ngcrypt which equals sudo nano /etc/systemd/system/ngcrypt.service – For encrypted version
  • Type nmove which equals sudo nano /etc/systemd/system/move.service
  • Type ntdrive which equals sudo nano /etc/systemd/system/tdrive.service
  • Type ntcrypt which equals sudo nano /etc/systemd/system/tcrypt.service – For encrypted version
  • Type nunionfs which equals sudo nano /etc/systemd/system/unionfs.service

Installing PlexGuide

  1. PlexGuide Install Information

Preplanning & Information

  1. PG Folder Structure

Domain and Port Control

  1. CloudFlare Tunnel

Primary Applications

  1. Plex

Useful Links

  1. PG YouTube Channel
Clone this wiki locally