Filtering PDF-/XLS-/Image-Spam With ClamAV (And ISPConfig) On Debian/Ubuntu

August 24th, 2007


View original post


Filtering PDF-/XLS-/Image-Spam With ClamAV (And ISPConfig) On Debian/Ubuntu

There is currently a lot of spam where the spam “information” is
attached as .pdf or .xls files, sometime also hidden inside a .zip
file. While these spam mails are not easy to catch with e.g.
SpamAssassin or a Bayes filter, the ClamAV virus scanner can catch them
easily when it is fed with the correct signatures as ClamAV is built to
scan mail attachments.

Read more…

View source post

Dual-Booting Windows XP/Vista And Ubuntu 7.04

August 24th, 2007


View original post


Dual-Booting Windows XP/Vista And Ubuntu 7.04

In this tutorial I will teach you how to dual-boot between Windows XP/Vista and Ubuntu. This tutorial will be split up into two parts: Part one for people who have no operating system installed. Part two for people who have Windows XP/Vista installed and do not want to re-install Windows.

Read more…

View source post

Installing LAMP On Ubuntu For Newbies

August 24th, 2007


View original post


Installing LAMP On Ubuntu For Newbies

In this guide I will show you how to install a LAMP system. LAMP stands for Linux, Apache, MySQL, PHP. The guide is intended to help those who have very little knowlegde of using Linux.

Read more…

View source post

Installing Google Desktop On PCLinuxOS 2007 And Ubuntu Feisty Fawn

August 24th, 2007


View original post


Installing Google Desktop On PCLinuxOS 2007 And Ubuntu Feisty Fawn

This article shows how you can install the Linux version of Google Desktop
on a PCLinuxOS 2007 desktop and an Ubuntu Feisty Fawn (Ubuntu 7.04)
desktop. Although the program is still marked as beta, Linux users can
already search for text inside documents, local email messages, their
Web history, and their Gmail accounts.

Read more…

View source post

Installing Xen On An Ubuntu Feisty Fawn Server From The Ubuntu Repositories

August 24th, 2007


View original post


Installing Xen On An Ubuntu Feisty Fawn Server From The Ubuntu Repositories

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. Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called “virtual machines” or domUs, under a host operating system (dom0).

Read more…

View source post

Installing And Working With Xoops Under Ubuntu 6.10

August 24th, 2007


View original post


Installing And Working With Xoops Under Ubuntu 6.10

I want to show you how to install Xoops on Ubuntu. I used the Ubuntu 6.10 Server Edition,
but it will probably work on other systems as well. Xoops is a modern Content-Management-System
which can be extended with a variety of modules.

Read more…

View source post

The Perfect Desktop - Ubuntu Studio 7.04

August 24th, 2007


View original post


The Perfect Desktop - Ubuntu Studio 7.04

Ubuntu Studio is a special Linux distribution tailored to the needs
of audio, video, and graphic enthusiasts or professionals. Because
Ubuntu Studio is based on Ubuntu, you are not limited to this area, but
can install any application that is available for Ubuntu, thus turning
Ubuntu Studio in a normal desktop for everyday use. This tutorial shows
how you can turn Ubuntu Studio 7.04 into a full-fledged replacement for
a Windows desktop. The advantages are clear: you get a secure system
without DRM restrictions that works even on old hardware, and the best
thing is: all software comes free of charge.

Read more…

View source post

Installing Ubuntu Studio 7.04 - Linux For The Creative

August 24th, 2007


View original post


Installing Ubuntu Studio 7.04 - Linux For The Creative

Ubuntu Studio is a multimedia editing/creation flavour of Ubuntu,
built for the GNU/Linux audio, video, and graphic enthusiast or
professional. It is an official derivative of the Ubuntu open source
operating system and comes with applications such as Ardour2, Wired,
Hydrogen, Blender, Inkscape, Pitivi, and many more, as well as a
beautiful dark theme. This walkthrough shows how to install it.

Read more…

View source post

Howto display the number of processors in Linux

August 24th, 2007


View original post


If you’ve just bought a new desktop,laptop or server and the box says the box is powered by 2 processors, you can actually verify that.

Here’s how to display the number of processor of your linux box.

Simply issue the following command as root

# cat /proc/cpuinfo | grep processor

Everything in linux is files. This command simply retrieves the number of processors that linux detected from /proc/cpuinfo and displays it. Usually, the processor number comes at the first set of line from issuing the command.

Here’s what the command returned for me:
~~~~~~~~~~~~~~~~~~~~~~~~
processor : 0
~~~~~~~~~~~~~~~~~~~~~~~~

which means You have 1 processor with a processor ID number 0. Processor counting starts with 0.
So if you have a PC with core duo, you will probably have 2 lines that says 0 and 1.That is 2 processors.

Tags: , ,

View source post