xabbott.blg

Archive for February 2008

Use Swap Partition for Windows Swap File

with one comment

I don’t currently dual boot but I have in the past. I’ve always wondered if a Linux swap partition could be used by Windows for it’s virtual memory/swap file. I never wondered enough to look for a solution though.

Apparently it is possible and has been for some time. How? With an open source driver called SwapFS, which works with NT, 2000, and XP.

The SwapFS page also contains links to similar drivers. One of them which I used while I did dual boot, EXT2 IFS. It made my EXT3 partitions visible to Windows. I was able to read and write to the partitions too. I did have issues deleting some files that were created under Linux though.  This may have been fixed since I last used it.

Written by xabbott

February 21, 2008 at 11:56 pm

Ubuntu Ultimate & Sprint Aircard 595U

with one comment

Due to very strange Windows XP errors my uncle ended up installing Linux. He installed Ubuntu Ultimate Edition. He was able to do that fine but called me when his Sprint Aircard didn’t work. Read the rest of this entry »

Written by xabbott

February 19, 2008 at 10:31 am

Posted in distro, hardware, linux, ubuntu

Tagged with , , , , ,

Firefox : “Enable Official Branding” Script

without comments

B-Con posted a thread on the Arch Linux forums asking which Arch packages users rebuild. Firefox comes up a few times because users rebuild it for official branding. Allan then posted a link to a nifty script to automatically rebuild Firefox with official branding. I’ll post it here as well and hope that WordPress won’t mess it up.
Read the rest of this entry »

Written by xabbott

February 19, 2008 at 9:26 am

Posted in archlinux, firefox

Tagged with ,

Archlinux Wallpaper : Pacman

with one comment

PJ on the Arch Linux Forums posted a cool Pacman Wallpaper:

Pacman / Archlinux Wallpaper by PJ

Updated 02/19/08: Various resolutions posted in the thread.

Written by xabbott

February 18, 2008 at 3:49 pm

Posted in archlinux, wallpaper

Tagged with , ,

Building a Faster Firefox (SwiftFox?)

without comments

SwiftFox is an optimized build of Firefox. It uses a few methods to do this, most notably the compile options. I don’t use Swiftfox but I had to compile Firefox in Arch. I figured I would apply some of Swift’s optimizations to my own build. If you need a crash course in rebuilding Firefox in Arch Linux read the Arch Wiki for Firefox recompile. If you want more details of SwiftFox’s optimizations check out it’s source code page and Wikipedia entry.

Here are the following changes I made to the mozconfig file:
Read the rest of this entry »

Written by xabbott

February 10, 2008 at 6:40 pm

Turbo Pacman (tupac)

with one comment

Tupac is a front end to the Arch Linux package manager, Pacman. It’s very similar to Yaourt in that it has colored output and searches the AUR but does this all much faster. The speed is due to it’s cached implementation. All actual package installations are done with Yaourt. It was created by Pajaro and written in PHP.

Aside from the speed increase, search functionality was also improved. For instance if I search “city sim game” in Tupac I get the following results: lincity, lincity-ng, and opencity. If I do the same search in Yaourt or Pacman I will get many more unrelated results. For example I get back packages related to audacity and metacity.

Tupac is also written with other frontends in mind. As a proof of concept Pajaro has also more recently released Qupac. While still a new project it is very functional.

The only downside I could possible see with tupac is the fact that it is written in PHP and so depends on it being installed. Yaourt is a bash script and tupac it depends on it as well.

Both tupac and qupac can be found on the AUR.

Pacman Output for AudaciousTupac Output for AudaciousYaourt Output for Audacious

Written by xabbott

February 9, 2008 at 11:38 am

VirtualBox Fun

with one comment

I recently read a blog post that brought up some neat features of VirtualBox. It is a kinda how-to on getting VirtualBox+Windows to integrate into an Ubuntu desktop. I personally don’t have a need for virtualization but have used VMWare, Qemu, and VirtualBox to load up different distros.

Out of all of those mentioned above the only one I currently had installed was VirtualBox. I even had Windows XP on a virtual drive. There really wasn’t much to do with my setup to get seamless windows going. I hit Right CTRL+L and that was pretty much it. I even had Compiz going and didn’t run into any problems.

Since I didn’t really need Windows for anything this was more of a tinkering expedition. I loaded up some Silverlight sites. Most of the sites ran fine, which was to be expected. I tried watching Bill Gate’s keynote video, the audio was fine but the frame rate of the video was low. I’m sure this was just more of a hardware and/or configuration issue on my part though.

VirtualBox

Written by xabbott

February 3, 2008 at 10:06 pm