Why I hate Ubuntu sometimes - crontab not enabled

I’m trying to set up cron to run jobs for me. I have to go look up the weird syntax but OK. Found it. Everything looks fine but the jobs don’t work. Go on vacation. Come back and try again. Syntax is OK. Everything looks fine but the jobs don’t work. Dig, dig, dig. Find this Unix Crontab - setting up cron jobs using crontab You can execute crontab if your name appears in the file /usr/lib/cron/cron.allow. If that file does not exist, you can use crontab if your name does not appear in the file /usr/lib/cron/cron.deny. If only cron.deny exists and is empty, all users can use crontab. If neither file exists, only the root user can use crontab. ...

August 9, 2007 · 1 min

Feisty Performance - “Fly Like A Butterfly” Ubuntu

Haven’t implemented all of the things here but this looked promising on speeding up Ubuntu: Feisty Performance - “Fly Like A Butterfly

July 1, 2007 · 1 min

SSH your Debian servers without password - sftp

I was looking to do an unattended backup of some important files and found this very helpful: SSH your Debian servers without password

July 1, 2007 · 1 min

HowTo Mount NTFS Filesystem Partition Read Write Access

Found this article on HowTo Mount NTFS Filesystem Partition Read Write Access very helpful as I continue to dig out from under the Feisty Fawn -> Gutsy Gibbon explosion … er, upgrade. The key thing here is the ability to mount the files so that they’re readable and writeable by an ordinary user. I am in the process of moving photos and music off my second NTFS-formatted drive. I may reformat it as ext3 or I may not but I want to know that I’ve got copies on my first NTFS-formatted drive (which is split with an ext3 partition) and my SimpleShare NFS NAS. ...

June 27, 2007 · 1 min

Ubuntu Linux, SimpleShare NAS, and NFS

Had an upgrade to Ubuntu Gutsy Gibbon go badly. Now I’m digging out from under. Part of what was lost was my /etc directory getting scrambled so I couldn’t read my old /etc/fstab entry. Been fighting to remember how things worked to mount my SimpleShare for backup and access to my ripped CDs. I finally found this article on Ubuntu Linux, SimpleShare NAS, and NFS which includes this key part: mediaserver:/shares/SimplePool/Photos/ /mnt/photos nfs rsize=8192,wsize=8192,timeo=14,intr ...

June 27, 2007 · 1 min

Local DNS Cache for Faster Browsing using dnsmasq

Looking for a way to speed up recurring DNS lookups on my Ubuntu box. I found a reference to Local DNS Cache for Faster Browsing on Ubuntu Blog. Works like a champ. I like that dnsmasq allows me to configure the size of the cache easily. I don’t like that I had to chattr +i /etc/resolv.conf to make it immutable so that the system wouldn’t drop looking at 127.0.0.1 (localhost) first. I tried using the package resolvconf but it caused all lookups to fail. So I used apt-get again to remove it and stayed with just the dnsmasq package.

June 26, 2007 · 1 min

How to create a PDF printer (print to PDF) in Ubuntu

I found printing to a PDF file useful occasionally useful under Windows. Neat to have a way to do it in Ubuntu: 5 steps to create a PDF printer (print to PDF) in Ubuntu

June 17, 2007 · 1 min

How to change the root password on Ubuntu

This is one of the things I meant to investigate. I know I have a password and can use sudo to do almost anything … but what’s root’s password? How to change the root password on Ubuntu was one of those “duh” moments but I’m glad to have this as a prompt to change the password. You should, too.

June 13, 2007 · 1 min

Set Gmail as Default Mail Client in Ubuntu

As much as I love Thunderbird with IMAP, I’m finding that I’m making mistakes because of using Linux and Google Reader more and more. I use vim and both it and Google Reader use the vi-style commands of the j key for down, k key for up, etc. I can’t find a way to re-map the keys in Thunderbird to do the same under Linux. Also, using Thunderbird means keeping two addressbooks instead of one. ...

June 9, 2007 · 1 min

Things I can do in Linux that I can't do on Windows. | dmartin.org

This article lists some of the things I can do in Linux that I can’t do on Windows. Nice article.

May 18, 2007 · 1 min