<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7213024092498146917</id><updated>2012-01-27T17:29:57.368-08:00</updated><title type='text'>Adventures in Linux</title><subtitle type='html'>These are my rantings, ravings, tweaks, and experiences in the world of linux.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>33</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-6753460653897766224</id><published>2010-06-11T11:35:00.000-07:00</published><updated>2010-06-11T11:52:37.556-07:00</updated><title type='text'>updates</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_POMwfsOQlTk/TBKF8N8hxbI/AAAAAAAAAEU/HjGs_Z07UQ8/s1600/screenshot10.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 400px; height: 250px;" src="http://2.bp.blogspot.com/_POMwfsOQlTk/TBKF8N8hxbI/AAAAAAAAAEU/HjGs_Z07UQ8/s400/screenshot10.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5481590966045492658" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Just thought I'd post my updated conky and fbpanel configs.  fbpanel now has the ability to exit, shut down and reboot.  my conky config now shows my storage drive, as well as swap... swap somehow ended up with the wrong uuid in fstab, but it's fixed now.&lt;br /&gt;&lt;br /&gt;fbpanel&lt;br /&gt;&lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;# fbpanel &amp;lt;profile&amp;gt; config file&lt;br /&gt;# see http://fbpanel.sf.net/docs.html for complete configuration guide&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Global {&lt;br /&gt;    edge = bottom&lt;br /&gt;    allign = left&lt;br /&gt;    margin = 0&lt;br /&gt;    widthtype = percent&lt;br /&gt;    width = 100&lt;br /&gt;    height = 24&lt;br /&gt;    transparent = true&lt;br /&gt;    tintcolor = #ffffff&lt;br /&gt;    alpha = 35&lt;br /&gt;    setdocktype = true&lt;br /&gt;    setpartialstrut = true&lt;br /&gt;    autohide = false&lt;br /&gt;    heightWhenHidden = 2&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = space&lt;br /&gt;    config {&lt;br /&gt;        size = 2&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = menu&lt;br /&gt;    config {&lt;br /&gt;        image = /home/lleu/Downloads/orb-big-white.png&lt;br /&gt;        systemmenu {&lt;br /&gt;        }&lt;br /&gt;        separator {&lt;br /&gt;        }&lt;br /&gt;        item {&lt;br /&gt;            icon = gnome-settings&lt;br /&gt;            name = configure&lt;br /&gt;            command = configure&lt;br /&gt;        }&lt;br /&gt;        item {&lt;br /&gt;            icon = gnome-session-halt&lt;br /&gt;            name = shut down&lt;br /&gt;            action = gksu poweroff&lt;br /&gt;        }&lt;br /&gt;        item {&lt;br /&gt;            icon = gnome-session-restart&lt;br /&gt;            name = reboot&lt;br /&gt;            action = gksu reboot&lt;br /&gt;        }&lt;br /&gt;        item {&lt;br /&gt;            icon = gnome-session-logout&lt;br /&gt;            name = exit&lt;br /&gt;            action = openbox --exit&lt;br /&gt;        }        &lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = space&lt;br /&gt;    config {&lt;br /&gt;        size = 5&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = launchbar&lt;br /&gt;    config {&lt;br /&gt;        button {&lt;br /&gt;            icon = gnome-fs-home&lt;br /&gt;            tooltip = PcManfm file manager&lt;br /&gt;            action = pcmanfm&lt;br /&gt;        }&lt;br /&gt;        button {&lt;br /&gt;            icon = gnome-terminal&lt;br /&gt;            tooltip = Terminal&lt;br /&gt;            action = sakura&lt;br /&gt;        }&lt;br /&gt;        button {&lt;br /&gt;            icon = mozilla-firefox&lt;br /&gt;            tooltip = Firefox web browser&lt;br /&gt;            action = firefox&lt;br /&gt;        }&lt;br /&gt;        button {&lt;br /&gt;            icon = accessories-text-editor&lt;br /&gt;            tooltip = Texteditor&lt;br /&gt;            action = geany&lt;br /&gt;        }&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = space&lt;br /&gt;    config {&lt;br /&gt;        size = 8&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = wincmd&lt;br /&gt;    config {&lt;br /&gt;        icon = gnome-fs-desktop&lt;br /&gt;        tooltip = Left click to iconify all windows. Middle click to shade them.&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = space&lt;br /&gt;    config {&lt;br /&gt;        size = 7&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = pager&lt;br /&gt;    config {&lt;br /&gt;        showwallpaper = true&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = icons&lt;br /&gt;    config {&lt;br /&gt;        DefaultIcon = /usr/share/fbpanel/images/default.xpm&lt;br /&gt;        application {&lt;br /&gt;            icon = gnome-terminal&lt;br /&gt;            ClassName = XTerm&lt;br /&gt;        }&lt;br /&gt;        application {&lt;br /&gt;            icon = gnome-terminal&lt;br /&gt;            ClassName = mlterm&lt;br /&gt;        }&lt;br /&gt;        application {&lt;br /&gt;            icon = gnome-terminal&lt;br /&gt;            ClassName = URxvt&lt;br /&gt;        }&lt;br /&gt;        application {&lt;br /&gt;            icon = gnome-emacs&lt;br /&gt;            ClassName = Emacs&lt;br /&gt;        }&lt;br /&gt;        application {&lt;br /&gt;            icon = mozilla-firefox&lt;br /&gt;            ClassName = Firefox-bin&lt;br /&gt;        }&lt;br /&gt;        application {&lt;br /&gt;            icon = mozilla-firefox&lt;br /&gt;            ClassName = Firefox&lt;br /&gt;        }&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = space&lt;br /&gt;    config {&lt;br /&gt;        size = 5&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = taskbar&lt;br /&gt;    expand = true&lt;br /&gt;    config {&lt;br /&gt;        ShowIconified = true&lt;br /&gt;        ShowMapped = true&lt;br /&gt;        ShowAllDesks = false&lt;br /&gt;        tooltips = true&lt;br /&gt;        IconsOnly = false&lt;br /&gt;        MaxTaskWidth = 150&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = tray&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = dclock&lt;br /&gt;    config {&lt;br /&gt;        ClockFmt = %R&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;.conkyrc&lt;br /&gt;&lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;alignment top_right&lt;br /&gt;background yes&lt;br /&gt;border_width 1&lt;br /&gt;cpu_avg_samples 2&lt;br /&gt;default_color cornflowerblue&lt;br /&gt;default_outline_color white&lt;br /&gt;default_shade_color white&lt;br /&gt;double_buffer yes&lt;br /&gt;draw_borders no&lt;br /&gt;draw_graph_borders yes&lt;br /&gt;draw_outline no&lt;br /&gt;draw_shades no&lt;br /&gt;gap_x 25&lt;br /&gt;gap_y 15&lt;br /&gt;maximum_width 225&lt;br /&gt;max_port_monitor_connections 64&lt;br /&gt;max_specials 512&lt;br /&gt;max_user_text 16384&lt;br /&gt;minimum_size 330 10&lt;br /&gt;net_avg_samples 2&lt;br /&gt;no_buffers yes&lt;br /&gt;out_to_console no&lt;br /&gt;#wm_class_name Conky&lt;br /&gt;own_window_colour black&lt;br /&gt;own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager&lt;br /&gt;own_window_transparent yes&lt;br /&gt;own_window_type normal&lt;br /&gt;own_window yes&lt;br /&gt;stippled_borders 2&lt;br /&gt;update_interval 2&lt;br /&gt;uppercase no&lt;br /&gt;use_spacer yes&lt;br /&gt;use_xft yes&lt;br /&gt;xftalpha 0.8&lt;br /&gt;xftfont arial:size=9&lt;br /&gt;&lt;br /&gt;TEXT&lt;br /&gt;${color #9DCAFF}${font impact:size=12}$sysname $kernel ${alignr}&lt;br /&gt;${color #9DCAFF}$nodename&lt;br /&gt;${font arial:size=5}&lt;br /&gt;${color #0077ff}${font arial:bold:size=12}System:&lt;br /&gt;${color #0077ff}${font arial:size=9}Uptime:$color $uptime ${color #0077ff} Load:$color $loadavg&lt;br /&gt;${color #0077ff}CPU 0(${freq}mhz):${alignr}$color ${cpu cpu1}%&lt;br /&gt;${color #0077ff}${cpubar cpu1}&lt;br /&gt;${color #0077ff}CPU 1(${freq}mhz):${alignr}$color ${cpu cpu2}%&lt;br /&gt;${color #0077ff}${cpubar cpu2}&lt;br /&gt;${color lightgrey}Core0:$color ${platform coretemp.0 temp 1} &amp;#176;C${color grey} @$color ${cpu cpu1}%&lt;br /&gt;${color lightgrey}Core1:$color ${platform coretemp.1 temp 1} &amp;#176;C${color grey} @$color ${cpu cpu2}% &lt;br /&gt;${color #0077ff}RAM Usage:${alignr}$color $mem${color #0077ff}/${color}$memmax - $memperc%&lt;br /&gt;${color #0077ff}$membar&lt;br /&gt;${color #0077ff}Swap Usage:${alignr}$color $swap${color #0077ff}/${color}$swapmax - $swapperc%&lt;br /&gt;${color #0077ff}${swapbar}&lt;br /&gt;&lt;br /&gt;${color #0077ff}${font arial:bold:size=12}File Systems:&lt;br /&gt;${color #0077ff}${font arial:size=9}/ ${alignr}$color${fs_used /}/${fs_size /}&lt;br /&gt;${color #0077ff}${fs_bar /}&lt;br /&gt;${color #0077ff}/home ${alignr}$color${fs_used /home}/${fs_size /home}&lt;br /&gt;${color #0077ff}${fs_bar /home}&lt;br /&gt;${color #0077ff}/storage ${alignr}$color${fs_used /storage}/${fs_size /storage}&lt;br /&gt;${color #0077ff}${fs_bar /storage}&lt;br /&gt;&lt;br /&gt;${color #0077ff}${font arial:bold:size=12}Processes:&lt;br /&gt;${color #0077ff}${font arial:size=9}Top CPU ${alignr}CPU% MEM%&lt;br /&gt;$color ${top name 1} ${alignr}${top cpu 1} ${top mem 1}&lt;br /&gt;$color ${top name 2} ${alignr}${top cpu 2} ${top mem 2}&lt;br /&gt;$color ${top name 3} ${alignr}${top cpu 3} ${top mem 3}&lt;br /&gt;${color #0077ff}Total Processes:$color ${processes}&lt;br /&gt;&lt;br /&gt;${color #0077ff}${font arial:bold:size=12}Network:&lt;br /&gt;${font arial:size=9}${color #0077ff}&lt;br /&gt;${color #0077ff}Net Down:$color ${downspeed eth0} k/s&lt;br /&gt;${color #0077ff}${downspeedgraph eth0 104E8B 0077ff}&lt;br /&gt;${color #0077ff}Net Up:$color ${upspeed eth0} k/s&lt;br /&gt;${color #0077ff}${upspeedgraph eth0 104E8B 0077ff}&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;conkyclock&lt;br /&gt;&lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;alignment top_left&lt;br /&gt;background no&lt;br /&gt;gap_x 10&lt;br /&gt;gap_y 15&lt;br /&gt;minimum_size 200 5&lt;br /&gt;maximum_width 250&lt;br /&gt;&lt;br /&gt;update_interval 1&lt;br /&gt;total_run_times 0&lt;br /&gt;double_buffer yes&lt;br /&gt;no_buffers yes&lt;br /&gt;text_buffer_size 1248&lt;br /&gt;     &lt;br /&gt;cpu_avg_samples 2&lt;br /&gt;net_avg_samples 2&lt;br /&gt;&lt;br /&gt;use_xft yes&lt;br /&gt;&lt;br /&gt;xftfont HanelGotD:size=9&lt;br /&gt;xftalpha 0.5&lt;br /&gt;override_utf8_locale yes&lt;br /&gt;own_window yes&lt;br /&gt;own_window_type desktop&lt;br /&gt;own_window_transparent yes&lt;br /&gt;own_window_hints below,undecorated,sticky,skip_taskbar,skip_pager&lt;br /&gt;#below,  normal  override&lt;br /&gt;       &lt;br /&gt;draw_shades no&lt;br /&gt;draw_outline no&lt;br /&gt;draw_borders no&lt;br /&gt;draw_graph_borders no&lt;br /&gt;       &lt;br /&gt;#default_color 454e57&lt;br /&gt;default_color light blue&lt;br /&gt;#default_shade_color 7a999c&lt;br /&gt;default_outline_color green&lt;br /&gt;       &lt;br /&gt;#MD0: ${alignr}${fs_used /mnt/disks} / ${fs_size /mnt/disks}&lt;br /&gt;#${color slate gray}/var/log/everything.log:&lt;br /&gt;#${color}${exec tail -n33 /var/log/everything.log}&lt;br /&gt;#${font Sans:normal:size=7}${color1}${exec dmesg &amp;#124; uniq &amp;#124; tail -n 5}&lt;br /&gt;&lt;br /&gt;TEXT&lt;br /&gt;${offset 4}${voffset -3}${color light blue}${font URW Gothic L:size=60}${time %I}&lt;br /&gt;${offset 100}${voffset -125}${color light blue}${font URW Gothic L:size=32}${time :%M}&lt;br /&gt;${offset 165}${voffset -73}${color light blue}${font URW Gothic L:size=13}${time %S}${color}&lt;br /&gt;${offset 165}${voffset -7}${color light blue}${font URW Gothic L:size=13}${time :%P}${color}&lt;br /&gt;&lt;br /&gt;#${color #1793d1}${hr 1}${font}${color}&lt;br /&gt;${color #9DCAFF}${hr 1}${font}${color}&lt;br /&gt;       &lt;br /&gt;${font DejaVu Sans Mono :size=10}${execpi 60 DJS=`date +%_d`; cal &amp;#124; sed s/&amp;quot;$DJS&amp;quot;'\b'/'${color #8a6a3e}'&amp;quot;$DJS&amp;quot;'$color'/ &amp;#124; sed s/^/'${offset 20}'/}&lt;br /&gt;&lt;br /&gt;${color Cyan}Crystal Lake Weather ${hr 2}$color${execi 600 sh /home/lleu/conky_weather/weather_script.sh}&lt;br /&gt;${font conkyweather:size=35}${execi 600  sed -n '4p' /home/lleu/conky_weather/weather1}${font} ${voffset -20}${execi 600 sed -n '1p' /home/lleu/conky_weather/weather1}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;${rss http://rss.accuweather.com/rss/liveweather_rss.asp?metric=0&amp;amp;locCode=60014 10 item_title 1}&lt;br /&gt;${font conkyweather:size=35}${execi 600  sed -n '5p' /home/lleu/conky_weather/weather1}${font} ${voffset -20}${execi 600 sed -n '2p' /home/lleu/conky_weather/weather1}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;${rss http://rss.accuweather.com/rss/liveweather_rss.asp?metric=0&amp;amp;locCode=60014 10 item_title 2}&lt;br /&gt;${font conkyweather:size=35}${execi 600  sed -n '6p' /home/lleu/conky_weather/weather1}${font} ${voffset -20}${execi 600 sed -n '3p' /home/lleu/conky_weather/weather1}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-6753460653897766224?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/6753460653897766224/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=6753460653897766224' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/6753460653897766224'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/6753460653897766224'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2010/06/updates.html' title='updates'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_POMwfsOQlTk/TBKF8N8hxbI/AAAAAAAAAEU/HjGs_Z07UQ8/s72-c/screenshot10.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-6973670164017101864</id><published>2010-06-05T17:52:00.000-07:00</published><updated>2010-06-05T18:23:47.061-07:00</updated><title type='text'>Fun with conky</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_POMwfsOQlTk/TAr3_9Z-aqI/AAAAAAAAAD8/xZqG2FOn3jQ/s1600/screenshot5.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 400px; height: 250px;" src="http://2.bp.blogspot.com/_POMwfsOQlTk/TAr3_9Z-aqI/AAAAAAAAAD8/xZqG2FOn3jQ/s400/screenshot5.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5479464574836959906" /&gt;&lt;/a&gt;&lt;br /&gt;Conky is a great little app that can display on your desktop pertinent information about your computer.  I currently have two instances of conky running on my openbox window manager... the first one on the right shows CPU usage and temperature, RAM usage, file system space, processes running, and network information.  The one on the left shows a clock, a calendar (with the current date highlighted), and detailed weather information for my city.&lt;br /&gt;&lt;br /&gt;Here is a copy of my autostart.sh startup script for reference&lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;pcmanfm &amp;amp;&lt;br /&gt;conky -c conkyclock &amp;amp;&lt;br /&gt;conky &amp;amp;&lt;br /&gt;fbpanel &amp;amp;&lt;br /&gt;volwheel &amp;amp;&lt;br /&gt;eval `cat $HOME/.fehbg` &amp;amp;&lt;br /&gt;xscreensaver -no-splash &amp;amp;&lt;br /&gt;export OOO_FORCE_DESKTOP=gnome &amp;amp;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Here are the conky scripts&lt;br /&gt;.conkyrc&lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;alignment top_right&lt;br /&gt;background yes&lt;br /&gt;border_width 1&lt;br /&gt;cpu_avg_samples 2&lt;br /&gt;default_color cornflowerblue&lt;br /&gt;default_outline_color white&lt;br /&gt;default_shade_color white&lt;br /&gt;double_buffer yes&lt;br /&gt;draw_borders no&lt;br /&gt;draw_graph_borders yes&lt;br /&gt;draw_outline no&lt;br /&gt;draw_shades no&lt;br /&gt;gap_x 25&lt;br /&gt;gap_y 15&lt;br /&gt;maximum_width 225&lt;br /&gt;max_port_monitor_connections 64&lt;br /&gt;max_specials 512&lt;br /&gt;max_user_text 16384&lt;br /&gt;minimum_size 330 10&lt;br /&gt;net_avg_samples 2&lt;br /&gt;no_buffers yes&lt;br /&gt;out_to_console no&lt;br /&gt;#wm_class_name Conky&lt;br /&gt;own_window_colour black&lt;br /&gt;own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager&lt;br /&gt;own_window_transparent yes&lt;br /&gt;own_window_type normal&lt;br /&gt;own_window yes&lt;br /&gt;stippled_borders 2&lt;br /&gt;update_interval 2&lt;br /&gt;uppercase no&lt;br /&gt;use_spacer yes&lt;br /&gt;use_xft yes&lt;br /&gt;xftalpha 0.8&lt;br /&gt;xftfont arial:size=9&lt;br /&gt;&lt;br /&gt;TEXT&lt;br /&gt;${color #9DCAFF}${font impact:size=12}$sysname $kernel ${alignr}&lt;br /&gt;${color #9DCAFF}$nodename&lt;br /&gt;${font arial:size=5}&lt;br /&gt;${color #0077ff}${font arial:bold:size=12}System:&lt;br /&gt;${color #0077ff}${font arial:size=9}Uptime:$color $uptime ${color #0077ff} Load:$color $loadavg&lt;br /&gt;${color #0077ff}CPU 0(${freq}mhz):${alignr}$color ${cpu cpu1}%&lt;br /&gt;${color #0077ff}${cpubar cpu1}&lt;br /&gt;${color #0077ff}CPU 1(${freq}mhz):${alignr}$color ${cpu cpu2}%&lt;br /&gt;${color #0077ff}${cpubar cpu2}&lt;br /&gt;${color lightgrey}Core0:$color ${platform coretemp.0 temp 1} &amp;#176;C${color grey} @$color ${cpu cpu1}%&lt;br /&gt;${color lightgrey}Core1:$color ${platform coretemp.1 temp 1} &amp;#176;C${color grey} @$color ${cpu cpu2}% &lt;br /&gt;${color #0077ff}RAM Usage:${alignr}$color $mem${color #0077ff}/${color}$memmax - $memperc%&lt;br /&gt;${color #0077ff}$membar&lt;br /&gt;${color #0077ff}Swap Usage:${alignr}$color $swap${color #0077ff}/${color}$swapmax - $swapperc%&lt;br /&gt;${color #0077ff}${swapbar}&lt;br /&gt;&lt;br /&gt;${color #0077ff}${font arial:bold:size=12}File Systems:&lt;br /&gt;${color #0077ff}${font arial:size=9}/ ${alignr}$color${fs_used /}/${fs_size /}&lt;br /&gt;${color #0077ff}${fs_bar /}&lt;br /&gt;${color #0077ff}/home ${alignr}$color${fs_used /home}/${fs_size /home}&lt;br /&gt;${color #0077ff}${fs_bar /home}&lt;br /&gt;&lt;br /&gt;${color #0077ff}${font arial:bold:size=12}Processes:&lt;br /&gt;${color #0077ff}${font arial:size=9}Top CPU ${alignr}CPU% MEM%&lt;br /&gt;$color ${top name 1} ${alignr}${top cpu 1} ${top mem 1}&lt;br /&gt;$color ${top name 2} ${alignr}${top cpu 2} ${top mem 2}&lt;br /&gt;$color ${top name 3} ${alignr}${top cpu 3} ${top mem 3}&lt;br /&gt;${color #0077ff}Total Processes:$color ${processes}&lt;br /&gt;&lt;br /&gt;${color #0077ff}${font arial:bold:size=12}Network:&lt;br /&gt;${font arial:size=9}${color #0077ff}&lt;br /&gt;${color #0077ff}Net Down:$color ${downspeed eth0} k/s&lt;br /&gt;${color #0077ff}${downspeedgraph eth0 104E8B 0077ff}&lt;br /&gt;${color #0077ff}Net Up:$color ${upspeed eth0} k/s&lt;br /&gt;${color #0077ff}${upspeedgraph eth0 104E8B 0077ff}&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;conkyclock&lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;alignment top_left&lt;br /&gt;background no&lt;br /&gt;gap_x 10&lt;br /&gt;gap_y 15&lt;br /&gt;minimum_size 200 5&lt;br /&gt;maximum_width 250&lt;br /&gt;&lt;br /&gt;update_interval 1&lt;br /&gt;total_run_times 0&lt;br /&gt;double_buffer yes&lt;br /&gt;no_buffers yes&lt;br /&gt;text_buffer_size 1248&lt;br /&gt;     &lt;br /&gt;cpu_avg_samples 2&lt;br /&gt;net_avg_samples 2&lt;br /&gt;&lt;br /&gt;use_xft yes&lt;br /&gt;&lt;br /&gt;xftfont HanelGotD:size=9&lt;br /&gt;xftalpha 0.5&lt;br /&gt;override_utf8_locale yes&lt;br /&gt;own_window yes&lt;br /&gt;own_window_type desktop&lt;br /&gt;own_window_transparent yes&lt;br /&gt;own_window_hints below,undecorated,sticky,skip_taskbar,skip_pager&lt;br /&gt;#below,  normal  override&lt;br /&gt;       &lt;br /&gt;draw_shades no&lt;br /&gt;draw_outline no&lt;br /&gt;draw_borders no&lt;br /&gt;draw_graph_borders no&lt;br /&gt;       &lt;br /&gt;#default_color 454e57&lt;br /&gt;default_color light blue&lt;br /&gt;#default_shade_color 7a999c&lt;br /&gt;default_outline_color green&lt;br /&gt;       &lt;br /&gt;#MD0: ${alignr}${fs_used /mnt/disks} / ${fs_size /mnt/disks}&lt;br /&gt;#${color slate gray}/var/log/everything.log:&lt;br /&gt;#${color}${exec tail -n33 /var/log/everything.log}&lt;br /&gt;#${font Sans:normal:size=7}${color1}${exec dmesg &amp;#124; uniq &amp;#124; tail -n 5}&lt;br /&gt;&lt;br /&gt;TEXT&lt;br /&gt;${offset 4}${voffset -3}${color light blue}${font URW Gothic L:size=60}${time %I}&lt;br /&gt;${offset 100}${voffset -125}${color light blue}${font URW Gothic L:size=32}${time :%M}&lt;br /&gt;${offset 165}${voffset -73}${color light blue}${font URW Gothic L:size=13}${time %S}${color}&lt;br /&gt;${offset 165}${voffset -7}${color light blue}${font URW Gothic L:size=13}${time :%P}${color}&lt;br /&gt;&lt;br /&gt;#${color #1793d1}${hr 1}${font}${color}&lt;br /&gt;${color #9DCAFF}${hr 1}${font}${color}&lt;br /&gt;       &lt;br /&gt;${font DejaVu Sans Mono :size=10}${execpi 60 DJS=`date +%_d`; cal &amp;#124; sed s/&amp;quot;$DJS&amp;quot;'\b'/'${color #8a6a3e}'&amp;quot;$DJS&amp;quot;'$color'/ &amp;#124; sed s/^/'${offset 20}'/}&lt;br /&gt;&lt;br /&gt;${color Cyan}Crystal Lake Weather ${hr 2}$color${execi 600 sh /home/lleu/conky_weather/weather_script.sh}&lt;br /&gt;${font conkyweather:size=35}${execi 600  sed -n '4p' /home/lleu/conky_weather/weather1}${font} ${voffset -20}${execi 600 sed -n '1p' /home/lleu/conky_weather/weather1}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;${rss http://rss.accuweather.com/rss/liveweather_rss.asp?metric=0&amp;amp;locCode=60014 10 item_title 1}&lt;br /&gt;${font conkyweather:size=35}${execi 600  sed -n '5p' /home/lleu/conky_weather/weather1}${font} ${voffset -20}${execi 600 sed -n '2p' /home/lleu/conky_weather/weather1}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;${rss http://rss.accuweather.com/rss/liveweather_rss.asp?metric=0&amp;amp;locCode=60014 10 item_title 2}&lt;br /&gt;${font conkyweather:size=35}${execi 600  sed -n '6p' /home/lleu/conky_weather/weather1}${font} ${voffset -20}${execi 600 sed -n '3p' /home/lleu/conky_weather/weather1}&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;To get the weather section running correctly be sure to visit this thread for reference&lt;br /&gt;http://ubuntu-virginia.ubuntuforums.org/showthread.php?t=1156383&lt;br /&gt;The relevant information is in the first section labeled 1)Accuweather RSS&lt;br /&gt;&lt;br /&gt;Have fun with conky!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-6973670164017101864?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/6973670164017101864/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=6973670164017101864' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/6973670164017101864'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/6973670164017101864'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2010/06/fun-with-conky.html' title='Fun with conky'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_POMwfsOQlTk/TAr3_9Z-aqI/AAAAAAAAAD8/xZqG2FOn3jQ/s72-c/screenshot5.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-4042277021021954290</id><published>2010-06-03T08:52:00.000-07:00</published><updated>2010-06-03T09:15:31.900-07:00</updated><title type='text'>fbpanel - text configuration in a nice panel</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_POMwfsOQlTk/TAfVHolWIcI/AAAAAAAAAD0/D__5L8SAznU/s1600/screenshot1.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 400px; height: 250px;" src="http://2.bp.blogspot.com/_POMwfsOQlTk/TAfVHolWIcI/AAAAAAAAAD0/D__5L8SAznU/s400/screenshot1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5478581798849356226" /&gt;&lt;/a&gt;&lt;br /&gt;I thought I'd post my fbpanel config to give an idea of how things are done in this excellent panel.&lt;br /&gt;Starting from the left we have&lt;br /&gt;1.  Start icon - this was downloaded from http://gnome-look.org/content/show.php/5+ubuntu+menu-icons?content=63133.  I simply pointed fbpanel to the location of the extracted chosen icon and I was set!.&lt;br /&gt;2.  File manager -  I pointed fbpanel to pcmanfm.  You're free to substitute whichever file manager you are using of course.  Thunar and xfe also work nicely in my experience.&lt;br /&gt;3.  Terminal -  I chose sakura.  It's full featured, light-weight, few dependencies, and supports tabbing and transparencies.&lt;br /&gt;4.  Web browser - I chose firefox.  On a lighter box I'd be likely to choose midori, but on this box, firefox is fine.&lt;br /&gt;5.  Text editor -  Geany is my choice here.  It's a great drop in replacement for gedit, and it doesn't do anything you don't tell it to.&lt;br /&gt;6. Iconify.  This is your basic "show desktop command"&lt;br /&gt;7. Desktop switcher -  The default is 4 desktops.  I trimmed this to 2.&lt;br /&gt;8. Dock  -  Active programs are listed here.&lt;br /&gt;9.  Volwheel - great little app to control volume.&lt;br /&gt;10.  Clock - Lists the time&lt;br /&gt;&lt;br /&gt;And here's the code stored in ~/.fbpanel/default&lt;br /&gt;&lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;# fbpanel &amp;lt;profile&amp;gt; config file&lt;br /&gt;# see http://fbpanel.sf.net/docs.html for complete configuration guide&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Global {&lt;br /&gt;    edge = bottom&lt;br /&gt;    allign = left&lt;br /&gt;    margin = 0&lt;br /&gt;    widthtype = percent&lt;br /&gt;    width = 100&lt;br /&gt;    height = 24&lt;br /&gt;    transparent = true&lt;br /&gt;    tintcolor = #ffffff&lt;br /&gt;    alpha = 35&lt;br /&gt;    setdocktype = true&lt;br /&gt;    setpartialstrut = true&lt;br /&gt;    autohide = false&lt;br /&gt;    heightWhenHidden = 2&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = space&lt;br /&gt;    config {&lt;br /&gt;        size = 2&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = menu&lt;br /&gt;    config {&lt;br /&gt;        image = /home/lleu/Downloads/orb-big-white.png&lt;br /&gt;        systemmenu {&lt;br /&gt;        }&lt;br /&gt;        separator {&lt;br /&gt;        }&lt;br /&gt;        item {&lt;br /&gt;            icon = gnome-settings&lt;br /&gt;            name = configure&lt;br /&gt;            command = configure&lt;br /&gt;        }&lt;br /&gt;        item {&lt;br /&gt;            icon = gnome-session-halt&lt;br /&gt;            name = shut down&lt;br /&gt;            action = sudo /sbin/halt&lt;br /&gt;        }&lt;br /&gt;        item {&lt;br /&gt;            icon = gnome-session-restart&lt;br /&gt;            name = reboot&lt;br /&gt;            action = sudo /sbin/reboot&lt;br /&gt;        }&lt;br /&gt;        item {&lt;br /&gt;            icon = gnome-session-logout&lt;br /&gt;            name = exit&lt;br /&gt;            action = openbox --exit&lt;br /&gt;        }        &lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = space&lt;br /&gt;    config {&lt;br /&gt;        size = 5&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = launchbar&lt;br /&gt;    config {&lt;br /&gt;        button {&lt;br /&gt;            icon = gnome-fs-home&lt;br /&gt;            tooltip = PcManfm file manager&lt;br /&gt;            action = pcmanfm&lt;br /&gt;        }&lt;br /&gt;        button {&lt;br /&gt;            icon = gnome-terminal&lt;br /&gt;            tooltip = Terminal&lt;br /&gt;            action = sakura&lt;br /&gt;        }&lt;br /&gt;        button {&lt;br /&gt;            icon = mozilla-firefox&lt;br /&gt;            tooltip = Firefox web browser&lt;br /&gt;            action = firefox&lt;br /&gt;        }&lt;br /&gt;        button {&lt;br /&gt;            icon = accessories-text-editor&lt;br /&gt;            tooltip = Texteditor&lt;br /&gt;            action = geany&lt;br /&gt;        }&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = space&lt;br /&gt;    config {&lt;br /&gt;        size = 8&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = wincmd&lt;br /&gt;    config {&lt;br /&gt;        icon = gnome-fs-desktop&lt;br /&gt;        tooltip = Left click to iconify all windows. Middle click to shade them.&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = space&lt;br /&gt;    config {&lt;br /&gt;        size = 7&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = pager&lt;br /&gt;    config {&lt;br /&gt;        showwallpaper = true&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = icons&lt;br /&gt;    config {&lt;br /&gt;        DefaultIcon = /usr/share/fbpanel/images/default.xpm&lt;br /&gt;        application {&lt;br /&gt;            icon = gnome-terminal&lt;br /&gt;            ClassName = XTerm&lt;br /&gt;        }&lt;br /&gt;        application {&lt;br /&gt;            icon = gnome-terminal&lt;br /&gt;            ClassName = mlterm&lt;br /&gt;        }&lt;br /&gt;        application {&lt;br /&gt;            icon = gnome-terminal&lt;br /&gt;            ClassName = URxvt&lt;br /&gt;        }&lt;br /&gt;        application {&lt;br /&gt;            icon = gnome-emacs&lt;br /&gt;            ClassName = Emacs&lt;br /&gt;        }&lt;br /&gt;        application {&lt;br /&gt;            icon = mozilla-firefox&lt;br /&gt;            ClassName = Firefox-bin&lt;br /&gt;        }&lt;br /&gt;        application {&lt;br /&gt;            icon = mozilla-firefox&lt;br /&gt;            ClassName = Firefox&lt;br /&gt;        }&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = space&lt;br /&gt;    config {&lt;br /&gt;        size = 5&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = taskbar&lt;br /&gt;    expand = true&lt;br /&gt;    config {&lt;br /&gt;        ShowIconified = true&lt;br /&gt;        ShowMapped = true&lt;br /&gt;        ShowAllDesks = false&lt;br /&gt;        tooltips = true&lt;br /&gt;        IconsOnly = false&lt;br /&gt;        MaxTaskWidth = 150&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = tray&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plugin {&lt;br /&gt;    type = dclock&lt;br /&gt;    config {&lt;br /&gt;        ClockFmt = %R&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-4042277021021954290?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/4042277021021954290/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=4042277021021954290' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/4042277021021954290'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/4042277021021954290'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2010/06/fbpanel-text-configuration-in-nice.html' title='fbpanel - text configuration in a nice panel'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_POMwfsOQlTk/TAfVHolWIcI/AAAAAAAAAD0/D__5L8SAznU/s72-c/screenshot1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-4280280050001955962</id><published>2010-06-01T10:22:00.001-07:00</published><updated>2010-06-01T10:37:35.069-07:00</updated><title type='text'>The more things change...</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_POMwfsOQlTk/TAVFWE3spUI/AAAAAAAAADk/eQPf4Z3i0ME/s1600/screenshot.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 400px; height: 250px;" src="http://4.bp.blogspot.com/_POMwfsOQlTk/TAVFWE3spUI/AAAAAAAAADk/eQPf4Z3i0ME/s400/screenshot.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5477860767332869442" /&gt;&lt;/a&gt;&lt;br /&gt;I noticed that the more things change for me in computing... the more they stay the same.  I've changed distros many times, and yet they all tend to end up looking and functioning the same... which is one of the strength of open source, and the main reason I still haven't moved back to distros that I tend to like better.&lt;br /&gt;&lt;br /&gt;I've been running an ubuntu system for a while now, though at a casual glance, most ubuntu users wouldn't tend to recognize the layout of my system.  Even though I have a decent system hardware-wise, I'm a big fan of non-bloated software.  Couple that with no fear of text based configuration files, and I've said bye bye to gnome, kde and xfce.  What I'm left with is a highly configurable window manager in openbox.. a great panel in fbpanel... and of course conky for those little bells and whistles that tell you how your system is performing.&lt;br /&gt;&lt;br /&gt;The funny thing is that I'm more comfortable in Arch or Slack, as these use text based configuration files out of the box... But as I've found, the distro doesn't really matter in the long run...  It's all linux, and it's all easily customizable.  I'm finding myself simply too lazy to install Arch or Slack, since this Buntu install is still chugging along nicely.  At some point I may return to my roots... but for now I'll simply enjoy my fully functioning and customized OS.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-4280280050001955962?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/4280280050001955962/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=4280280050001955962' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/4280280050001955962'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/4280280050001955962'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2010/06/more-things-change.html' title='The more things change...'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_POMwfsOQlTk/TAVFWE3spUI/AAAAAAAAADk/eQPf4Z3i0ME/s72-c/screenshot.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-7063725440739445589</id><published>2010-05-18T11:53:00.000-07:00</published><updated>2010-05-18T12:32:10.041-07:00</updated><title type='text'>WXCam is a great webcam app for logitech 3000</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_POMwfsOQlTk/S_LrNLjEfmI/AAAAAAAAADU/C2GHfbGjVtU/s1600/Screenshot-1.png"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 200px;" src="http://1.bp.blogspot.com/_POMwfsOQlTk/S_LrNLjEfmI/AAAAAAAAADU/C2GHfbGjVtU/s320/Screenshot-1.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5472695108879285858" /&gt;&lt;/a&gt;&lt;br /&gt;After a few days of wrangling through bug reports and kernel recompilations, just to try to get my webcam to work properly, I stumbled upon this great little app that handles my webcam and it's little quirks just fine.  It's called WXCam and it's a fantastic little app.&lt;br /&gt;&lt;br /&gt;I know most of you are wondering why I simply don't use cheese (gnome based) or kamoso (kde based)... well... to be quite honest, I did try both those apps... in addition to quvcview, camorama and a host of other webcam apps as well.  Cheese would not even start... there is apparently a gstreamer issue and it kept issuing this type error...&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;(cheese:2237): GStreamer-WARNING **: pad source:src returned caps which are not a real subset of its template caps&lt;br /&gt;Segmentation fault&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;The funny thing is, when selecting the cam directly with gstreamer-properties, the test worked just fine at full res, so I knew it wasn't a hardware problem.&lt;br /&gt;&lt;br /&gt;Kamoso worked, but it hiccupped with v4l2 demux errors and wouldn't allow adjustment of brightness or exposure,  Audio would not record and there were few options to actually adjust...  I'm unsure as to whether or not this is due to not having kde fully installed, the distro I'm using (xubuntu), or some other combination thereof.&lt;br /&gt;&lt;br /&gt;WXCam on the other hand worked flawlessly.  It detected the cam right off the bat, has a host of configuration options, allowed resolution up to 640x480 (the max for this cam), and also records and syncs audio from the builtin mic on the cam.  You can find the source code on the homepage here... http://wxcam.sourceforge.net/index.php&lt;br /&gt;&lt;br /&gt;It comes in a precompiled i386 binary for debian/ubuntu, or ya can download a tarball to compile from source for x86_64 systems or other i386 compatible distros.  It's also available in the AUR in arch linux, and a simple yaourt -S wxcam will download and compile it to your system...  One note, the pkgbuild is out of date at the time of this writing, so be sure to modify it to download and install the latest version.&lt;br /&gt;&lt;br /&gt;Happy webcamming!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-7063725440739445589?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/7063725440739445589/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=7063725440739445589' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/7063725440739445589'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/7063725440739445589'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2010/05/wxcam-is-great-webcam-app-for-logitech.html' title='WXCam is a great webcam app for logitech 3000'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_POMwfsOQlTk/S_LrNLjEfmI/AAAAAAAAADU/C2GHfbGjVtU/s72-c/Screenshot-1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-8909779453793130315</id><published>2010-05-13T12:59:00.001-07:00</published><updated>2010-05-13T13:05:57.154-07:00</updated><title type='text'>ubuntu cdrtools script</title><content type='html'>It's been a while since I've posted on here, but I thought I'd give the revised version of my cdrtools script that replaces cdrkit... and since I'm using ubuntu at the moment, it is formatted for sudo (though any other distro set up for sudo access should have no trouble).&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;#!/bin/bash&lt;br /&gt;&lt;br /&gt;#compile smake for ubuntu&lt;br /&gt;cd ~&lt;br /&gt;wget ftp://ftp.berlios.de/pub/smake/smake-1.2.1.tar.gz&lt;br /&gt;tar -zxf smake-1.2.1.tar.gz&lt;br /&gt;cd smake-1.2.1&lt;br /&gt;sudo cp Gmake.linux /usr/bin/Gmake&lt;br /&gt;sudo make&lt;br /&gt;sudo make install&lt;br /&gt;sudo cp /opt/schily/bin/smake /usr/bin&lt;br /&gt;sudo chmod +x /usr/bin/smake&lt;br /&gt;&lt;br /&gt;#compile cdrtools for ubuntu&lt;br /&gt;cd ~&lt;br /&gt;wget ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-beta.tar.gz&lt;br /&gt;tar -zxf cdrtools-beta.tar.gz&lt;br /&gt;cd cdrtools-2.01.01&lt;br /&gt;sudo smake&lt;br /&gt;sudo smake install&lt;br /&gt;&lt;br /&gt;# Ensure root ownership for proper operation&lt;br /&gt;sudo chown root:root /opt/schily/bin/*&lt;br /&gt;&lt;br /&gt;# Backup cdrkit files&lt;br /&gt;cd ~&lt;br /&gt;mkdir cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/wodim ~/cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/readom ~/cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/genisoimage ~/cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/btcflash ~/cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/devdump ~/cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/isodump ~/cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/isodebug ~/cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/isoinfo ~/cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/isovfy ~/cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/icedax ~/cdrkitbackup&lt;br /&gt;&lt;br /&gt;# Remove soft links to cdrkit programs&lt;br /&gt;sudo rm /usr/bin/cdrecord&lt;br /&gt;sudo rm /usr/bin/cdda2wav&lt;br /&gt;sudo rm /usr/bin/mkhybrid&lt;br /&gt;sudo rm /usr/bin/mkisofs&lt;br /&gt;sudo rm /usr/bin/readcd&lt;br /&gt;&lt;br /&gt;# Create soft links to cdrtools programs&lt;br /&gt;# Create soft links to cdrkit naming conventions for compatibility&lt;br /&gt;sudo ln -s /opt/schily/bin/cdrecord /usr/bin/cdrecord&lt;br /&gt;sudo ln -s /opt/schily/bin/cdrecord /usr/bin/wodim&lt;br /&gt;sudo ln -s /opt/schily/bin/mkisofs /usr/bin/genisoimage&lt;br /&gt;sudo ln -s /opt/schily/bin/mkisofs /usr/bin/mkisofs&lt;br /&gt;sudo ln -s /opt/schily/bin/mkhybrid /usr/bin/mkhybrid&lt;br /&gt;sudo ln -s /opt/schily/bin/readcd /usr/bin/readom&lt;br /&gt;sudo ln -s /opt/schily/bin/readcd /usr/bin/readcd&lt;br /&gt;sudo ln -s /opt/schily/bin/cdda2wav /usr/bin/cdda2wav&lt;br /&gt;sudo ln -s /opt/schily/bin/cdda2wav /usr/bin/icedax&lt;br /&gt;sudo ln -s /opt/schily/bin/btcflash /usr/bin/btcflash&lt;br /&gt;sudo ln -s /opt/schily/bin/isodebug /usr/bin/isodebug&lt;br /&gt;sudo ln -s /opt/schily/bin/isodump /usr/bin/isodump&lt;br /&gt;sudo ln -s /opt/schily/bin/isoinfo /usr/bin/isoinfo&lt;br /&gt;sudo ln -s /opt/schily/bin/isovfy /usr/bin/isovfy&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;there is a harmless error at the end of installation, so don't worry, it will have installed cdrtools correctly.  Good luck!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-8909779453793130315?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/8909779453793130315/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=8909779453793130315' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/8909779453793130315'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/8909779453793130315'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2010/05/ubuntu-cdrtools-script.html' title='ubuntu cdrtools script'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-2118554153458074256</id><published>2009-10-19T07:25:00.000-07:00</published><updated>2009-10-19T07:27:32.851-07:00</updated><title type='text'>project on hold</title><content type='html'>Just a quick shout out to let everyone know I'm putting this project on hold for the time being.  I had good intentions of continuing this, but time constraints being what they are, I simply don't have enough time to give this blog the attention it needs or deserves at the moment. &lt;br /&gt;&lt;br /&gt;Some day I may reopen this blog, but for the moment it's closed.  Good luck!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-2118554153458074256?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/2118554153458074256/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=2118554153458074256' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/2118554153458074256'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/2118554153458074256'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2009/10/project-on-hold.html' title='project on hold'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-293708712823106759</id><published>2009-08-02T13:44:00.000-07:00</published><updated>2009-08-02T13:54:47.437-07:00</updated><title type='text'>Winfast 2000 xp tv card on Arch linux</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_POMwfsOQlTk/SnX9CcvkK_I/AAAAAAAAADA/l-gXcw4xLiU/s1600-h/Screenshot.png"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 240px;" src="http://1.bp.blogspot.com/_POMwfsOQlTk/SnX9CcvkK_I/AAAAAAAAADA/l-gXcw4xLiU/s320/Screenshot.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5365472749599075314" /&gt;&lt;/a&gt;&lt;br /&gt;Well, my wintv card finally crapped out on me, so I popped in a spare tv card.  This card is a leadtek winfast 2000 xp tv card and for whatever reason, the arch linux kernel misidentifies this card.&lt;br /&gt;&lt;br /&gt;The arch wiki gives a good hint of what needs to be done.&lt;br /&gt;http://wiki.archlinux.org/index.php/Tvcard&lt;br /&gt;&lt;br /&gt;Ironically, the example card is the exact same model as my own card.  The wiki must have been written when 2.4 kernels were the norms in arch, as it states to place the needed code in /etc/modules.conf.  The code itself tells ya to place the code in /etc/modprobe.conf for v.2.6 kernels.  Even this is incorrect at the moment as arch currently uses /etc/modprobe.d.  So the correct placement of the code is /etc/modprobe.d/modprobe.conf.&lt;br /&gt;&lt;br /&gt;Tvtime then was able to properly utilize the card.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-293708712823106759?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/293708712823106759/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=293708712823106759' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/293708712823106759'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/293708712823106759'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2009/08/winfast-2000-xp-tv-card-on-arch-linux.html' title='Winfast 2000 xp tv card on Arch linux'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_POMwfsOQlTk/SnX9CcvkK_I/AAAAAAAAADA/l-gXcw4xLiU/s72-c/Screenshot.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-6560451051794730306</id><published>2009-07-26T20:39:00.000-07:00</published><updated>2009-07-26T20:46:14.766-07:00</updated><title type='text'>I'm back</title><content type='html'>Things went a little haywire there for a while, and my online writings went by the wayside.  I do plan to update my blog here in a relatively timely fashion however.&lt;br /&gt;&lt;br /&gt;So stay tuned for some good ole linux fun!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-6560451051794730306?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/6560451051794730306/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=6560451051794730306' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/6560451051794730306'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/6560451051794730306'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2009/07/im-back.html' title='I&apos;m back'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-5502621895654594864</id><published>2009-03-31T10:01:00.000-07:00</published><updated>2009-03-31T10:04:59.496-07:00</updated><title type='text'>How to compile a slackware kernel</title><content type='html'>There are many reasons to build a new kernel in a distro like slackware.  It could be that you bought a new usb camera or printer that the new kernel supports.  Or perhaps a newer kernel has better support for your wifi card.  Whatever the reason, we'll cover here how to build the latest and greatest on your box.  At the time of this writing it's the first release of the 2.6.29 tree.&lt;br /&gt;&lt;br /&gt;The first thing we need to do is to download the source from kernel.org.  The 2.6 tree is found here.&lt;br /&gt;http://www.kernel.org/pub/linux/kernel/v2.6/&lt;br /&gt;&lt;br /&gt;Scroll down to the desired version to be compiled and select "copy link location".  Then open a terminal and become root and change to your build environment.  We'll use /usr/src as the default.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;su -&lt;br /&gt;cd /usr/src&lt;br /&gt;wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;now we need to unpack the tar ball.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;tar -jxf linux-2.6.29.tar.bz2&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Next we're going to remove the current symlink to the linux directory and link to the new directory.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;rm linux&lt;br /&gt;ln -s linux-2.6.29 linux&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Now we'll move into the build directory.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;cd linux&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;To get this far means that you have a working kernel.  So we're going to utilize the current kernel config to build our new kernel.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;zcat /proc/config.gz &gt; .config&lt;br /&gt;make oldconfig&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;New additions to the kernel will be displayed and you can choose which ones you want to keep and in what form.  It will ask you to keep them in module form (m), or you can select y for it to be built in to the kernel, or n for it to be left out.  Simply hitting enter will do the default action, which the dialog will tell you what that is.&lt;br /&gt;&lt;br /&gt;Next we can alter anything we want in the kernel itself. &lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;make menuconfig&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;There are a couple of things I always change here. One is the processor support.  Scroll to processor type and features, and then processor family.  For my celeron M on this laptop I pick the pentium M option.  For my core 2 duo system, I choose the core 2/ newer xeon option. &lt;br /&gt;&lt;br /&gt;We then exit from the processor type and features menu back to the main menu.&lt;br /&gt;&lt;br /&gt;Next we scroll down to Device Drivers and select it.  Then we select usb support.  Finally we modularize "USB Mass Storage Support" by pressing "m" while it is highlighted.&lt;br /&gt;&lt;br /&gt;We click exit to exit out of our submenus all the way back to the main menu.  Hitting exit one more time, will ask if you want to save the kernel configuration, to which we reply yes.&lt;br /&gt;&lt;br /&gt;Now we want to build the kernel so we type&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;make all&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;This can take a while, depending on your processor, so grab a cup of coffee, read the paper and come back in a little while.&lt;br /&gt;&lt;br /&gt;Once that completes, we'll grab a nice script by Dagmar to install the kernel in /boot.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;wget http://dagmar.droplinegnome.org/experimental/installkernel&lt;br /&gt;install -m 755 installkernel /sbin/&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Then we execute the following to be able to use the new kernel&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;make modules_install&lt;br /&gt;make install&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;These commands will install the new modules and copy the config, system.map, and kernel to the proper locations in /boot.&lt;br /&gt;&lt;br /&gt;now we'll change to the /boot directory to modify a few things.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;cd /boot&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;It's time to remove the current symlinks to config, System.map, and vmlinuz.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;rm config&lt;br /&gt;rm System.map&lt;br /&gt;rm vmlinuz&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;and then link them to the new kernel.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;ln -s config-2.6.29-smp config&lt;br /&gt;ln -s System.map-2.6.29-smp System.map&lt;br /&gt;ln -s vmlinuz-2.6.29-smp vmlinuz&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;At this point it's a good idea to create an initrd.  For ext3 we use the following command.  Note that sda3 is my root partition.  be sure to alter yours accordingly.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;mkinitrd -c -k 2.6.29-smp -m mbcache:jbd:ext3 -f ext3 -r /dev/sda3&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;For reiser it would be&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;mkinitrd -c -k 2.6.29-smp -m reiserfs&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;next, we'll edit lilo to use the initrd.gz.  we add the following line above "root = /dev/sda3"&lt;br /&gt;initrd = /boot/initrd.gz&lt;br /&gt;&lt;br /&gt;so it will look something like this.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;image = /boot/vmlinuz&lt;br /&gt;  initrd = /boot/initrd.gz&lt;br /&gt;  root = /dev/sda3&lt;br /&gt;  label = Linux&lt;br /&gt;  read-only&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Now we need to run lilo to update it.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;/sbin/lilo&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;That's it.  upon rebooting you should now be utilizing your shiny new 2.6.29 kernel.  If you somehow messed something up, and you end up with a kernel panic, you can use your slackware 12.2 cd to boot your system in a pinch.&lt;br /&gt;&lt;br /&gt;Good luck and happy slacking!&lt;br /&gt;&lt;br /&gt;I borrowed heavily from this excellent guide on the dropline wiki.&lt;br /&gt;http://wiki.droplinegnome.org/index.php?title=Building_a_new_2.6.x_kernel_with_Slackware_12.0&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-5502621895654594864?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/5502621895654594864/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=5502621895654594864' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/5502621895654594864'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/5502621895654594864'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2009/03/how-to-compile-slackware-kernel.html' title='How to compile a slackware kernel'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-7635207518342515661</id><published>2009-03-21T08:01:00.000-07:00</published><updated>2009-03-21T08:06:26.434-07:00</updated><title type='text'>How to use slackbuilds</title><content type='html'>I posted this on the &lt;a href="http://hackmy.pclosbe.org/index.php"&gt;hackmy forums&lt;/a&gt; and figure my blog is a good place for this as well.  Enjoy Slackers!&lt;br /&gt;&lt;br /&gt;If you're using slackware, you'll find there are many packages not "included" with the base distribution.  Slack tends to use vanilla packages with little or no patching from how the application was intended by the author upstream... so this means that you can build virtually anything you need with the excellent build tools.&lt;br /&gt;&lt;br /&gt;Utilizing slackbuilds from slackbuilds.org is a good way to do this.&lt;br /&gt;&lt;br /&gt;First, we need to su to root so that we can build and install the packages.  so we open a terminal and type&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;su -&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;then we need to create our build directory.  this can be anywhere, but you may want to put it in your user's home directory.  So we create the directory like so.. substitute your user name where "user" is listed.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;mkdir /home/user/build&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;then we'll change directory to our build directory&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;cd /home/user/build&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;now we can begin building packages.  navigate in your favorite web browser to http://slackbuilds.org/&lt;br /&gt;&lt;br /&gt;On the right hand side of the screen you will find a search navigation tool, and the version number.  So if you're using slackware 12.2, you select that and then search for the package you want to build.  Let's try something simple like flash... which brings us to this page.&lt;br /&gt;http://slackbuilds.org/result/?search=flash&amp;sv=12.2&lt;br /&gt;&lt;br /&gt;now at this point the different options available for building flash are listed.  We'll simply go with flash-player-plugin so we can watch some videos on youtube.&lt;br /&gt;http://slackbuilds.org/repository/12.2/multimedia/flash-player-plugin/&lt;br /&gt;&lt;br /&gt;Now that we're on this page, we have access to the slackbuild tar ball and a link to the source required to compile it.  It's a good idea to read the README file linked to at the bottom of the page and to peruse the slackbuild script.&lt;br /&gt;&lt;br /&gt;Next we'll download the slackbuild in our terminal session using wget which is very reliable.  Simply right click on the link to the slackbuild source under "Download slackbuild" and select "copy link location".  Then type&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;wget&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;then leave a space and right click in the terminal and select paste.  this will paste the location of the source slackbuild for you to download.  then hit enter.  so in this case it would look like this.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;wget http://slackbuilds.org/slackbuilds/12.2/multimedia/flash-player-plugin.tar.gz&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;now we need to untar the archive&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;tar -zxf flash-player-plugin.tar.gz&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;now we need to see what directory has been created, and we can do this with ls&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;ls&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;it will show the directory.  in this case it's "flash-player-plugin".  so we'll change to that directory.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;cd flash-player-plugin&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;now we'll download the source linked to on the slackbuild page under "Download Source"&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;we now want to make sure that our slackbuild is fine, so we can open a text editor and take a look to make sure everything seems fine.  sometimes the slackbuild site doesn't link to the latest version available, so we can navigate to the homepage of the original author, download the source and edit the slackbuild. we'll cover that another time however and focus on installing this slackbuild.&lt;br /&gt;&lt;br /&gt;next we have to ensure that the slackbuild is executable.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;chmod +x flash-player-plugin.SlackBuild&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;now we're ready to build the package.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;./flash-player-plugin.SlackBuild&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;the program will compile now, assuming we've met the needed dependencies.  flash-player-plugin doesn't have any additional dependencies, so it should compile just fine on a stock slack install.&lt;br /&gt;&lt;br /&gt;the created package is created and moved to /tmp, and the full file name is listed.  we can either cd to the tmp directory and then use installpkg, or we can simply use the full path.  so our next step is to install the package now. &lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;installpkg /tmp/flash-player-plugin-10.0_r22-i386-1_SBo.tgz&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;congrats! you have just compiled your first slackware compliant package and installed it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-7635207518342515661?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/7635207518342515661/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=7635207518342515661' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/7635207518342515661'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/7635207518342515661'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2009/03/how-to-use-slackbuilds.html' title='How to use slackbuilds'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-3877527236206944893</id><published>2009-03-12T19:50:00.000-07:00</published><updated>2009-03-13T07:59:05.333-07:00</updated><title type='text'>ice ice archie</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_POMwfsOQlTk/SbnMa6ebDUI/AAAAAAAAACY/5SKA9Cg2jCY/s1600-h/icescreenie.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 240px;" src="http://2.bp.blogspot.com/_POMwfsOQlTk/SbnMa6ebDUI/AAAAAAAAACY/5SKA9Cg2jCY/s320/icescreenie.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5312501998205734210" /&gt;&lt;/a&gt;&lt;br /&gt;I've been working on a icewm rpm in pclos, and decided to port it to a pkgbuild in arch linux.  I absolutely love the result.  I used the ybutton.cc patch to give borderless buttons on the toolbar and it looks fantastic in my opinion.&lt;br /&gt;&lt;br /&gt;Here's the revised pkgbuild.  Be sure to modify the pkgbuild to use your path to the ybutton patch, or comment it out if you want borders on your buttons.  I got the patch from the silverxp theme here.&lt;br /&gt;http://sourceforge.net/projects/icewmsilverxp/&lt;br /&gt;&lt;br /&gt;The theme used is called eleganceice and I got it from box-look.org&lt;br /&gt;http://www.box-look.org/content/show.php/Elegance+Ice?content=65022&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt; $Id: PKGBUILD 25822 2009-01-30 08:33:36Z eric $&lt;br /&gt;# Maintainer: Eric Belanger &lt;eric@archlinux.org&gt;&lt;br /&gt;# Contributor: dorphell &lt;dorphell@gmx.net&gt;&lt;br /&gt;&lt;br /&gt;pkgname=icewm&lt;br /&gt;pkgver=1.2.37&lt;br /&gt;pkgrel=1&lt;br /&gt;pkgdesc="A Window Manager designed for speed, usability, and consistency"&lt;br /&gt;arch=('i686' 'x86_64')&lt;br /&gt;url="http://www.icewm.org/"&lt;br /&gt;license=('LGPL')&lt;br /&gt;depends=('gcc-libs' 'imlib' 'libxrandr' 'libxft' 'libsm' 'libxinerama' 'giflib')&lt;br /&gt;source=(http://downloads.sourceforge.net/sourceforge/icewm/${pkgname}-${pkgver}.tar.gz icewm.desktop)&lt;br /&gt;md5sums=('970a21588d26eb361020fd60a61a482c' 'a3ed467f0199792205b04272402a9945')&lt;br /&gt;sha1sums=('bee1ca66d2282888807551bc28a65b08e4108027' '7dcb1f2c89792a35b687182584ed9baa0d34cc80')&lt;br /&gt;&lt;br /&gt;build() {&lt;br /&gt;   cd ${srcdir}/${pkgname}-${pkgver} || return 1&lt;br /&gt;   cd src&lt;br /&gt;   patch &lt; /path/to/patch/SilverXP-1.2.17-single-1/Linux/ybutton.cc.patch&lt;br /&gt;   cd ..&lt;br /&gt;   ./configure --prefix=/usr --sysconfdir=/etc --with-imlib \&lt;br /&gt;     --enable-shaped-decorations --enable-gradients --enable-antialiasing || return 1&lt;br /&gt;   make || return 1&lt;br /&gt;   make DESTDIR=${pkgdir} install install-man install-docs || return 1&lt;br /&gt;   install -D -m644 ${srcdir}/icewm.desktop ${pkgdir}/etc/X11/sessions/icewm.desktop&lt;br /&gt;}&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;here's a direct link as blogger doesn't format the pkgbuild correctly.&lt;br /&gt;http://www.mediafire.com/download.php?22cngjjzyyw&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-3877527236206944893?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/3877527236206944893/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=3877527236206944893' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/3877527236206944893'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/3877527236206944893'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2009/03/ice-ice-archie.html' title='ice ice archie'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_POMwfsOQlTk/SbnMa6ebDUI/AAAAAAAAACY/5SKA9Cg2jCY/s72-c/icescreenie.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-6490815418837485981</id><published>2009-02-27T20:06:00.000-08:00</published><updated>2009-02-27T20:09:06.022-08:00</updated><title type='text'>icewm in pclos</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_POMwfsOQlTk/Sai41eTMXxI/AAAAAAAAACQ/5eGr86QK7IY/s1600-h/screenshot.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 240px;" src="http://4.bp.blogspot.com/_POMwfsOQlTk/Sai41eTMXxI/AAAAAAAAACQ/5eGr86QK7IY/s320/screenshot.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5307695389662273298" /&gt;&lt;/a&gt;&lt;br /&gt;I've been testing out the features of pclinuxos with the "big update" and I've been thinking about an icewm remaster.  It's exceptionally lightweight and I've ironed out a few bugs, such as setting the dpi correctly for my monitor and customizing the panel a bit.  Here's a pic of it so far.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-6490815418837485981?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/6490815418837485981/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=6490815418837485981' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/6490815418837485981'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/6490815418837485981'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2009/02/icewm-in-pclos.html' title='icewm in pclos'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_POMwfsOQlTk/Sai41eTMXxI/AAAAAAAAACQ/5eGr86QK7IY/s72-c/screenshot.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-6216741824692529183</id><published>2009-02-18T13:28:00.000-08:00</published><updated>2009-02-22T18:30:17.055-08:00</updated><title type='text'>Arch Linux 2009.2</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_POMwfsOQlTk/SaIKLn3gS3I/AAAAAAAAACI/2bx41XAGZRE/s1600-h/screenshot10.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 320px; height: 240px;" src="http://3.bp.blogspot.com/_POMwfsOQlTk/SaIKLn3gS3I/AAAAAAAAACI/2bx41XAGZRE/s320/screenshot10.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5305814505792490354" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;font size="3" face="verdana"&gt;There was a family issue at my sister's house in which her computer died, and a certain program had to be run that could only be done in windows.... so I wiped the hard disk with the perfectly working slack install and installed xp (ugh).&lt;/font&gt;&lt;font size="3"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font size="3" face="verdana"&gt;Needless to say, we ordered new parts for a computer and now I'm left with a laptop with windows xp on it.... this will never do!  So after a quick perusal of distrowatch.com, I noticed that arch linux had a new release iso, so I figured why not?&lt;/font&gt;&lt;font size="3"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font size="3" face="verdana"&gt;The install was fairly straight forward.... One thing that I noticed was that my rc.conf didn't have any modules populating it... after checking the forums, I discovered that udev handles all that now, so I really only need to populate it with items that I want to blacklist.  Nice eh?&lt;/font&gt;&lt;font size="3"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font size="3" face="verdana"&gt;I ensured that wireless tools and b43-fwcutter were installed and then had to figure out a way to get the firmware, as this laptop does not have a wired nic, only a wireless one.  So I downloaded the firmware onto a usb stick on another computer and plugged the stick into the usb slot on the laptop.  I checked /dev before and after inserting the stick to see what the stick came up as, and then I created a mount point in /mnt of usb... so it's /mnt/usb.  The command to mount was mount -t usbfs /dev/sdb1 /mnt/usb.  From here, I copied the firmware over to /tmp, extracted the tarball, cd'd into the driver directory and used b43fwcutter to installe the firmware.  This allowed me to access my wireless network using wpa_supplicant and dhcpcd.&lt;br /&gt;&lt;br /&gt;At this point I configured pacman and it was off to the races installing whatever I wished to.  My girlfriend likes gnome and xfce and gets confused when I get all geeky and install something minimal like awesome or openbox... So to keep the peace, I figured xfce isn't TOO bloated and took the plunge.&lt;br /&gt;&lt;br /&gt;The very first thing I noticed was that the fonts were AWFUL.  So I searched the arch wiki and found clear instructions on lcd fonts on the fonts page.  Then I enabled anti-aliasing for fonts, hinting and sub-pixel hinting&lt;/font&gt; and the screen looks nice and sharp.&lt;br /&gt;&lt;br /&gt;The standard vesa driver is fine, but there is full support for the graphics chip in this laptop with the r128 driver, so I installed that, set the bit depth to 16 for better performance and I'm back to 500 fps in glxgears.  =p&lt;br /&gt;&lt;br /&gt;I compiled a custom tuxonice kernel with the help of the aur and ran into a few problems.  Tuxonice apparently doesn't like the uuid scheme of things, so I had to edit my /etc/fstab to the old /dev/sda way of doing things and then run mkswap on /dev/sda1 (my swap drive) for arch to detect the swap drive.  I also kind of rushed through the wiki and missed a few steps with mkinitcpio and I was surprised that hibernate wasn't working.  The second time through I took my time and got it right and now hibernate works as expected.  I may try to get hibernate working from a graphical environment, but I'm not sure I'm going to bother.  Logging out to the command line and running hibernate is not a big deal to me.&lt;br /&gt;&lt;br /&gt;I'll keep you posted on how things are going!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-6216741824692529183?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/6216741824692529183/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=6216741824692529183' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/6216741824692529183'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/6216741824692529183'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2009/02/arch-linux-20092_18.html' title='Arch Linux 2009.2'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_POMwfsOQlTk/SaIKLn3gS3I/AAAAAAAAACI/2bx41XAGZRE/s72-c/screenshot10.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-2993451617628683380</id><published>2009-02-10T16:04:00.000-08:00</published><updated>2009-02-10T16:40:42.307-08:00</updated><title type='text'>Refining the install</title><content type='html'>On the dell inspiron 5000e with 320 megs of ram, I ran into an interesting phenomenon with pcmanfm.  If I allowed pcmanfm to manage the desktop wallpaper and produce desktop icons, I ran into a spike of approximately 15 megs of ram usage and general slowness while scrolling.&lt;br /&gt;&lt;br /&gt;I'm not sure what the correlation is, but when I switched to feh to handle the wallpaper and disabled desktop icons, scrolling became smooth once more.  Weird eh, as even when I have other applications using up more memory than pcmanfm did while handling the wallpaper and icons, scrolling was still nice and smooth.&lt;br /&gt;&lt;br /&gt;For those times when I simply want a dock instead of a full blown panel, I installed stalonetray, and it works great.  It puts out a memory footprint a full 5 megs less than fbpanel, which is quite a nice improvement.  It's not a big deal on this laptop, but if I were more memory constrained, I would definitely ditch fbpanel for stalonetray.&lt;br /&gt;&lt;br /&gt;I've also grown to really love pysolfc as it has so many card games that it's insane!  I can't count the number of hours I've spent playing this while watching tv or talking to the girlfriend.  =p&lt;br /&gt;&lt;br /&gt;The custom kernel I built is working great.  It utilizes pentium 3 coppermine optimizations and I can really tell the difference in speed over the stock ppro kernel.  I also cut out a LOT of cruft from the huge.smp kernel and slimmed it down big time.  This was quite interesting as I noticed almost no difference in speed in my two faster boxes that run slack (a 1.86 ghz celeron m with 1.5 gigs of ram and a 2.4 ghz core 2 duo with 2 gigs of ram) when customizing the kernel.  I guess the optimizations are most important on slower processors.&lt;br /&gt;&lt;br /&gt;At this point, I consider this project pretty much closed.  I'm very satisfied with the performance of this old laptop and see no need to upgrade this box further.  I was considering buying another 256 meg stick and maxing out the memory, but quite honestly can't justify it.  If I wanted to run gnome or kde, then I would probably do so, but with the way the system is set up right now, there is really no point.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-2993451617628683380?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/2993451617628683380/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=2993451617628683380' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/2993451617628683380'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/2993451617628683380'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2009/02/refining-install.html' title='Refining the install'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-6270608646428009093</id><published>2009-02-05T07:49:00.000-08:00</published><updated>2009-02-06T06:34:23.861-08:00</updated><title type='text'>Slackware on Dell Inspiron 5000e part 2</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_POMwfsOQlTk/SYtrMpKjvdI/AAAAAAAAABw/C9l8esvYtmo/s1600-h/screeenshot4.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 320px; height: 240px;" src="http://3.bp.blogspot.com/_POMwfsOQlTk/SYtrMpKjvdI/AAAAAAAAABw/C9l8esvYtmo/s320/screeenshot4.png" alt="" id="BLOGGER_PHOTO_ID_5299447251484261842" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span&gt;Putting the final touches on an operating system is always very satisfying.  When that operating system is Slackware, this is especially true.  Slack is one of the quintessential "hands on" distributions where you really get down and dirty with the essentials of just exactly how your OS functions.&lt;/span&gt;  &lt;span&gt;Doing a full install of software with Slack will give you a plethora of tools with which you can build your own programs.  The only portion I did without was KDE, as there is no way I will obtain any kind of performance with it. &lt;/span&gt;  &lt;span&gt;&lt;br /&gt;&lt;br /&gt;A great resource is www.slackbuilds.org.  slackbuilds are so useful because of their excellent documentation, and they build slackware packages with proper permissions and install locations.  Slackbuilds.org also lists dependencies that need to be built before the slackbuild will compile correctly.  It can be a tad annoying tracking down all the dependencies before building the program you wish to use, but it would be FAR more annoying trying to build the program and not having the dependencies already installed.&lt;/span&gt;  &lt;span&gt;I won't bore you with how to set up a user account... One of my arch linux blogs documents this, and the functionality is the same in slackware.&lt;/span&gt;  &lt;span&gt;&lt;br /&gt;&lt;br /&gt;The second step was to get the wireless functional as this laptop does not have an ethernet port, so connecting to the internet would have to be accomplished by the belkin wireless card that utilizes the broadcom 4306 wireless chip.  The native stx broadcom driver does not include support for the 4306, so I would have to use either the b43 module or ndiswrapper.  Slackbuilds.org has slackbuilds for the b43, so I built the b43 module against the proper firmware and I was in business.&lt;/span&gt;  &lt;span&gt;One of the first things you'll want to do with slack is to build your own custom kernel.  Without gnome or kde running things for power-management,  I decided to compile in support for tuxonice to enable hibernation.  Trimming unneeded items out can take some time on a custom kernel, so be sure to take your time and get it right the first time.... that and compiling on a 600 mhz celeron will take HOURS. I found best results with hibernation from the command line.  So exiting out of x and issuing the /usr/sbin/hibernate command saved an image of what was running, and resuming brought the system back up in 10 seconds flat.  Not bad for an old 600 mhz celeron.&lt;/span&gt;  &lt;span&gt;&lt;br /&gt;&lt;br /&gt;The window manager selection was easy for me to decide on.  Openbox is both lightweight and yet very robust in it's configurability.  Had I not upgraded the ram to 320 megs, I would have gone without a panel to save on resources, and simply used alt-tab.  Since I do have over 256 megs of ram however, installing a panel is perfectly acceptable and won't impact performance.  There are many good choices for panels, such as pypanel and lxpanel, and I could have installed stalonetray or trayer just for a dock, but I tend to like having a menu accessible on my panel, so I chose fbpanel.... not because fbpanel is any easier or better than the other afore-mentioned panels... but because I've used fbpanel for a long time and I'm intimately familiar with just how it functions and how to configure it.&lt;/span&gt;  &lt;span&gt;In fact, now that I think about it, I do tend to reuse many of the same programs, as I find it more productive than constantly learning new ways to achieve exactly what I want.  That's my story and I'm sticking with it.&lt;/span&gt;  &lt;span&gt;The slackbuild for pcmanfm compiled and installed perfectly, and I was set with a lightweight filemanager which can also handle desktop icons.&lt;br /&gt;&lt;br /&gt;Getting volwheel to work with Slackware was a tad difficult, only because of the fact that there is no slackbuild for it, and also no slackbuild for it's needed dependen&lt;/span&gt;&lt;span style=";font-size:100%;"&gt;cy (perl-gtk2-trayicon)&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;  This required little in the way of real innovation.  The aur in arch linux has a pkgbuild for perl-gtk2-trayicon, which also includes what it depends on which is perl-extutils-pkgconfig, which does have a slackbuild.  Then I followed the instructions in the pkgbuild for perl-gtk2-trayicon, which involves downloading the source of gtk2-trayicon, unpacking the tarball and issuing the following command to build it with perl.&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;pre&gt;&lt;span class="Apple-style-span" style="font-family: georgia;"&gt;PERL_MM_USE_DEFAULT=1 perl Makefile.PL&lt;br /&gt;make&lt;br /&gt;make install&lt;/span&gt;&lt;/pre&gt;&lt;/pre&gt; Then, I was able to utilize volwheel normally.  It was good to see the documentation updated with very specific install instructions by the way.  Props to Oliwer!&lt;br /&gt;&lt;br /&gt;I also have enough ram to utilize wicd to handle accessing different wireless networks.  The command line or a script would of course use fewer resources, but I wanted to see how the system would respond with 320 megs of ram and wicd.  I installed wicd from /extra and the system didn't seem to suffer in usability, so I told it to start on bootup by adding wicd-client to my autostart.sh.&lt;br /&gt;&lt;br /&gt;With conky installed I had access to some common features that I like to be aware of... such as ram usage, cpu usage, cpu temp, battery charge, file system usage, and network usage.&lt;br /&gt;&lt;br /&gt;alignment top_right&lt;br /&gt;background yes&lt;br /&gt;border_width 1&lt;br /&gt;cpu_avg_samples 2&lt;br /&gt;default_color cornflowerblue&lt;br /&gt;default_outline_color white&lt;br /&gt;default_shade_color white&lt;br /&gt;double_buffer yes&lt;br /&gt;draw_borders no&lt;br /&gt;draw_graph_borders yes&lt;br /&gt;draw_outline no&lt;br /&gt;draw_shades no&lt;br /&gt;gap_x 25&lt;br /&gt;gap_y 15&lt;br /&gt;maximum_width 225&lt;br /&gt;max_port_monitor_connections 64&lt;br /&gt;max_specials 512&lt;br /&gt;max_user_text 16384&lt;br /&gt;minimum_size 330 10&lt;br /&gt;net_avg_samples 2&lt;br /&gt;no_buffers yes&lt;br /&gt;out_to_console no&lt;br /&gt;#wm_class_name Conky&lt;br /&gt;own_window_colour black&lt;br /&gt;own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager&lt;br /&gt;own_window_transparent yes&lt;br /&gt;own_window_type normal&lt;br /&gt;own_window yes&lt;br /&gt;stippled_borders 2&lt;br /&gt;update_interval 2&lt;br /&gt;uppercase no&lt;br /&gt;use_spacer yes&lt;br /&gt;use_xft yes&lt;br /&gt;xftalpha 0.8&lt;br /&gt;xftfont arial:size=9&lt;br /&gt;&lt;br /&gt;TEXT&lt;br /&gt;${color #9DCAFF}${font impact:size=12}$sysname $kernel ${alignr}$color${time %l:%M:%p}&lt;br /&gt;${color #9DCAFF}$nodename&lt;br /&gt;${font arial:size=5}&lt;br /&gt;${color #0077ff}${font arial:bold:size=12}System:&lt;br /&gt;${color #0077ff}${font arial:size=9}Uptime:$color $uptime ${color #0077ff} Load:$color $loadavg&lt;br /&gt;${color #0077ff}CPU 0(${freq}mhz):${alignr}$color ${cpu cpu1}%&lt;br /&gt;${color #0077ff}${cpubar cpu1}&lt;br /&gt;${color}CPU Temp: ${color #0077ff}${acpitemp}${color}Celsius       &lt;br /&gt;${color #0077ff}RAM Usage:${alignr}$color $mem${color #0077ff}/${color}$memmax - $memperc%&lt;br /&gt;${color #0077ff}$membar&lt;br /&gt;${color #0077ff}Swap Usage:${alignr}$color $swap${color #0077ff}/${color}$swapmax - $swapperc%&lt;br /&gt;${color #0077ff}${swapbar}&lt;br /&gt;&lt;br /&gt;${color #0077ff}${font arial:bold:size=12}File Systems:&lt;br /&gt;${color #0077ff}${font arial:size=9}/        ${alignr}$color${fs_used /}/${fs_size /}&lt;br /&gt;${color #0077ff}${fs_bar /}&lt;br /&gt;${color #0077ff}/home    ${alignr}$color${fs_used /home}/${fs_size /home}&lt;br /&gt;${color #0077ff}${fs_bar /home}&lt;br /&gt;&lt;br /&gt;${color #0077ff}${font arial:bold:size=12}Processes:&lt;br /&gt;${color #0077ff}${font arial:size=9}Top CPU        ${alignr}CPU%   MEM%&lt;br /&gt;$color ${top name 1}   ${alignr}${top cpu 1}       ${top mem 1}&lt;br /&gt;$color ${top name 2}   ${alignr}${top cpu 2}       ${top mem 2}&lt;br /&gt;$color ${top name 3}   ${alignr}${top cpu 3}       ${top mem 3}&lt;br /&gt;${color #0077ff}Total Processes:$color ${processes}&lt;br /&gt;&lt;br /&gt;${color #0077ff}${font arial:bold:size=12}Network:&lt;br /&gt;${font arial:size=9}${color #0077ff}&lt;br /&gt;${color #0077ff}Net Down:$color ${downspeed eth0} k/s                         &lt;br /&gt;${color #0077ff}${downspeedgraph eth0 104E8B 0077ff}&lt;br /&gt;${color #0077ff}Net Up:$color ${upspeed eth0} k/s&lt;br /&gt;${color #0077ff}${upspeedgraph eth0 104E8B 0077ff}&lt;br /&gt;&lt;br /&gt;${color #909090}AC Adaptor: ${color0}$acpiacadapter&lt;br /&gt;${color #909090}Battery:    ${color0}${battery}&lt;br /&gt;${battery_bar}&lt;br /&gt;&lt;br /&gt;blogger.com never seems to format this correctly, so if you need my conkyrc and can't figure out where blogger screwed it up, just drop me a line.&lt;br /&gt;&lt;br /&gt;Here's a list of what I chose&lt;br /&gt;&lt;br /&gt;Window manager = Openbox&lt;br /&gt;File manager = pcmanfm&lt;br /&gt;Panel = fbpanel&lt;br /&gt;Terminal emulator = sakura&lt;br /&gt;Graphical text editor = geany&lt;br /&gt;Mplayer = movie player&lt;br /&gt;Mplayerplugin = movie player in firefox&lt;br /&gt;Browser = firefox&lt;br /&gt;Music Manager = Quod Libet&lt;br /&gt;Card games = Pysolfc&lt;br /&gt;Chat program = pidgin, xchat irc&lt;br /&gt;Email client = thunderbird&lt;br /&gt;Bittorrent client = transmission&lt;br /&gt;Word processor = abiword&lt;br /&gt;Calculator = galculator&lt;br /&gt;Graphical archiver = peazip&lt;br /&gt;&lt;br /&gt;These are all lightweight, or fairly lightweight applications that function well on older hardware.  There are of course ways to go with even lighter software, but I didn't feel the need as these all function well and are easier to use (IMHO) than their more lightweight alternatives.&lt;br /&gt;&lt;br /&gt;The 5000e has an 8 meg ati m3 graphics chip that utilizes the r128 module in xorg.conf.  Changing the driver to this and a couple of other tweaks allowed me to achieve 530 FPS in glxgears.  I know... I know... glxgears is not a benchmark, but it showed that 3d was working and I could utilize basic 3d functions.  Installing frozen-bubble confirmed this.  It was very slow at the default settings, but turning it down one notch (removes the penguin firing the bubble animation) allowed decent play.&lt;br /&gt;&lt;br /&gt;Section "Device"&lt;br /&gt; Identifier  "VESA Framebuffer"&lt;br /&gt; Driver      "r128"&lt;br /&gt; VideoRam    8192&lt;br /&gt; Option "AGPMode" "2"&lt;br /&gt; Option "AccelMethod" "EXA"&lt;br /&gt; Option "EnablePageFlip" "on"&lt;br /&gt;# Insert Clocks lines here if appropriate&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;I love to encourage people to still utilize their older hardware.  It's always great to have the latest and greatest to run the newest version of kde or gnome with all the bells and whistles, but the funny thing is that older hardware like this laptop are still perfectly usable with the right choice of window manager, software, and available hardware upgrades.&lt;br /&gt;&lt;br /&gt;This has been a fun project, and I encourage you all to dig out that old desktop or laptop and resurrect it to usefulness.&lt;br /&gt;&lt;br /&gt;Dave&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-6270608646428009093?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/6270608646428009093/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=6270608646428009093' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/6270608646428009093'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/6270608646428009093'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2009/02/slackware-on-dell-inspiron-5000e-part-2.html' title='Slackware on Dell Inspiron 5000e part 2'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_POMwfsOQlTk/SYtrMpKjvdI/AAAAAAAAABw/C9l8esvYtmo/s72-c/screeenshot4.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-8923519387803789768</id><published>2009-01-30T14:41:00.000-08:00</published><updated>2009-01-30T14:50:14.612-08:00</updated><title type='text'>Slackware on Dell Inspiron 5000e</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_POMwfsOQlTk/SYOEGjoS_QI/AAAAAAAAABo/UEz5hYoLErg/s1600-h/screenshot.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 320px; height: 240px;" src="http://2.bp.blogspot.com/_POMwfsOQlTk/SYOEGjoS_QI/AAAAAAAAABo/UEz5hYoLErg/s320/screenshot.png" alt="" id="BLOGGER_PHOTO_ID_5297222834896174338" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The other day, the hard drive I'd been waiting for, an 80 gig Samsung 5400 rpm 8MB unit finally arrived!  I slapped it in, and replaced the old 5 gig hard disk and decided that the operating system I'm going to use on this is Slackware.&lt;br /&gt;&lt;br /&gt;I'm really quite fond of Slack 12.2 and I LOVE how it's performing on the acer laptop.  Slack is so rock stable on it, that I've had to do ZERO tweaking/repair for my family since I installed Slack on to it.&lt;br /&gt;&lt;br /&gt;I'm going to once again try to walk that fine line between usability and speed in my all my choices due to the limited abilities of the hardware on this laptop.&lt;br /&gt;&lt;br /&gt;I'm a tad pressed for time at the moment, but here's a teaser as to the fairly finished project.  I'll post what programs I built and am utilizing on this install.&lt;br /&gt;&lt;br /&gt;Dave&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-8923519387803789768?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/8923519387803789768/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=8923519387803789768' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/8923519387803789768'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/8923519387803789768'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2009/01/slackware-on-dell-inspiron-5000e.html' title='Slackware on Dell Inspiron 5000e'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_POMwfsOQlTk/SYOEGjoS_QI/AAAAAAAAABo/UEz5hYoLErg/s72-c/screenshot.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-3786035102814077790</id><published>2009-01-26T10:26:00.000-08:00</published><updated>2009-01-26T10:42:45.372-08:00</updated><title type='text'>Network card has arrived!</title><content type='html'>I just received the replacement wireless network card and installed it in a pcmcia port.  It's a Belkin F5D7011 wireless g card utilizing a broadcom 4306 chipset.&lt;br /&gt;&lt;br /&gt;The 5 gig hard drive currently in this Dell inspiron 5000e has windows XP on it.  I know... I know...  I'm not a huge windows fan, which is why when the replacement 80 gig hard drive shows up, it's going to have some form of arch or slackware on it.  I have XP on the 5 gig drive to ensure that if there are any hardware problems with any of the upgrades I've made to this laptop that tech support can't whine that I'm using an unsupported Operating System.  That and I dug out my old Civilization 3 cd's and I've been rather addicted to this series of games for years. &lt;br /&gt;&lt;br /&gt;I must say that I've had zero problems with this card and XP detected it out of the box as a dell mini pci card and installed the broadcom drivers automatically.  When I install linux on the new hard drive, I'll be using either the b43 module, or ndiswrapper.  The STA drivers don't support this card, but I've had good success with b43 and ndiswrapper with my broadcom 4311 chipset on the Acer laptop.&lt;br /&gt;&lt;br /&gt;The hard drive is due to arrive on the 29th and I'm excited.  It's a Samsung SpinPoint 80GB UDMA/100 5400RPM 8MB unit and I expect performance to be quite an improvement over this 5 GB UDMA/66 4200 RPM 2MB IBM travelstar hard drive.&lt;br /&gt;&lt;br /&gt;I'm thinking of using openbox or pekwm with fbpanel, pcmanfm, geany, peazip, and an assortment of lightweight applications to top it off.  Goggles music manager looks interesting, and I may try mpd as well.&lt;br /&gt;&lt;br /&gt;I'll keep you all posted on how things turn out.&lt;br /&gt;&lt;br /&gt;Dave&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-3786035102814077790?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/3786035102814077790/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=3786035102814077790' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/3786035102814077790'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/3786035102814077790'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2009/01/network-card-has-arrived.html' title='Network card has arrived!'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-914048649368205044</id><published>2009-01-17T21:23:00.000-08:00</published><updated>2009-01-17T21:38:53.544-08:00</updated><title type='text'>Slowest RMA processing on the face of the Planet</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_POMwfsOQlTk/SXLAYYDenLI/AAAAAAAAABY/Tuk1UE5FDP4/s1600-h/screenshot.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 320px; height: 240px;" src="http://4.bp.blogspot.com/_POMwfsOQlTk/SXLAYYDenLI/AAAAAAAAABY/Tuk1UE5FDP4/s320/screenshot.png" alt="" id="BLOGGER_PHOTO_ID_5292504037120187570" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I've been waiting... and waiting... and waiting.... more or less impatiently for my RMA to process.  I must say that this is the slowest service I've ever received from an online vendor.  I made the initial purchase on the 17th of December, and received the products on the 23rd.  All three components ordered were DOA.  I received an RMA and sent them back on the 27th.  They were not acknowledged as received until January 8th, and I STILL have not received credit for the items to even reorder new parts.  It just goes to show you that going with well established and reputable companies is preferable to dealing with online retailers who may have the lowest price... but not the reputation to go with it.&lt;br /&gt;&lt;br /&gt;So I got impatient and ordered a 256 meg stick direct from Crucial and I'm playing with an arch linux install on the old 5 gig hard drive.  The realtek wireless usb dongle works fine and I have a basic openbox setup with fbpanel and conky working.&lt;br /&gt;&lt;br /&gt;Performance-wise, I really can't complain.  It's no barn-burner, but it runs firefox with flash and wicd connects on bootup with no issues whatsoever.&lt;br /&gt;&lt;br /&gt;I installed sakura for a terminal emulator and it is both lightweight and very functional.  Geany works fine as a text editor, and lxappearance sets the gtk themes.&lt;br /&gt;&lt;br /&gt;I'll have more to report once I finally receive the stinking rma and some new parts.  Here are some screenshots with wicd and volwheel running.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-914048649368205044?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/914048649368205044/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=914048649368205044' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/914048649368205044'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/914048649368205044'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2009/01/slowest-rma-processing-on-face-of.html' title='Slowest RMA processing on the face of the Planet'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_POMwfsOQlTk/SXLAYYDenLI/AAAAAAAAABY/Tuk1UE5FDP4/s72-c/screenshot.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-4734853718537127270</id><published>2009-01-09T20:42:00.000-08:00</published><updated>2009-01-09T21:35:43.801-08:00</updated><title type='text'>320 megs on a dell inspiron 5000e</title><content type='html'>As I've stated previously, I'm still waiting for my rma to clear and to order new parts.  It seems that this dell laptop is very picky about ram, so I ordered a single 256 meg stick from crucial that claims to work in this system.  The laptop can have a maximum of 512, and has 2 slots, but it came with a single 64 meg stick.&lt;br /&gt;&lt;br /&gt;Adding the 256 meg stick has worked wonders for the responsiveness of this old laptop.  The install of TinyMe (lightweight pclinuxos) went smoothly now that I had enough ram for the livecd to run and for the installer to do it's work.&lt;br /&gt;&lt;br /&gt;On the positive side, it picked up the 8 meg mobility m3 (rage128) card and set the native resolution to 1024x768 with 3d enabled.  The ess maestro sound card was also autodetected and worked out of the box as well.&lt;br /&gt;&lt;br /&gt;As I'm waiting for some other parts to arrive (a 60 gig seagate 5400 rpm 8 meg ide hard drive, and a wpa2 pcmcia wireless network card), I'm stuck with a good old 5 gig hard drive and a usb wireless card.&lt;br /&gt;&lt;br /&gt;And here was the first show-stopper.  Since TinyMe uses such an old kernel, to get the realtek wireless card to work requires the eeprom and rtl8187 module to be patched... and since this old laptop does not have a wired internet connection, I'm at a bit of an impasse.  I suppose I could download the files on another box and place them on my 1 gig usb thumb drive and then transfer them over, but that's a bit of a pain as there is only one usb port on this laptop, so that means swapping the wireless dongle and the thumb drive... but I'll probably just download the kernel source and build a more current kernel myself and include the rtl8187 usb support as all kernels 2.6.23 and later have it... it just needs to be enabled.&lt;br /&gt;&lt;br /&gt;The decision to use an older kernel like this seems to be a bad choice in my honest opinion.  The 2.6.26 kernel is rock solid and supports MUCH more hardware than the old 2.6.18 series.  It also plays nicely with drm modules for older hardware as well.&lt;br /&gt;&lt;br /&gt;In fact, a LOT of the software seems very outdated as well... and remember...  I'm a long time Slackware user, so I don't HAVE to have bleeding edge software.... but c'mon.... ndiswrapper 1.48?  1.53 has been out FOREVER and it's still not included?&lt;br /&gt;&lt;br /&gt;I think I'll only keep this installed long enough to help another user with his troubles with the mach64 driver and pclos, and then I'll wait for the new release of pclos to come out and then I'll modify my own openbox setup on it and see how that is.&lt;br /&gt;&lt;br /&gt;I'm sure some users love TinyMe, and I'm trying very hard to like it... but with it's current limitations I'm finding that impossible at the moment.  Pclos really needs to get their next release out the door and start progressing again or you'll find many more users moving on to other distros as well.&lt;br /&gt;&lt;br /&gt;In fact... I have a freshly burned zenwalk cd calling my name.... hmmm....   =p&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-4734853718537127270?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/4734853718537127270/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=4734853718537127270' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/4734853718537127270'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/4734853718537127270'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2009/01/320-megs-on-dell-inspiron-5000e.html' title='320 megs on a dell inspiron 5000e'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-5756064396703148654</id><published>2009-01-02T12:15:00.000-08:00</published><updated>2009-01-02T12:28:54.616-08:00</updated><title type='text'>Waiting... waiting... waiting....</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_POMwfsOQlTk/SV5496BhfiI/AAAAAAAAABQ/xAN9zzM-L4E/s1600-h/screenshot4.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px; height: 240px;" src="http://1.bp.blogspot.com/_POMwfsOQlTk/SV5496BhfiI/AAAAAAAAABQ/xAN9zzM-L4E/s320/screenshot4.jpg" alt="" id="BLOGGER_PHOTO_ID_5286796017522540066" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The joys of waiting for new equipment to arrive to continue adventuring in the world of linux has nearly driven me mad!   Well.... perhaps that was a tad overdramatized...  The point is that I'm still waiting for my credit, so that I can reorder parts to jumpstart the life of the dell inspiron 5000e laptop.&lt;br /&gt;&lt;br /&gt;In the meantime, I've had to do absolutely no maintenance on the acer 3680-2682 laptop running slackware.   It's so rock stable that I find it a tad boring to be honest.  My main desktop, a core 2 duo @ 2.4 ghz,  has been running arch linux and I tinkered a bit with pclinuxos on it as well.  I'm waiting for the new pclinuxos release to try it out on my desktop, but it still has not been released.&lt;br /&gt;&lt;br /&gt;I'd also like to try out tinyme on the dell after receiving the ram and hard drive upgrades,  as the installer hangs with less than 64 megs of ram.&lt;br /&gt;&lt;br /&gt;I'll post my openbox setup with pcmanfm and conky to show what I've been working on lately.&lt;br /&gt;&lt;br /&gt;Hope you all had a great holiday season!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-5756064396703148654?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/5756064396703148654/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=5756064396703148654' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/5756064396703148654'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/5756064396703148654'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2009/01/waiting-waiting-waiting.html' title='Waiting... waiting... waiting....'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_POMwfsOQlTk/SV5496BhfiI/AAAAAAAAABQ/xAN9zzM-L4E/s72-c/screenshot4.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-8892176810329363204</id><published>2008-12-24T12:29:00.000-08:00</published><updated>2008-12-24T12:35:49.126-08:00</updated><title type='text'></title><content type='html'>Happy Holidays everyone!&lt;br /&gt;&lt;br /&gt;I've been taking a break from computing for a week or so,  and I'm just now back and rarin to go!&lt;br /&gt;&lt;br /&gt;Got a hold of a Dell Inspiron laptop 5000e with 64 megs of ram, a 5 gig hard drive and no networking.  Ordered some parts to upgrade the ram to 512 megs and a wireless pcmcia card for networking, and every single part did not work.  So I'm waiting on an rma for these, and in the meantime decided to see if XP pro would even install on it.  It did, and performance is actually ok.  I'm going to wipe it however, and install tinyme or vectorlinux lite once I get working parts.&lt;br /&gt;&lt;br /&gt;I did install vector linux lite and tinyme on here to see how that would work.  VL-lite actually performed quite well.  Tinyme however didn't.  I can't blame the distro though as the minimum specs are 64 megs for tinyme, and since the video shares 8 megs of this ram, that left only 56 megs of usable ram, so I'm not surprised at the performance being sub-par.&lt;br /&gt;&lt;br /&gt;Hopefully you all are having a wonderful holiday season and I'll post back soon.&lt;br /&gt;&lt;br /&gt;Dave&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-8892176810329363204?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/8892176810329363204/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=8892176810329363204' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/8892176810329363204'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/8892176810329363204'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2008/12/happy-holidays-everyone-ive-been-taking.html' title=''/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-4370178913135177004</id><published>2008-12-15T21:12:00.001-08:00</published><updated>2008-12-18T09:26:55.192-08:00</updated><title type='text'>Slackware on the Acer Laptop</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_POMwfsOQlTk/SUgCbmZqeYI/AAAAAAAAABI/uR2RfezCvuU/s1600-h/snapshot1.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px; height: 200px;" src="http://3.bp.blogspot.com/_POMwfsOQlTk/SUgCbmZqeYI/AAAAAAAAABI/uR2RfezCvuU/s320/snapshot1.png" alt="" id="BLOGGER_PHOTO_ID_5280473236279818626" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;It didn't take long for the family to bork things on the ubuntu install with this laptop...  The latest upgrade of wicd broke compatibility with the wpa network, and compiz somehow ended up broken as well... probably from my own user error in switching things over to xubuntu from straight ubuntu.  ;p&lt;br /&gt;&lt;br /&gt;So I had this nice and shiny slackware 12.2 dvd and it was time to replace ubuntu with something rock solid that would be less likely to suffer breakage.&lt;br /&gt;&lt;br /&gt;The install for slackware hasn't really changed in this past millenia, so I won't bore you with the details.  It's ncurses based, but very straightforward and easy to do.  Once the base system was installed, I had a fully functional vanilla kde 3.5.10 desktop.&lt;br /&gt;&lt;br /&gt;One nice caveat is that the card reader that I had to manually configure in ubuntu was found, and functional straight out of the box in slackware!  I'll have to be sure to keep the relevant kernel modules in play after I trim down the huge kernel for everyday use.  The huge series of kernels tend to be a bit bloated, but have a TON of stuff compiled right in, so just about all hardware works right out of the box.&lt;br /&gt;&lt;br /&gt;The generated xorg.conf is quite bland and vanilla, as it requires user intervention to get it functional.  I copied over the xorg from my old arch linux install and it works nicely.  Even the synaptics touchpad works perfectly with scrolling in all directions.&lt;br /&gt;&lt;br /&gt;Since Slack uses the older and more stable 1.4.2 version of xorg server, I was able to use the "export Intel_Batch=1" hack to increase graphics rendering speed.  I added this to the bottom of /etc/profile to activate this system wide.&lt;br /&gt;&lt;br /&gt;I used slackbuilds.org to build most of my packages, and slacky.eu to download a few binaries that either wouldn't compile from the slackbuilds or simply were not available.  The transcode binary built for version 12.1 is such an example as it fails to compile in 12.2, due to an imagemagick error, yet the binary from slacky.eu built for 12.1 works perfectly.&lt;br /&gt;&lt;br /&gt;The longest compilation was for qt 4.4.3, as it took nearly an hour to compile... yet it did so with no errors, and works just fine.&lt;br /&gt;&lt;br /&gt;For wireless, wicd is included in /extra and I used ndiswrapper for the broadcom wifi card and experience very few drops.  I like the stx driver, but it's not quite as stable as simply using ndiswrapper, so I'll stick with ndis for now.&lt;br /&gt;&lt;br /&gt;I was going to recompile the kernel, but can't find an excuse to do so quite honestly.  Boot up times are a tad slow, but nothing terrible, and the system is running quite nicely, so I'm loathe to really mess with things.&lt;br /&gt;&lt;br /&gt;Openoffice 3.0 compiled and works great, and so did wine, devede, smplayer, and mplayer.  We're using Thunderbird for email and Firefox for browsing, and the included software is quite robust.&lt;br /&gt;&lt;br /&gt;Ran into one issue with installing playonlinux (which is great for managing wine games and programs), as the program would not run when invoked from the command line, but gave no error message.  The arch linux aur version has a nice pkgbuild which gave me the hint I needed, as wxpython is needed, so I built this from slackbuilds.org, and playonlinux launched and ran just fine.&lt;br /&gt;&lt;br /&gt;Slackware isn't for everyone, as some people simply just don't like compiling their own programs from source.... for a variety of reasons... but if you put in the time and effort, you have a rock solid Operating System with exactly what you want running.&lt;br /&gt;&lt;br /&gt;I'll be happy to post my xorg.conf or help with compiling packages upon request.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-4370178913135177004?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/4370178913135177004/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=4370178913135177004' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/4370178913135177004'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/4370178913135177004'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2008/12/slackware-on-acer-laptop.html' title='Slackware on the Acer Laptop'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_POMwfsOQlTk/SUgCbmZqeYI/AAAAAAAAABI/uR2RfezCvuU/s72-c/snapshot1.png' height='72' width='72'/><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-3620043472705249816</id><published>2008-12-11T12:41:00.000-08:00</published><updated>2008-12-11T12:50:49.807-08:00</updated><title type='text'>Slackware 12.2 and TinyMe 8.1 are out!</title><content type='html'>Now I'm really pumped.  The distro that I cut my teeth on has a new release... That being Slackware of course!  I'm downloading the dvd as I write this, and lemme tell you I'm excited.  All my custom slackbuilds will have to be updated, and reinstalled, but that kind of controlled tweaking is my forte.  This is a perfect opportunity to document my entire install process and to show prospective new slackers just how much power is under the hood. &lt;br /&gt;&lt;br /&gt;That being said, I'm also excited about TinyMe 8.1 issuing a new release.  It's a slimmed down PclinuxOS utilizing the lxde environment, and I saw just how lightweight lxde can be on my nieces arch linux installation.  We'll see how it compares to my custom pclos install with openbox, pcmanfm, and fbpanel.  The lxpanel is based on fbpanel, so I'm sure some tweaking can be done with this as well.&lt;br /&gt;&lt;br /&gt;I'm going to install Slack on a spare 20 gig ide hard drive, compile all my programs and then use that hard drive on the legacy pentium 233 system that I'm looking to build.  Should be fun.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-3620043472705249816?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/3620043472705249816/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=3620043472705249816' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/3620043472705249816'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/3620043472705249816'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2008/12/slackware-122-and-tinyme-81-are-out.html' title='Slackware 12.2 and TinyMe 8.1 are out!'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-7665183230296460040</id><published>2008-12-10T07:41:00.000-08:00</published><updated>2008-12-10T15:07:20.015-08:00</updated><title type='text'>Ubuntu 8.10 on Acer 3680-2682</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_POMwfsOQlTk/ST_3otVEIYI/AAAAAAAAAAk/oY6R8ZfPFhw/s1600-h/Screenshot.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px; height: 200px;" src="http://4.bp.blogspot.com/_POMwfsOQlTk/ST_3otVEIYI/AAAAAAAAAAk/oY6R8ZfPFhw/s320/Screenshot.png" alt="" id="BLOGGER_PHOTO_ID_5278209567036285314" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;After a few hiccups and a few needed tweaks being applied, the laptop is finally fully functional and working nicely.&lt;br /&gt;&lt;br /&gt;I had done an initial install of straight ubuntu with a full gnome desktop.  Everything went fine as the installer makes things really easy for the user to gain a fully functioning system quickly.&lt;br /&gt;&lt;br /&gt;I did end up with a couple of show stopping issues right off the bat.  Gnome-network manager did not want to play nicely with the new &lt;a href="http://www.broadcom.com/support/802.11/linux_sta.php"&gt;broadcom wireless drivers&lt;/a&gt;.  I've been a fan of wicd for some time (it's easy to set up on Slackware as well), so I added the wicd repos to synaptic and replaced gnome-network-manager with wicd and my wireless worked nicely.  The far larger problem was that nautilus was crashing frequently, and this is not something that one can deal with very well on a gnome desktop.  So I figured that Ubuntu has many options available and instead chose to install Xubuntu-desktop (xfce) and replace Ubuntu-desktop (gnome).&lt;br /&gt;&lt;br /&gt;After installing the xubuntu desktop, I had a few things to configure.  The fonts were much uglier than a default gnome install, so I changed the font to dejavu-serif bold, changed the font dpi to 100, and turned on full hinting and subpixel hinting.&lt;br /&gt;&lt;br /&gt;I moved all the default applications to one panel and deleted the top panel, and it looks very similar to a gnome install.    Installing the medibuntu repositories enabled me to install mplayer and mplayer-plugin, and then installing adobe-flash and sun-java6-jre rounded out a nice browsing experience.&lt;br /&gt;&lt;br /&gt;Virtual Box compiled nicely and they now have a nice windows xp installation within ubuntu.  This is important for a few of their programs that are windows only (such as their massive solitaire suite).&lt;br /&gt;&lt;br /&gt;The 2nd show stopper was that the media card reader built-in to the laptop was not functioning.  No devices were found initially for the card reader, so I had to do a little investigating to get it to work.  lspci showed the hardware to be a&lt;br /&gt;&lt;blockquote&gt;Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)&lt;/blockquote&gt;The relevant modules are "tifm_sd, tifm_7xx1, and tifm_core".  So I added these to /etc/modules and at boot the system detects the card reader and when plugged in thunar shows the sd card on the left as accessible!  There is no xd card support yet, but luckily they have sd cards and only one xd card.&lt;br /&gt;&lt;br /&gt;All in all it works rather nicely.  There were a few issues, but with proper tweaking the system is now running great.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-7665183230296460040?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/7665183230296460040/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=7665183230296460040' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/7665183230296460040'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/7665183230296460040'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2008/12/ubuntu-810-on-acer-3680-2682.html' title='Ubuntu 8.10 on Acer 3680-2682'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_POMwfsOQlTk/ST_3otVEIYI/AAAAAAAAAAk/oY6R8ZfPFhw/s72-c/Screenshot.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-2979890244223666544</id><published>2008-12-08T13:32:00.000-08:00</published><updated>2008-12-08T13:53:03.528-08:00</updated><title type='text'>Building really old computer</title><content type='html'>It's been a few days since I got my hands dirty, so I'm looking for some new projects.&lt;br /&gt;&lt;br /&gt;I got my hands on an old sis 5598 motherboard that's a socket 7 and uses edo ram!  It has 128 megs installed on board, and has an es1869f (ess audiodrive) sound chip built in.&lt;br /&gt;&lt;br /&gt;I'm pumped at the thought of putting this back to work as a torrent slave.  Now I just have to get a cheap computer case, as I already have a 200 watt atx power supply sitting here doing nothing.  I'm going to pop in an old pci voodoo 3 card for video, and I have an ancient 3com etherlink 3 isa network card that I'm dying to see if it still works.  I also need to locate an old socket 7 processor, and it can't even do 100 mhz for the cpuclock, so I'm probably going to try and snag a pentium 233 mhz mmx processor instead of a k6. I'll keep you all posted on this, and if any of you have thoughts on which distro to try, please drop me a line.&lt;br /&gt;&lt;br /&gt;My other project is converting an acer 3680-2682 laptop from windows vista (ugh) to ubuntu intrepid 8.10.  This should be interesting as well.  I upgraded the ram to 1.5 gigabytes from the standard 512 megs and saw performance at least become somewhat bearable.  I also know that ubuntu is no speed demon, but it should behave nicely and easily for my parents to whom this laptop is going.&lt;br /&gt;&lt;br /&gt;The onboard video is an intel gma 950, again, no speed demon, but more than adequate for basic video needs.  It has an 80 gig hard drive and a cdrw/dvd combo drive.  I'll tackle this one shortly and post back here.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-2979890244223666544?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/2979890244223666544/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=2979890244223666544' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/2979890244223666544'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/2979890244223666544'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2008/12/building-really-old-computer.html' title='Building really old computer'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-3083429434523464187</id><published>2008-12-04T17:30:00.000-08:00</published><updated>2008-12-04T19:12:58.129-08:00</updated><title type='text'>Openbox on Pclos part 3</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_POMwfsOQlTk/STiSGXVwKzI/AAAAAAAAAAc/CNYqIAH4M_8/s1600-h/screenshot5.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px; height: 240px;" src="http://4.bp.blogspot.com/_POMwfsOQlTk/STiSGXVwKzI/AAAAAAAAAAc/CNYqIAH4M_8/s320/screenshot5.png" alt="" id="BLOGGER_PHOTO_ID_5276127601506659122" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Well, I think I've tweaked my openbox setup to a nice and usable desktop environment on pclinuxos.  The software works well and it responds much better than the initial kde install, which just felt.... slow....&lt;br /&gt;&lt;br /&gt;The gtk themes work nicely, as do the icons, once you figure out how to make openbox access them.  To access your icons you create a file called .gtkrc.mine in your home directory and add your icons in this format&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;gtk-icon-theme-name = "nuoveXT-aero"&lt;br /&gt;&lt;/blockquote&gt;Where nuoveXT-aero is my choice for the icon theme.  You can see what icon themes you have installed in /usr/share/icons.  Simply substitute for your preferred icon theme.  Then you log out of openbox and back in and your icons will have been changed!&lt;br /&gt;&lt;br /&gt;Obconf handles themes, and you can install new themes into /usr/share/themes for Obconf to easily find.&lt;br /&gt;&lt;br /&gt;When I opened up openoffice, I found that it had NO clue what theme to use and saw a REALLY ugly interface.  So I added the following to my ~/.config/openbox/autostart.sh file&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;export OOO_FORCE_DESKTOP=gnome &amp;amp;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;/blockquote&gt;This told openbox to force the nice gnome gtk theme on openbox so it doesn't look hideous.&lt;br /&gt;&lt;br /&gt;I installed xscreensaver, which has several nice sets of screensavers actually in the repos, and told openbox to start it on login by adding to my autostart.sh file&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;xscreensaver -no-splash &amp;amp;&lt;/blockquote&gt;Pcmanfm is a great file manager and it can handle both your desktop background and desktop icons.  I don't like desktop icons personally, but if you do, then do the following&lt;br /&gt;&lt;br /&gt;pcmanfm -&gt; edit -&gt; preferences -&gt; Desktop&lt;br /&gt;&lt;br /&gt;Then click manage the desktop and show file icons.  You can then choose your wallpaper and how to display it.  Easy eh?&lt;br /&gt;&lt;br /&gt;Although I love pcmanfm as a filemanager I don't want icons on my desktop... and I also want to maintain my ability to right click on the desktop and bring up my openbox menu, as sometimes it's just faster than moving the mouse all the way to the bottom of the screen on the left to access the fbpanel start menu.  So I'll use the great little program called feh.  It can be found in the repositories.&lt;br /&gt;&lt;br /&gt;Simply execute the command&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;blockquote&gt;feh --bg-scale /path/to/image.file&lt;/blockquote&gt;&lt;br /&gt;&lt;/pre&gt;Where /path/to/image.file is the full path to your desired desktop background wallpaper image.&lt;br /&gt;&lt;br /&gt;Then you add the following to your autostart.sh file&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;eval `cat $HOME/.fehbg` &amp;amp;&lt;/blockquote&gt;This will cause openbox to load this wallpaper upon login.&lt;br /&gt;&lt;br /&gt;Here's what I added to my ~/.config/openbox/autostart.sh file&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;pcmanfm &amp;amp;&lt;br /&gt;conky &amp;amp;&lt;br /&gt;fbpanel &amp;amp;&lt;br /&gt;volwheel &amp;amp;&lt;br /&gt;eval `cat $HOME/.fehbg` &amp;amp;&lt;br /&gt;xscreensaver -no-splash &amp;amp;&lt;br /&gt;export OOO_FORCE_DESKTOP=gnome &amp;amp;&lt;/blockquote&gt;Have fun with openbox!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-3083429434523464187?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/3083429434523464187/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=3083429434523464187' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/3083429434523464187'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/3083429434523464187'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2008/12/openbox-on-pclos-part-3.html' title='Openbox on Pclos part 3'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_POMwfsOQlTk/STiSGXVwKzI/AAAAAAAAAAc/CNYqIAH4M_8/s72-c/screenshot5.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-3285699777431042080</id><published>2008-12-03T20:06:00.000-08:00</published><updated>2008-12-03T20:41:12.998-08:00</updated><title type='text'>Openbox on Pclos part 2</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_POMwfsOQlTk/STder3RFNvI/AAAAAAAAAAU/JxaMECASCIU/s1600-h/screenshot2.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px; height: 240px;" src="http://2.bp.blogspot.com/_POMwfsOQlTk/STder3RFNvI/AAAAAAAAAAU/JxaMECASCIU/s320/screenshot2.png" alt="" id="BLOGGER_PHOTO_ID_5275789596150806258" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;My quest to tweak Pclinuxos continues.&lt;br /&gt;&lt;br /&gt;Today I decided to tackle the mplayer/smplayer update.  As I mentioned in part one, these are very out of date, and I prefer to run the svn version of both mplayer and smplayer.  Which also meant a rebuild of the svn versions of x264 and ffmpeg.  Not a huge deal as these are fairly easy to compile with mplayer.  For reference I used the following script and created the packages with checkinstall.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;#!/bin/bash&lt;br /&gt;if [ "$UID" != "0" ]; then&lt;br /&gt;echo The mplayer installation requires root privileges.&lt;br /&gt;echo Please login as root, and run:&lt;br /&gt;echo mplayer.sh again&lt;br /&gt;echo Press ENTER to continue...&lt;br /&gt;read dummy&lt;br /&gt;exit 0&lt;br /&gt;fi&lt;br /&gt;# Use checkinstall to create uninstallable rpm's for your system&lt;br /&gt;apt-get install checkinstall git-core&lt;br /&gt;# move to build directory&lt;br /&gt;cd /usr/src&lt;br /&gt;mkdir mplayer&lt;br /&gt;chmod 777 mplayer&lt;br /&gt;cd mplayer&lt;br /&gt;# update mplayer source&lt;br /&gt;svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer&lt;br /&gt;&lt;br /&gt;# update ffmpeg source&lt;br /&gt;svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg&lt;br /&gt;&lt;br /&gt;# update x264 source&lt;br /&gt;git clone git://git.videolan.org/x264.git&lt;br /&gt;&lt;br /&gt;#configure ffmpeg&lt;br /&gt;cd ffmpeg&lt;br /&gt;./configure&lt;br /&gt;make&lt;br /&gt;cd ffmpeg&lt;br /&gt;checkinstall&lt;br /&gt;logout&lt;br /&gt;cd ..&lt;br /&gt;&lt;br /&gt;# configure x264&lt;br /&gt;cd x264&lt;br /&gt;./configure --enable-pthread&lt;br /&gt;make&lt;br /&gt;cd x264&lt;br /&gt;checkinstall&lt;br /&gt;cd ..&lt;br /&gt;&lt;br /&gt;#configure mplayer&lt;br /&gt;cd mplayer&lt;br /&gt;./configure --prefix=/usr/local --confdir=/etc/mplayer --disable-gui --enable-largefiles --enable-menu --with-extraincdir=/usr/src/linux/include:/usr/src/mplayer/x264 --with-extralibdir=/usr/src/mplayer/x264&lt;br /&gt;make&lt;br /&gt;cd /usr/src/mplayer/mplayer&lt;br /&gt;checkinstall&lt;br /&gt;# note the location that checkinstall moves your rpm's to as you will have to manually install with rpm&lt;/blockquote&gt;This all compiled nicely and I was able to install with rpm.&lt;br /&gt;&lt;br /&gt;Next up was smplayer.... which was not nearly as nice.  The svn version of smplayer requires qt4 and specifically qmake for qt4.  I installed everything qt4 from synaptic (from the testing repo) and did not find qmake anywhere on my system.  I thought it would be installed from "libqt4-devel" but it was not.  So I figured what the heck... may as well install it from source!&lt;br /&gt;&lt;br /&gt;So I grabbed the tarball from &lt;a href="http://ftp.heanet.ie/mirrors/ftp.trolltech.com/pub/qt/"&gt;here&lt;/a&gt; , unpacked the tarball.  Ran ./configure make and make install and, after a 45 minute compile, I was good to go!  As an aside here, I've done this before so I know that uninstalling using make uninstall works great, which is why I didn't bother rpm'ing this.&lt;br /&gt;&lt;br /&gt;It iustalled to /usr/local/Trolltech/Qt-4.4.3/ and since /usr/local was already in my path any apps I wanted to install would find the executables!  a quick "which qmake" confirmed this and I was then able to compile smplayer.  Checkinstall choked on the rpm creation, but SMPlayer also plays nicely with make uninstall, so I wasn't too worried about not having an rpm for this either.  So long as I was careful not to delete these directories, I'd be fine.&lt;br /&gt;&lt;br /&gt;Everything is working great and I have no complaints at this point.  It's entirely possible that I did something screwy with the rpm's downloaded using synaptic and qmake with qt4 is in fact somewhere on them.  Or possibly the mirror I was synced to just hadn't updated properly or recently.  Who knows.  It doesn't really matter as qt-4.4.3 is running fantastic.&lt;br /&gt;&lt;br /&gt;Note that on the mplayer portion of the script at the ./configure section... it's one line and ends with x264.  So if you're copy and pasting be sure to edit that portion!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-3285699777431042080?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/3285699777431042080/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=3285699777431042080' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/3285699777431042080'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/3285699777431042080'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2008/12/openbox-on-pclos-part-2.html' title='Openbox on Pclos part 2'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_POMwfsOQlTk/STder3RFNvI/AAAAAAAAAAU/JxaMECASCIU/s72-c/screenshot2.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-5453654404524327496</id><published>2008-12-03T07:51:00.000-08:00</published><updated>2008-12-03T16:59:49.915-08:00</updated><title type='text'></title><content type='html'>&lt;dl id="comments-block"&gt;&lt;dt id="c8865712988115886606"&gt; I received this comment and felt it warranted a revised script on my blog.&lt;br /&gt;&lt;/dt&gt;&lt;blockquote&gt;&lt;dt id="c8865712988115886606"&gt;&lt;img src="https://www.blogger.com/img/blank.gif" class="comment-icon blogger-comment" alt="Blogger" /&gt;  &lt;span dir="ltr"&gt;&lt;a href="http://www.blogger.com/profile/13713172642603274847" onclick="" rel="nofollow"&gt;kdulcimer&lt;/a&gt;&lt;/span&gt;  said...&lt;/dt&gt;&lt;dd&gt;&lt;p&gt;There's one issue with your script: anything coded for PCLinuxOS shouldn't use sudo! PCLinuxOS isn't set up for sudo. You should have your script check to make sure it's being run as root instead&lt;/p&gt;&lt;/dd&gt;&lt;/blockquote&gt;&lt;dd&gt;&lt;p&gt;.&lt;/p&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks for the input.  I setup my pclos install to use sudo out of habit.  All it takes is to edit the sudoers file with visudo and add the user like so.&lt;br /&gt;&lt;br /&gt;# su -&lt;br /&gt;# visudo&lt;br /&gt;&lt;br /&gt;Then edit the user privelege specification so it looks something like this.&lt;br /&gt;&lt;br /&gt;"# User privilege specification&lt;br /&gt;root    ALL=(ALL) ALL&lt;br /&gt;mini    ALL=(ALL) ALL"&lt;br /&gt;&lt;br /&gt;Where mini is the name of the user. Substitute your user name of course.&lt;br /&gt;&lt;br /&gt;type "wq!" to save and exit and sudo is setup!&lt;br /&gt;&lt;br /&gt;Revising the script to your specs would look something like this. With files downloaded and compiled in /tmp.  It checks to see if the user is root and if not, then exits.&lt;br /&gt;&lt;br /&gt;#!/bin/bash&lt;br /&gt;if [ "$UID" != "0" ]; then&lt;br /&gt;echo The mplayer installation requires root privileges.&lt;br /&gt;echo Please login as root, and run:&lt;br /&gt;echo cdrtools-install.sh again&lt;br /&gt;echo Press ENTER to continue...&lt;br /&gt;read dummy&lt;br /&gt;exit 0&lt;br /&gt;fi&lt;br /&gt;&lt;br /&gt;#compile smake for pclos&lt;br /&gt;&lt;br /&gt;cd /tmp&lt;br /&gt;wget ftp://ftp.berlios.de/pub/smake/alpha/smake-1.2a41.tar.gz&lt;br /&gt;tar -zxf smake-1.2a41.tar.gz&lt;br /&gt;cd smake-1.2&lt;br /&gt;cp Gmake.linux /usr/bin/Gmake&lt;br /&gt;Gmake&lt;br /&gt;cp /opt/schily/bin/smake /usr/bin&lt;br /&gt;chmod +x /usr/bin/smake&lt;br /&gt;&lt;br /&gt;#compile cdrtools for pclos&lt;br /&gt;cd /tmp&lt;br /&gt;wget ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-beta.tar.gz&lt;br /&gt;tar -zxf cdrtools-beta.tar.gz&lt;br /&gt;cd cdrtools-2.01.01&lt;br /&gt;smake&lt;br /&gt;smake install&lt;br /&gt;&lt;br /&gt;# Ensure root ownership for proper operation&lt;br /&gt;chown root:root /opt/schily/bin/*&lt;br /&gt;&lt;br /&gt;# Backup cdrkit files&lt;br /&gt;cd /tmp&lt;br /&gt;mkdir cdrkitbackup&lt;br /&gt;mv /usr/bin/wodim /tmp/cdrkitbackup&lt;br /&gt;mv /usr/bin/readom /tmp/cdrkitbackup&lt;br /&gt;mv /usr/bin/genisoimage /tmp/cdrkitbackup&lt;br /&gt;mv /usr/bin/btcflash /tmp/cdrkitbackup&lt;br /&gt;mv /usr/bin/devdump /tmp/cdrkitbackup&lt;br /&gt;mv /usr/bin/isodump /tmp/cdrkitbackup&lt;br /&gt;mv /usr/bin/isodebug /tmp/cdrkitbackup&lt;br /&gt;mv /usr/bin/isoinfo /tmp/cdrkitbackup&lt;br /&gt;mv /usr/bin/isovfy /tmp/cdrkitbackup&lt;br /&gt;mv /usr/bin/icedax /tmp/cdrkitbackup&lt;br /&gt;&lt;br /&gt;# Remove soft links to cdrkit programs&lt;br /&gt;rm /usr/bin/cdrecord&lt;br /&gt;rm /usr/bin/cdda2wav&lt;br /&gt;rm /usr/bin/mkhybrid&lt;br /&gt;rm /usr/bin/mkisofs&lt;br /&gt;rm /usr/bin/readcd&lt;br /&gt;&lt;br /&gt;# Create soft links to cdrtools programs&lt;br /&gt;# Create soft links to cdrkit naming conventions for compatibility&lt;br /&gt;ln -s /opt/schily/bin/cdrecord /usr/bin/cdrecord&lt;br /&gt;ln -s /opt/schily/bin/cdrecord /usr/bin/wodim&lt;br /&gt;ln -s /opt/schily/bin/mkisofs /usr/bin/genisoimage&lt;br /&gt;ln -s /opt/schily/bin/mkisofs /usr/bin/mkisofs&lt;br /&gt;ln -s /opt/schily/bin/mkhybrid /usr/bin/mkhybrid&lt;br /&gt;ln -s /opt/schily/bin/readcd /usr/bin/readom&lt;br /&gt;ln -s /opt/schily/bin/readcd /usr/bin/readcd&lt;br /&gt;ln -s /opt/schily/bin/cdda2wav /usr/bin/cdda2wav&lt;br /&gt;ln -s /opt/schily/bin/cdda2wav /usr/bin/icedax&lt;br /&gt;ln -s /opt/schily/bin/btcflash /usr/bin/btcflash&lt;br /&gt;ln -s /opt/schily/bin/isodebug /usr/bin/isodebug&lt;br /&gt;ln -s /opt/schily/bin/isodump /usr/bin/isodump&lt;br /&gt;ln -s /opt/schily/bin/isoinfo /usr/bin/isoinfo&lt;br /&gt;ln -s /opt/schily/bin/isovfy /usr/bin/isovfy&lt;br /&gt;&lt;dl id="comments-block"&gt;&lt;dd&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-5453654404524327496?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/5453654404524327496/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=5453654404524327496' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/5453654404524327496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/5453654404524327496'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2008/12/kdulcimer-said.html' title=''/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-4961171380882301894</id><published>2008-12-02T20:05:00.000-08:00</published><updated>2008-12-02T20:34:39.596-08:00</updated><title type='text'>Openbox on Pclos part 1</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_POMwfsOQlTk/STYJKwW8lLI/AAAAAAAAAAM/FCuyQGScVJ0/s1600-h/screenshot.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px; height: 240px;" src="http://4.bp.blogspot.com/_POMwfsOQlTk/STYJKwW8lLI/AAAAAAAAAAM/FCuyQGScVJ0/s320/screenshot.png" alt="" id="BLOGGER_PHOTO_ID_5275414093895603378" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Well,  I decided to play around a bit with pclinuxos and tweak it to my liking.&lt;br /&gt;I installed openbox, with obconf, fbpanel, pcmanfm, conky, and a little app known as volwheel that acts as a mixer with a panel icon.  I also installed menumaker to update the openbox menu, and feh to handle the wallpaper.&lt;br /&gt;&lt;br /&gt;I tweaked fbpanel as for some reason, the included firefox svg file didn't show correctly.  I downloaded a set of icons, and installed one that was to my liking in the /usr/share/fbpanel/images/mozilla-firefox.svg location.  Right were the fbmenu default file looks for it.  I also pointed the terminal icon to gnome terminal, the file manager to pcmanfm, and the editor to geany.  The default star icon was ok, but I found one more to my liking,  placed it in the images folder mentioned above and pointed the fbpanel default file to it instead.&lt;br /&gt;&lt;br /&gt;Volwheel is a great little program that adds an applet to your panel dock and it works as a front-end to alsamixer so you can easily change your volume with a few clicks.  The homepage is here.  http://oliwer.net/b/volwheel.html&lt;br /&gt;&lt;br /&gt;For some reason, the included icons weren't being called upon, which I found kind of odd as they were included in the download and there were no instructions for placement.  Luckily, the coder is a fellow Archer (arch linux user) and he had a pkgbuild in the aur.  After perusing the build I found the icons were supposed to be placed in a folder called /usr/share/volwheel.  So I created the folder, and placed the icons folder within it.  I then restarted openbox and voila!  volwheel had a nice little icon and was ready to go!&lt;br /&gt;&lt;br /&gt;All in all, it doesn't run too badly.  Some of the apps are outdated, like mplayer and smplayer, and I'll probably rebuild them right quick, but the box seems pretty stable since I cut the cruft off of the bloated minime install.&lt;br /&gt;&lt;br /&gt;Once I get all the programs finalized, I'll post the results.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-4961171380882301894?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/4961171380882301894/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=4961171380882301894' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/4961171380882301894'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/4961171380882301894'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2008/12/openbox-on-pclos-part-1.html' title='Openbox on Pclos part 1'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_POMwfsOQlTk/STYJKwW8lLI/AAAAAAAAAAM/FCuyQGScVJ0/s72-c/screenshot.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-2582973937987775279</id><published>2008-12-01T08:49:00.000-08:00</published><updated>2008-12-01T11:47:23.077-08:00</updated><title type='text'>Arch linux resurrects ancient Desktop Part 2</title><content type='html'>Back again with the good old 450 mhz p2, and now that lxde is installed, I've decided on some software to run with it.&lt;br /&gt;&lt;br /&gt;GDM -&gt; graphical login manager&lt;br /&gt;Yaourt -&gt; Access additional unsupported repositories using pacman-like commands&lt;br /&gt;Firefox -&gt; Web Browser&lt;br /&gt;   Flashplugin -&gt; view flash in web browser&lt;br /&gt;   jre -&gt; view java in web browser&lt;br /&gt;   mplayerplugin -&gt; view embedded video in web browser&lt;br /&gt;Thunderbird -&gt; lightweight Email Client&lt;br /&gt;Mplayer -&gt; Movie viewer&lt;br /&gt;Songbird -&gt;  music collection manager&lt;br /&gt;Abiword -&gt; Word processor&lt;br /&gt;Abiword-plugins -&gt; Common plugins&lt;br /&gt;Transmission-gtk -&gt; Bittorrent client with gtk gui&lt;br /&gt;Xpdf - &gt; view pdf documents&lt;br /&gt;Limewire - &gt; gnutella/bittorrent client&lt;br /&gt;Pidgin - &gt; Chat software&lt;br /&gt;Shaman - &gt; Easy program manager&lt;br /&gt;&lt;br /&gt;I won't be going into detail on how to install these packages.  If you read part one, then you have a handle on how pacman works.  Yaourt works in the same manner, it can download pkgbuilds from the aur however and compile them on your machine.  To check what versions of a package are available use the pacman/yaourt search function ie..                   &lt;blockquote&gt;yaourt -Ss filename&lt;br /&gt;&lt;/blockquote&gt;What I will be doing is informing on whether or not the programs were able to perform acceptably, and if not, what programs I chose to replace them with.  These tests were my subjective analysis of what I felt worked best and fastest.  No quantitative evidence is shown to support my theories, so your results (if you were to try this) may vary from my own.&lt;br /&gt;&lt;br /&gt;GDM - &gt;  The system seemed slow to boot with GDM, and the options available turned out too confusing for my niece to handle.  I removed GDM and replaced it with SLIM. The default options and simplicity are just what the doctor ordered, and the improvement in bootup time was noticable.&lt;br /&gt;&lt;br /&gt;Yaourt - &gt; Works as advertised!  If you don't have it... GET IT!  Fantastic tool to simplify installation of programs not in the regular repositories.&lt;br /&gt;&lt;br /&gt;Firefox - &gt;  Surprisingly the default firefox install was the best performing of the browsers I tried on this box.  I was expecting kazehakase and opera to outperform firefox, but they did not.  Flash performance was noticably better on Firefox than the other browsers and embedded video was shown flawlessly.  A note on flash, performance is not fantastic, but it's definitely watchable.  I kept firefox on this machine, although I was fully expecting the need to switch.&lt;br /&gt;&lt;br /&gt;Thunderbird - &gt;  Thunderbird performance was not what I would call usable.  With other applications open, such as firefox and songbird, we quickly entered the realm of swap usage, and on this old machine that just won't cut it.  I replaced Thunderbird with Sylpheed and ended up using about 40 megs of ram less!  Sylpheed lacks some features Thunderbird has, but is more than adequate for her basic email needs.&lt;br /&gt;&lt;br /&gt;Mplayer - &gt;  Performance of the base mplayer seemed ok.  It lacked the ability to show video in 16:10 ratio, so I installed SMplayer to handle this.  Smplayer then complained about the version of mplayer installed as being too old to utilize all smplayer functions.  I replaced mplayer with mplayer-svn-nogui (no need for a gui as smplayer handles this ) from aur to gain full functionality. Installing codecs and libdvdcss allowed her to watch dvd's from the drive as well.&lt;br /&gt;&lt;br /&gt;Songbird - &gt;  I like the promise of this application.  When the bugs have been worked out, I think this will be a great app.  Unfortunately, that time is not now.  seg faults were common and the app didn't always cleanly shut down, requiring a killall songbird from the terminal.  This might be ok for me, but not for the inexperienced.  I replaced Songbird with a couple of apps.  Gtkpod to sync with her ipod and Quodlibet to handle her music library.  Gtkpod works as advertised and her ipod collection was quickly assimilated on this box.  Quodlibet seems very lightweight and handles her music playback needs great.&lt;br /&gt;&lt;br /&gt;Abiword and Abiword Plugins - &gt;  Work as advertised!  Lightweight compared to openoffice and very functional.&lt;br /&gt;&lt;br /&gt;Transmission-gtk - &gt;  Seemed to work ok, although the version in the repository I was connected to seemed outdated.  I replaced this with transmission-svn from aur and now she's running the latest and greatest.&lt;br /&gt;&lt;br /&gt;xpdf - &gt; Works as advertised!  lightweight and functional.  Look no further than this for your pdf browsing needs&lt;br /&gt;&lt;br /&gt;Limewire - &gt;  A bit of a resource hog to be quite honest, but an easy way to access the gnutella network for your filesharing needs.  The one thing that bugged me was limewire continually asking me to upgrade to the Pro version.  I installed frostwire instead and have an almost identical interface and no more complaining about upgrading! WOO HOO!&lt;br /&gt;&lt;br /&gt;Pidgin - &gt;  Worked out of the box with no problems whatsoever.&lt;br /&gt;&lt;br /&gt;Shaman - &gt;  A gui front-end to pacman.  Very simple to use and my niece can upgrade her system on her own without outside intervention!  A bit of a resource hog, so I made sure she understood to shut down other programs first before running this.&lt;br /&gt;&lt;br /&gt;So the final list of installed apps is:&lt;br /&gt;Slim -&gt; graphical login manager&lt;br /&gt;Yaourt -&gt; Access additional unsupported repositories using pacman-like commands&lt;br /&gt;Firefox -&gt; Web Browser&lt;br /&gt;   Flashplugin -&gt; view flash in web browser&lt;br /&gt;   jre -&gt; view java in web browser&lt;br /&gt;   mplayerplugin -&gt; view embedded video in web browser&lt;br /&gt;Sylpheed -&gt; lightweight Email Client&lt;br /&gt;Mplayer-nogui-svn-&gt; Movie viewer&lt;br /&gt;   SMPlayer-svn -&gt; Slick gui for mplayer&lt;br /&gt;Quodlibet&gt;  music collection manager&lt;br /&gt;Gtkpod -&gt; Sync ipod&lt;br /&gt;Abiword -&gt; Word processor&lt;br /&gt;    Abiword-plugins -&gt; Common plugins&lt;br /&gt;Transmission-svn -&gt; Bittorrent client with gtk gui&lt;br /&gt;Xpdf - &gt; pdf viewer&lt;br /&gt;Frostwire - &gt; gnutella/bittorrent client&lt;br /&gt;Pidgin - &gt; Chat software&lt;br /&gt;Shaman - &gt; Easy program manager&lt;br /&gt;&lt;br /&gt;All in all, it works pretty well.  Some of the programs are a bit slower than on modern system, such as flash and shaman, while others are pretty much unusable on such an old system.  However, with a bit of tweaking and proper software selection, you too can save an old system from the scrap heap and put it back to work.&lt;br /&gt;&lt;br /&gt;Tips and comments are welcome.&lt;br /&gt;Dave&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-2582973937987775279?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/2582973937987775279/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=2582973937987775279' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/2582973937987775279'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/2582973937987775279'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2008/12/arch-linux-resurrects-ancient-desktop.html' title='Arch linux resurrects ancient Desktop Part 2'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-1126131282975204192</id><published>2008-11-30T12:17:00.000-08:00</published><updated>2008-11-30T12:36:23.465-08:00</updated><title type='text'>cdrtools script</title><content type='html'>Based on a thread over at the pclinuxos "hack" forums I've found there to be a decent demand for the cdrtools package as opposed to cdrkit that is included in many distributions.&lt;br /&gt;&lt;br /&gt;I've written this &lt;a href="http://www.mediafire.com/?mmmyntvgmmd"&gt;script&lt;/a&gt; for pclos, but it should be applicable for just about any linux distrobution.&lt;br /&gt;&lt;br /&gt;The script assumes proper setup of sudo on your distro for your user.&lt;br /&gt;Be sure to chmod +x the script before running it.&lt;br /&gt;&lt;br /&gt;Here is the script for reference.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;#!/bin/bash&lt;br /&gt;&lt;br /&gt;#compile smake for pclos&lt;br /&gt;cd ~&lt;br /&gt;wget ftp://ftp.berlios.de/pub/smake/alpha/smake-1.2a41.tar.gz&lt;br /&gt;tar -zxf smake-1.2a41.tar.gz&lt;br /&gt;cd smake-1.2&lt;br /&gt;sudo cp Gmake.linux /usr/bin/Gmake&lt;br /&gt;Gmake&lt;br /&gt;sudo cp /opt/schily/bin/smake /usr/bin&lt;br /&gt;sudo chmod +x /usr/bin/smake&lt;br /&gt;&lt;br /&gt;#compile cdrtools for pclos&lt;br /&gt;cd ~&lt;br /&gt;wget ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-beta.tar.gz&lt;br /&gt;tar -zxf cdrtools-beta.tar.gz&lt;br /&gt;cd cdrtools-2.01.01&lt;br /&gt;sudo smake&lt;br /&gt;sudo smake install&lt;br /&gt;&lt;br /&gt;# Ensure root ownership for proper operation&lt;br /&gt;sudo chown root:root /opt/schily/bin/*&lt;br /&gt;&lt;br /&gt;# Backup cdrkit files&lt;br /&gt;cd ~&lt;br /&gt;mkdir cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/wodim ~/cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/readom ~/cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/genisoimage ~/cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/btcflash ~/cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/devdump ~/cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/isodump ~/cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/isodebug ~/cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/isoinfo ~/cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/isovfy ~/cdrkitbackup&lt;br /&gt;sudo mv /usr/bin/icedax ~/cdrkitbackup&lt;br /&gt;&lt;br /&gt;# Remove soft links to cdrkit programs&lt;br /&gt;sudo rm /usr/bin/cdrecord&lt;br /&gt;sudo rm /usr/bin/cdda2wav&lt;br /&gt;sudo rm /usr/bin/mkhybrid&lt;br /&gt;sudo rm /usr/bin/mkisofs&lt;br /&gt;sudo rm /usr/bin/readcd&lt;br /&gt;&lt;br /&gt;# Create soft links to cdrtools programs&lt;br /&gt;# Create soft links to cdrkit naming conventions for compatibility&lt;br /&gt;sudo ln -s /opt/schily/bin/cdrecord /usr/bin/cdrecord&lt;br /&gt;sudo ln -s /opt/schily/bin/cdrecord /usr/bin/wodim&lt;br /&gt;sudo ln -s /opt/schily/bin/mkisofs /usr/bin/genisoimage&lt;br /&gt;sudo ln -s /opt/schily/bin/mkisofs /usr/bin/mkisofs&lt;br /&gt;sudo ln -s /opt/schily/bin/mkhybrid /usr/bin/mkhybrid&lt;br /&gt;sudo ln -s /opt/schily/bin/readcd /usr/bin/readom&lt;br /&gt;sudo ln -s /opt/schily/bin/readcd /usr/bin/readcd&lt;br /&gt;sudo ln -s /opt/schily/bin/cdda2wav /usr/bin/cdda2wav&lt;br /&gt;sudo ln -s /opt/schily/bin/cdda2wav /usr/bin/icedax&lt;br /&gt;sudo ln -s /opt/schily/bin/btcflash /usr/bin/btcflash&lt;br /&gt;sudo ln -s /opt/schily/bin/isodebug /usr/bin/isodebug&lt;br /&gt;sudo ln -s /opt/schily/bin/isodump /usr/bin/isodump&lt;br /&gt;sudo ln -s /opt/schily/bin/isoinfo /usr/bin/isoinfo&lt;br /&gt;sudo ln -s /opt/schily/bin/isovfy /usr/bin/isovfy&lt;br /&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-1126131282975204192?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/1126131282975204192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=1126131282975204192' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/1126131282975204192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/1126131282975204192'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2008/11/cdrtools-script.html' title='cdrtools script'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7213024092498146917.post-2861541061162671020</id><published>2008-11-30T11:52:00.000-08:00</published><updated>2008-11-30T11:56:55.646-08:00</updated><title type='text'>Arch linux resurrects ancient Desktop Part 1</title><content type='html'>   	&lt;meta equiv="CONTENT-TYPE" content="text/html; charset=utf-8"&gt; 	&lt;title&gt;&lt;/title&gt; 	&lt;meta name="GENERATOR" content="OpenOffice.org 3.0  (Linux)"&gt; 	&lt;style type="text/css"&gt; 	&lt;!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } 		A:link { so-language: zxx } 	--&gt; 	&lt;/style&gt;  &lt;p style="margin-bottom: 0in;" align="left"&gt;Those of us that have worked on computers for a while invariably end up with other people's discards.  It was my luck to come into possession of an old Gateway ---.  It's a pentium 2, with a 450 mhz processor and 64 megs of ram.  It also comes with a 24x cd-rom (dead on arrival), a ten gig hard drive, and a standard floppy.  It came with a voodoo banshee 8 meg agp card, but the vid card is dead (hence the reason for my coming into possession of this box).&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;I figured that it was time to pimp this bad boy out and put it back to work, and my niece was in need of her own computer... So I scrounged around and decided to add the following .A 32 meg matrox g450 to handle the video duties.  A soundblaster live! (emu10k1) sound card will handle audio (as the onboard audio is crap).  An additional 10 gig western digital hard drive, slaved to the 10 gig matrox for storage...  An addition 192 mb of pc100 ram, in the form of another 64 mb stick, and a 128 mb stick.  Standard ps2 keyboard and mouse, and a 4.8x Toshiba DVD drive to replace the cd-rom.  I also wanted wireless, so I threw in an old atheros wireless card that I had recently resoldered.  A 15” packard bell monitor, and some old stereo pc speakers round out the hardware, and it's on to choosing an operating system to power this machine.&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;There are many possible choices here, and a good case could be made for many, but at the end of the day, I chose Arch Linux to power this machine.  The reason being,  I'm very familiar with Arch, and I've been running Arch on my main desktop (a core 2 duo 4300 @ 2.4 ghz) for quite some time.  I also knew that I would be building the OS from the ground up, and I would choose EXACTLY what was going to run on this machine.   &lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;I followed the excellent instructions from the beginner's guide located at &lt;a href="http://wiki.archlinux.org/index.php/Beginners_Guide"&gt;http://wiki.archlinux.org/index.php/Beginners_Guide&lt;/a&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;For my installation media, I burned the current core iso, as an ftp install could be a pain as I'd have to get wireless up and running first.&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;I entered /arch/setup and started on my way.  I ignored the section on networking at the start for now.  The current kernel has both the ath5k module and the ath_pci module available so I knew I was going to have to deal with this in rc.conf, which I'll cover later.&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;I decided to set up a one gig swap at the beginning sector of the first hard disk (sda1).  I probably could have gotten away with a 512 mb swap, as hard disk thrashing could slow things down considerably on an old machine like this, but I wanted to ensure that my niece's computer was rock stable.&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;Normally, I like to have a separate /boot partition to house grub as my boot manager, but as this was going to be the only operating system on this computer, I didn't feel the need to do this.  So I simply made a root (/) partition for the remainder of the first hard disk (sda2).&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;The second hard disk houses home (/home), and I used the entire 2&lt;sup&gt;nd&lt;/sup&gt; hard disk for the user and her files.&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;The installer wanted a reboot at this point so after entering /arch/setup once again I was back on track.&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;It's time to select and install packages!  The only things I really had to look out for in choosing packages was to make sure that I selected the madwifi packages, wireless tools and wpa_supplicant.  If I forgot anything else right now, at least with these packages installed, I can access the net later and install them.&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;I didn't need to customize anything else with the kernel, and then selected nano as my text editor, which I would need to edit the config files next.  Vim is great, but I tend to be a tad lazy sometimes and nano is just too easy.&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;Next up was editing rc.conf.  There were a couple of things I wanted to take care of here.  First off, I changed the timezone to “US/Central”.  Next up, I checked out the modules.  Sure enough, both ath5k and ath_pci were listed, so I placed a ! in front of ath5k to let rc.conf know not to load it.  The ath5k module has come a long way, but it's still not at the functional level of ath_pci at this point, and since I'm going to be connecting to a wpa2 network ath_pci is simply a better choice at this time.&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;Commenting out the eth0 portion was my next step, and then I added a line under that one so that my atheros wireless card could access dhcp.  (ath0=”dhcp”)&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;Heading on down to the daemons section of rc.conf, I placed a @ in front network, so that the machine wouldn't wait for network to come up before fully booting.  Ctrl X and I was done with rc.conf&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;I verified /etc/fstab and found it to be populated correctly.  Since I'm going to be using hal to mount my dvd drive, I placed a # in front of that entry to comment it out, so that hal will handle the drive.&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;The next file I had to look at was /etc/hosts.  /etc/mkinitcpio and /etc/modprobe.conf didn't need any editing.  In /etc/hosts I added the hostname for the computer like so  &lt;/p&gt; &lt;pre style="text-align: left;"&gt;127.0.0.1   localhost.localdomain   localhost &lt;i&gt;&lt;b&gt;yourhostname&lt;/b&gt;&lt;/i&gt;   &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;She's not going to be using ssh, so /etc/hosts.deny and /etc/hosts.allow can be left in their default state.&lt;/span&gt;&lt;/span&gt;  &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;On to /etc/locale.gen.  Upon perusing the file, I ensured that en_US ISO-8859-1 and en_US.UTF-8&lt;/span&gt;&lt;/span&gt;  &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;were uncommented.  Ctrl X out of this file and locale.gen generated my locales.&lt;/span&gt;&lt;/span&gt;  &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;Setting a root password and selecting a local pacman mirror were done.  I had to edit one line in grub to set root to hd0,1. Saved the file and I was ready to reboot!&lt;/span&gt;&lt;/span&gt;  &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;I rebooted into my new arch system and decided my next step was to get wireless running.  A quick lsmod showed me that ath_pci was loaded.  The iwconfig command verified that I had a usable interface (ath0).  Next was activating the device which was done with “ifconfig ath0 up”. I then typed “iwconfig ath0 essid MyNetwork” to associate with my network.  It was now time to configure wpa_supplicant.&lt;/span&gt;&lt;/span&gt;  &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;I typed “mv /etc/wpa_supplicant.conf /etc/wpa_supplicant.conf.original” to back up the wpa_supplicant file in case I somehow managed to hose it.  Then I had to generate the code that wpa_supplicant would use to access my network “wpa_passphrase myssid mypassphrase &gt; /etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;wpa&lt;/span&gt;_supplicant.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;conf&lt;/span&gt;” where &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;myssid&lt;/span&gt; is the name of my network and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;mypassphrase&lt;/span&gt; is the name of my password to access the network.  “&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;nano&lt;/span&gt; /etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;wpa&lt;/span&gt;_supplicant.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;conf&lt;/span&gt;” and verified the files and success!&lt;/span&gt;&lt;/span&gt;  &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;It's time to activate &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;wpa&lt;/span&gt;_supplicant “&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;wpa&lt;/span&gt;_supplicant -B -&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;Dwext&lt;/span&gt; -i &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;ath&lt;/span&gt;0 -c /etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;wpa&lt;/span&gt;_supplicant.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;conf&lt;/span&gt;”.&lt;/span&gt;&lt;/span&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;And then “&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;dhcpcd&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;ath&lt;/span&gt;0”. “&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;ifconfig&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;ath&lt;/span&gt;0” verified that I was indeed connected to my router and net access was attained!  “&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;pacman&lt;/span&gt; -&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;Syu&lt;/span&gt;” was my next step to fully update the system to current.&lt;/span&gt;&lt;/span&gt;  &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;The wireless needed to come up with the machine and automatically connect, so I selected the package known as “&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;autowifi&lt;/span&gt;”. I also wanted &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;dhcp&lt;/span&gt; to be used so I selected &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_21"&gt;dhclient&lt;/span&gt; as well.&lt;/span&gt;&lt;/span&gt; “&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_22"&gt;pacman&lt;/span&gt; -S &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_23"&gt;autowifi&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_24"&gt;dhclient&lt;/span&gt;”&lt;/span&gt;&lt;/span&gt; &lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:100%;"&gt;Following the arch wiki http://wiki.archlinux.org/index.php/Autowifi , I added this to the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_25"&gt;begining&lt;/span&gt; of /etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_26"&gt;wpa&lt;/span&gt;_supplicant.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_27"&gt;conf&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; “ # general options # Don't change this path to something else: &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_28"&gt;ctrl&lt;/span&gt;_interface=/var/run/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_29"&gt;wpa&lt;/span&gt;_supplicant # Give everyone in the group "users" access to the control interface # required if you want to dynamically configure the network via &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_30"&gt;wpa&lt;/span&gt;_&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_31"&gt;cli&lt;/span&gt; or &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_32"&gt;wpa&lt;/span&gt;_&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_33"&gt;gui&lt;/span&gt; # without being root &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_34"&gt;ctrl&lt;/span&gt;_interface_group=users &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_35"&gt;eapol&lt;/span&gt;_version=1 &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_36"&gt;ap&lt;/span&gt;_scan=1 fast_&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_37"&gt;reauth&lt;/span&gt;=1&lt;span style="font-style: normal;"&gt;&lt;span style="font-weight: normal;"&gt;”&lt;/span&gt;&lt;/span&gt; &lt;span style="font-style: normal;"&gt;&lt;span style="font-weight: normal;"&gt;Then I edited the file /etc/conf.d/autowifi to access my &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_38"&gt;ath&lt;/span&gt;0 module and not the default &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_39"&gt;wlan&lt;/span&gt;0.&lt;/span&gt;&lt;/span&gt; “ &lt;span style="font-style: normal;"&gt;&lt;span style="font-weight: normal;"&gt;INTERblsp-spelling-error" id="SPELLING_ERROR_40"&gt;ath&lt;/span&gt;0"&lt;/span&gt;&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_41"&gt;CONFIG&lt;/span&gt;="/etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_42"&gt;wpa&lt;/span&gt;_supplicant.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_43"&gt;conf&lt;/span&gt;" “&lt;/pre&gt;&lt;p style="margin-bottom: 0in; font-style: normal; font-weight: normal;" align="left"&gt; /etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_44"&gt;autowifi&lt;/span&gt;/networks/default had &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_45"&gt;dhcp&lt;/span&gt; selected, so no modification was needed here.&lt;/p&gt; &lt;p style="margin-bottom: 0in; font-style: normal; font-weight: normal;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in; font-style: normal; font-weight: normal;" align="left"&gt; I was sure to add &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_46"&gt;dhclient&lt;/span&gt; to my daemons array in /etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_47"&gt;rc&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_48"&gt;conf&lt;/span&gt; and I &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_49"&gt;backgrounded&lt;/span&gt; it to speed up &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_50"&gt;bootup&lt;/span&gt;.  &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_51"&gt;Ie&lt;/span&gt;, added a @ in front of the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_52"&gt;dhclient&lt;/span&gt; entry.  Then I added &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_53"&gt;autowifi&lt;/span&gt; to my daemons in /etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_54"&gt;rc&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_55"&gt;conf&lt;/span&gt; file as well to ensure it would start at &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_56"&gt;bootup&lt;/span&gt; as well.&lt;/p&gt; &lt;p style="margin-bottom: 0in; font-style: normal; font-weight: normal;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in; font-style: normal; font-weight: normal;" align="left"&gt; It was now time to reboot the system as when updating the system, there was a new kernel and several other new files as well, and to take advantage of them a reboot was in order.&lt;/p&gt; &lt;p style="margin-bottom: 0in; font-style: normal; font-weight: normal;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in; font-style: normal; font-weight: normal;" align="left"&gt; After the reboot it was time to set up a user account.  Logged into root, and then issued the following:&lt;/p&gt; &lt;p style="margin-bottom: 0in; font-style: normal; font-weight: normal;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;pre style="font-style: normal; font-weight: normal; text-align: left;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_57"&gt;useradd&lt;/span&gt; -m -G users,audio,&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_58"&gt;lp&lt;/span&gt;,optical,storage,video,wheel,power,&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_59"&gt;hal&lt;/span&gt; -s /bin/bash &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_60"&gt;myuser&lt;/span&gt; &lt;/pre&gt;&lt;p style="margin-bottom: 0in;" align="left"&gt; This gave me a user with access to common functions, and ensured she would be able to access her external &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_61"&gt;usb&lt;/span&gt; hard drive, and her &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_62"&gt;ipod&lt;/span&gt;.&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_63"&gt;Sudo&lt;/span&gt; was the next item on my list to install, so I went ahead and typed “&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_64"&gt;pacman&lt;/span&gt; -S &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_65"&gt;sudo&lt;/span&gt;”.&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;As a side note, you can use &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_66"&gt;nano&lt;/span&gt; to setup &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_67"&gt;visudo&lt;/span&gt; (the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_68"&gt;sudo&lt;/span&gt; configuration file).  I didn't bother as I'm familiar with vi, but for those that aren't you can start &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_69"&gt;visudo&lt;/span&gt; with &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_70"&gt;nano&lt;/span&gt; by issuing this command&lt;/p&gt; &lt;pre style="text-align: left;"&gt;EDITOR=&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_71"&gt;nano&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_72"&gt;visudo&lt;/span&gt;  In the section labeled User &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_73"&gt;privelege&lt;/span&gt; specification add your user like so&lt;/pre&gt;&lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;# User privilege specification&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;root    ALL=(ALL) ALL&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;b&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_74"&gt;myuser&lt;/span&gt;  ALL=(ALL) ALL&lt;/b&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;  &lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_75"&gt;Ctrl&lt;/span&gt; X to save in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_76"&gt;nano&lt;/span&gt; or :&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_77"&gt;wq&lt;/span&gt;! In vi and you're set with &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_78"&gt;sudo&lt;/span&gt;!&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;It's now time to install &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_79"&gt;alsa&lt;/span&gt; for sound and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_80"&gt;xorg&lt;/span&gt; for a working graphical environment.  The &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_81"&gt;soundblaster&lt;/span&gt; live! and the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_82"&gt;matrox&lt;/span&gt; g450 are both well supported under &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_83"&gt;linux&lt;/span&gt;, so this should prove no trouble..&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;“&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_84"&gt;sudo&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_85"&gt;pacman&lt;/span&gt; -S &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_86"&gt;alsa&lt;/span&gt;-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_87"&gt;utils&lt;/span&gt;”&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;Then “&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_88"&gt;sudo&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_89"&gt;alsamixer&lt;/span&gt;”  I set the volume and tick the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_90"&gt;soundblaster&lt;/span&gt; digital output jack.  Escape to exit and then “&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_91"&gt;sudo&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_92"&gt;alsactl&lt;/span&gt; store” to save the settings.&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;I want &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_93"&gt;alsa&lt;/span&gt; to start at boot so I add it to the daemons array in /etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_94"&gt;rc&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_95"&gt;conf&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;“&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_96"&gt;sudo&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_97"&gt;pacman&lt;/span&gt; -S &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_98"&gt;libgl&lt;/span&gt;”&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;“&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_99"&gt;sudo&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_100"&gt;pacman&lt;/span&gt; -S &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_101"&gt;xorg&lt;/span&gt;”&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;“&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_102"&gt;sudo&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_103"&gt;pacman&lt;/span&gt; -S mesa”&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;“&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_104"&gt;sudo&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_105"&gt;pacman&lt;/span&gt; -S &lt;span style="font-weight: normal;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_106"&gt;xf&lt;/span&gt;86-video-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_107"&gt;mga&lt;/span&gt;&lt;/span&gt;&lt;b&gt;”&lt;/b&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in; font-weight: normal;" align="left"&gt;This will install an &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_108"&gt;xorg&lt;/span&gt; environment for use with the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_109"&gt;mga&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_110"&gt;matrox&lt;/span&gt; video driver.&lt;/p&gt; &lt;p style="margin-bottom: 0in; font-weight: normal;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in; font-weight: normal;" align="left"&gt;There are several ways to detect your hardware in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_111"&gt;xorg&lt;/span&gt;.  I prefer an application known as “&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_112"&gt;hwd&lt;/span&gt;”.&lt;/p&gt; &lt;p style="margin-bottom: 0in; font-weight: normal;" align="left"&gt;“&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_113"&gt;sudo&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_114"&gt;pacman&lt;/span&gt; -S &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_115"&gt;hwd&lt;/span&gt;”&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;“&lt;span style="font-weight: normal;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_116"&gt;sudo&lt;/span&gt; &lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_117"&gt;hwd&lt;/span&gt; -&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_118"&gt;xa&lt;/span&gt;&lt;span style="font-weight: normal;"&gt;”&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;span style="font-weight: normal;"&gt;This will populate &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_119"&gt;xorg&lt;/span&gt;, and it does a pretty good job of this. &lt;/span&gt; &lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;“&lt;span style="font-weight: normal;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_120"&gt;sudo&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_121"&gt;nano&lt;/span&gt; /etc/X11/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_122"&gt;xorg&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_123"&gt;conf&lt;/span&gt;” to peruse the results.  The little 15” monitor doesn't handle 1024x768 very well, so I removed those resolutions from the modes subsections of the screen section.  Saved and exited.&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;span style="font-weight: normal;"&gt;With the limited resources of this box, I would have to choose a lightweight desktop environment to gain functionality.  Since I promised my niece the use of this box once I'd fixed it up, it would also have to be easy enough for her to use with minimal intervention of my behalf.... so a straight &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_124"&gt;openbox&lt;/span&gt; build was not going to be familiar enough for her.  I narrowed it down to 2,  &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_125"&gt;IceWM&lt;/span&gt; and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_126"&gt;lxde&lt;/span&gt;.  Seeing as &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_127"&gt;lxde&lt;/span&gt; will auto populate the menus without outside intervention, and also the fact that I've never used it and I'm curious about it, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_128"&gt;lxde&lt;/span&gt; it is.&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;span style="font-weight: normal;"&gt;I want &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_129"&gt;pmount&lt;/span&gt; to handle &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_130"&gt;automounting&lt;/span&gt; of disks, and the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_131"&gt;filemanager&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_132"&gt;pcmanfm&lt;/span&gt; handles this task nicely with &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_133"&gt;pmount&lt;/span&gt;... which is a good thing as &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_134"&gt;pcmanfm&lt;/span&gt; comes standard in an &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_135"&gt;lxde&lt;/span&gt; install.&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;“&lt;span style="font-weight: normal;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_136"&gt;sudo&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_137"&gt;pacman&lt;/span&gt; -S &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_138"&gt;pmount&lt;/span&gt;”&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;span style="font-weight: normal;"&gt;This pulls in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_139"&gt;hal&lt;/span&gt; and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_140"&gt;dbus&lt;/span&gt; as well.&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;span style="font-weight: normal;"&gt;Then I added &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_141"&gt;hal&lt;/span&gt; to the daemons array in /etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_142"&gt;rc&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_143"&gt;conf&lt;/span&gt; to start at boot.&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;span style="font-weight: normal;"&gt;It's now time to install the DE.&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;“&lt;span style="font-weight: normal;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_144"&gt;sudo&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_145"&gt;pacman&lt;/span&gt; -S &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_146"&gt;lxde&lt;/span&gt; gamin”&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;span style="font-weight: normal;"&gt;This installs &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_147"&gt;lxde&lt;/span&gt; along with gamin, which is a drop-in replacement for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_148"&gt;fam&lt;/span&gt;.  &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_149"&gt;Fam&lt;/span&gt; is default on arch, but I've always found it pretty buggy and much prefer gamin.&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;span style="font-weight: normal;"&gt;The &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_150"&gt;lxde&lt;/span&gt; programs installed are &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_151"&gt;gpicview&lt;/span&gt;, &lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_152"&gt;lxappearance&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_153"&gt;lxde&lt;/span&gt;-common, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_154"&gt;lxlauncher&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_155"&gt;lxpanel&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_156"&gt;lxrandr&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_157"&gt;lxsession&lt;/span&gt;-lite, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_158"&gt;lxtask&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_159"&gt;lxterminal&lt;/span&gt; and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_160"&gt;pcmanfm&lt;/span&gt;.   &lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;“As a note here, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_161"&gt;lxterminal&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_162"&gt;segfaulted&lt;/span&gt; whenever I tried to run it.  So I installed gnome-terminal instead.  “&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_163"&gt;sudo&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_164"&gt;pacman&lt;/span&gt; -S gnome-terminal”  gnome terminal does not require gnome to be running and pulled in no other dependencies.”&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;It's now time to set up my .&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_165"&gt;xinitrc&lt;/span&gt; file to allow logging into X.&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;“&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_166"&gt;cp&lt;/span&gt; /etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_167"&gt;skel&lt;/span&gt;/&lt;a href="http://wiki.archlinux.org/index.php/.xinitrc"&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_168"&gt;xinitrc&lt;/span&gt;&lt;/a&gt; ~/”&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;“&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_169"&gt;nano&lt;/span&gt; ~/.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_170"&gt;xinitrc&lt;/span&gt;”&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;There is no default entry for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_171"&gt;lxde&lt;/span&gt;, so I added the following line&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;“exec &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_172"&gt;startlxde&lt;/span&gt;”&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;I made sure there was no # before it and that all other entries had a # before it.  Saved and exited the file.&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;I figure it's time for some fonts so that the DE doesn't look like crap.  =)&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;“&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_173"&gt;sudo&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_174"&gt;pacman&lt;/span&gt; -S &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_175"&gt;ttf&lt;/span&gt;-ms-fonts &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_176"&gt;ttf&lt;/span&gt;-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_177"&gt;dejavu&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_178"&gt;ttf&lt;/span&gt;-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_179"&gt;bitstream&lt;/span&gt;-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_180"&gt;vera&lt;/span&gt;”&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;It's now time to see what we have.&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;“&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_181"&gt;startx&lt;/span&gt;”&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;I've now booted into a nice shiny &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_182"&gt;lxde&lt;/span&gt; installation and I must say that it looks good.  It's laid out in a sane manner, with a nice menu.&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;That's all for today.  Next up, I'm going to select lightweight software to run on this box and install the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_183"&gt;login&lt;/span&gt; manager “slim” to start at &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_184"&gt;bootup&lt;/span&gt;.&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;" align="left"&gt;Thanks for reading and if you have questions, feel free to drop me a line.&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7213024092498146917-2861541061162671020?l=muaythaimaster74.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://muaythaimaster74.blogspot.com/feeds/2861541061162671020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7213024092498146917&amp;postID=2861541061162671020' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/2861541061162671020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7213024092498146917/posts/default/2861541061162671020'/><link rel='alternate' type='text/html' href='http://muaythaimaster74.blogspot.com/2008/11/arch-linux-resurrects-ancient-desktop.html' title='Arch linux resurrects ancient Desktop Part 1'/><author><name>muaythaimaster</name><uri>http://www.blogger.com/profile/04351792996608627503</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_POMwfsOQlTk/SUKo6q_jOHI/AAAAAAAAAAw/UEJvMN9FreE/S220/1212081127.jpg'/></author><thr:total>0</thr:total></entry></feed>
