kde-4.1.85 and soon kde-4.1.87 for slackware-current/testing

hosted on http://cardinal.lizella.net/~vbatts/ i’ve put the latest build of kde-4.1.85 for slackware (if you on -current, have un-installed kde-3.5.10 and have installed kde4 from /testing).

just download the deps and the 4.1.85 directory, then

upgradepkg –install-new */*.tgz

i had done this version a little bit ago and had forgotten to blog it, i also realize that 4.1.87 came out on Jan 01, i will publish it shortly.

Share

bipartisan integration !!

so i have been frustrated for some time that OSX 10.5 does not play well with standard linux nfs mounts. this is quite disheartening since that’s the back bone of the infrastructure.

but today! on a whim i googled for ‘sshfs osx’ and bam!

http://www.pqrs.org/tekezo/macosx/sshfs/

it did require a reboot, but the mounting is done as user, and is as easy as

mac:~ vbatts$ mkdir ~/storage
mac:~ vbatts$ /Applications/sshfs/bin/mount_sshfs -L vbatts@media: ~/storage

the ‘-L’ follows symlinks, which is helpful for my setup

cheers!

vb

Share