Archive for the ‘Operating Systems’ Category

Comments Off

I stumbled across a very unusual problem. I have one computer with a number of big files from 1Gb to 10 Gb. The files are dd images of some disk partitions. md5sum, sha1sum and sha256sum hashes are

Sony does not provide driver and software for this VAIO laptop for Windows XP. Google for ‘intel fingerprint driver’ gave a link to

Comments Off

Mozilla Thunderbird 2.0.0.22 on Gentoo amd64 would not start. It gives an error: /usr/lib64/mozilla-thunderbird/mozilla-xremote-client: Error: Failed to send command: 500 command not parseable Re-emerging world did not fix the problem. Solution: Run Thunderbid in safe mode $ thunderbird -safe-mode After that Thunderbird starts OK in normal mode.

Is GlusterFS any good?..

Posted: 22nd July 2009 by as in Distributed File Systems, Linux

GlusterFS description sounds very promising: easy configurable, fault tolerant distributed file system. It promises petabytes of storage on a single name space on a commodity hardware. It implements mirroring and stripe modes which makes it possible to store big files over a set of smaller storage servers. The question is how easy the system can [...]

Gnome MP3 audio profile

Posted: 16th June 2008 by renumbus in Blogroll, Linux
Comments Off

To rip to mp3 format I use the following settings in gnome-audio-profiles-properties audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=0 quality=0 vbr=4 vbr-min-bitrate=192 vbr-quality=2 ! xingmux ! id3v2mux Hope it helps.