calum.org:~#

Page 8 of 20


PFS in Firefox

Posted on:

During an SSL negotiation, SSL clients suggest a list of ciphers to the server, but the server can pick one with lower security than you'd perhaps like. If you want to ensure that Firefox only uses PFS-enabled ciphers to connect to websites, you can ...

Enjoyable development

Posted on:

I feel very fortunate to be working where I'm working at the moment. We've reached a really nice spot in our development techniques, methods, tools, etc. I work in a small part of a large corporation writing services to support our products. The serv...

Video games

Posted on:

On the bus the other day, I was sat in front of an elderly couple, and overheard them talking about the stabbing of a teacher in school. One of them mentioned that they'd heard "the killer played violent video games", with the implication that this w...

jconsole remote connections

Posted on:

jconsole (and visualvm) can be used to attach to running JVMs, to give information about CPU, threads, memory, and retrieve and change JMX values. Local Running jconsole on the same machine as the running JVM is easiest. It finds a list of running J...

Peer's certificate has an invalid signature. (solved)

Posted on:

I used to use StartSSL for my free SSL certificates, but they expire each year, and I'm lazy. So I created my own certificate authority, and certificates. This site uses them. In my Apache config, I've specified that only TLS and DHE-DSS-AES256-SH...

Plunkett and Macleane

Posted on:

Just been reminded what a good film Plunkett and Macleane is. It's a gritty, quirky British film about some highwaymen from 1740-something. It's got it all. Loads of great lines - ("You fool! I could have been killed!" "You were." BANG), quite a li...

24-hour news channels

Posted on:

The more I see of 24-hour news, the more I dislike them. The BBC has always been fairly un-flashy when it came to TV news, which is great. The "normal" news - i.e. not on BBC News 24 isn't cluttered with scrolling stuff, or flashing swooping things ...

WARNING: These drives may corrupt large files AND THIS FIRMWARE VERSION IS AFFECTED

Posted on:

Something made me think I'd just check that smartmontools was running on my laptop. /etc/init.d/smartd status smartd is stopped Hmm. /etc/init.d/smartd start Starting smartd: [ OK ] chkconfig smartd on ...

F1

Posted on:

Fool me once, shame on you. Fool me twice, shame on me. After almost every F1 race I watch, I think how dull it is, and how I'm not going to watch any more races. Then the next one comes along, and I think I'll watch it, because *this* one might be ...

Exposing a soundcard on a KVM host to a guest

Posted on:

I'm having some trouble at the moment. I've got a KVM host, which has a soundcard in it, and I'm trying to expose it to a guest. host # lspci | grep -i audio 00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller ...