Commit 32db1a17d4b8f579463d3b1abbb81a3a1ced9685
1 parent
2fa1629179
Exists in
master
[IMP] NEW ALIASES for Proxmox PCT (LXC)
Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff
dotfiles/bash_aliases.sh
... | ... | @@ -66,6 +66,13 @@ alias n="nano" |
66 | 66 | alias p="python" |
67 | 67 | alias ports="netstat -tulanp" |
68 | 68 | |
69 | +# Proxmox PCT (LXC): | |
70 | +alias pcl="pct list" | |
71 | +alias pce="pct enter" | |
72 | +alias pch="pct help" | |
73 | +alias pcs="pct stop" | |
74 | +alias pcsta="pct start" | |
75 | + | |
69 | 76 | alias tt="touch" |
70 | 77 | |
71 | 78 | # OpenVZ: |