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 Evians on Sat 23rd Mar 13:43 (modification of post by Evians view diff)
View followups from Evians | diff | download | new post

  1. ### Root ###
  2.  
  3. nano /etc/locale.gen
  4.  
  5. locale-gen
  6.  
  7. echo LANG-lv_LV.UTF-8 > /etc/locale.conf
  8. ln -s /usr/share/zoneinfo/Europe/Riga /etc/localetime
  9.  
  10. hwclock --systohc --utc
  11.  
  12. echo evians > /etc/hostname
  13. passwd
  14. useradd -m -g users -G wheel -s /bin/bash evians
  15. passwd evians
  16. pacman -S grub-bios
  17.  
  18. grub-install /dev/sda
  19. cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
  20. grub-mkconfig -o /boot/grub/grub.cfg
  21.  
  22.  
  23. ping google.lv
  24. systemctl enable dhcpcd
  25. dhcpcd
  26. pacman -S sudo
  27. nano /etc/sudoers
  28.  
  29.  
  30. cp /usr/lib/systemd/system/getty@.service /etc/systemd/system/autologin@.service
  31. nano /etc/systemd/system/autologin@.service
  32.  
  33. systemctl deamon-reload
  34. systemctl daemon-reload
  35. systemctl disable getty@tty1
  36. systemctl enable autologin@tty1
  37. systemctl start autologin@tty1
  38.  
  39. cp /etc/skel/.bash_profile ~/.bash_profile
  40.  
  41. ### Autologin LXDE ###
  42.  
  43. ####################################################################
  44.  
  45. #
  46. # ~/.bash_profile
  47. #
  48.  
  49. [[ -f ~/.bashrc ]] && . ~/.bashrc
  50.  
  51. [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
  52.  
  53. ####################################################################
  54.  
  55. #
  56. # ~/.xinitrc
  57. #
  58.  
  59. exec startlxde
  60.  
  61. ####################################################################
  62.  
  63. ### Evians ###
  64.  
  65. sudo pacman -S xorg-server xorg-xinit xorg-server-utils
  66. sudo pacman -S mesa xf86-video-vesa
  67. sudo pacman -S lxde
  68. sudo pacman -S ttf-dejavu
  69. sudo pacman -S chromium
  70. sudo pacman -S faenza-icon-theme
  71.  
  72. tar -zxvf *.tar.gz
  73.  
  74. sudo pacman -S gtk-engine-murrine
  75.  
  76. lspci >> info.txt
  77.  
  78. sudo pacman -S leafpad
  79.  
  80. ### Ambiance ###
  81.  
  82. https://launchpad.net/ubuntu/quantal/+source/light-themes/0.1.93/+files/light-themes_0.1.93.tar.gz
  83.  
  84. ### Dyne ###
  85.  
  86. ?
  87.  
  88. ### #Red #Gray ###
  89.  
  90. ? ?

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