forked from HawksRepos/PTS-Team
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
MrDoobPG
authored
Oct 15, 2019
1 parent
cdebf06
commit cd5bccc
Showing
1 changed file
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
|
||
#!/bin/bash | ||
# Title: PTS List commands | ||
# Author(s): MrDoobPG | ||
############################################################## | ||
- name: PTSUpdate | ||
command: ptsupdate | ||
Info : Update PTS-Edition | ||
|
||
- name: PTS | ||
command: plexguide | ||
Info: Open PTS Interface | ||
|
||
- name: server reboot | ||
command: reboot | ||
Info : Reboot the Server | ||
|
||
- name: list systemd services | ||
command: slist | ||
Info: List all running services | ||
|
||
- name: list pts commands | ||
command: scommand | ||
Info: open short command info | ||
|
||
- name: update server | ||
command: update | ||
Info: update server to the latest packages / remove old apt-cache | ||
|
||
- name: upgrade server | ||
command: update | ||
Info: upgrade server to the latest packages / remove old apt-cache | ||
|
||
- name: install appname | ||
command: install [[ name of app ]] | ||
Info: Install [[ name of app ]] automatic | ||
|
||
- name: autoremove unused packages after app install | ||
command: autoremove | ||
Info: automatic removing old [[ not used software ]] | ||
|
||
- name: Prune docker containers appname | ||
command: prune | ||
Info : docker autoprune unused docker / volumes | ||
|
||
- name: Install PTS-User ADD | ||
command: ptsadd | ||
Info: create a user with UID 1000 with all permissions | ||
|
||
- name: Install rclone updater | ||
command: rcupdate | ||
Info: Open rClone update interface | ||
|
||
- name: Install mergerfes updater | ||
command: mgupdate | ||
Info: Open mergerfs update interface | ||
|
||
- name: Install Backup & Restore | ||
command: backup | ||
Info: open Backup & Restore ( short command ) | ||
|
||
- name: GCE | ||
command: gce | ||
Info: open Google Cloud Engine ( short command ) | ||
|
||
- name: purge old Journal files | ||
command: jpurge | ||
Info: cleanup old Journal files | ||
|
||
- name: purge old log files | ||
command: kill_logs | ||
Info: remove old log files from /var/log for your security |