Skip to content

Instantly share code, notes, and snippets.

View jerrymannel's full-sized avatar
🍺
Cheers!

Jerry M. jerrymannel

🍺
Cheers!
View GitHub Profile
@jerrymannel
jerrymannel / Install.md
Last active March 20, 2025 03:45
Commands for installing frequently used software on Ubuntu
@jerrymannel
jerrymannel / .bash_aliases
Created February 28, 2022 17:33
Bash aliases
alias ..='cd ..'
alias c='clear'
alias process='ps -eaf | grep '
alias q='exit'
alias l='ls'
alias ll='ls -l'
alias ss='source ~/.bash_aliases'
alias path='echo -e ${PATH//:/\\n}'
alias ports='netstat -tulanp tcp'
alias meminfo='free -m -l -t'
@jerrymannel
jerrymannel / Software_URL.md
Last active March 22, 2022 09:49
Req s/w and Download URLs

Req. s/w

apt-transport-https
ca-certificates
curl

URL