Domain: osnn.net
Stories and comments across the archive that link to osnn.net.
Comments · 11
-
Re:I let others support hosts & my work
Jesus, I keep digging, I keep finding more. Here is people celebrating your leaving some other tech forum in 2002. 15 fucking years ago.
http://www.osnn.net/threads/al...
The last post in the thread is the most telling:
"Yeah, he was a great help in the forum, but for clear reasons known only to him, decided that there was a hidden conspiracy or something. Sad to see him go, but we could get one of those 24 hour webcam things of grass growing to replace him. Shame really, he seemed to know what he was on about until the end. "
Which just goes to make the point that I was making in my original post - you seem to be a somewhat helpful dude, but you've been fighting a conspiracy that doesn't exist for 15 years. Or am I everyone in that thread too?
-
Re:Wouldn't it have been better...
...if they chose a platform that is more reliable than an Xbox 360.
That's right bitches, 54.2% failure rate.
that would mean and all of my xbox360 buddies must be in the other percentile... say for silent majority? I can pull %s out of my ass too but it won't be pretty.
-
Wouldn't it have been better...
...if they chose a platform that is more reliable than an Xbox 360.
That's right bitches, 54.2% failure rate.
-
Re:lacking security?
"Rule #1: Don't take security advice from an Anonymous Coward.
Rule #2: Don't follow links posted by Anonymous Cowards." - by h4lphl33tor (807472) on Thursday December 08, @10:14PM
Fair enough - but, here goes, if my words are not enough.
(Hey, it's just a website with techniques for making your Windows NT-based OS personal computer system more secure is all... if anything, it's a site to keep you from getting messed up online!)
Still, if my words aren't good enough, how about those of others?
Here, try these on for size as to the estimation of how the tips/tricks/techniques in them work:
http://www.softpedia.com/get/Tweak/System-Tweak/AP K-Internet-and-NTkXP-Speedup-Guides.shtml
(The link above is links to the articles in single .mht IE archived format & rated well there, like 4.2 of 5 by some people that rated what is on my init. URL, but instead in single file downloadable format).
http://www.osnn.net/forum/showpost.php?s=e6ccbc8bd f7a67e197b37a430d280ac7&p=288210&postcount=18
(That link is someone who apparently has used them & also noted they give techniques for stopping the RPC hole that Windows NT-based OS had recently as well... without patching the OS no less!)
APK
P.S.=> If what I wrote isn't good enough, there's the words of others regarding the content for better security of a Windows NT-based OS like 2000/XP/Server 2003, rating the content of the website URL I put up, & very well I might add... apk -
Re:Linux doesn't deserve a trademark
-
Bill Gates isn't playing this in Redmond
March of the Penguins:
http://www.ecliptic.ch/Stock/Detail/RE0908_Linux_o ver_Windows.html
http://forum.osnn.net/photopost/data/508/medium/40 Linux_Penguins1024.png
Isn't that the title of the nightmares Mr. Gates has had whenever he wakes up in a cold sweat......... -
Re:Jack of All Trades, Master of None
Sounds like you are describing a cache to disk, not something already in memory. This is the result of not enough memory to service the active processes. That is a big difference from keeping things in memory in case they are needed later.
See here for more info.. -
Re:What
That's no excuse for how lame this "story" is.
What's next?
What's the best ringtone! LOL!!1
What's the best bt client??!! LOL!!!1
Wha'ts teh candy?? LOL!!!1(pol)
What's the best advice....LOL!!1
LOL! LOL! LOL! -
Re:I'll take four
>>a clone mac was tried last year and it failed.
>If by "last year" you mean "1994", then you're correct.
I think he's referring to this. Google for 'ibox clone' for more info. -
Old news.....
-
Re:ideasHere's a partial solution to the "open in new tab" problem:
#!/bin/sh
export MOZILLA_FIVE_HOME="/usr/lib/mozilla-firefox"
ur l="$1"
if [ "x$url" = "x" ]; then
url="about:blank"
fi
if $MOZILLA_FIVE_HOME/mozilla-xremote-client -a firefox openURL\("$url",new-tab\); then
exit 0
fi
exec $MOZILLA_FIVE_HOME/firefox "$url"
</TT>
Shamelessly ripped from Here