
What's wrong with this keyboard?

cd /usr/src/sys/i386/conf
cp GENERIC LAPTOP
vi LAPTOP
There are two things to change in this file then we can move to compiling and installing the new and improved kernel.ident LAPTOP
options SCHED_ULEThat's all there is to it. I certainly hope that it works.
:%s/.*/(&)/g
For those unfortunate souls out there who do not have a clue about what this might be, this regular expression global substitution command will enclose all lines in the current file within parentheses.
:g/^/mo0
I'm just sawing swiftly through the book Learning the vi and Vim Editor and learning all kinds of nifty stuff to make my editing sessions even more efficient.
Dealing with a really large database and keeping your web-based service scalable can be quite a challenge.
One thing you might want to consider in order to improve performance is to prevent Unix from updating atime (last access time) at every read/write.
This is done by adding the noatime flag when mounting the file system associated with the database and/or files being accessed alot.
Adding this flag will give you a tremendous boost in read and write capacity, so why not give it a try and see what happens?
Reference: Building Scalable Web Sites by Cal Henderson.
The fine folks at Computer Clinic were able to repair my busted laptop, so I am a happy computer geek once again.
As it turns out, they had to take the machine completely apart, re-solder some pins on the mother board, re-connect the voltage outlet, put everything back together again, and reset the power supply.
Nice folks there, and it only cost me 65 euros, which is much much cheaper than having to buy a new laptop (even if the one I have is almost four years old it works just fine for now, although subconsciously I'm hoping for some excuse to purchase another one).
My trusty Dell Inspiron 8200 laptop is busted. If I press the power switch, nothing happens.
I took it to Computer Clinic and sure hope that they can fix it.
This week I was pleasantly surprised by the arrival from Amazon of the latest Spring in Action book.
First two chapters alright, the chapters after that getting a bit too heavy duty for me.
Since it's been awhile since I did any really serious Java programming, I'm a bit rusty in this area and need to refresh some more in order to appreciate this book much better.