How To Delete “undeletable” files from Linux Trash

I’ve been cleaning up some junk files off my linux laptop and deleted files from various directories with no problem. Well, then I go to Empty the Trash Can when I get an error message – something about can’t delete those files due to permissions. Did some google searching and found this helpful tip from [...]

Installing Open Office 3 on Debian Lenny Distro

Open up a Super User Terminal Mode (from the Applications menu | System Tools | Terminal Mode – Super User)
First, we need to add the repository where all the cool backports and upgrades are. At the command prompt, type:
sudo nano /etc/apt/sources.list
and add this line at the bottom:
deb http://www.backports.org/debian lenny-backports main contrib non-free
To save, use CTRL [...]

How to install true type fonts in Linux Debian

First download any True Type Font to your Desktop. If you download a zip file, use ARK to unzip/extract it. ARK is usually at Applications | Accessories. After extraction, you will have a file with the extension .ttf
If your extraction left you with file(s) that have multiple underscores or spaces, right-click the file choose Rename. [...]

How to create your own ringtones free for Verizon phones

This tutorial will teach you how to create your own ringtones from mp3’s and then transfer the files to your cellphone over the air with text messages.
Awhile back we learned how to transfer your own legally purchased mp3’s to your Verizon cellphone and be able to listen to music without having to purchase songs thru [...]

How to install additional programs with gdebi on Linux Debian

Ok, this morning I was reading about KompoZer, a WYSIWYG web page editor for Linux. I”m currently using Quanta, but it’s all manual entering of HTML/PHP/etc. KompoZer Looked promising, with a Dreamweaver style interface, so I went into my Synaptic package manager and searched for it. Nadda. Not in my list of available apps from [...]

How to rip cd’s in linux with kAudioCreator

I’ve been testing all the various cd ripper packages on my Debian Lenny Distro of Linux but none of them would rip to mp3’s. They would rip ok to OGG files, but I can’t play those on my cellphone’s mp3 player. As you know from my other tutorial, that it’s a breeze to load your [...]

Debian Linux – Use Etherape to view network traffic visually

Ever wanted to see what your network traffic is doing and if there are any background transmissions slowing down your internet? But you don’t want to be a network admin to be able to figure out the stats from log files and traceroutes, right! Well, check this out – Etherape, a visual network traffic tool [...]

How to fix startup memory error in Cinelerra

In the current release of Cinelerra, the Linux Video editing tool, version 2.1 CV, you may get the error when starting up the program:
The following errors occurred:
void MWindow::init_shm0: WARNING:/proc/sys/kernel/shmmax is 0×2000000, which is too low.
Before running Cinelerra do the following as root:
echo “0×7fffffff”>/proc/sys/kernel/shmmax
Sure, you can run over to Terminal as Root and enter that [...]

Upgraded to Lenny – How to fix broken sound

After upgrading to Lenny, everything was really smooth and in order. The only package that didn’t upgrade automatically was Quanta. So from the command line, I did a quick install of Quanta and good to go. Well, sort of. After the upgrade, I rebooted to find that my sound was broken. Up in the top [...]

Upgraded to Lenny – How to fix slow internet

I noticed a substantial slowdown of my internet, particularly in IceWeasel aka Firefox for Debian. After investigating a bit, I found that IPv6 was turned on! Oy! I don’t need IPv6 and I sure don’t need it hogging all my bandwidth.
Make a backup of the alias file by opening terminal in super user mode, I [...]