Category archives: Tuxedo
Discussions about Linux, Unix and related technologies
Hard-linking and disk-space... whatever...
Written by
on
in
Tuxedo.
Toying yet more with compressing rdiff-backup repositories with hard-linking. Turns out there's already someone who's done it. My script for hard-link finding is different than the (packaged) one he's using, but it seems to have the same basic idea (I use filecmp, though, rather than reading the files myself, and I don't check owner/group/mode ...
Further to back up nirvana...
Written by
on
in
Tuxedo.
Continuing to toy with rdiff-backup. There's enough areas that you *don't* want to back up (or rather, don't need to, such as icon and font caches) that you wind up with some pretty hideous command-line operations if you go that route, but this post is about another need, namely the need to "compress" the storage ...
rdiff-backup with source-control and mozilla-profile handling...
Written by
on
in
Tuxedo.
Can't sleep, so thought I might do some work getting a better backup system built for our machines. I really like rdiff-backup so far, it's got the "rewind to any time" functionality I'd like, along with reasonable query features and fairly simple operation, so this:
rdiff-backup --exclude-if-present .svn --exclude-if-present .bzr --exclude-if-present CVS
pretty much does ...
Chromium is nice-ish...
Written by
on
in
Tuxedo.
I installed the Chromium daily build in order to test a site in a WebKit browser that actually had a JS debugger (see previous post). All in all, quite nice. Strangely, though, it seems much slower than Firefox 3.5 on the site I'm testing. Takes quite a while for the backgrounds and the like to ...
Suspend problems...
Written by
on
in
Tuxedo.
Since updating the Kubuntu Jaunty on my main laptop (Lenovo w500) I've lost my hard-won suspend/resume support that I had with Hardy. If I have nothing running, happy days, suspend/resume works perfectly through multiple cycles. Certain apps running, no problem suspending/resuming, but Thunderbird and Firefox, I get a dead black screen on an otherwise fully ...
Another round of fixing suspend
Written by
on
in
Tuxedo.
Seems that once again I've lost suspend with an Ubuntu update. Was working perfectly well with Intrepid, but Jaunty just gives me the old, familiar black screen on resume. Some day this silly laptop will resume properly out-of-box, but today is not that day.
Sync Thunderbird Contacts to Bluetooth Phone?
Written by
on
in
Tuxedo.
Got the Nokia 6301. I'm underwhelmed, but whatever, it's an included-with-the-plan phone. However, I can't find a good program for working with it over BlueTooth, wammu seems to be the only thing that can talk to it, but it doesn't seem to have any hooks into desktop applications (Thunderbird's what I care about) for sync. ...
Kubuntu Limping around the Corner
Written by
on
in
Tuxedo.
Have almost finished the replacement of Gentoo on the server/workstation with Kubuntu Intrepid. Reasonably straightforward install. Keyboard seems to have been mis-identified, so I don't have a down-arrow, end or home key until I reconfigure the keyboard for each login. I've seen one crash that appeared to be the nVidia drivers not wanting to go ...
Dependency Heck
Written by
on
in
Tuxedo.
Our main workstation/server at home has been doing "Bad Things"(TM) recently, mostly having KDE crash on login, random KDE applications crash when they were clicked, and generally sucking.
Have spent almost the whole day trying to fix it. This is a Gentoo box, and I'm afraid we just don't use it as a workstation much ...
Yay, 3D and Suspend Working Again
Written by
on
in
Tuxedo.
So, the trivial difference that I hadn't realized I'd changed: I apparently enabled "effects" for KDE, which turns on Compiz. With that enabled the Lenovo W500 laptop would die on resume. With it turned off, resume works with the proprietary driver and I still have the 3D acceleration for PyOpenGL hacking (when I get a ...