<?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-1966380038301475686</id><updated>2011-11-28T01:52:40.678+01:00</updated><category term='linux'/><category term='ubuntu linux'/><category term='deluge bittorrent'/><category term='Excel 2007'/><category term='customize desktop'/><category term='stop wifi light blinking'/><category term='installing ubuntu'/><category term='wine'/><category term='replace windows'/><category term='get started'/><category term='bittorrent for ubunu'/><category term='wifi light blinking'/><category term='gnome'/><category term='Powerpoint 2007'/><category term='Word 2007'/><category term='free software'/><category term='safe power ubuntu linux'/><category term='office 2007'/><category term='stable'/><category term='sudo'/><category term='wine default for exe file'/><category term='wicd network manager'/><category term='windows alternative'/><category term='laptop'/><category term='root user'/><title type='text'>Ubuntu Linux, an upgrade for Windows</title><subtitle type='html'>Have you ever been thinking about migrating from Windows to Linux? And you don't know how and where to start?

Start here, the basics are all explained in this blog. And if they don't, just send me a request.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://linuxwindowsalternative.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1966380038301475686/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://linuxwindowsalternative.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Rogier</name><uri>http://www.blogger.com/profile/00326514274598415535</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1966380038301475686.post-2568594231397223667</id><published>2009-03-13T17:55:00.008+01:00</published><updated>2009-03-26T17:56:29.595+01:00</updated><title type='text'>Apple application bar</title><content type='html'>&lt;span style="font-weight: bold;font-size:130%;" &gt;Introduction&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A nice feature of Apple's OSX is definitely the app dock. And if Apple can make it, then the Open-source community can do this as well! There are two application docks I have tried so far, Avant Windows Navigator (AWN) and Cairo Dock. I will describe both shortly:&lt;br /&gt;&lt;br /&gt;- AWN is a easy to use and install application dock. It's available from the Package Manager or you install it yourself. There is only one but, I tried AWN a couple of time now on different distro's and it's not one of the very stable dock around. For some reason, it never work flawless and that's why I have looked around for a good alternative.&lt;br /&gt;&lt;br /&gt;- Cairo Dock was the alternative I have been looking for. It's made by some French developers and the whole website is in French, except for the Wiki page's. But still, even for a French site, you will succeed with finding the right package. After you have installed the software, you can find the program in the System Tools section. I will now describe how to install this great program and some nice features I came across.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;Cairo Dock installation instructions&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;The best way to install Cairo Dock, is using the Package Manager. Before you can find this software in the Package Manager, you'll have to do the following from the Terminal or add the "deb http://" lines in the "repositories" section in the Package Manager:&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Edit your sources.list (sudo gedit /etc/apt/sources.list) and add the following line:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;For &lt;span class="sntx_bold"&gt;Gutsy Gibbons&lt;/span&gt;&lt;br /&gt;&lt;div style="font-weight: bold;" class="sntx_code"&gt;&lt;div class="sntx_code_inner"&gt;deb http://repository.cairo-dock.org/ubuntu gutsy cairo-dock&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;For &lt;span class="sntx_bold"&gt;Hardy Heron&lt;/span&gt;&lt;br /&gt;&lt;div style="font-weight: bold;" class="sntx_code"&gt;&lt;div class="sntx_code_inner"&gt;deb http://repository.cairo-dock.org/ubuntu hardy cairo-dock&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;For &lt;span class="sntx_bold"&gt;Intrepid Ibex&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="font-weight: bold;" class="sntx_code"&gt;&lt;div class="sntx_code_inner"&gt;deb http://repository.cairo-dock.org/ubuntu intrepid cairo-dock&lt;br /&gt;&lt;div style="font-weight: bold;"&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;Ok,  now every thing is setup to install Cairo dock. You can decide for your self how you want to start the installation:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;Package Manager&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Lauch the Package Manager and click on "refresh". Now you can search for "cairo". Select every package which has to do with the CairoDock (&lt;/span&gt;&lt;/span&gt;cairo-dock and cairo-dock-plug-ins)&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;&lt;br /&gt;Command line&lt;/span&gt;&lt;br /&gt;sudo apt-get update&lt;br /&gt;sudo apt-get install cairo-dock cairo-dock-plug-ins or if cairo-dock-plug-ins can't be found, try cairo-tdock-plugins&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: normal;"&gt;Af&lt;/span&gt;&lt;span style="font-weight: normal;"&gt;ter installation has been completed, go to he Ubuntu menu in the "System Tools" section. Here you will find CairoDock. Launch it and you will see something that looks like the following screenshot. The LaunchBar on the screenshot has already been customized.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_CUSyJmeCl_I/ScuxY7-SIdI/AAAAAAAAAF8/p9al9KHeV-M/s1600-h/Screenshot.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 250px;" src="http://3.bp.blogspot.com/_CUSyJmeCl_I/ScuxY7-SIdI/AAAAAAAAAF8/p9al9KHeV-M/s400/Screenshot.png" alt="" id="BLOGGER_PHOTO_ID_5317538827014906322" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;Ok, now the question is: Does CairoDock automaticaly start up? In my case, the answer was no. And I think I was not the only one, but the solution is very easy though.&lt;/span&gt; &lt;span style="font-weight: normal;"&gt;Like everything in Linux ;-)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;Go to the "Preference" section in the Gnome menu. Here you will find a option "Sessions". In this screen you will be able to add CairoDock. Have a look at the screenshot and copy the settings.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_CUSyJmeCl_I/ScuykudgInI/AAAAAAAAAGE/k3Pg3OKIm40/s1600-h/Screenshot-Sessions+Preferences.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 391px; height: 375px;" src="http://4.bp.blogspot.com/_CUSyJmeCl_I/ScuykudgInI/AAAAAAAAAGE/k3Pg3OKIm40/s400/Screenshot-Sessions+Preferences.png" alt="" id="BLOGGER_PHOTO_ID_5317540129057809010" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_CUSyJmeCl_I/Scuyk-f5KkI/AAAAAAAAAGM/IAt4NgP1ZR0/s1600-h/Screenshot-Edit+Startup+Program.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 344px; height: 182px;" src="http://2.bp.blogspot.com/_CUSyJmeCl_I/Scuyk-f5KkI/AAAAAAAAAGM/IAt4NgP1ZR0/s400/Screenshot-Edit+Startup+Program.png" alt="" id="BLOGGER_PHOTO_ID_5317540133362805314" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;&lt;a href="http://www.cairo-dock.org/ww_page.php?p=From%20the%20repository&amp;amp;lang=en"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1966380038301475686-2568594231397223667?l=linuxwindowsalternative.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxwindowsalternative.blogspot.com/feeds/2568594231397223667/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxwindowsalternative.blogspot.com/2009/03/apple-application-bar.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1966380038301475686/posts/default/2568594231397223667'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1966380038301475686/posts/default/2568594231397223667'/><link rel='alternate' type='text/html' href='http://linuxwindowsalternative.blogspot.com/2009/03/apple-application-bar.html' title='Apple application bar'/><author><name>Rogier</name><uri>http://www.blogger.com/profile/00326514274598415535</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_CUSyJmeCl_I/ScuxY7-SIdI/AAAAAAAAAF8/p9al9KHeV-M/s72-c/Screenshot.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1966380038301475686.post-327984763648066210</id><published>2009-02-22T14:09:00.006+01:00</published><updated>2009-02-22T14:29:09.847+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='stop wifi light blinking'/><category scheme='http://www.blogger.com/atom/ns#' term='wifi light blinking'/><category scheme='http://www.blogger.com/atom/ns#' term='wicd network manager'/><title type='text'>Network light blinking</title><content type='html'>For some reason, some person decided that it's very nice to see your network light of your Wifi blinking. Every laptop user should know that this can be very irritating because usually this light is in front of you.&lt;br /&gt;&lt;br /&gt;There are ways to solve this problem, I know one of the solutions and I will explain it here.&lt;br /&gt;&lt;br /&gt;First of all you need a network manager which is able to run a script after the connection has been made. Because I use Wicd Network manager which you can download from this location: http://wicd.sourceforge.net (follow the installation instructions from there website)&lt;br /&gt;&lt;br /&gt;Now we have to create script which can be run by Wicd. Open a Terminal and type the following: &gt;  sudo gedit /etc/network/if-up.d/noblink&lt;br /&gt;&lt;br /&gt;After you have typed your password, a file editor will open. Paste the following lines in the file and save and close it:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;#!/bin/sh&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;echo none &gt; /sys/class/leds/iwl-phy0:RX/trigger&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;echo none &gt; /sys/class/leds/iwl-phy0:TX/trigger&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;echo none &gt; /sys/class/leds/iwl-phy0:radio/trigger&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;echo none &gt; /sys/class/leds/iwl-phy0:assoc/trigger&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now we are almost finished, the only thing we have to do, is telling Wicd that it should run this file after the connection has been made. Open Wicd, and go to the Wireless network connection which you want to use. Click on the white arrow which will collapse the advanced settings of the Wifi connection. Here you can click scripts, and after you have entered your admin password you wil be able to tell which script has to been run and when. Have a look at the screenshot and do the same.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_CUSyJmeCl_I/SaFRx2fBAtI/AAAAAAAAAFc/W7yowfjtVOI/s1600-h/Screenshot-Configure+Scripts.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 188px;" src="http://4.bp.blogspot.com/_CUSyJmeCl_I/SaFRx2fBAtI/AAAAAAAAAFc/W7yowfjtVOI/s400/Screenshot-Configure+Scripts.png" alt="" id="BLOGGER_PHOTO_ID_5305611752900199122" border="0" /&gt;&lt;/a&gt;To test if this works, disable your Wifi and enable it. Now try to make the connection to your Wifi network and if everything works fine, you will see that the blinking has been stopped. The only problem with this setup is, that you have to specify for every Wifi connection that this script should be used.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1966380038301475686-327984763648066210?l=linuxwindowsalternative.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxwindowsalternative.blogspot.com/feeds/327984763648066210/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxwindowsalternative.blogspot.com/2009/02/network-light-blinking.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1966380038301475686/posts/default/327984763648066210'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1966380038301475686/posts/default/327984763648066210'/><link rel='alternate' type='text/html' href='http://linuxwindowsalternative.blogspot.com/2009/02/network-light-blinking.html' title='Network light blinking'/><author><name>Rogier</name><uri>http://www.blogger.com/profile/00326514274598415535</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_CUSyJmeCl_I/SaFRx2fBAtI/AAAAAAAAAFc/W7yowfjtVOI/s72-c/Screenshot-Configure+Scripts.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1966380038301475686.post-8604825049903588917</id><published>2009-01-28T22:06:00.004+01:00</published><updated>2009-01-28T22:22:54.737+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bittorrent for ubunu'/><category scheme='http://www.blogger.com/atom/ns#' term='deluge bittorrent'/><title type='text'>Easy to use bittorrent client</title><content type='html'>I'm using bittorrent for many years now, and I have used many different clients as well. But as you probably know, you will always stick to one client after a while. There can be many reasons to do so, and for me, performance and easy to use interface was the main reason. So on Windows I used Bittcomet for a while, but when I changed to Linux, there was no Bitcomet available anymore.&lt;br /&gt;&lt;br /&gt;But, as we all know, in the open-source community there is always a decent replacement for almost everything. So I stumbled across Deluge bittorrent client. It has every thing you need, easy installation and the software is well maintained. There are many options to choose from, and even if you don't really know how bittorrent works, the default settings should be enough for almost everyone.&lt;br /&gt;&lt;br /&gt;Just have a look at the following screenshot, you can download the software from http://deluge-torrent.org/downloads.php and select the appropriate Ubuntu package.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_CUSyJmeCl_I/SYDMJvfV7jI/AAAAAAAAAE0/8gdpueX4cEk/s1600-h/Screenshot-Deluge-1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 202px;" src="http://2.bp.blogspot.com/_CUSyJmeCl_I/SYDMJvfV7jI/AAAAAAAAAE0/8gdpueX4cEk/s400/Screenshot-Deluge-1.png" alt="" id="BLOGGER_PHOTO_ID_5296457629526519346" 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/1966380038301475686-8604825049903588917?l=linuxwindowsalternative.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxwindowsalternative.blogspot.com/feeds/8604825049903588917/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxwindowsalternative.blogspot.com/2009/01/easy-to-use-bittorrent-client.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1966380038301475686/posts/default/8604825049903588917'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1966380038301475686/posts/default/8604825049903588917'/><link rel='alternate' type='text/html' href='http://linuxwindowsalternative.blogspot.com/2009/01/easy-to-use-bittorrent-client.html' title='Easy to use bittorrent client'/><author><name>Rogier</name><uri>http://www.blogger.com/profile/00326514274598415535</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_CUSyJmeCl_I/SYDMJvfV7jI/AAAAAAAAAE0/8gdpueX4cEk/s72-c/Screenshot-Deluge-1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1966380038301475686.post-5495052406714331228</id><published>2009-01-25T14:38:00.004+01:00</published><updated>2009-01-25T14:48:58.519+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='laptop'/><category scheme='http://www.blogger.com/atom/ns#' term='safe power ubuntu linux'/><title type='text'>Reduce power consumption on Linux</title><content type='html'>If you have a desktop, power consumption shouldn't be a real issue if you're not a environmental activist. For Laptop users, power consumption is always an issue and in Ubuntu, there are several ways to reduce this.&lt;br /&gt;&lt;br /&gt;The easiest way is to change the power options from the menu, go to the Ubuntu menu, then to Preferences and Power Options. Here you can do some common changes which you also find in Windows for example.&lt;br /&gt;&lt;br /&gt;But there is a difference between laptops and desktops, therefore you can change a parameter in a configuration file where you can tell Ubuntu that you're working on a laptop. You have to do the following:&lt;br /&gt;&lt;br /&gt;Open a terminal and type: &lt;span style="font-weight: bold;"&gt;sudo gedit /etc/default/acpi-support&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now you will see an editor, look for &lt;strong&gt;ENABLE_LAPTOP_MODE=false and change this to &lt;/strong&gt;&lt;strong&gt;ENABLE_LAPTOP_MODE=true&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;Reboot your laptop to make sure that the configuration has been loaded properly.&lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1966380038301475686-5495052406714331228?l=linuxwindowsalternative.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxwindowsalternative.blogspot.com/feeds/5495052406714331228/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxwindowsalternative.blogspot.com/2009/01/reduce-power-consumption.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1966380038301475686/posts/default/5495052406714331228'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1966380038301475686/posts/default/5495052406714331228'/><link rel='alternate' type='text/html' href='http://linuxwindowsalternative.blogspot.com/2009/01/reduce-power-consumption.html' title='Reduce power consumption on Linux'/><author><name>Rogier</name><uri>http://www.blogger.com/profile/00326514274598415535</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1966380038301475686.post-4628984870998384829</id><published>2009-01-22T18:00:00.002+01:00</published><updated>2009-01-22T18:02:54.447+01:00</updated><title type='text'>Random links</title><content type='html'>When surfing on the web, I find some useful links once in a while. I will put them in this post with a description, if you think you have some useful links as well, just drop me a message.&lt;br /&gt;&lt;br /&gt;http://www.linuxalt.com - Alternative software for Linux&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1966380038301475686-4628984870998384829?l=linuxwindowsalternative.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxwindowsalternative.blogspot.com/feeds/4628984870998384829/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxwindowsalternative.blogspot.com/2009/01/random-links.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1966380038301475686/posts/default/4628984870998384829'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1966380038301475686/posts/default/4628984870998384829'/><link rel='alternate' type='text/html' href='http://linuxwindowsalternative.blogspot.com/2009/01/random-links.html' title='Random links'/><author><name>Rogier</name><uri>http://www.blogger.com/profile/00326514274598415535</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1966380038301475686.post-7603927370342192816</id><published>2009-01-22T16:51:00.007+01:00</published><updated>2009-01-23T12:14:02.715+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu linux'/><category scheme='http://www.blogger.com/atom/ns#' term='wine default for exe file'/><category scheme='http://www.blogger.com/atom/ns#' term='office 2007'/><category scheme='http://www.blogger.com/atom/ns#' term='Powerpoint 2007'/><category scheme='http://www.blogger.com/atom/ns#' term='Excel 2007'/><category scheme='http://www.blogger.com/atom/ns#' term='wine'/><category scheme='http://www.blogger.com/atom/ns#' term='Word 2007'/><title type='text'>Installing Office 2007 on Ubuntu Linux</title><content type='html'>&lt;span style="font-family:verdana;"&gt;In the previous post I explained how to install the latest version of Wine. &lt;/span&gt;The minimum requirement is Wine version 1.1.13 and it's still a development version. But it's working fine so there are no arguments to not to install this. Actually, you need the latest version to fix the problem with numbering and bullets.&lt;br /&gt;&lt;br /&gt;Make sure you have done the minimum preparations. We start with starting up "Configure Wine" and you will see the following. Make sure that your Wine settings are the same.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_CUSyJmeCl_I/SXiXtbi6ZfI/AAAAAAAAAEQ/s9zwkA0L46M/s1600-h/Screenshot-Wine+configuration.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 243px; height: 320px;" src="http://2.bp.blogspot.com/_CUSyJmeCl_I/SXiXtbi6ZfI/AAAAAAAAAEQ/s9zwkA0L46M/s320/Screenshot-Wine+configuration.png" alt="" id="BLOGGER_PHOTO_ID_5294148168718116338" border="0" /&gt;&lt;/a&gt;You can easily use "Add application" and just type in the name you want to add. It's not necessary to search for the EXE file. Make sure that the Windows version is Windows XP. That's all!&lt;br /&gt;&lt;br /&gt;For the people with a dual boot setup like me, you can change the default "My Documents" location in the "Desktop Integration" tab to your "documents directory" on the Windows partition.&lt;br /&gt;&lt;br /&gt;Now we are going to install the software. Because it's your first time MS Office installation on your computer, you don't have to delete old MS data to make the installer work. Ubuntu tries to use an "the Archive Manager" to open EXE files. We don't want this, so we are going to change this first. The easiest way to do this, is going to the properties of an EXE file (right mouse click -&gt; Properties) and change the following so it will look like this:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_CUSyJmeCl_I/SXiZNvE6ojI/AAAAAAAAAEY/3h_In43mYKo/s1600-h/Screenshot-setup.exe+Properties.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 265px;" src="http://3.bp.blogspot.com/_CUSyJmeCl_I/SXiZNvE6ojI/AAAAAAAAAEY/3h_In43mYKo/s320/Screenshot-setup.exe+Properties.png" alt="" id="BLOGGER_PHOTO_ID_5294149823228453426" border="0" /&gt;&lt;/a&gt;After you have changed these settings, you can just double click the setup.exe file and install Office like you always have done with Windows!&lt;br /&gt;&lt;br /&gt;Keep in mind that Wine is still in development, even after version 1.0. This means that not ever Office program is working. Word and Excel works, but expect to experience problem with the other Office programs like Outlook. When there is a fix, I will put the instructions in this blog. Read further for instructions how to run PowerPoint.&lt;br /&gt;&lt;br /&gt;For PowerPoint, you have to change a dll setting, not to difficult. First you add powerpnt.exe in the "Application" tab like you did with the setup.exe. Make sure that powerpnt.exe is highlighted. Now we go to the "Libraries" tab and make sure you have the same setting for the riched20.dll as shown on the screenshot:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_CUSyJmeCl_I/SXmmDcamW1I/AAAAAAAAAEk/M9lsi4AqMzg/s1600-h/Screenshot-Wine+configuration+for+POWERPNT.EXE.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 243px; height: 320px;" src="http://3.bp.blogspot.com/_CUSyJmeCl_I/SXmmDcamW1I/AAAAAAAAAEk/M9lsi4AqMzg/s320/Screenshot-Wine+configuration+for+POWERPNT.EXE.png" alt="" id="BLOGGER_PHOTO_ID_5294445415048305490" border="0" /&gt;&lt;/a&gt;After this, you can normally startup PowerPoint.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1966380038301475686-7603927370342192816?l=linuxwindowsalternative.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxwindowsalternative.blogspot.com/feeds/7603927370342192816/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxwindowsalternative.blogspot.com/2009/01/installing-office-2007-on-ubuntu-linux.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1966380038301475686/posts/default/7603927370342192816'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1966380038301475686/posts/default/7603927370342192816'/><link rel='alternate' type='text/html' href='http://linuxwindowsalternative.blogspot.com/2009/01/installing-office-2007-on-ubuntu-linux.html' title='Installing Office 2007 on Ubuntu Linux'/><author><name>Rogier</name><uri>http://www.blogger.com/profile/00326514274598415535</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_CUSyJmeCl_I/SXiXtbi6ZfI/AAAAAAAAAEQ/s9zwkA0L46M/s72-c/Screenshot-Wine+configuration.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1966380038301475686.post-6680966833391773889</id><published>2009-01-22T15:53:00.005+01:00</published><updated>2009-01-22T16:46:27.630+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='customize desktop'/><category scheme='http://www.blogger.com/atom/ns#' term='sudo'/><category scheme='http://www.blogger.com/atom/ns#' term='root user'/><category scheme='http://www.blogger.com/atom/ns#' term='gnome'/><title type='text'>The Ubuntu basics</title><content type='html'>&lt;span style="font-family:verdana;"&gt;Okay, now you have installed Ubuntu 8.10. Not so hard I think, the installation is pretty straight forward.&lt;br /&gt;&lt;br /&gt;While developing Ubuntu, they had the security in mind. One important thing of Ubuntu you should know, is that you can't use the Root user. Maybe you haven't heard of a Root user ever, in that case you don't have to worry. If you ever did hear of a Root user, then you also know that you can do more with a Root user then a Windows Administrator account. You can fuck you whole computer up in seconds!&lt;br /&gt;&lt;br /&gt;Usually people with basic or no knowledge at all of Linux, are able to delete files without knowing what the are doing. I have been there, believe me.&lt;br /&gt;&lt;br /&gt;So, our friend from Ubuntu have decided that you can't use the Root user and you have to type SUDO before every command where you need Root privileges for. Just remember SUDO as SuperUserDO. In this case, the Root user is the Super User.&lt;br /&gt;&lt;br /&gt;I bet you have already logged in your fresh installed Linux machine, and you maybe have already explored the menu's as well. You probably already have realised that it's looks quit similar to Windows. But I will tell you a secret, the screen you are looking at is called a Gnome desktop, which is used in many other Linux distributions as there default desktop manager. The other one which is used a lot is KDE which is the default desktop manager for Open SuSE for example. Fedora Linux (sponsored by RedHat) is using Gnome as there default window manager. Just have a look at Google Pictures and look for Gnome screenshots. Some are really beautiful.&lt;br /&gt;&lt;br /&gt;On your desktop, in the bottom left corner you will a button to open the default Gnome menu. There are different options which you can explore. A nice section is Office for example. You will notice a fresh installation of OpenOffice (version 2) which can you can use as a MS Office alternative. To bad that version 2 comes with the default installation of Ubuntu and not the latest version (version 3). If you start up Writer you will notice a Word processor which looks a little bit like the old MS Office versions. It's free software, so don't expect to much of it, in my future blogs I will explain how to install Office 2007 for example on Linux.&lt;br /&gt;&lt;br /&gt;You will also notice other software in various sections. Even software which you will never use. So, we are going to start with installing some software, deleting is not up to me and something you can do easily yourself.&lt;br /&gt;&lt;br /&gt;Go to the Gnome menu and then go to Administration, here you will see Synaptic Package Manager. This tool is going to be your biggest friend. This is the graphical interface for the "sudo apt-get" command which is still widely used by many people who are working on a Debian distro.&lt;br /&gt;&lt;br /&gt;If you start the tool up, you will have to enter the Root password first. If you left every setting default, you will notice different software sections on the left side, and a "Quick search" box in the top middle. Now we are going to search for the following software to spice your fresh installation a litte bit up ;-)&lt;br /&gt;&lt;br /&gt;When you select a package, you can select install. If the package manager want's to install aditional software, say yes. Or cancel the installation if you don't want this additional software. To make software work, you don't always have an option.&lt;br /&gt;&lt;/span&gt;&lt;ol&gt;&lt;li&gt;sun-java (select the latest package, at this time it's sun-java6-jre)&lt;/li&gt;&lt;li&gt;awn-manager (you can use this program to get this OS X bar on the bottom of your screen)&lt;/li&gt;&lt;li&gt;deluge-torrent (the easiest bittorrent client at the moment available for Linux)&lt;/li&gt;&lt;li&gt;screenlets (nice program to show Widgets in Linux)&lt;/li&gt;&lt;li&gt;adobe-flashplugin&lt;/li&gt;&lt;/ol&gt;After this, we have to change some settings as explained on the following website to make the latest installation (version 1.1.13) of Wine possible: http://www.winehq.org/download/deb&lt;br /&gt;&lt;br /&gt;Now we say apply and the software should be installed when everything is finished. At the various software sections you should be able to see the new installed software. Just start it up and play around a bit to get used to Ubuntu a bit.&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;br /&gt;Another important thing you should keep in mind, is that Linux doesn't use a C or D or whatever drive Windows uses. Linux is just using "/" (root) and a swap partition which you don't see in your file browser anyway. So we don't work with drive letters any more. Your user data in Ubuntu is stored in the home folder which you can find in "/home/[username]/"&lt;br /&gt;&lt;br /&gt;Now we want to get rid of the old OpenOffice 2 installation. Use the package manager and search for "openoffice.org-core" and select remove. Make sure you also delete all of the other files which has to do with Openoffice.org 2. In my situation some files are mixed up, and that can be anoying. After the removal you should see that the programs in the Office section like Calc or Writer are gone. Now, go to www.openoffice.org and download the latest version for Ubuntu. The file should be a DEB file which is the installer file for Debian distributions like Ubuntu. You can find the file you need on the following location: http://download.openoffice.org/other.html#en-US&lt;br /&gt;&lt;br /&gt;After the download is finished, you can dubble click the file and it should install OpenOffice 3.&lt;br /&gt;&lt;br /&gt;Now the basic setup is done. Just click around and customize your desktop whatever you like. This is the fastest way to learn the basics of Linux. In the following blogs I will give more indept information about how to use Ubuntu at work for example.&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/1966380038301475686-6680966833391773889?l=linuxwindowsalternative.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxwindowsalternative.blogspot.com/feeds/6680966833391773889/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxwindowsalternative.blogspot.com/2009/01/basics-for-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1966380038301475686/posts/default/6680966833391773889'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1966380038301475686/posts/default/6680966833391773889'/><link rel='alternate' type='text/html' href='http://linuxwindowsalternative.blogspot.com/2009/01/basics-for-ubuntu.html' title='The Ubuntu basics'/><author><name>Rogier</name><uri>http://www.blogger.com/profile/00326514274598415535</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1966380038301475686.post-4534634257959522852</id><published>2009-01-22T15:37:00.005+01:00</published><updated>2009-01-22T16:49:39.671+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='replace windows'/><category scheme='http://www.blogger.com/atom/ns#' term='installing ubuntu'/><title type='text'>Getting started with Linux</title><content type='html'>&lt;span style="font-family:verdana;"&gt;First of all&lt;/span&gt; you have to decide what you want to do with Linux, because Linux is perfect for servers and workstations. If you'd like to use Linux as replacement for your Windows workstation then this is the place to be. People who want to install a Linux server have to look elsewhere.&lt;br /&gt;&lt;br /&gt;Because this blog is mainly for beginners, I have decided to stick to one Linux distribution only, which is based on Debian Linux. It's called Ubuntu, and I'm using version 8.10 (Intrepid).&lt;br /&gt;&lt;br /&gt;Ubuntu is one of the most user friendly Linux distributions with excellent hardware support and a large worldwide user network. This means that getting support is very easy, and getting updates and fixes don't take to long.&lt;br /&gt;&lt;br /&gt;You can get a free copy of Ubuntu 8.10 at the following location: http://www.ubuntu.com/getubuntu/download&lt;br /&gt;&lt;br /&gt;When your copy has been downloaded, you should have an ISO file. Burn this ISO file to a CD. You can also decide to install Linux first in a virtual environment and then you can just mount the ISO file to your virtual image. It's up to you.&lt;br /&gt;&lt;br /&gt;The installation is pretty straight forward. I don't think it's necessary to explain the installation. Do have in mind that the installation can remove your whole Windows partition, so be careful! Installing Linux on a dual boot computer works with me, but you have to know what you're doing. Formatting the hard disk is usually easier. Also keep in mind that Linux will ask for a Swap partition. Usually this is the size of your RAM. So for the average users it should be aroung 2GB until 4GB. Linux will manage this anyway, so it's better to make it a little bit bigger then necessary.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1966380038301475686-4534634257959522852?l=linuxwindowsalternative.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxwindowsalternative.blogspot.com/feeds/4534634257959522852/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxwindowsalternative.blogspot.com/2009/01/getting-started-with-linux.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1966380038301475686/posts/default/4534634257959522852'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1966380038301475686/posts/default/4534634257959522852'/><link rel='alternate' type='text/html' href='http://linuxwindowsalternative.blogspot.com/2009/01/getting-started-with-linux.html' title='Getting started with Linux'/><author><name>Rogier</name><uri>http://www.blogger.com/profile/00326514274598415535</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1966380038301475686.post-6291269580153710682</id><published>2009-01-22T15:02:00.000+01:00</published><updated>2009-01-22T15:11:40.778+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='windows alternative'/><category scheme='http://www.blogger.com/atom/ns#' term='stable'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='get started'/><category scheme='http://www.blogger.com/atom/ns#' term='free software'/><title type='text'>Introduction</title><content type='html'>&lt;span style="font-family: verdana;"&gt;Hi,&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;My name is Rogier, I'm a Senior System Adminstrator who has to start working with Linux. Sounds familiar? I think it does. This blog is made for everyone who likes to use Linux, but don't know how and where to start.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Before you continue reading, I want to make some points clear ;-)&lt;br /&gt;&lt;br /&gt;1. Linux is not for nerds or geeks.&lt;br /&gt;2. Linux is stable.&lt;br /&gt;3. You don't have to shutdown your linux pc after a day of work.&lt;br /&gt;4. Linux is not hard to learn, it's just different then Windows.&lt;br /&gt;5. There is enough software available, and in 99% of the cases it's free!&lt;br /&gt;&lt;br /&gt;If you have other points, drop me a post and I will add them.&lt;br /&gt;&lt;br /&gt;Okay, if you're still exited, continue reading and get started!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1966380038301475686-6291269580153710682?l=linuxwindowsalternative.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxwindowsalternative.blogspot.com/feeds/6291269580153710682/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://linuxwindowsalternative.blogspot.com/2009/01/introduction.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1966380038301475686/posts/default/6291269580153710682'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1966380038301475686/posts/default/6291269580153710682'/><link rel='alternate' type='text/html' href='http://linuxwindowsalternative.blogspot.com/2009/01/introduction.html' title='Introduction'/><author><name>Rogier</name><uri>http://www.blogger.com/profile/00326514274598415535</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
