I’m using Lubuntu as my operating system. It uses pcmanfm as the default file system. For most tasks this is ok, but when I want to connect to shares on both windows and other linux pc’s, I have to use Nautilus.
Here’s how I setup a desktop shortcut in Lubuntu:
Open Terminal (on Lubuntu, it’s called LXTerminal, [...]
Took an old computer this weekend and wanted to learn how to setup a file server. This is an easy way to take an old computer, stack in a bunch of hard drives, and turn it into a file share for music or file storage. Also handy for backing up entire hard drives on the [...]
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 [...]
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 [...]
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. [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]