All entries for Sunday 20 March 2005
March 20, 2005
More distant stuff
- Thermodynamics (hopefully a non-mumbo-jumbo version)
- Stochastic Analysis/Stochastic Differential Equations
memorable
I like the word 'memorable'. It just rolls around nicely and lies down in a way that convinces me it wants to be friends.Google bescrew
Follow-up to Bescrew from All that you know
Anyone care to google the word 'bescrew'? I think that about confirms that it is certainly not a word but what a beautiful non-word!Research is a lot to do with making your work fit in
Either spend about a decade of your life putting together that stands pretty well on its own, in which case you can do whatever you please, or you have to build on stuff that people have done and in such a way that it can be extended.
Does this suck some?
F f f f f Just spend 8 hours getting the new 2.6.11 kernel to work!
Had to do the usual hacks/trial-and-errors to get access to the SATA drive.
Moved lots of stuff over to modules instead of building stuff in so had to add stuff (for the first time) to /etc/modules.autoload.d
Gonna make a note of how I got network access back when dhcpcd stopped cooperating. This is all Gentoo of course.
ifconfig eth0 137.205.72.* broadcast 137.205.71.255 netmask 255.255.255.0
(fill in the star with whatever you choose – incidentally, this could be used to change your ip address if for any reason you need to do such a thing)
route add default gw 137.205.72.1
nano -w /etc/resolv.conf
in here, type
nameserver 192.146.136.14
nameserver 192.146.136.12
You will not believe how long it too me to figure stuff out to get to here! Once you have kde running, make xconfig is much better than make menuconfig for configuring the kernel.