<?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-415867426772460123</id><updated>2011-04-21T23:17:19.632+02:00</updated><category term='Software'/><category term='Hardware'/><category term='Welcome'/><title type='text'>Mrazsters Linux Corner</title><subtitle type='html'>Sharing my thoughts, ideas and discoveries in the world of Linux</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mrazsters-linux.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/415867426772460123/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://mrazsters-linux.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>mrazster</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_EEZy_cujB7Y/TGPD9CgoTXI/AAAAAAAAAFw/WJBadzCZxq8/S220/msn-pic.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-415867426772460123.post-3573757815425600656</id><published>2008-02-21T15:12:00.005+01:00</published><updated>2008-02-21T18:02:14.829+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Software'/><title type='text'>My OS, desktop and Themes..!</title><content type='html'>Hi folks...it has been a couple of days since I wrote something. Had some IRL stuff to do.&lt;br /&gt;&lt;br /&gt;This time I thought I'd show you and talk a little about my system...os, desktop and themes I use. Here are som outputs from my terminal, about os and kernel.&lt;br /&gt;&lt;br /&gt;---------------------------------------------------------------------&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-style: italic; color: rgb(51, 102, 255);"&gt;mrazster@ubuntu:~$ lsb_release -a&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(51, 102, 255);"&gt;No LSB modules are available.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(51, 102, 255);"&gt;Distributor ID: Ubuntu&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(51, 102, 255);"&gt;Description:    Ubuntu 7.04&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(51, 102, 255);"&gt;Release:        7.04&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(51, 102, 255);"&gt;Codename:       feisty&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;---------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-style: italic; color: rgb(51, 51, 255);"&gt;mrazster@ubuntu:~$ uname -a&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(51, 51, 255);"&gt;Linux ubuntu 2.6.23.9 #1 SMP PREEMPT Sat Dec 1 11:10:59 GMT 2007 i686 GNU/Linux&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(51, 51, 255);"&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-style: italic; color: rgb(51, 51, 255);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: left;"&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-style: italic; color: rgb(51, 51, 255);"&gt;&lt;/span&gt;---------------------------------------------------------------------&lt;br /&gt;&lt;/div&gt;&lt;span style="font-style: italic; color: rgb(51, 51, 255);"&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;I have always been a fan of fairly small and streamlined OS:es, I absolutely hate distros bloated with all kinds of software you don't use/need, services running in the bakground that you never need and has no business being there. To me this equals to a slow, sluggy and unresponsive systems. Since I don't use the default installation procedure that comes with the K/X/Ubuntu cd/dvd I'll explain in short how I do my installation.&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;First of I use the &lt;span style="font-style: italic;"&gt;"alternate cd"&lt;/span&gt; and do a &lt;span style="font-style: italic;"&gt;"commandline/serve installation" , &lt;/span&gt;this leaves me with a commandline system with no GUI what so ever.&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;Next  stepp is to  update the system,  I open up the sources list with&lt;span style="font-style: italic;"&gt; &lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;sudo nano /etc/apt/sources.list&lt;/span&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;and remove all &lt;span style="font-style: italic; font-weight: bold; color: rgb(255, 0, 0);"&gt;# &lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;in front of the repositories so that I enable both universe and multiverse, save and exit. Then do &lt;span style="color: rgb(51, 102, 255); font-weight: bold; font-style: italic;"&gt;sudo apt-get update&lt;/span&gt; and then &lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 102, 255);"&gt;sudo apt-get upgrade&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; and follow the instructions if needed.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;When all above done it's time to compile the latest kernel. The last 7-8 times I have compiled my own kernel I have followed the howto in the &lt;a href="http://ubuntuforums.org/showthread.php?t=311158&amp;amp;highlight=Master+Kernel+Thread"&gt;The Master Kernel Thread&lt;/a&gt;. I  have tried both the howto and his compilation script called &lt;span style="font-style: italic;"&gt;Kernel Check&lt;/span&gt; and they both work well. Personally I like doing all the compiling steps manually, but thats just me. When all done it's time reboot and login with your new kernel.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Next step is to get some GUI and basic tools/applications to customizing the system. Initally I use aptitude to install the packages I need, later I use synaptic/apt-get. So my first package installation looks something like this: &lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 102, 255);"&gt;sudo aptitude install xorg xfce4 xfce4-terminal mousepad synaptic thunar gparted hardinfo xubuntu-system-tools gnome-system-monitor firefox&lt;/span&gt;. When all packages installed and configured I reboot the computer and log back in to my system. To start X and get a GUI I simply type startx and press enter. If everything is configured accordingly and working I have a desktop and menus entries. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;So now we got a fresh kernel with awesome performance and hardware support and a GUI work with. Now it's time to get propper grafics card drivers installed. I have used the &lt;a href="http://www.albertomilone.com/nvidia_scripts1.html"&gt;Envy&lt;/a&gt; script by &lt;span style="font-style: italic;"&gt;Alberto Milone&lt;/span&gt; in the past and have no reason to use any other method, it works flawless.  When all done I reboot and log back in and continue to next step.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;So from here I can go on installing icon-themes, GTK-themes, WM-themes e.t.c, customizing my desktop to my likings. When I get everything right I continue with installing tools/applications. Some with synaptic but most of them I trie to compile from sources.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Last thing I do is to clean up my system from temporary files and orphaned packages. And also removal of old kernel images,headers e.t.c&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;So this is a rough estimate of the installtion procedure. This way I get only the packages essential to the OS and the applications I use, nothing else. It use less memory, takes up less hdd space and is much less bloated with crap. I'll show some of my desktops I have used in the past:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://goto.glocalnet.net/mrazster/Linux/xubuntu_7.04_white1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://goto.glocalnet.net/mrazster/Linux/xubuntu_7.04_white1.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://goto.glocalnet.net/mrazster/Linux/xubuntu_7.04_white2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://goto.glocalnet.net/mrazster/Linux/xubuntu_7.04_white2.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://goto.glocalnet.net/mrazster/Linux/xubuntu_7.04_dark1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://goto.glocalnet.net/mrazster/Linux/xubuntu_7.04_dark1.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://goto.glocalnet.net/mrazster/Linux/xubuntu_7.04_dark2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://goto.glocalnet.net/mrazster/Linux/xubuntu_7.04_dark2.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://goto.glocalnet.net/mrazster/Linux/xubuntu_7.04_blue1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://goto.glocalnet.net/mrazster/Linux/xubuntu_7.04_blue1.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://goto.glocalnet.net/mrazster/Linux/xubuntu_7.04_blue2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://goto.glocalnet.net/mrazster/Linux/xubuntu_7.04_blue2.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;So there you go...this my 25cents on the linux desktop. I'll throw a gallery some day soon and show some more pics of my desktop and on my rigg, so you can browse thru them freely.&lt;br /&gt;I can honostly say that I haven't had as much fun with my comp. as I have since I started using "linux" exclusively. The freedom you get with an openscource operating system is absolutely wonderful, you are in controll of your system, no one tells you what to do and wich applications to use. An installtion/configuration can be as difficult or as easy as you choose it it be, it's totally up to you. Having this said, it does take a while to "get how it works", linux with all its distrubitions has a certain learning curve. But most of the time it has nothing to do with it being hard to use, it's more a matter of people being used to other operating systems and has a hard time adjusting to the new enviroment with all the new locations and names. I have been GNU/linux exlusive  for almost a year now, and I haven't  looked  back once.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/415867426772460123-3573757815425600656?l=mrazsters-linux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrazsters-linux.blogspot.com/feeds/3573757815425600656/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=415867426772460123&amp;postID=3573757815425600656' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/415867426772460123/posts/default/3573757815425600656'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/415867426772460123/posts/default/3573757815425600656'/><link rel='alternate' type='text/html' href='http://mrazsters-linux.blogspot.com/2008/02/my-os-desktop-and-themes.html' title='My OS, desktop and Themes..!'/><author><name>mrazster</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_EEZy_cujB7Y/TGPD9CgoTXI/AAAAAAAAAFw/WJBadzCZxq8/S220/msn-pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-415867426772460123.post-1759439534928504086</id><published>2008-02-06T13:10:00.006+01:00</published><updated>2008-02-20T22:42:21.223+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hardware'/><title type='text'>My rigg..!!</title><content type='html'>Well...heeelluuuu, as sweet little Kayla would say.&lt;br /&gt;&lt;br /&gt;Since I just started this blogg, I thought it would be approperiate to present my computer...wich makes my xubuntu absolutely fly. So here goes, first the rigg and then some words about the hardwares:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);font-size:100%;" &gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;&lt;br /&gt;Rigg:&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Monitor:&lt;/span&gt; &lt;span style="font-style: italic;"&gt;Acer AL2416W&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Chassi:&lt;/span&gt; &lt;span style="font-style: italic;"&gt;NZXT Zero&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;PSU:&lt;/span&gt; &lt;span style="font-style: italic;"&gt;OCZ Game Xstreme 850W&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Motherboard:&lt;/span&gt; &lt;span style="font-style: italic;"&gt;Gigabyte GA-P35-DS3&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;CPU:&lt;/span&gt; &lt;span style="font-style: italic;"&gt;Intel Xeon 3060 @ 3.6ghz&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Ram:&lt;/span&gt; &lt;span style="font-style: italic;"&gt;A-Data Vitesta 6400+ EE @ 500mhz&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Graphics:&lt;/span&gt; &lt;span style="font-style: italic;"&gt;Gainward Bliss 8800GTS 640MB&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Sound:&lt;/span&gt; &lt;span style="font-style: italic;"&gt;Soundbalster Live 5.1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Hdd:&lt;/span&gt; &lt;span style="font-style: italic;"&gt;Raptor 74GB / 2x Samsung 500gb T166&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-style: italic;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_EEZy_cujB7Y/R7ybLPceizI/AAAAAAAAABA/VHVzey8oNOY/s1600-h/P1020469.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_EEZy_cujB7Y/R7ybLPceizI/AAAAAAAAABA/VHVzey8oNOY/s320/P1020469.JPG" alt="" id="BLOGGER_PHOTO_ID_5169177089741327154" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_EEZy_cujB7Y/R7ybkvcei0I/AAAAAAAAABI/ksiCt9RIpAE/s1600-h/P1020470.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_EEZy_cujB7Y/R7ybkvcei0I/AAAAAAAAABI/ksiCt9RIpAE/s320/P1020470.JPG" alt="" id="BLOGGER_PHOTO_ID_5169177527827991362" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_EEZy_cujB7Y/R7yb0_cei1I/AAAAAAAAABQ/jfhRHJyH59o/s1600-h/P1020473.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_EEZy_cujB7Y/R7yb0_cei1I/AAAAAAAAABQ/jfhRHJyH59o/s320/P1020473.JPG" alt="" id="BLOGGER_PHOTO_ID_5169177807000865618" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_EEZy_cujB7Y/R7ycEvcei2I/AAAAAAAAABY/Qo3qkRBRxm4/s1600-h/P1020475.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_EEZy_cujB7Y/R7ycEvcei2I/AAAAAAAAABY/Qo3qkRBRxm4/s320/P1020475.JPG" alt="" id="BLOGGER_PHOTO_ID_5169178077583805282" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_EEZy_cujB7Y/R7ycPfcei3I/AAAAAAAAABg/m1_w8f5fUEc/s1600-h/P1020477.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_EEZy_cujB7Y/R7ycPfcei3I/AAAAAAAAABg/m1_w8f5fUEc/s320/P1020477.JPG" alt="" id="BLOGGER_PHOTO_ID_5169178262267399026" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);font-size:100%;" &gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;-------------------------------------------------------------------------------------------------&lt;/span&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 153);font-size:100%;" &gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-style: italic;"&gt;Monitor:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;First off I'm going to present my monitor, I'm using an &lt;a href="http://www.acer.co.uk/public/page9.do?sp=page4&amp;amp;dau34.oid=13842&amp;amp;UserCtxParam=0&amp;amp;GroupCtxParam=0&amp;amp;dctx1=17&amp;amp;CountryISOCtxParam=UK&amp;amp;LanguageISOCtxParam=en&amp;amp;ctx3=146&amp;amp;ctx4=United+Kingdom&amp;amp;crc=1824647310"&gt;Acer AL2416W&lt;/a&gt; wich in my opinion does the jobb perfectly fine even thoug it lacks DVI connectors. I've heard many people dissmis it just because of the vga connector but ones I have showed them how it presents colors and that it infact have no problems with neither games nor 720p movies. They usually end up astonished by it's abilitties. When I went on a hunt for a new monitor back in early 2006, all 24" TFT monitors where expensive like crazy, this one was the only one at a resonable price and since I'm not exactly loaded with money there wasn't much to talk about, this was the one I went for. And haven't had any regrets what so ever.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(0, 0, 153);font-size:100%;" &gt;Chassi/case:&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);font-size:100%;" &gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;The chassi I'm using to house all my hardware is a beatuiful &lt;a href="http://www.nzxt.com/products/zero"&gt;NZXT Zero&lt;/a&gt;. I was looking for a chassi with alot of open space and good abilitys to mount a couple of low rpm 120mm fans..in order to get my rigg silent yet well coled. I'm not an exesive leecher, I don't need to fill my case with hdd so I decided to remove the drivebay in the front bottom of the case, just to get some more open space in the case and to get better airflow from the 120mm fan in the fron bottom.&lt;br /&gt;One other criteria I had was aluminum, the chassi had to be made out of aluminum...I friggin hate those hefty, bulky steel cases. So when I stumbeld on this absolutely lovley chassi while roaming around the net, I simply just went for it, no matter the cost.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(0, 0, 153);"&gt;Power supply:&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Well..there's not really much to say here. I wanted a PSU that could deliver, no matter what. A PSU with stable volt rails and that didn't sounded like a jetengine and enough power to juice upcoming hardware, I didn't want to have to exachange it in the near future. So when I got a good deal on this &lt;a href="http://www.ocztechnology.com/products/power_management/ocz_gamexstream_power_supply-nvidia_sli_ready_"&gt;OCZ GameXstreme 850W&lt;/a&gt; PSU, there was no hesitation.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold; color: rgb(0, 0, 153);"&gt;Motherboard:&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;a href="http://www.gigabyte.com.tw/Products/Motherboard/Products_Overview.aspx?ProductID=2627"&gt;Gigabyte GA-P35-DS3&lt;/a&gt; is an extremly competen motherboard even though it is considered a "value" board. It has everything an average user would need, it has the stability and tweaking options an moderate overclocker would need and the performance is up there with other P35 motherboards. When it comes to compatibility with GNU/Linux I havent ran into any problems what so ever, everything worked right out of the box..sound, nic and all other features.&lt;br /&gt;When it comes to overclocking it has no problem running my &lt;span style="font-style: italic;"&gt;Xeon 3060(2.4ghz C2D) @ 3.6ghz&lt;/span&gt; and my &lt;span style="font-style: italic;"&gt;2x2gb A-Data Vitesta 6400 EE @ 500mhz 5-4-4-6-12&lt;/span&gt;.&lt;br /&gt;Can't say anything but &lt;span style="font-style: italic; font-weight: bold;"&gt;"an absolutely outrageous motherboard...highly recommended"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(0, 0, 153);"&gt;CPU:&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;I went for a &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);font-size:100%;" &gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;a href="http://www.intel.com/products/processor/xeon3000/specifications.htm"&gt;Intel Xeon 3060&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);font-size:100%;" &gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;My chooise of cpu might be a little odd to some people...why would I choose a Xeon over an "ordinary" core 2 duo at 2.4ghz? Well...I have told you before in my inital post in my blogg that I have been into overclocking the last 10years or so and I guess some part of me will always keep doing it. It's fun and if done right it gives you alot of free performance with out hurting the stability of you computing. The xeon(core 2) series of intel cpus are basiclly "ordinary" cpus with better quality, lower power consumption, they run at lower vcore wich in turn makes them run cooler. With thoose characteristics the xeon cpus are perfectly suitable for overclocking.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(0, 0, 153);"&gt;Memory/ram:&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;I have been using A-Data memory in the past and I have had good experiense with them.&lt;br /&gt;I was looking for rams with moderate/good overclocking ability at a resonable price.&lt;br /&gt;I found &lt;a href="http://oc.adata.com.tw/1_product_detail.asp?pid=AD2800EU"&gt;A-Data Vitesta 6400+ EE&lt;/a&gt;, they had it all and I decided to go for it.&lt;br /&gt;I'm currently running them at 500mhz 5-4-4-6-12 2T with 2.2vdimm...the performance at thoose settings are absolutly great, nothing to complain about here.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(0, 0, 153);"&gt;Graphics Card:&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;Well...I'm not an extreme gamer in any respect but I do play games at least a couple of times a week. And with a 24" display I'm using a resolution of 1920x1200 wich requires alot from the card especially memory wise. Games like UT3 and ETQW also puts alot of load on the gpu..so I knew I had to go for a mid/highend card to be able to play thoose games reasonable.&lt;br /&gt;I have always liked Gainward and their products, at the time the 8800GTS was the most mid/highend card on the market and since I needed alot of memory to run at my resolution the chooise was clear to me. I went for a &lt;a href="http://www.gainward.com/product/product_detail.php?products_id=98"&gt;Bliss 8800 GTS 640MB GS&lt;/a&gt;...an absolute lovely card. Loads of performance and it runs very quiet, it has no problem runing my games at highest settings with resonable FPS.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(0, 0, 153);"&gt;Soundcard:&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;My old and trustworthy &lt;span style="font-style: italic; color: rgb(51, 51, 255);"&gt;Soundblaster Live 5.1&lt;/span&gt; is still going strong. It works right out of the box.&lt;br /&gt;It works fine with my Philips 5.1 speakers...there isn't really much more to say here.&lt;br /&gt;I'm looking for a replacement though...currently doing some research.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(0, 0, 153);"&gt;HDD:&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;I got my system(swap/root/home) installed on a &lt;span style="color: rgb(51, 51, 255); font-style: italic;"&gt;WD Raptor 74GB 16mb cache&lt;/span&gt;. No complains here, it runs quiet and fast...system feels snappy.&lt;br /&gt;I have 2 &lt;span style="color: rgb(51, 51, 255); font-style: italic;"&gt;Samsung 500GB T166&lt;/span&gt; acting as storage, both are SATA II, 16mb cache and have NCQ support. Samsung have always been considered to be the most quiet disk even when under load...and they keep doing so. They are queit, cool and fast...highly recommended.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So there you go this is my rigg. It's not the fastest one out there but it does everything I want it to do with ease, it runs quiet and fast. And last but not least I`ll show my actuall corner...and that is not metaforicly speaking ;=)&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_EEZy_cujB7Y/R7yeqPcei4I/AAAAAAAAABo/N-80XUG11XI/s1600-h/P1020484.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_EEZy_cujB7Y/R7yeqPcei4I/AAAAAAAAABo/N-80XUG11XI/s320/P1020484.JPG" alt="" id="BLOGGER_PHOTO_ID_5169180920852155266" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/415867426772460123-1759439534928504086?l=mrazsters-linux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrazsters-linux.blogspot.com/feeds/1759439534928504086/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=415867426772460123&amp;postID=1759439534928504086' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/415867426772460123/posts/default/1759439534928504086'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/415867426772460123/posts/default/1759439534928504086'/><link rel='alternate' type='text/html' href='http://mrazsters-linux.blogspot.com/2008/02/my-rigg.html' title='My rigg..!!'/><author><name>mrazster</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_EEZy_cujB7Y/TGPD9CgoTXI/AAAAAAAAAFw/WJBadzCZxq8/S220/msn-pic.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_EEZy_cujB7Y/R7ybLPceizI/AAAAAAAAABA/VHVzey8oNOY/s72-c/P1020469.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-415867426772460123.post-1526094163465100354</id><published>2008-02-05T22:47:00.001+01:00</published><updated>2008-02-20T22:48:04.693+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Welcome'/><title type='text'>Welcome to my corner..!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_EEZy_cujB7Y/R7ygCPcei5I/AAAAAAAAABw/JpOEBju8wq4/s1600-h/avatar.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://1.bp.blogspot.com/_EEZy_cujB7Y/R7ygCPcei5I/AAAAAAAAABw/JpOEBju8wq4/s320/avatar.jpg" alt="" id="BLOGGER_PHOTO_ID_5169182432680643474" border="0" /&gt;&lt;/a&gt;Hello and very welcome to my linux corner.&lt;br /&gt;I've been thinking about blogging for a little while but have never gotten around doing it.&lt;br /&gt;So I recently decided it's time to get one started.&lt;br /&gt;This blogg is mainly for sharing my thoughts, ideas and discoveries in the world of linux.&lt;br /&gt;I've been into computing on and off since I got my Commonder64 back in the days.&lt;br /&gt;Last 10years it has been very much ON..so to speak. Most of the time during the last 10 years I have spent overclocking and tweaking my systems, trying to squeeze every ounce of peformance out of my rigg. Just to get thoose extra 3DMark points to get one step higher on the Futuremark ranking site. I have spent exesive amount of money on cpu/gpu cooling, everything from aircooling to dryicecooling. As the years passed by I started getting weary of spending all thoose money and never really "getting there".&lt;br /&gt;&lt;br /&gt;During the same time more and more of my attention was pointed against opensource and the linux community. I started trying out different kinds of distros...while having alot of fun I never really have gotten my linux dists working properly. It had always something to do with hardware incompatibility or  lack of drivers for the hardware.  Every time I ended up reverting back to &lt;span style="font-weight: bold;"&gt;"winblows XP"&lt;/span&gt; ;=)&lt;br /&gt;&lt;br /&gt;So  when  i first heard about &lt;span style="font-style: italic;"&gt;Ubuntu&lt;/span&gt; back in 2005 I was sceptical but also curious, it wasn't until late in 2005 I decided to give it a whirl, I had an old computer lying around wich I decided to use  as my linux/play rigg. So I installed &lt;span style="font-style: italic;"&gt;Ubuntu 5.10 Breezy Badger&lt;/span&gt; and to my surprise everything worked "right out of the box". I had sound, I had the right resolution on my screen, only thing I had to do was to install nvidia driver from the repositories and I was god to go.&lt;br /&gt;I played around with it, upgraded to 6.06 and further more to 6.10..but I still had some trouble finding applications equivalent to  my "windows-applications". So I keept using both riggs up and running, Linux for music, films and everyday usage and WinXP for games. As the time passed by I found my self spending more and more time on my linux rigg, I also got more and more games working as I wished. So by the time the last 7.04 "Release Candidate" was out in the open I decided to completly migrate to linux and leave Billy and his crap behind me. ;=)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;During my time playing around and learning linux I have tried &lt;span style="font-style: italic;"&gt;RedHat, SuSe, Mandrake and Ubuntu.&lt;/span&gt; I also played around with different DEs(Desktop Enviroment) mostly KDE and Gnome..I always fellt KDE a bit cluttered with al kinds of stuff I never used. So Gnome seemed to be my chooice of DE, until I tried Xubuntu 6.10. I absolutely fell in love with Xfce4, to me it feelt like it hade perfect balance between console usage and grafical tools. Menus feelt much snapier then Gnome and KDE, especially KDE wich to me was like running WinXP all over again.&lt;br /&gt;So when I decided to make the switch Xfce4 was the DE I went with...and I have been running it ever since.&lt;br /&gt;&lt;br /&gt;So here I am running Xubuntu(kind of) since about a year without any regrets or second thoughts what so ever. I have it all running perfectly fine and I have found equivalents to every applications I used to use. And it is all fine...I don't spend nowhere near as much money as I used to do on hardware, and not nearly as much time on overclocking and tweaking as I used to do. Instead I spend my time learning linux and enjoying my computer with music, films, games and internet..in other words as the computergod intended it to be used.&lt;br /&gt;&lt;br /&gt;Thanks for taking the time reading my little story and I hope you all will enjoy my little blogg in the future.&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/415867426772460123-1526094163465100354?l=mrazsters-linux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrazsters-linux.blogspot.com/feeds/1526094163465100354/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=415867426772460123&amp;postID=1526094163465100354' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/415867426772460123/posts/default/1526094163465100354'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/415867426772460123/posts/default/1526094163465100354'/><link rel='alternate' type='text/html' href='http://mrazsters-linux.blogspot.com/2008/02/welcome-to-my-corner.html' title='Welcome to my corner..!'/><author><name>mrazster</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_EEZy_cujB7Y/TGPD9CgoTXI/AAAAAAAAAFw/WJBadzCZxq8/S220/msn-pic.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_EEZy_cujB7Y/R7ygCPcei5I/AAAAAAAAABw/JpOEBju8wq4/s72-c/avatar.jpg' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
