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:29 (modification of post by Evians view diff)
View followups from Evians | diff | download | new post

  1. ### Root ###
  2.  
  3. nano /etc/locale.gen
  4. clear
  5. locale-gen
  6. nano /etc/locale.gen
  7. clear
  8. echo LANG-lv_LV.UTF-8 > /etc/locale.conf
  9. ln -s /usr/share/zoneinfo/Europe/Riga /etc/localetime
  10. hwclock --systoch --utc
  11. hwclock --systohc --utc
  12. clear
  13. echo evians > /etc/hostname
  14. passwd
  15. useradd -m -g users -G wheel -s /bin/bash evians
  16. passwd evians
  17. pacman -S grub-bios
  18. grub-install --rechek /dev/sda
  19. grub-install /dev/sda
  20. cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
  21. grub-mkconfig -o /boot/grub/grub.cfg
  22. exit
  23. exit
  24. ping google.lv
  25. systemctl enable dhcpcd
  26. dhcpcd
  27. pacman -S sudo
  28. nano /etc/sudoers
  29. exit
  30. poweroff
  31. cp /usr/lib/systemd/system/getty@.service /etc/systemd/system/autologin@.service
  32. nano /etc/systemd/system/autologin@.service
  33. clear
  34. systemctl deamon-reload
  35. systemctl daemon-reload
  36. systemctl disable getty@tty1
  37. systemctl enable autologin@tty1
  38. systemctl start autologin@tty1
  39. cp /etc/skel/.bash_prolile ~/.bash_profile
  40. cp /etc/skel/.bash_profile ~/.bash_profile
  41. nano /.bash_profile
  42. cd /home
  43. ls
  44.  ls -n
  45.  ls -s
  46.  ls -a
  47. cd /home/evians
  48.  ls -a
  49. nano /.bash_profile
  50. clear
  51. /.bash_profile
  52. nano home/evians/.bash_profile
  53. exit
  54. exit
  55. pcmanfm
  56. pcmanfm
  57. clear
  58. cd
  59. sclear
  60. clear
  61. sudo -s
  62. exit
  63.  
  64.  
  65. ### Evians ###
  66.  
  67. sudo pacman -S xorg-server xorg-xinit xorg-server-utils
  68. sudo pacman -S mesa xf86-video-vesa
  69. sudo pacman -S lxde
  70. sudo pacman -S ttf-dejavu
  71. sudo pacman -S chromium
  72. sudo pacman -S faenza-icon-theme
  73.  
  74. tar -zxvf *.tar.gz
  75.  
  76. sudo pacman -S gtk-engine-murrine
  77.  
  78. lspci >> info.txt
  79.  
  80. sudo pacman -S leafpad

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