CrunchBang Linux 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.

CrunchBang Linux Pastebin

Posted by bp on Thu 3rd Jan 00:46 (modification of post by view diff)
download | new post

  1. ## DRAFT
  2.  
  3. # crunchbang-11-20121015-i686.iso
  4. dpkg --get-selections > crunchbang
  5.  
  6. # debian-wheezy-DI-b4-i386-netinst.iso
  7. aptitude install dselect
  8. wget -O - http://packages.crunchbang.org/waldorf-dev/crunchbang.key | sudo apt-key add -
  9. nano /etc/apt/sources.list
  10. deb http://packages.crunchbang.org/waldorf waldorf main
  11. aptitude update
  12. dselect update
  13. dpkg --set-selections < crunchbang
  14. apt-get -u dselect-upgrade
  15. aptitude update
  16. aptitude upgrade
  17. aptitude install git
  18. mkdir ~/.git
  19. cd git
  20. git clone git://github.com/corenominal/cb-configs.git
  21. # copy ~/.git/cb-configs/skel to ~/.config

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