Вышел Linux ArchBang 2010.10

780

Вчера вышел в свет легковесный дистрибутив Linux ArchBang 2010.10. Как видно из названия, он основан на базе культового в определенных кругах дистрибутива Arch Linux. Легкость достигается за счет использования оконного менеджера Openbox. Это как создание сайтов — все зависит от движка.

Мне не доводилось полноценно попробовать Arch Linux,  так как возникли трудности при установке. Поэтому я решил качнуть ArchBang 2010.10 и  попробовать. Пока идет загрузка можно почитать инструкцию по установке и использованию (на английском). Частично привожу здесь:

  • Boot CD > Login as root > Type arch/setup
  • Source > CD (only if you have the core iso, else NET) note: net install works with both versions of the ISO. You’ll end up with the latest packages installed and your network will already be configured
  • Clock > UTC
  • Auto Prepare HDD (if you plan to use entire disk)
  • Select base & sudo (netcfg & wireless_tools if you use wireless :D ). (type pacman -S base-devel if later you want the extras)
  • Configure w/ Nano
    -rc.conf

    > check timezone
    > MODULES=(!net-pf-10 !snd_pcsp !pcspkr loop) #to disable ipv6 & beep
    > change myhost to your desired cpu name (ex: sasoria)

    -/etc/hosts > be sure to see your hostname
    -/etc/locale.gen > uncomment your locale
    -/etc/pacman.d/mirrorlist > uncomment for your country & some extra close mirrors (ex: Canada & US in case a mirror is down :D )
    -Set your root passwd & click Done

  • Bootloader > Grub (check menu.lst & see if all cool) > select your main HD > Reboot
  • Login as root & ping www.google.com to check your network (for wifi network here’s what to do: # ifconfig wlan0 up,# iwlist wlan0 scan,# iwconfig wlan0 essid «MyEssid» key s:asciikey, # dhcpcd wlan0)
  • pacman -Syu & reboot if there was a kernel upgrade
  • useradd -m -G users,audio,video,wheel,storage,optical,power -s /bin/bash yourusername (add «lp» to the options if you use a printer)
  • passwd yourusername
  • pacman -S powerpill (powerpill -S from now on when you do big installs/upgrades)
  • pacman -S alsa-utils alsa-oss

    >alsaconf (detect snd card)
    >run alsamixer as normal user (su — yourusername) to adjust vol(m to unmute)
    >save settings by going back root & run alsactl store

  • type nano /etc/rc.conf to add alsa & hal: DAEMONS=(hal syslog-ng network crond alsa)
  • in the following order:pacman -S libgl (you don’t need it if you have a nvidia card) > pacman -S xorg > pacman -S mesa > pacman -S your_video_card
  • type nvidia-xconfig (if you have a nvidia card), else
    Xorg -configure > # cp /root/xorg.conf.new /etc/X11/xorg.conf
  • enable hotplugging # pacman -S hal dbus xf86-input-evdev xf86-input-synaptics (note:put xf86-input-synaptics only if you use a laptop for your touchpad)
  • pacman -S openbox obconf obmenu lxappearance
  • Once openbox is installed, move menu.xml & rc.xml to ~/.config/openbox/ in your home directory:
    # su — yourusername
    $ mkdir -p ~/.config/openbox/
    $ cp /etc/xdg/openbox/rc.xml ~/.config/openbox
    $ cp /etc/xdg/openbox/menu.xml ~/.config/openbox
  • edit your ~/.xinitrc and add the following:
    exec ck-launch-session openbox-session
  • YOU’RE DONE. Reboot, login with your user & type startx to access your empty desktop and customize your archbox to your tastes

  • А вот на этом видео показана работа с ArchBang  в VirtualBox. То что мне надо!