mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 15:50:41 +00:00
Add configuration for susanoo
Also run dotdrop via virtualenv (see Readme)
This commit is contained in:
parent
afbf0e98a8
commit
c1da3bddae
7 changed files with 48 additions and 25 deletions
|
@ -58,11 +58,11 @@ EOF
|
|||
fi
|
||||
}
|
||||
|
||||
{%@@ if profile == 'WVDEWOBMC001307' @@%}
|
||||
{%@@ if profile == 'WVDEWOBMC001307' or profile == 'susanoo.int.r3w.de' @@%}
|
||||
macnst (){
|
||||
netstat -Watnlv | grep LISTEN | awk '{"ps -o comm= -p " $9 | getline procname;colred="\033[01;31m";colclr="\033[0m"; print colred "proto: " colclr $1 colred " | addr.port: " colclr $4 colred " | pid: " colclr $9 colred " | name: " colclr procname; }' | column -t -s "|"
|
||||
}
|
||||
|
||||
{%@@ endif @@%}{%@@ if profile == 'WVDEWOBMC001307' @@%}
|
||||
function setProxyEnv(){
|
||||
local HIGHLIGHT='\033[36;1m'
|
||||
local RESET='\033[0;0m'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue