Added mempigs to aliases
This commit is contained in:
@@ -44,7 +44,9 @@ alias openips='nmap -v -sn -n 192.168.0.0/24 -oG - | grep Down'
|
|||||||
# webthis - create asimple HTTP server in the current directory serving on port 8000
|
# webthis - create asimple HTTP server in the current directory serving on port 8000
|
||||||
alias webthis='python -m SimpleHTTPServer 8000'
|
alias webthis='python -m SimpleHTTPServer 8000'
|
||||||
|
|
||||||
|
|
||||||
# For cheating at DCSS
|
# For cheating at DCSS
|
||||||
alias crawlsave='if [[ -f crawlsave.tgz ]]; then rm -f crawlsave.tgz; fi && tar cvzf crawlsave.tgz .crawl && crawl-tiles'
|
alias crawlsave='if [[ -f crawlsave.tgz ]]; then rm -f crawlsave.tgz; fi && tar cvzf crawlsave.tgz .crawl && crawl-tiles'
|
||||||
alias crawlrestore='rm -rf ~/.crawl && tar xvf ~/crawlsave.tgz -C ~/ && crawl-tiles'
|
alias crawlrestore='rm -rf ~/.crawl && tar xvf ~/crawlsave.tgz -C ~/ && crawl-tiles'
|
||||||
|
|
||||||
|
# Memory Pigs (top 10)
|
||||||
|
alias mempigs='ps aux | awk '\''{print $6/1024 " MB\t\t" $11 " " $12}'\'' | sort -n | tail -10'
|
||||||
|
|||||||
Reference in New Issue
Block a user