Home Search

install - search results

If you're not happy with the results, please do another search

Making my own Desktop Manager: Getting Started

Ok so I have a LOT of work ahead of me - I know this! I am also trying to do this whilst juggling...

CentOS 4.7: Upgrading autofs4 to autofs5

This article contains the procedure for upgrading autofs4 clients to autofs5. One good reason to do this is because autofs5 is a complete...

NEWB’s adventure’s in Linux From Scratch

  Back again,     I find myself at a point now where there are many ways of doing things with the command line, it's...

Top 5 Linux Webcam Software

Article Source Bright HubMay 22, 2009, 1:31 am   To use your webcam in Linux the way you want, from applying...

Templates in Aptitude

Small trick with aptitude, package manager in Debian-based distributions. Aptitude's search understands some templates in search. Several of them:~ntext -- all packages with name...

Gentoo and BSD (a primer)

One of the best things from a metadistribution like Gentoo is its approach to upgrades and managementI've started using UNIX systems with Minix and...

Real Time Collaboration With Openfire

So Openfire is one of those REALLY cool projects that I have happened to stumble across recently. It’s a real time collaboration server program...

My Thumb Drive Toolbox

A very handy thing to have when running around solving issues on your friends' or relatives' corrupted MS Windows installations is a thumb drive...

Xen: Create a Jaunty DomU using xen-create-image

These are instructions for creating an Ubuntu Jaunty DomU on Debian Lenny Dom0 using Xen 3.2.1 that comes with Lenny.  I'm installing into an...

Convert a .svg file to a .png in Ubuntu

Install ImageMagick for converting: sudo aptitude install imagemagickConvert the image with antialiasing: convert +antialias image.svg image.png  Confirm that the file is indeed a png:file...