I'm a geek
Posted: Tue Apr 06, 2004 1:32 am
Thanks to Jim (a new member) I was able to revive that Linksys wireless router tonight. Since I bought a new one the only thing I could think of to do with it is to turn it into another web server. :) I threw a copy of OpenWRT on it and hacked it a little. I copied the main page and the redhat/fedora tips from the void site over to it along with associated images. I linked back to the main site for most of the other stuff on the page. There surely are pages that have broken links but it's past my bedtime and I'll spruce it up later.
"top" memory stats shows:
4460K used
10004K free
0K shared
536KB buff
1564K cached
11 processes are running
disk free:
cpuinfo:
Wow, look at all them bogomips!
Here's the site (everything on port 81 is on the Linksys):
http://voidmain.is-a-geek.net:81/
Now I got 10MB of free memory to play with. I should be able to run all kinds of stuff!
"top" memory stats shows:
4460K used
10004K free
0K shared
536KB buff
1564K cached
11 processes are running
disk free:
Code: Select all
# df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/root 928 928 0 100% /rom
/dev/mtdblock/4 2176 436 1740 20% /
Code: Select all
# cat /proc/cpuinfo
system type : Broadcom BCM947XX
processor : 0
cpu model : BCM4710 V0.0
BogoMIPS : 82.94
wait instruction : no
microsecond timers : yes
tlb_entries : 32
extra interrupt vector : no
hardware watchpoint : no
VCED exceptions : not available
VCEI exceptions : not available
dcache hits : 1678095948
dcache misses : 14013018
icache hits : 1505200861
icache misses : 55352131
instructions : 1561309301
Here's the site (everything on port 81 is on the Linksys):
http://voidmain.is-a-geek.net:81/
Now I got 10MB of free memory to play with. I should be able to run all kinds of stuff!