LightZone 3.3 beta offers pro photo manipulation for Linux
February 21, 2008 in Foto, Linux, Photo editing, Photography
February 21, 2008 in Foto, Linux, Photo editing, Photography
November 8, 2007 in Design, Drawing, Foto, Linux, Photo editing, Photography
I got a Wacom tablet for my birthday. It’s ideal for making drawings with my PC. It’s easy to setup and I get good results from what I do. Off course I am no artist so it’s nothing fancy. It’s much easier to use a tablet than to draw or retouch with the mouse.
I have gotten the tablet to work in Windows and on my Mac, but I have had trouble getting it to work well in Linux. The problem is that the drawing area on the tablet is only a small portion of the drawing in my preferred applications. The GIMP and Inkscape. I haven’t found any solutions for the problem until I read this article in Linux.com. Now it seems to be a way for me to use Linux also for drawing and retouching.
Here is one of the drawings I have made with my tablet.
Popularity: 24% [?]
December 20, 2006 in Linux, Uncategorized
I have a pretty new computer. Just some years old at least. The CD ROM of this machine has suddenly stopped working and I need to install a Linux system on it.
This article on Howtoforge describes how to install a PXE install server on a Ubuntu system. The PXE server can be used to install many of the newest Linux distributions.
Popularity: 3% [?]
December 18, 2006 in Linux, Media portal, PVR
Mythdora is a Mythtv TV installation almost preconfigured on a Ferdora Core 5 distribution. It seems to be farely complete and based om MythTV 0.20.
Mythdora – MythTV installation made simple is an article describing the distribution and heres a screencast describing the installation.
When I get the time I’ll change the hard disk in my GBPVR based PVR and test MythDora.
Popularity: 5% [?]
November 1, 2006 in Backup, Hosting, Linux
This one is of the more manual kind and requires comand line knowledge and you needs to edit batch files to make it work.
Rsync is a Linux/Unix tool that transfers files from one computer to another.
Here’s an example of the use of RSYNC:
rsync -e ssh -av username@servername.domain.com:remote_directory local_directory
The steps to backup your files can be summarised like this
Pros
Cons
Popularity: 5% [?]
October 25, 2006 in Backup, Hosting, Linux
Amason now offers cheap online storage with Amazon S3. Jeremy D. Zawodny has written an article comparing the cost of using Amazon S3 with having a PC based sollution at home.
I also notice that Dreamhost now offers 200 GB of storage for just 7,95$ per month. This makes this another atractive offering.
“In other words, switching to S3 could save me $587 over five years! “
Popularity: 5% [?]
October 25, 2006 in Linux, VOIP
ECHO Joint Agency established a SIPBox VOIP server to lover the cost of telephony in the agency.
ECHO issued a request for proposals last year to find a new phone system that would be easier on its budget. Scaletta quickly found that recent technological advances promised to bring big savings, and big changes, to ECHO. “It wasn’t necessary for it to be [voice over IP], but that’s what everybody came in with,” Scaletta says. “The phone companies felt that we could save some money with that but still get a good product. SIPBox is the one that came back with the lowest bid.”
Read the rest of the story here!
Popularity: 4% [?]
September 1, 2006 in Linux, SME Server
To use Ubuntu (hoary or breezy) we need:
Read the rest of the article here.
Popularity: 4% [?]
This review is extremley positive to the new Linux distribution Dreamlinux. Whats so special about Dreamlinux? Mostly the look and feel of the Desktop. Most of todays Linux Distributions try to mimic Windows XP and it’s cousins. Dreamlinux on the contrary gets most of its inspiration from Apple’s OSX. It manages this with the use of the XFCe Desktop.
My personal experience with Dreamlinux is as a rescue system. I managed to boot a PC with an unbootable Windows installation. I then could read the NTFS filesystem and use FTP to transfer important documents to a FTP-server.
Details:
Website http://www.dreamlinux.com.br/
Download Here
Kernel – Kernel 2.6.14 Based on Kanotix Kernel
Desktop – XFce 4.3.91
FAQs – http://www.dreamlinux.com.br/debian/documentacao/guia-rapido/
Cost – FREE!!!
Special Features – Live installer, excellent icons/graphics, full media support including DVD, XGL Version for Nvidia
Popularity: 3% [?]
August 18, 2006 in Linux, SME Server

I recently made the stupid mistake of changing the root password of MYSQL on my SME-server. The biggest problem was that I after the change couldnt log in to MYQL with the web based administration tool PHPMyAdmin.
After mych searching on the internet I found the following sollution in the bug tracker at contribs.org:
http://contribs.org/bugzilla/show_bug.cgi?id=778
To just re-initialize the root password, you can do:
cd /service/mysqld
runsvctrl d .
cat set.password | /usr/libexec/mysqld –bootstrap \
–user=mysql –skip-grant-tables
runsvctrl u .
Popularity: 4% [?]