Innotek’s GPL-licensed Virtualbox
software lets you create a virtual operating environment inside your
PC’s real operating system. I’ve been using Virtualbox for several
months now on a 32-bit laptop running Ubuntu 7.04, and I’ve been
impressed with the software. However, my main PC at home utilizes a
64-bit version of Ubuntu 7.04 Feisty Fawn, and Virtualbox didn’t
support 64-bit OSes — until this month. Now that I’ve tried it, I’m
happy to report it works just as well as its 32-bit sibling.
Posted by suvi under
Free tools,
KDE,
Ubuntu
Maxemum TV-Guide is a KDE TV-guide. It is developed in C++, based on
QT/KDE and uses XMLTV as it’s back end to grab listings. At present
there are backends grabbing TV listings for Australia, Belgium and
Luxemburg, Brazil, Britain and Ireland, Denmark, Estonia, Finland,
France, Germany, Hungary and Romania, Iceland, Italy, Japan,
Netherlands, North America, Norway, Portugal, Reunion Island (France),
South Africa, Spain, Sweden and Switzerland.
Maxemum TV-Guide’s features
Today, many IT managers handle environments with hundreds, if not thousands, of virtual hosts that all require management and administration. One way they can take huge strides toward mastering that domain is mastering Puppet, a centralized configuration management tool.
In this tip I’m going to demonstrate how to install Puppet, a Ruby-based configuration management tool, on Red Hat Enterprise Linux 5. The instructions should also be useful for installations on distributions such as SUSE Enterprise Linux, CentOS and others too.
Posted by suvi under
Security,
Tricks
When reading a ‘hint’ on the website of LinuxFromScratch I discovered the special capabilities
of unionfs, specially in combination with chroot. Later I read a HowTo on a wikiwebsite of Gentoo,
about entering a chrooted
homedirectory when using a special script as shell. Combining these two
brings me to using a chrooted environment, which you enter when logging
in as a special user.
This environment is a exact copy (mirror) of the system you’re working
Posted by suvi under
Ubuntu,
Virtualization
This tutorial provides step-by-step instructions on how to install Xen on an Ubuntu Feisty Fawn (Ubuntu 7.04)
server system (i386). You can find all the software used here in the
Ubuntu repositories, so no external files or compilation are needed.
Around the time OpenOffice.org 1.1 RC was released, I was migrating
a small company from Corel WordPerfect to OpenOffice.org.
OpenOffice.org by itself does not support reading or writing
WordPerfect files, but a tool called wpd2sxw
can convert WordPerfect files to OpenOffice.org format (SXW). After
conversion with wpd2sxw, which was rather good but had problems with
some formatting features, I applied macros to documents based on
different templates to make more than 2,000 converted documents look
Posted by suvi under
KDE,
Programming
One of the strengths of Unix-like systems such as Linux is the
ability to easily customize them and automate tasks using scripts.
However, shell scripts usually need to run in a terminal window and
thus don’t integrate well with the modern desktop environments most
people use. Kommander
tries to remove this burden by allowing users to easily create
graphical applications using any scripting language of their choice.