Archive for the 'linux' Category

Installing Ubuntu on an Acer Aspire 5100

I recently purchased an Acer Aspire 5100-5840 that had Windows Vista Premium preinstalled. I was planning on buying a Linux laptop, but I found a deal on this Acer so I decided I may as well keep Windows Vista for any Windows only capabilities I may need in the future. I decided that although I use Debian on my desktop PC, I would try installing the 64bit version of Ubuntu 7.04 Feisty Fawn along side of Windows Vista.

Continue reading ‘Installing Ubuntu on an Acer Aspire 5100′

Dell’s Linux Laptop, Not Worth It?

I was looking at buying a laptop from Dell now that they come preinstalled with Ubuntu Linux. I am very glad that Dell decided to start selling Linux and I wanted to buy a laptop from them to support their efforts. I almost bought one, but let me tell you why I didn’t.

Continue reading ‘Dell’s Linux Laptop, Not Worth It?’

Regnum Online

Regnum Online is a free to play MMORPG that is developed in Argentina for Windows and also has an unofficial Linux client. It is somewhat similar to Guild Wars (which unfortunately does not work under Linux). Check it out, as it is one of the best free MMORPGs I have played.

The world is divided into three separate realms (kingdoms) that are at war with each other. The game has both PvE and PvP, many quests, and impressive 3D graphics that are on par with many other commercial MMORPGs. You can choose to be a Human, Elf, Dark Elf, Half-Elf, Morlock, or Utghar. You can be a Warrior, Mage, or Archer, and each one has two subclasses that become available in later levels - Knight, Barbarian, Warlock, Conjurer, Marksman, or Hunter. The game does have a slight commercial side to it as they sell premium content, such as renting horse health and mana regeneration potions, and an experience boosting scroll.

Continue reading ‘Regnum Online’

The Future: Windows, OS X, or Linux?

Is it possible for Linux to win in the fight for desktop users against Microsoft Windows? Is it possible for Microsoft to stay competitive against another operating system that is available for free when it has spent over $6 billion dollars to make Vista?

I recently read yet another article posing the question of what would happen if Microsoft makes Windows available for free (as in price, not open source). I personally think this is a ridiculous question to ask because users already pay for Windows. Price is not the issue. Users also pay for Mac OS X, which is built upon the BSD like Darwin. Linux can be much like OS X using nothing but free, open source software. So why do people pay for an operating system?

Continue reading ‘The Future: Windows, OS X, or Linux?’

NVIDIA 6200 AGP in Debian Linux

I finally got tired of trying to get my ATI Radeon 9000 Pro to work properly with Linux. I had to jump through hoops to get Google Earth to work, I had to turn of stars in Celestia with gconf-editor to prevent it from crashing, Neverwinter Nights would crash at random, and I had problems with certain color-depth / resolution combinations. I kept hearing that NVIDIA’s proprietary drivers work much better than ATI’s, and with the fact that ATI will no longer produce drivers for the Radeon 9000 Pro, I decided to purchase a NVIDIA graphics card.

Continue reading ‘NVIDIA 6200 AGP in Debian Linux’

Google Earth for Linux Freezing with ATI

Ever since I upgraded to my desktop to Debian Linux I have not been able to run Google Earth. It would freeze on the splash screen and never open the main interface. I used Google Earth on Debian before, so I knew it was just a problem with my machine. As it turns out, it was the new ATI fglrx drivers that were preventing it from running properly.

Continue reading ‘Google Earth for Linux Freezing with ATI’

Why Iceweasel Instead of Firefox on Debian?

The real question that is being asked here is how much can someone change Firefox and still be able to call it Firefox. But before anyone takes this article the wrong way, let me clear up a few things. I love Firefox. I respect the fact that they wish to have quality control over the product that bears the Firefox brand. I will continue to recommend Firefox to Microsoft Windows users without any reservations. However, I trust Debian far more than the Firefox crew to package and configure Firefox/Iceweasel in a way that meets the standards of my Debian system. And yes, there is much more at play here than trademarked icons!

Continue reading ‘Why Iceweasel Instead of Firefox on Debian?’

Wake-on-LAN on Linux with a Linksys WRT54g

My D-Link router died and I bought a Linksys WRT54g thinking I could put Linux on it. Unfortunately, I should have checked a little more before I bought it because I got a v5, which has half of the RAM and flash memory and is not compatible with most 3rd party firmwares. I also found out that I could not forward packets to the broadcast address, which is exactly what I needed to do to get Wake-on-LAN working.

Continue reading ‘Wake-on-LAN on Linux with a Linksys WRT54g’

Speed: Debian vs MS Windows

I have seen many, many discussions about how Linux is faster than MS Windows, or how Gentoo is faster than Arch is faster than Debian is faster than SUSE. Faster? Will I really notice a few milliseconds? Will my hardware have the same speed boosts as these other people are claiming? Will some things be faster while other things get slower?

The answer is yes/no/maybe. I can definitely say that Debian IS faster than Windows 2000 on the same hardware. I can also extrapolate that since Windows XP is just 2000 with some added features (bloat), that Debian is also faster than Windows XP.

Continue reading ‘Speed: Debian vs MS Windows’

Debian Multimedia Repository

One of Debian’s greatest strengths is the Debian Free Software Guidelines (DFSG). Among other things, it says that software must be free to redistribute in both binary and source code forms, and that people can freely make and distribute derivative programs from it. While this is one of the principal ideas of both Debian and the open source community, it does not help you if you want to watch a DVD on you computer. This is why Christian Marillat created the unofficial Debian Multimedia repository.

Continue reading ‘Debian Multimedia Repository’

Sound Blaster problems in Linux

I have always had problems installing sound cards in Linux, whether it was on-board or a Sound Blaster. I have tried several SimplyMepis LiveCDs and they always seem to get some sort of sound out of my cards so I figured it was something in my configuration. I recently installed Debian on my main computer, and this time was typical with my Sound Blaster only halfway working.

Continue reading ‘Sound Blaster problems in Linux’

My Switch to Debian GNU/Linux

My hard drive crashed and I was again left with the proposition of re-installing Windows. I have used Linux in the past and have dabbled with Debian in virtual machines. I read a great book about Debian called The Debian System written by Martin Krafft which convinced me that Debian was the right Linux distribution for me (where is Ubuntu’s Social Contract?). I highly recommend this book for anyone who is even slightly interested in Debian. After looking at what software I had that was Windows only, I finally decided that I don’t play Half-Life 2 that much and I could live without Dreamweaver. I made the switch.

Continue reading ‘My Switch to Debian GNU/Linux’

Shutdown Xfce4 Without a Password

Here are the directions for how to shutdown or restart in Xfce4 without a password. It will also enable the shutdown and restart buttons.

Open a terminal use visudo and add the following:

 

username ALL = NOPASSWD: /usr/sbin/xfsm-shutdown-helper

This could need to be /usr/libexec/xfsm-shutdown-helper on non-Debian based systems.

Continue reading ‘Shutdown Xfce4 Without a Password’