ConvolutedTheory The pants!

13Jan/091

Slight downtime

Sorry about the downtime today. There were some config changes that apparently broke things. Doh.

Tagged as: 1 Comment
11Jan/090

Linux tip of the day: Super fast SCP file copies.

SCP is a great way to copy files from somewhere to somewhere else, but as we all know it can be slower than (insert slow metaphor here). Here's a way you can get way speedier(really a word?) transfers using scp.

scp -c arcfour -C sourcefile desthost:

Yay! I posted.

Tagged as: , No Comments
3Jan/091

Charging your Blackberry Pearl in Linux

Recently, I was looking for a way to charge my Pearl under Linux, and stumbled across this project: Barry .. Well thats nice and all  (as a matter of fact I may install it when I get home to sync my BB), but right now, I just want to charge it! Barry has a small app included called bcharge that sets your USB port to 500mA (the power level that the BB expects when you plug it in).

I've repackaged the bcharge app and the headers, and you can get it here: bcharge.tgz

To compile, make sure you've got at least g++ and libusb installed, and then do:

tar xvzf bcharge.tgz
g++ -o bcharge bcharge.cc -lusb

And then just run bcharge a la: ./bcharge  and your Blackberry should be off and charging!

   

ConvolutedTheory is Digg proof thanks to caching by WP Super Cache