pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

Bash pastebin - collaborative debugging tool View Help


Posted by picpak on Fri 11 Jul 03:01
report abuse | View followups from picpak | download | new post

  1. alias kill='pkill'
  2. alias apt='sudo apt-get install'
  3. alias remove='sudo apt-get remove'
  4. alias search='apt-cache search'
  5. alias edit='gedit'
  6. alias suedit='gksudo gedit'
  7. alias i='sudo dpkg -i'
  8. alias update='sudo apt-get update'
  9. alias dist-upgrade='sudo apt-get dist-upgrade'
  10. alias upgrade='sudo apt-get upgrade'
  11. alias build-dep='sudo apt-get build-dep'
  12. alias autoremove='sudo apt-get autoremove'
  13. alias df='df -Hl'
  14. alias home='cd ~'
  15. alias mktar='tar -cvf'
  16. alias mkbz2='tar -cvjf'
  17. alias mkgz='tar -cvzf'
  18. alias untar='tar -xvf'
  19. alias unbz2='tar -xvjf'
  20. alias ungz='tar -xvzf'
  21. alias xorg.conf='gksudo gedit /etc/X11/xorg.conf'
  22. alias sources.list='gksudo gedit /etc/apt/sources.list'
  23. alias rm='rm -i'
  24. alias df='df -h'
  25. uucc() {
  26. sudo apt-get update
  27. sudo apt-get dist-upgrade
  28. sudo apt-get clean
  29. clear
  30. }
  31. clean() {
  32. sudo apt-get autoclean
  33. sudo apt-get clean
  34. clear
  35. }

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post