Category archives: Tuxedo

Discussions about Linux, Unix and related technologies

RSS feed of Tuxedo

Kubuntu 11.04 Install on Dell XPS 8300

Just some notes on the install:

  • live cd boots and runs perfectly well
  • needed to reboot into windows, run chkdsk /f (with administrator privileges) and then reboot twice into windows to get the disk into consistent state
  • installed image fails trying to log into KDE, installed image appears to use the open-source ati drivers; these ...

Continue reading

IDE without File|Open or File|Save is... painful

As mentioned a while ago, I switched my desktop from Ubuntu to Kubuntu because Unity was just too half-baked to be used in my setup. That went relatively well, modulo the need to restart 3 times to get the desktop to come up (KDE just hung on login). However, one truly annoying casualty is that ...

Continue reading

Kubuntu replacing Unity

Have been growing (even more) annoyed with Unity on the machine at work.  Just too many times every hour where I have to stop, work around Unity (normally just an extra seek-and-click, but it adds up when you have to wait for the failure, think about why it's failing, then re-acquire a target, then click, ...

Continue reading

Kubuntu Natty Upgrade... Hrm...

I upgraded my main laptop to Kubuntu Natty this afternoon.  Honestly I can't tell the difference so far.  Firefox 4 is slightly different looking.  Nothing else of note seems to have changed.  I had to uninstall and re-install the Gtalk plugin, but other than that, no hiccups on the install.

On one hand, whew, nice ...

Continue reading

Replicate live into a throw-away staging/dev db

Problem that looks like it will be coming up soon... you are always wanting to be able to test your code against a (huge, PostgreSQL) LIVE DB before you release/promote the code. Loading a DB dump can take hours. Your test code can't all just run in a single transaction.

First approach: run the DB ...

Continue reading

Catty ssh is cool


Was looking up something for a backup operation and saw a command where someone was catting from ssh... I'd never thought of doing it before, but it does make sense:

ssh dbhost.example.com "pg_dumpall | gzip -c" > ~/cluster.sql.gz
should connect and dump the entire DB cluster (gzipped) to your local machine.
ssh dbhost.example.com "gunzip -c ...

Continue reading

Good news, backups worked, bad news, it's the motherboard

The backups did, indeed, work, though the /etc/ backup wasn't quite as recent as I'd have liked.  However, now *another* disk is corrupting (this time the home/var disk), and it looks like it's the motherboard's SATA controller at fault.  Replacing that will require new motherboard, memory, and CPU... and yet another day of working on ...

Continue reading

DHClient!!! (think "Kahn!")

It's like the standard DHCP client and server are *trying* to be ridiculous.  Half the custom options show up, the others don't, no error messages, different SELinux restraints on different systems, standard options seemingly unknown on one side or another, options just disappearing without explanation.

If you don't understand an option, log an error, don't ...

Continue reading