So you installed Archbang, and now you are getting bored because everything is running so smoothly ? Already finished your “10 things to do after installing Archbang” ? Here’s some more stuff you can do around your favorite Linux Distro …
1. Install Tools

While Archbang has everything you need, there is always room for improvement on the tools side …
- Htop is a task manager for the console – either assign it to a hotkey (in urxvt) or start it from a root terminal (Ctrl+F1) to control over every single process on your OS
- Scite will give you advanced text editing and syntax highlighting, while being almost as light as leafpad
- Double Commander is a cross platform clone of the famous Total Commander with additional improvements, which makes it the best (orthodox) file manager currently avaliable on any OS
- Mc is a Norton Commander clone for the console – a real life saver in case you mess up your X while updating or tweaking the configuration
2. Install LibreOffice
In a perfect world this would be a no- brainer, but ‘sudo pacman -S libreoffice’, while getting the job done, will include 500+ MB of KDE goodness from the libreoffice-kde package. Arch Wiki offers to use ‘pacman -S libreoffice-common libreoffice-{base,calc,draw,impress,math,writer,gnome,sdk,sdk-doc}’, and if you do not use Extensions you can skip the sdk parts, too.
3. Install MS Fonts
Install ttf-ms-fonts and ttf-vista-fonts, this will not only make websites look more like on the Win7 office rig, but will also improve the looks of your imported Word docs a lot !
4. Put your laptop to sleep on lid close
Of course you could just install xfce4-power-manager for this, but that’s not exactly The Arch Way, right ? A more elegant solution is to use acpid and pm-utils … as a little exercise, figure out the details from the Wiki – good luck !!
5. Connect with netcfg
If your machine is usually connected to the same network, you might want to use netcfg in /etc/rc.conf. The connection is started early in the boot process, so you will be online even before the desktop is loaded. Always use the ‘@’ prefix for it in the DAEMONS array, otherwise the whole boot process will be delayed until connection attempts are finished. You can of course disable network-manager and network with the ‘!’ prefix, just don’t uninstall – downloading network-manager can be tricky when your network is broken …
6. Show network status in conky
Of course netcfg doesn’t have a tray icon, so you might want to add a couple of lines to you conkyrc, to show network status (example shows a wireless connection):
${wireless_essid wlan0} (${wireless_bitrate wlan0}) $alignr ${wireless_link_qual_perc wlan0}%
${wireless_link_bar wlan0}
Down: ${downspeed wlan0} $alignr Up: ${upspeed wlan}
${downspeedgraph wlan0 20,115 999999 cccccc} ${alignr}${upspeedgraph wlan0 20,115 999999 cccccc}
7. Create your own keyboard bindings
Like every decent operating system, you can customize keyboard shortcuts in Archbang’s openbox environment. The most comfy way to do this, is installing obkey. But even editing openbox rc.xml is not rocket science, and is well documented in the openbox Wiki
8. Install games

Most operating systems offer a small selection of games – here’s my suggestion for the “Archbang Games” collection:
- Pysolfc offers a huge collection of solitaire card (and Mahjong) games
- Ltris is a very nice Tetris clone
- Stone-soup (aka Dungeon Crawl) is a rogue-like with (simple) graphics and tutorial mode
- Dopewars is a classic business simulation with a drug dealing theme
- Micropolis is the original Sim City game (open sourced for the OLPC project)
Of course there are fancier Linux games around, but the ones mentioned above are effective time killers and go well with the Arch philosophy … a good starting point for Linux gaming in general is LGDB, or of course Google.
9. Run Windows programs using WINE
If someone asks you, “This Archbang is kinda nice, but will it run {insert random Windows program} ?” – wouldn’t you love to just tell them “Sure, pass me that CD” ? In fact, about two thirds of the software I’m asked about by family and friends runs just fine, if you add wine and winetricks to your Archbang install. Check the WINE AppDb, you will be surprised how much Windows software will work fine under Linux.
10. Join the community
Even if you are not a programmer, you can contribute … join the forums (Archbang, Arch), file Bugs or contribute to the Arch Wiki.
Filed under: arch, linux