KernelTrap, OS/kernel, Linux, FreeBSD, Life, NetBSD, GNU/Hurd, OpenBSD, Applications/tools, Other, Nothing, Me, Personal, Linux, FreeBSD

Scroll Mouse in Slackware 9

Submitted by xwings
on September 10, 2003 - 7:02pm

Get imwheel from : http://jcatki.dhs.org/imwheel/



As usual ,

./configure && make && make install :)



No life huh ? But better than double click setup.exe



Edit : /etc/X11/XF86Config

     Section "InputDevice"
     Identifier "Mouse1"
     Driver "mouse"
     Option "Protocol" "IMPS/2"
     Option "Device" "/dev/mouse"
     Option "Emulate3Buttons" "false"

Sample File : /etc/dhcpd.conf

Submitted by xwings
on September 10, 2003 - 6:44pm

File Name : /etc/dhcpd.conf

This Is a very standard dhcpd configuration file.
Included how to fix a IP address for a system and
added a range of domain name server.

************************* /etc/dhcpd.conf **********************
ddns-updates on;
ddns-update-style ad-hoc;
option domain-name-servers 10.0.0.1, 202.188.0.133, 202.188.1.5;
option subnet-mask 255.255.255.0;
option routers 10.0.0.1;

Robert Love: 10 Sep 2003

kernel:


Still bitching over how to "solve" the interactivity problems. People seem pretty happy with Con's latest patch, but I still prefer a solution without the interactivity estimator, such as Nick Piggin's. Oh well.



64-bit dev_t support seems to be almost there, if not there. I smell 2.6.0 soonish.



procps:


procps 2.0.15 is out. Lots new -- this is a good release. New vmstat(8), with an O(1) algorithm, I/O wait support, unit selection, removal of the dumb "swapped" field, and oh-so-much cleaner code. Also new pmap(1), with new features, Solaris-like formatting, and a GPL license (replacing a BSD-like license).

Theodore Ts'o: friends_looking_for_work--;

So my friend Stacey received a job offer this week, and her employer is paying for to go the Geekcruise next week. It'll definitely be nice to have her along on the cruise. And I've set things up so that she, Phil Karn and his wife, and I will be seated together at the dining room. Very Cool.

Now, to convince more of my fr

John Levon: 9 Sep 2003

Tried out the latest garnome (which is fairly close
to Gnome 2.4 I think). After fixing the wrong URLs
and installing all the extra base dependencies,
got it running.

A little better than the last time I tried. Screws up the desktop icons, the fonts and menus.

You still can't cycle through workspaces in metacity

Theodore Ts'o: Bicycling again

I went bicycling for three hours today, going through Winchester, Arlington, Lexington, and Bedford for a total of 32 miles. Given that this is the longest I've ridden in probably at least 7-8 years, I'm surprised how well my bicycling muscles seem to have survived intact.

My bicycle seems to have been in pretty good shape. I had Ace Wheelworks give it a checkup, and it came back with a clean bill of health.

David Woodhouse: 5 Sep 2003

Wheee. At last Evolution can handle getting at IMAP servers by running a command and using its stdin/stdout, out of the box. I no longer have to maintain my own build just to have it do what pine, mutt and others have been doing for years -- just 'ssh $mailserver exec imapd' and let ssh-agent handle authentication, and ssh itself handle the magic it has to do to log into boxen on remote internal networks by running 'ssh $bastionhost netcat $internalmailserver 22' instead of connecting directly.

Robert Love: 2 Sep 2003

Unleash the fury, Mitch (aka, my book):



I wrote a book, Linux Kernel Development. It is a fun and practical guide to the design of the new 2.6 kernel, with an eye toward allowing the reader to learn enough to get some real work done.



Look for it in fine book sellers everywhere, this coming Monday (8 Sept 2003).

Daily DragonFly release snapshots

Submitted by gmicsko
on August 31, 2003 - 6:46am

Daily DragonFlyBSD release snapshots (from Simon 'corecode' Schubert) available over HTTP and FTP. More info (links) here.

David Woodhouse: 31 Aug 2003

Am I just getting crankier in my old age, or is the general intelligence of the world's population really declining?


A few years I ago I'm sure I didn't notice so many people displaying such incompetent usage of the English language -- now there are even signs in supermarkets with crap like "10 items or less" and some people don't even understand what's wrong with that.

David Woodhouse: 27 Aug 2003

Called Three to ask about data services -- after all, the whole point in 3G phones is that you'll get data connectivity which doesn't suck as much as GPRS, right?

They aren't offering data services.

They have no current plans to do so.

Er, so what's the point?

Fucking Useless Telco.

David Woodhouse: 24 Aug 2003

The email flood seems to be fairly easily stemmed by a few simple rules.


First, don't accept mail without a Message-ID.

Second, don't let mailing lists accept bounce messages (i.e. messages with empty MAIL FROM:<>)

Third, enable sender verification callouts; also for recipients if your machine is MX backup for anyone.

There's been no vir{uses,ii} and only one 'bounce' get through to the linux-mtd list, and that one was because some vegetable managed to configure a virus checker to send its bounces as real messages instead of bounces -- either through cluelessness or in an attempt to add mail loops to the fun which is already being had by all. Abuse@upstream duly notified.

Theodore Ts'o: Insulin level hacking

I've been measuring my weight, body fat, blood pressure/pulse, blood sugar, amount of exercise, and amount of sleep every morning, and I've found it useful and interesting to be paying attention to this level of data on a continuing basis. It's pretty clear for example, that exercise has direct correlation to my morning fasting blood sugar levels. If I don't do much exercise (only 30 minutes a day once or twice a week), keeping all else (diet, mediciation, etc.) constant, my morning blood sugar levels are between 100 and 110. If I am actively exercising (> 45 minutes most days of the week), my morning blood sugar levels decline to the low 90's.

[FUN] Frostbite in a heatwave

Submitted by rajshekhar
on August 16, 2003 - 11:46pm

I read this news at smh.com.au. A man got a frostbite on his toes when he was driving in a heatwave. He was driving with his toes too close to the air conditioning of his car on the 400 km journey from London to Manchester. He had taken off his shoes and socks while on the drive.

Its lucky that he is not planning to sue the car maker for "not warning me on the dangers of living too close to the air conditioner".

Helping out the TLDP

Submitted by rajshekhar
on August 15, 2003 - 3:46pm

I was going through the documents submitted to the TLDP, which are in progress . A lot of the documents do not make it beyond the first draft stage. They just lie there cyber rotting.

I know that it takes a lot of effort to write something, but when we volunteer for something, we have to take time out for it. Some of the proposals are really good, but still they are only proposals. It would be nice if the authors could make some effort to complete the project or hand it over to someone else.