Change from KDE display manager to Gnome display manager
June 5, 2008 5:54 pmI recently tried the new KDE 4.1 desktop. This desktop has enormous potential. However, currently it is still in its BETA stage and has too many bugs to be used as a production desktop. When installing the desktop I switched to the KDE display manager. I removed the desktop and found that the KDE display manager was still the default. I searched the web to find this easy solution.
Go to a terminal and type:
sudo dpkg-reconfigure gdm
Follow the prompt and you can set the Gnome display manger (gdm) as the default.
Let me know if you have any questions.
Categories: Uncategorized
No Comments »
The Moral and Ethical Implication of Theft
May 22, 2008 5:08 pmThe Moral and Ethical Implication of Theft
My car was broken into this past weekend; a long weekend at that. I was furious. How could some one knowingly do this to someone else’s property? I had a Garmin c550 in a hidden console. Other than that, the only valuables in the car was some pocket change in the middle council. This was also hidden. This lead me to believe that it was a random break in. Perhaps it was some kids looking for something valuable?
My car is a Red Nissan Altima, 2007. It’s a nice car, not a Porsche, but a relatively nice automobile. Perhaps they saw the car and was hoping that I had some cash or other valuables. In the end it was probably some kids looking for some money and a rush.
They broke the passenger side window. I think it was amateur because they first tried to bust the handle, and then the damaged my side paneling when using it as leverage to bust in the window. In total, there is probably about $3000 dollars worth of damage done to the car.
But this got me to thinking. I was upset and angry because I felt violated. Someone damaged my car as well as stole some of my property. Obviously it’s a crime because I paid for the items and they took them from me without asking. But what is the difference between this and stealing software, songs or copyrighted material on the internet?
I know that I have and probably will continue to download songs over the internet. I made a conscious choice to switch to Linux in order to avoid using illegal versions of proprietary software. But songs, I will likely continue to download from torrent sites. And yet, I do not feel remorse for stealing these things.
Is it because:
1. Songs are and abstract medium with no physical substance (unlike my Garmin)?
2. Stealing from large nameless corporations isn’t wrong. We should being doing this because the artist in the end makes a fraction of what the record label makes from the artist’s en devour?
3. We choose which actions are right and wrong based on convenience. There are no morals or ethics, only decisions and choices?
Guilt is like a bag of bricks. You just have to let it go. Obviously, this only works when you are the one stealing (not the one being stolen from), and the dilemma remains unsolved.
Let me know what you think.
Categories: economy, linux, rants, stupidity
1 Comment »
Converting Ogg file format to AVI file format
May 16, 2008 8:09 amAnother reason why I love Linux. Having created a screen capture in the OGG file format, I needed to give it to a friend who prefers to work with AVI formats. After a few minutes of searching, voila… a simple and elegant answer was found thanks to liquidat.
The short sweet answer:
Make sure you have the MPlayer’s Movie Encoder installed (sudo apt-get mencoder). It is available from the Medibuntu repository.
Then go to the command line and enter:
mencoder video.ogg -ovc lavc -oac mp3lame -o video.avi
where video.ogg is the original OGG file and video.avi is your desired ouput file
That should be it. Let me know if you have an questions.
Categories: howto, linux
No Comments »

