Skip to content

Commit

Permalink
ss -tunapl -> sst
Browse files Browse the repository at this point in the history
  • Loading branch information
techgaun committed Jan 29, 2019
1 parent 766eea9 commit 788fe92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ alias sysup="sudo apt update && sudo apt -y upgrade && sudo apt -y autoremove"
alias turnoff="sudo poweroff"
alias v="vim"
alias ytmp3="youtube-dl -x --audio-format mp3 --audio-quality 0"
alias sst="ss -tunapl"

# this fixes issue with high CPU usage after laptop is woken up from sleep
alias msrw19="sudo wrmsr -a 0x19a 0x0"
Expand Down
2 changes: 1 addition & 1 deletion .pgclirc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ multi_line_mode = psql
# Destructive warning mode will alert you before executing a sql statement
# that may cause harm to the database such as "drop table", "drop database"
# or "shutdown".
destructive_warning = False
destructive_warning = True

# Enables expand mode, which is similar to `\x` in psql.
expand = False
Expand Down

0 comments on commit 788fe92

Please sign in to comment.