Extra PTS Commands - n05urpr1532-MHA-Team/PTS-Team GitHub Wiki
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
blitzwhich shows you the current transfer of PTS
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 PTSmove - Type
spgunionwhich equals sudo systemctl status PTSunion - Type
sufswhich equals sudo systemctl status ufsmonitor - Type
spgwhich equals sudo systemctl status PTS
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/PTSmove.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/PTSunion.sh - Type
nrclonewhich equals sudo nano /opt/appdata/plexguide/rclone.conf