Apple are on the right track for this type of box with the latest revision of the mac mini, having a HDMI port and a nice small form factor. If you could get a decent graphics card in there, you've got yourself a nice box.
The biggest problem here is, people really don't want another thing to plug into their TV, and in Steve's D8 interview he mentions that specifically about where the apple TV and soon to be Google TV product just don't have a way to make money. Perhaps gaming is the answer?
Yep, I have a g450 16mb card, and a sis 4mb pci card. I've had tri-head going for over a year now, and its great. Works well on 98 and in 2000 (haven't tried XP, don't really like it). And works in linux too.
It'd be nice to get an actual tri-head card, then I would be able to have a matrix setup perhaps:)
This wouldn't be very hard to track because of a few things;
a) when you register im sure they would have taken note of your "Super-Cookie" b) ip address, weither static or dynamic, with the super cookie they could track you every time you did a windows update!
I didn't know apache ran on Novell.
HTTP/1.1 302 Found
Date: Mon, 28 May 2001 22:56:25 GMT
Server: Apache/1.3.19 (Unix) PHP/4.0.4pl1 mod_ssl/2.8.1 OpenSSL/0.9.6
X-Powered-By: PHP/4.0.4pl1
I've been using computer since back when Commodore 64 was high tech (some 10 or so years ago). This was the same with one of my friends, but he had an amiga. Onto the point, its now that I'm in my last year of high school and I'm finding that, myself and my other computer related friend are much more smarter intellectually then any other of our friends. But for myself when it comes down to doing school work, I'd much rather go and sit on the computer and do anything but. (I don't play games, they don't interest me. I'd rather read slashdot.. ).
Overall I'd believe that being on the net for the last few years has given me a greater edge over most of my friends towards technology, I'm not so sure towards school tho. Maybe I'm just lazy.
Why not dig out your old C64 and put linux on that! If dreamcast can do it so can we:-)
P.S Debian's been able to run on SPARC for quite some time now.
I think it'll be funny when all of the internet becomes wireless, imaging the fun you could have with your next door neighbour if you changed frequency and send his packets off to antartica or something.
Apple are on the right track for this type of box with the latest revision of the mac mini, having a HDMI port and a nice small form factor. If you could get a decent graphics card in there, you've got yourself a nice box.
The biggest problem here is, people really don't want another thing to plug into their TV, and in Steve's D8 interview he mentions that specifically about where the apple TV and soon to be Google TV product just don't have a way to make money. Perhaps gaming is the answer?
A better way of doing this would be utilizing a bash function.
in your .bashrc put the following:
_complete_ssh_hosts ()
{
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
comp_ssh_hosts=`cat ~/.ssh/known_hosts | \
cut -f 1 -d ' ' | \
sed -e s/,.*//g | \
grep -v ^# | \
uniq | \
grep -v "\[" ;
cat ~/.ssh/config | \
grep "^Host " | \
awk '{print $2}'
`
COMPREPLY=( $(compgen -W "${comp_ssh_hosts}" -- $cur))
return 0
}
complete -F _complete_ssh_hosts ssh
complete -F _complete_ssh_hosts ping
This will allow you to ssh tab complete bashed on hosts you have already connected to and accepted their hostkeys. Also works for ping
-Brad
To somebody saying they have sh*tty broadband!
They should all be using NFS, where have they been!
LIST ME :)
check this!
Yeehaw
;)
Check out this
Yep, I have a g450 16mb card, and a sis 4mb pci card. I've had tri-head going for over a year now, and its great. Works well on 98 and in 2000 (haven't tried XP, don't really like it). And works in linux too.
:)
It'd be nice to get an actual tri-head card, then I would be able to have a matrix setup perhaps
This wouldn't be very hard to track because of a few things;
t tp://www.computerbytesman.com/privacy/supercooki edemo.htm
a) when you register im sure they would have taken note of your "Super-Cookie"
b) ip address, weither static or dynamic, with the super cookie they could track you every time you did a windows update!
Solution would be to disable the super-cookie
http://www.newsbytes.com/news/02/173662.html
h
I didn't know apache ran on Novell. HTTP/1.1 302 Found Date: Mon, 28 May 2001 22:56:25 GMT Server: Apache/1.3.19 (Unix) PHP/4.0.4pl1 mod_ssl/2.8.1 OpenSSL/0.9.6 X-Powered-By: PHP/4.0.4pl1
I've been using computer since back when Commodore 64 was high tech (some 10 or so years ago). This was the same with one of my friends, but he had an amiga. Onto the point, its now that I'm in my last year of high school and I'm finding that, myself and my other computer related friend are much more smarter intellectually then any other of our friends. But for myself when it comes down to doing school work, I'd much rather go and sit on the computer and do anything but. (I don't play games, they don't interest me. I'd rather read slashdot.. ).
Overall I'd believe that being on the net for the last few years has given me a greater edge over most of my friends towards technology, I'm not so sure towards school tho. Maybe I'm just lazy.
Why not dig out your old C64 and put linux on that! If dreamcast can do it so can we :-)
P.S Debian's been able to run on SPARC for quite some time now.
I think it'll be funny when all of the internet becomes wireless, imaging the fun you could have with your next door neighbour if you changed frequency and send his packets off to antartica or something.