Slashdot Mirror


User: koreanbabykilla

koreanbabykilla's activity in the archive.

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

Comments · 117

  1. Re:My Figures on Real World Stats Show Chromebooks Are Struggling · · Score: 2

    Can you print from Chrome OS btw?

    https://www.google.com/cloudprint

  2. Re:Here's an idea on Google Trying to Lure Celebs to Google+ · · Score: 1

    me to please? christopher.david.carpenter at gmail dot com
    thanks

  3. txt of the email i sent to my representatives. ple on NH Man Arrested For Videotaping Police.. Again · · Score: 1

    I have seen abuses of power in other states, thankfully utah not one, where it is not legal to videotape a police officer at work. I would very much like federal protection of such, as I firmly belive this is critical to our society having people in power (such as the police) be accountable for their actions. i am on camera much of the time i am at work (so my employer may verify i am doing what they pay me for), how are the police i pay for different in this respect? state laws differ on this matter, but i feel this should be a federal issue. As a citizen, i feel i have the right to videotape and/or audiotape any public servant in the course of their duties. i understand you are busy, but please take my opinion into consideration. A state where we are not allowed to document the wrongdoings of the police, is by definition, a police state.
    thanks,
    xxxx xxxxxxx

  4. Re:This will turn off some portion of students on Programming Is Heading Back To School · · Score: 1

    agreed bruce. no one knows my name, but I enjoy solving real problems also. seems slashdot has gone to shit tho lol. the last few post i bothered to reply to have been yours.

  5. Re:Openness on Google Allows Carriers To Ban Tethering Apps · · Score: 1

    I hate at&t. but this is not true. I got my adb usb drivers from motorola for my backflip. no at&t involved.

  6. Re:Headline: Bad Student Work Gets Tons of Publici on An RC Car That Runs On Soda Can Rings · · Score: 1

    They got a patent on this???? TFA is really short, but this is BASIC chem shit.

    "Strong bases attack aluminium. Sodium hydroxide reacts with aluminium and water to release hydrogen gas. The aluminium takes the oxygen atom from sodium hydroxide (NaOH), which in turn takes the oxygen atom from the water, and releases the two hydrogen atoms. In this reaction, sodium hydroxide acts as an agent to make the solution alkaline, which aluminium can dissolve in. "

    http://en.wikipedia.org/wiki/Sodium_hydroxide#Reactions

    if ya just want some H2, from a reaction of a metal and a solution, seems easier to me to throw some zinc in some HCL

    Zn + 2HCl = ZnCl2 + H2

    Safety wise, I know given the choice of getting HCL or NaOH spilled on me, I would choose HCL.
    I think zinc is cheaper too.
    I KNOW HCL is cheaper. You can pick up a 55 gallon drum CHEAP at the pool supply store.

    hell, zinc and NaOH does the same thing, also.

    Zn + NaOH ----> Na2ZnO2+ H2

    Or zinc and sulfuric acid(the shit in your car battery)

    Zn + H2SO4 ==> ZnSO4 + H2

    this is HARLDY novel.
    You learn these reactions in a high scool chem class, not even AP. Where are you seeing anything about a patent bruce?

  7. Re:...download USB drivers... on Google Pulls PSX4Droid For Sony's Xperia Play · · Score: 1

    no.....get them from whoever made the phone.

  8. Re:Are three OK? on Google Pulls PSX4Droid For Sony's Xperia Play · · Score: 1

    lies. its very easy on a backflip at least....i have one. even back when there was no way to root it, ya go to motorola website, download usb drivers, install the sdk from developers.android.com,make sure enable usb debugging is checked, plug phone in, fire up a command prompt and type "adb install whatthefuckever.apk." we are talking MAYBE 10 min to set up first time and 30 seconds every time after that. anyone who is unable to do this is retarded. and at&t can suck my dick. the day i could root my phone i did and installed a rom that works on this bitch instead of that bullshit they pass off as a rom. got shit like swap on my sdcard, and ext4 partition thats symlinked to /data/apps and the same with the dalvic cache. i have close to 700 apps installed on my backflip. stock it could hold MAYBE 50. it dont take a rocket scientist to root a phone and flash a rom onto it. plus its linux, so free wifi tethering once its rooted yay! i even have debian installed on a ext partition on the drive. chroot into that bitch and its a computer. can even install tightvncserver and have X running on the fucker.

  9. Re:Genuine Advantage Validation on 1 In 3 Windows PCs Still Vulnerable To Worm Attack · · Score: 1

    it takes you 30 seconds to add mpa.one.microsoft.com 127.0.0.1 to your hosts file?

  10. Re:Screen works welll on Persistent Terminals For a Dedicated Computing Box? · · Score: 1

    yes screen -X

  11. Re:ICANN should make domains more expensive on The Beginnings of a TLD Free-For-All? · · Score: 2, Insightful

    you CAN buy a phone number... Ive seen it done by some local pizza places.

  12. Re:And Microsoft was the biggest offender. on Microsoft Designed UAC to Annoy Users · · Score: 1

    or even better sudo passwd
    then you can su

  13. Re:The site is back up now. on GoDaddy Silences RateMyCop.com · · Score: 1

    virtual hosting

  14. Re:Pictures on Child-Suitable Alternatives To Passwords? · · Score: 1

    parentel controls dont really work in windows either...proxy servers, vnc etc
    also "netsh winsock reset all" at a command prompt works on anything winsock based.

  15. easy to prevent on Number of Rogue DNS Servers on the Rise · · Score: 1

    just block outgoing dns requests from your lan interface, secure your router and make everything on your network use 10.0.0.1 (or whatever) for dns...

  16. Re:Turn off UPNP on Most Home Routers Vulnerable to Flash UPnP Attack · · Score: 1

    I have
    eth0 ---> to cable modem
    eth1 ---> to switch
    eth2 is wifi

    have a tap0 and eth1 brigded

    here is my /etc/shorewall/policy
    $FW     rflan   ACCEPT
    $FW     net     ACCEPT
    $FW     bridg   ACCEPT
    $FW     all     DROP    info
    lan     bridg   ACCEPT
    lan     all     DROP info
    rflan   all     DROP info
    tap     all     DROP info
    bridg   $FW     ACCEPT
    bridg   net     ACCEPT
    bridg   all     DROP info
    net     all     DROP
    all     all     REJECT info

    and here is /etc/shorewall/rules

    Ping/REJECT     net             $FW
    Ping/REJECT     bridg             net
    DNS/REJECT      bridg           net
    DNAT          net    bridg:10.0.0.4    tcp     49205
    DNAT          net    bridg:10.0.0.4    udp     49205
    ACCEPT          rflan:192.168.200.3     $FW     udp     1194

    then i run openvpn on port 1194 on eth2

    (if you want more details like dhcpd and openvpn let me know)
    I have no wep/wap on eth2 and I live close enough to a local university to pick up thier APs
    and I've never had anyone even successfully get a 192.168.200.x much less hack my vpn and get a 10.0.0.x with a gateway :)

  17. Re:Well duh on Court Strikes Down Age Verification For Adult Sites · · Score: 1

    kill -9 'pidof firefox'