You are browsing the archive for Linux.

Avatar of knut

by knut

LightZone 3.3 beta offers pro photo manipulation for Linux

February 21, 2008 in Foto, Linux, Photo editing, Photography

124249-1.jpgLightZone is a comercial photo editing software with good reviews. There’s a free Linux version of this program. Read the review in Linux.com.

Popularity: 23% [?]

Avatar of knut

by knut

Getting Wacom drawing tablets to work in Linux

November 8, 2007 in Design, Drawing, Foto, Linux, Photo editing, Photography

index_fig01.jpgI 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.

Edvart strektegning

Popularity: 24% [?]

Avatar of knut

by knut

Setting Up A PXE Install Server For Multiple Linux Distributions With Ubuntu Edgy Eft

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% [?]

Avatar of knut

by knut

Mythdora, a MythTV distribution based on Ferdora

December 18, 2006 in Linux, Media portal, PVR

site_logo.pngMythdora 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% [?]

Avatar of knut

by knut

Linux based backup solutions using RSYNC

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

  • Make a directory on your Linux-server to store your backups
  • Create daily/weekly/monthly snapshots of your files. I havent researched how to do this yet. There’s lots of documentation of this process on the internet
  • Find a way to make incremental backups, maybe RSYNC already does this
  • Transfer the files to Dreamhost or another webhoster using RSYNC

Pros

  • Can do whatevere you want
  • Makes use of incredibly cheap storage
  • Can be automated
  • Uses encryption and can compress files

Cons

  • Requires knowledge of Unix comands
  • Dependant of the bandwith of the web hoster. Dreamhost is at times slow.

Popularity: 5% [?]

Avatar of knut

by knut

Cheap online storage with Amazon

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% [?]

Avatar of knut

by knut

SIPBox and Asterisk lower phone costs for children’s agency

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% [?]

Avatar of knut

by knut

Installing samba networking on Ubuntu Breezy (or Hoary) workstations

September 1, 2006 in Linux, SME Server

To use Ubuntu (hoary or breezy) we need:

  • the Linux installations to use NT logins
  • the Linux stations automatically mount their home shares from our NT domain’s file server (a linux box using Samba 3).

Read the rest of the article here.

Popularity: 4% [?]

Avatar of knut

by knut

Dreamlinux Works & XGL 2.0 – From Brazil with lots of love and eye candy

August 24, 2006 in Linux, OSX

Dreamlinux

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% [?]

Avatar of knut

by knut

Reset the root password of MYSQL on SME-server version 7

August 18, 2006 in Linux, SME Server

mysql_100x52-64.gif

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% [?]