You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
541 B

alias downtime='uptime'
alias irb=" irb --simple-prompt --readline -r irb/completion"
alias psg="ps -ef | grep"
alias hgr="history | grep"
alias runvnc="x11vnc -rfbauth .vnc/passwd -display :0 -bg -loop &"
alias ssh2='ssh -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no"'
alias whatsmyip="curl ifconfig.me;echo"
alias tubedl="yt-dlp --js-runtimes quickjs -f bestaudio -i --extract-audio --audio-format flac --audio-quality 0 -P ~/Stažené/tubedl "
alias apt-get-force="sudo apt-get -o Dpkg::Options::='--force-overwrite' "