-
Notifications
You must be signed in to change notification settings - Fork 257
Extra PG Commands
Admin9705 edited this page Feb 28, 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
spgmove
which equals sudo systemctl status pgmove - Type
spgunion
which equals sudo systemctl status pgunion - Type
sufs
which equals sudo systemctl status ufsmonitor - Type
spgblitz
which 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
npgmove
which equals sudo nano /etc/systemd/system/pgmove.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
npgunion
which equals sudo nano /opt/appdata/plexguide/pgunion.sh - Type
nrclone
which equals sudo nano /opt/appdata/plexguide/rclone.conf
Home - https://plexguide.com