-
Notifications
You must be signed in to change notification settings - Fork 250
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
rebootwhich equals sudo reboot - Type
updatewhich equals sudo apt update - Type
upgradewhich equals sudo apt upgrade - Type
installwhich equals sudo apt install followed by the appname you want to install e.g. install nano - Type
autoremovewhich equals sudo apt autoremove – This removes any unused packages after installing an app - Type
slistwhich equals sudo ls/etc/systemd/system – This lists all current services you have installed - Type
prunewhich equals sudo docker image prune -a – This will remove any unused docker images (Thanks to @barryclamsworth for the tip!) - Type
tpgblitzwhich 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
sgdrivewhich equals sudo systemctl status gdrive - Type
sgcryptwhich equals sudo systemctl status gcrypt – For encrypted version - Type
spgmovewhich equals sudo systemctl status pgmove - Type
spgunionwhich equals sudo systemctl status pgunion - Type
sufswhich 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
ngdrivewhich equals sudo nano /etc/systemd/system/gdrive.service - Type
ngcryptwhich equals sudo nano /etc/systemd/system/ngcrypt.service – For encrypted version - Type
npgmovewhich equals sudo nano /etc/systemd/system/pgmove.service - Type
ntdrivewhich equals sudo nano /etc/systemd/system/tdrive.service - Type
ntcryptwhich equals sudo nano /etc/systemd/system/tcrypt.service – For encrypted version - Type
npgunionwhich equals sudo nano /opt/appdata/plexguide/pgunion.sh - Type
nrclonewhich equals sudo nano /opt/appdata/plexguide/rclone.conf
Home - https://plexguide.com
