Saturday, 21. November 2009, 10:55:16
I use vim (a lot) and I've finally decided to put my vim settings on line. If you have a black (or dark background and you're using python a lot there are my settings:
:set background=dark
:set hlsearch
:set expandtab
:set tabstop=4
:set shiftwidth=4
:set list
:set lcs=tab:¬\
Sunday, 19. October 2008, 17:24:52
Unfortunately this is linux-world.
Sunday, 19. October 2008, 16:14:16
Yes that's annoying! I use the AA1 while in bed
in a silent environment and the spinning fan is really
loud (in relative terms, of course).
First be sure you've got installed my identity key:
There is the rpm to use to stop the noisy thing:
- If you haven't done this before install the identity key
- Install the rpm
For reference this is the source
patch-fan-0.0.1-7.src.rpm
Sunday, 19. October 2008, 13:30:12
Ok, my second day with the AA1: overall I'm very please with it.
Few bits must be fixed so I decided to publish few rpms
(point and click installing file) in order to clean up a bit the
system.
Because I don't want to fiddle with the command line, I've decide
to prepare few rpm packages. In order to give the bare minimum safety
I've decide to signe all the packages: this means you need to
install my key.
WARNING: This involves a lot of trust: you accept the fact
I won't accept any responsibility for any damage to your system
or any loss of data.First you need to install my public key: although it is not
necessary it will garantee your system won't be tampered.
If somebody has changed the rpm package the installer
will warn you and you should
NOT install it.
To install the public key:
- Download The key into the Downloads directory
- Bring up the launcher Alt+F2
- Type: sudo rpm --import ~/Downloads/gpg-certificate.txt
- Install this rpm antonio-aa1-0.0.1-11.i386.rpm
Sunday, 19. October 2008, 09:09:11
I've got the ONE!Yes and it's a Linux machine. The impressions so far:
- It's small
- It's noisy
- Despite being Linux it just (almost) works!
- Its Fedora core 8 based
Monday, 12. November 2007, 20:53:56
This is a patch for the samsung R20 laptop wireless driver. The Samsung R20 is quite a nice (and cheap) machine to run under linux. I use it under OpenSuSE 10.3 with no big issues. The only annoying bit is the wireless driver: the card should be an Atheros of some kind. The bad news is that is not recognised by default. The good news (there is always one!) the reason is because has some non standard device id not matching the
madwifi driver code. To get it running you first need the svn source code and the patch
1madwifi-samsung-r20.dif:
- $> svn checkout http://svn.madwifi.org/madwifi/trunk madwifi [/*]
- $> cd madwifi
- $> patch -p1 < madwifi-samsung-r20.dif
- $> make