Slashdot Mirror


User: Dj-Zer0

Dj-Zer0's activity in the archive.

Stories
0
Comments
35
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 35

  1. I'd like to see if this actually works on Tearing Down China's Great Firewall · · Score: 1

    We had dealt with the great china firewall many times because they even simply block our company users in china from even checking their email, we setup proxy servers and after couple of hits they get blocked again, so i am not sure if this idea is going to work because what we had to do ultimatly is to setup servers in china for emails, so unless these folks and planing to make an tar -cfv www.tar.gz http://*.*/ and then put it inside a server in china i doubt it will work, because they have wat too many people watching these traffic in china. They could easily analysize the protocol that is being used and get a fringerprint to match anytime when a call is made to block the connection.

    dont get me wrong i am all for freedom of speach but from my networking background you still have the single point of control of bandwidth at the possesion of chinese government, unless someone going to pull some private fiber into china or get on some satetlite based connections, making an replica of the WWW is your best bet.

    well thats my 2cents,

  2. Keyboard is Korean on New VAIOs Made of Carbon Fiber · · Score: 2, Informative

    Guys

    Maybe you need to fdisk and replace the keyboard.. or stick some stickers along to make the keys english. Not that you need to but makes it easier at times

  3. Re:So we can teach the H1-Bs kids !!! on IBM Training Employees To Leave IBM? · · Score: 2, Informative

    Dude What the heck your saying "So we can teach the H1-Bs kids !!!" Just because the uncle sam came up with a new terminology for imigrants who comes to fulfil their american dream there are just good as you folks who can vote and gets paid more, further more unless your a native american some time ago in in the early days your grand dad or his dad came to this country with the same mindset. Just because back then none of this berocracy didn;t exisit doesnt mean people on H1-B is any differnt from them.

  4. Re:My own experience on Hacking Hotels 101 · · Score: 1

    Thats weird, so your saying their Ethernet is not switched right, and probably is using a HUB ? otherwise how can it be possible the stupid thing is broadcasting all over,, or is the DB server located at the broadcast IP. hmmmmmmmmmmmmm

  5. Re:Security through obscurity on Hacking Hotels 101 · · Score: 1

    I agree, There are many companies in the coorperate world today talks about security but dont do security, they get paniced and buy the most expensive firewall when they hear someone try to break in but there is no maintaining, i think alot of companies out there need to take Application & Network security little more seriously.

  6. Re:I will help YOU get a JOB! (Programming puzzles on Programming Puzzles · · Score: 1

    number 9 cant u just select unique rows import it to another table ? more like DISTINCT ( but i dont think access can do DISTINCT though i am not sure,

  7. I dont think this is just an EA thing, on EA Games: The Human Story · · Score: 1

    I think this is probably every where in the software industry, as far as i see it as long as you get taken care well, then it should be ok, i can say this because i am single, and i dont know if i ever could even do a decent date if i work like this, but i like what you said "live to work" or "work to live" honestly i dont know what i am doing right now,

  8. whats wrong with sql ? on An Alternative to SQL? · · Score: 1

    i dont think there is anything wrong with sql, if one to talk about optimization then thats simply something to do with the sql engine they use, if you think joins are sloppy then reconsider properly setting up proper indexes,

  9. Re:My Simple Solution on Blocking SiteFinder Service · · Score: 1

    continue... in WINdows you can simply do a route add 12.158.80.10 YOUR_PC_IP METRIC n IF n you wont be able to put a gateway to a differnt metric or controler but there is always a route that sets your ip address pointing to your IP address which is the same Metric and IF for route 0.0.0.0 so use that Metric and IF when you add this route.

  10. My Simple Solution on Blocking SiteFinder Service · · Score: 1

    i am totaly against this site finder &#@*&# here is what i did.. i added a static route for ip 12.158.80.10 with my PC IP address as the gateway. this will simply create a timeout when ever your pc tries to access 12.158.80.10 .. might not be the best solution for the problem but since i have no control over my dns this was a simply and easy trick.