From 32db1a17d4b8f579463d3b1abbb81a3a1ced9685 Mon Sep 17 00:00:00 2001 From: mj Date: Mon, 15 Feb 2016 01:32:24 +0100 Subject: [PATCH] [IMP] NEW ALIASES for Proxmox PCT (LXC) --- dotfiles/bash_aliases.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dotfiles/bash_aliases.sh b/dotfiles/bash_aliases.sh index 290840d..10688b4 100644 --- a/dotfiles/bash_aliases.sh +++ b/dotfiles/bash_aliases.sh @@ -66,6 +66,13 @@ alias n="nano" alias p="python" alias ports="netstat -tulanp" +# Proxmox PCT (LXC): +alias pcl="pct list" +alias pce="pct enter" +alias pch="pct help" +alias pcs="pct stop" +alias pcsta="pct start" + alias tt="touch" # OpenVZ: -- 2.0.0