Other

How to download only the new emails in Sylpheed

Submitted by VirtualEntity (Contact Author) (Forums) on Fri, 2007-03-02 14:38. :: Other

How to download only the new emails in Sylpheed

Sylpheed keeps downloading the same messages over and over again! I want to be able to download only the new messages, but have the option of re-downloading everything. How to do?

Using A Sandisk MP3 Player On A Linux Desktop

Submitted by tjhanson (Contact Author) (Forums) on Sat, 2007-01-27 20:44. :: Other | Other

Using A Sandisk MP3 Player On A Linux Desktop

This article shows how to use a Sandisk MP3 player (Sansa E250) on a Linux desktop. Now I can have all the tunes I want without dropping into Windows to manipulate them.

Create A Desktop Background Wallpaper Changer For Xfce

Submitted by sjau (Contact Author) (Forums) on Sun, 2006-12-31 20:47. :: Desktop | Other

Create A Desktop Background Wallpaper Changer For Xfce

I have switched to Xubuntu a few months ago coming from Kubuntu. In Kubuntu I liked the (already available) option of setting up a list of image files and have them randomly displayed as background image on the desktop. This was one of the things I have missed so far in Xfce. This small howto shows you how you can randomly display background wallpapers in XFCE.

Quick And Dirty Wpad.dat On Ipcop Box

Submitted by dennyhalim (Contact Author) (Forums) on Wed, 2006-10-04 06:18. :: Other

Quick And Dirty Wpad.dat On Ipcop Box

wpad is short for Web Proxy Autodiscovery Protocol. It's used to tell your browser what proxy it can use without having to go to each and every pc on your network to do so. This is a quick and dirty howto. It was tested and worked out ok on my system. But I don't guarantee it won't break yours.

Integration of dbus and KDE: starting and stopping the session part of dbus with KDM.

Submitted by stefbon (Contact Author) (Forums) on Fri, 2006-09-15 13:55. :: Other | Other

Integration of dbus and KDE: starting and stopping the session part of dbus with KDM

Since some time now a lot of applications make use of D-BUS. This is the case with KDE 3.5, the current stable release of KDE. With the upcomming KDE 4, D-BUS is getting more important, replacing DCOP. In this howto I want to describe a way to start and stop the user and session dependent part of dbus.

Setting up Subversion and websvn on Debian

Submitted by bertheymans (Contact Author) (Forums) on Sun, 2006-09-10 15:02. :: Debian | Other

Setting up Subversion and websvn on Debian

This howto will illustrate a way to install and configure Subversion and websvn on a Debian server. I will not specifically configure inetd with svnserve in this howto. Rest assured that Subversion will be totally functional without it. You can copy/paste most of the howto to get it working.

Flash Player 9 on Linux (Ubuntu Dapper Drake)

Submitted by mariuz (Contact Author) (Forums) on Mon, 2006-08-28 14:21. :: Ubuntu | Other

Flash Player 9 on Linux (Ubuntu Dapper Drake)

This tutorial shows how to install the Flash player on a Linux system. It was tested on Dapper Drake (on an x86 - 32 bit machine).

How do I find out about my system's memory usage?

Submitted by falko (Contact Author) (Forums) on Mon, 2006-08-07 17:54. :: Other

With

cat /proc/meminfo

Is it possible to find out which CPU my Linux system uses?

Submitted by falko (Contact Author) (Forums) on Mon, 2006-08-07 17:53. :: Other

Yes, with

cat /proc/cpuinfo

I get the feeling that my hard disk is very slow. Is there a way I can verify and tune it?

Submitted by falko (Contact Author) (Forums) on Mon, 2006-08-07 17:46. :: Other

You can use hdparm to tune your hard disk. On Debian, you would run

apt-get install hdparm

to install it.

hdparm --help

shows a list of all available options. To get more information about your hard disk, run

hdparm -i /dev/hda

This will look like:

/dev/hda:

Model=MAXTOR 6L060J3, FwRev=A93.0500, SerialNo=663214759549
Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs }
RawCHS=16383/16/63, TrkSize=32256, SectSize=21298, ECCbytes=4
BuffType=DualPortCache, BuffSize=1819kB, MaxMultSect=16, MultSect=16
CurCHS=4047/16/255, CurSects=16511760, LBA=yes, LBAsects=117266688
IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes:  pio0 pio1 pio2 pio3 pio4
DMA modes:  mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 *udma2
AdvancedPM=no WriteCache=enabled
Drive conforms to: ATA/ATAPI-5 T13 1321D revision 1:

* signifies the current active mode

To see how fast your hard disk currently is execute

1
next page
last page