Slashdot Mirror


User: computergeek1200

computergeek1200's activity in the archive.

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

Comments · 23

  1. Re:DNS Ad-blocking on Banner Ad on Myspace Serves Adware to 1 Million · · Score: 2, Insightful

    I agree that public dns servers can be a security risk. Is is possible to get a blocklist and add it to the dns server automatically. (instead of manually creating new zones and host records)

  2. Re:DNS Ad-blocking on Banner Ad on Myspace Serves Adware to 1 Million · · Score: 1

    If that is true, I would like to see the email. Please send it to ads@calgarycomputerfix.com. I am also interested in advertising domains that are not blocked on my server.

  3. DNS Ad-blocking on Banner Ad on Myspace Serves Adware to 1 Million · · Score: 5, Informative

    My solution to solve this problem is to block the domains of the servers that host these ads such as (pagead2.googlesyndication.com) by using a dns server. This is better than firefox ad-blocking or most other systems. This system prevents any connection to the advertising server. I have a dns server for ad-blocking that is publicly avaiable at 68.147.32.114.

    Click here to see if you configured your dns properly.
  4. Re:Horrible on DIY 4 GHz Dual Core Gaming Rig For $720 · · Score: 1

    I agree raid0 drives for the storing the games and then use a dedicated drive for the os. If you have 1gb or more, I would disable the paging file. Otherwise, I would also put it on a dedicated drive (old 250mb+ hdd).

  5. Remember the slashdot poll on Making Sense of Software EULAs · · Score: 1

    On the slashdot poll, most people said that they did not read the eula. I was one of them. Hopefully software compaines will not quiz you on the eula before installing the software. :(

  6. PIN's lack security on PIN Scandal 'Worst Hack Ever' · · Score: 1

    PIN numbers are should be larger. 4 digits 0-9 is way too small. There should be a max of at least 15 digits.

  7. This is an old vulneribility on Windows Wireless Networking Flaw Identified · · Score: 1

    The Wireless Zero Configuration service (WZC) Ad-Hoc vulneribility is a very old one. I knew about this for a long time before this article came out. There is also a vulneribility that will allow you to acquire the wireless keys on WZC. The program wzcook.exe which is part of aircrack will give you the keys for the wireless networks that are stored by the WZC.

  8. Similar to Star Trek on Is SETI a Security Risk? · · Score: 1

    This is similar to the Star Trek Voyager episode Friendship One. Sometime before the Federation a probe is sent out to tell aliens about earth. If the Borg intercepted the probe, Earth would likely be assimilated.

  9. Hopefully WEP will be outlawed on Unsecured Wi-Fi to Become Illegal? · · Score: 1

    WEP is the very insecure and can be cracked in 8 hours
    for more on the wireless take a look at this page from my website Wireless Security

  10. Re:My reasons on Why Do You Block Ads? · · Score: 1

    If the bandwidth is an issue, imagine how much bandwidth would be wasted on a large network loading ads

  11. Great, less unwanted software on 180 Solutions Cuts Back on Spyware Installs · · Score: 1

    I hope that this does reduce the amount of unwanted 3rd party software on program installers. If you do have this junk on your computer, I recommend Ad-Aware.

  12. ad blocking via hosts file on Why Do You Block Ads? · · Score: 1, Informative

    The hosts file is good for ad blocking if you put the domain names of the advertising sites with the localhost IP and have netcat listen for connections from an IP other than local host with the capital "L" (nc -L -p 80 22.43.133.93) and then have a hosts file like this:

    127.0.0.1 pagead2.googlesyndication.com
    127.0.0.1 media.fastclick.net
    127.0.0.1 cdn1.tribalfusion.com
    127.0.0.1 cdn5.tribalfusion.com
    127.0.0.1 itxt.vibrantmedia.com
    127.0.0.1 geek.salary.com
    127.0.0.1 spe.atdmt.com
    127.0.0.1 a.tribalfusion.com
    127.0.0.1 images.webattack.com
    127.0.0.1 ad.doubleclick.net
    127.0.0.1 altfarm.mediaplex.com
    127.0.0.1 a.as-us.falkag.net
    127.0.0.1 adlog.com.com
    127.0.0.1 www.layermedia.com
    127.0.0.1 global.msads.net
    127.0.0.1 ca.rd.yahoo.com
    127.0.0.1 us.a1.yimg.com
    127.0.0.1 us.i1.yimg.com
    127.0.0.1 assets.bravenet.com
    127.0.0.1 www.bravenetmedianetwork.com
    127.0.0.1 accipiter.speedera.net
    127.0.0.1 banner.oddcast.com
    127.0.0.1 view.atdmt.com
    127.0.0.1 content.yieldmanager.com
    127.0.0.1 ipods.freepay.com
    127.0.0.1 ad.yieldmanager.com
    127.0.0.1 adsfac.net
    127.0.0.1 cdn.mediaplex.com
    127.0.0.1 img-cdn.mediaplex.com
    127.0.0.1 adfarm.mediaplex.com
    127.0.0.1 links.industrybrains.com
    127.0.0.1 a248.e.akamai.net
    127.0.0.1 network.realmedia.com
    127.0.0.1 nx-adv.bookclubservices.ca
    127.0.0.1 www.burstnet.com
    127.0.0.1 servedby.advertising.com
    127.0.0.1 realbannerads.com
    127.0.0.1 srs.targetpoint.com

    More infomation on this system will be available on my site sometime in the future
    I will also release a beta version of a hosts file based ad blocking system
    http://s010600609736b3d7.cg.shawcable.net/tech

  13. The hosts file is great for ad blocking on Why Do You Block Ads? · · Score: 0

    The hosts file is good for ad blocking if you put the domain names of the advertising sites with the localhost IP and have netcat listen for connections from an IP other than local host with the capital "L" (nc -L -p 80 22.43.133.93) and then have a hosts file like this:

    127.0.0.1 pagead2.googlesyndication.com
    127.0.0.1 media.fastclick.net
    127.0.0.1 cdn1.tribalfusion.com
    127.0.0.1 cdn5.tribalfusion.com
    127.0.0.1 itxt.vibrantmedia.com
    127.0.0.1 geek.salary.com
    127.0.0.1 spe.atdmt.com
    127.0.0.1 a.tribalfusion.com
    127.0.0.1 images.webattack.com
    127.0.0.1 ad.doubleclick.net
    127.0.0.1 altfarm.mediaplex.com
    127.0.0.1 a.as-us.falkag.net
    127.0.0.1 adlog.com.com
    127.0.0.1 www.layermedia.com
    127.0.0.1 global.msads.net
    127.0.0.1 ca.rd.yahoo.com
    127.0.0.1 us.a1.yimg.com
    127.0.0.1 us.i1.yimg.com
    127.0.0.1 assets.bravenet.com
    127.0.0.1 www.bravenetmedianetwork.com
    127.0.0.1 accipiter.speedera.net
    127.0.0.1 banner.oddcast.com
    127.0.0.1 view.atdmt.com
    127.0.0.1 content.yieldmanager.com
    127.0.0.1 ipods.freepay.com
    127.0.0.1 ad.yieldmanager.com
    127.0.0.1 adsfac.net
    127.0.0.1 cdn.mediaplex.com
    127.0.0.1 img-cdn.mediaplex.com
    127.0.0.1 adfarm.mediaplex.com
    127.0.0.1 links.industrybrains.com
    127.0.0.1 a248.e.akamai.net
    127.0.0.1 network.realmedia.com
    127.0.0.1 nx-adv.bookclubservices.ca
    127.0.0.1 www.burstnet.com
    127.0.0.1 servedby.advertising.com
    127.0.0.1 realbannerads.com
    127.0.0.1 srs.targetpoint.com

    More infomation on this system will be available on my site at some time
    Http://S010600609736b3d7.cg.shawcable.net/tech

  14. This is so easy to bypass on Flash Memory with Copy Protection · · Score: 0

    It is easy to bypass by placing the file inside an encrypted file then distributing the encrypted file with a password. I do this to send exe files over email and MSN

  15. Just use one long password on Too Many Passwords · · Score: 0

    I think that it is better to remember one long string of characters instead of remembering a bunch of passwords.
    My old password was:
    erihjt9hjnvsiudb9i0943ujgsdojnoa

  16. Re:Security should be taked more seriously on Computer Security Still Totally Inadequate · · Score: 0

    the link changed: click here

  17. Bittorrent is a great filesharing program on BitTorrent Gets $8.75M From Venture-Capital Firm · · Score: 0

    Bittorrent is in my opinion better that kazaa or limewire for downloading when you get a good torrent file. I am glad to see a program that can be used for pircay receiving financial support. This is good news compared to limewire blocking unliscenced content and the new anti piracy lab.

  18. Great! less porn on the net on FBI Agents Put New Focus on Deviant Porn · · Score: 1

    I am glad that the FBI is going to do more to get rid of porn. I used to recieve pornographic spam on my email. It can also be a nuisence with p2p downloading. Sometimes you get porn when you are looking for legitimate content. Glad to be rid of it.

  19. Usually idiots fall for this on Poisoned Torrents Plague Mybittorrent · · Score: 0, Offtopic

    Most of these files are files are small in size usually 1mb and therefore easily to detect. Some of these are exe files which is an obvious red flag. For this reason, I think that this is not a big problem. People should know better than to download a movie that is 52k in size.

    I also recommend using a seperate computer for downloading. This is a good idea for security because if the computer gets infected, you can just reinstall without damaging your main computer. The other benefit is that it does not use the resources of you main computer

  20. limewire expect to lose a lot of users on LimeWire to Block Copyrighted Work · · Score: 1

    I expect that limewire will lose a lot of users because almost all of the files that I download to not have licenses. I think that many people will quit using limewire if this licensing thing goes through. I certainly will. If there are less files available, there is no reason to continue using it. Considering that limewire is free, and the other filesharing programs are also free, there is no reason to continue using limewire and i expect a sudden drop of users when the licensing comes online. I would recommend as an alternative torrentreactor.net .to or .com

  21. Security should be taked more seriously on Computer Security Still Totally Inadequate · · Score: 1

    Security is not given as much attention as it deserves. Most wireless networks are unencrypted. some people do not apply patches, use firewalls, or have good security practises. This site proves my point because they do not use SSL for the login. This means that someone can obtian your username and password. The polls should require login to stop people from changing their ip addresses. In my opinion wireless is usually not setup properly. Wireless access points should not use WEP and should use WPA intead. I have a video clip from the news about wireless security from my site.

  22. Re:Dear MPAA on Movie Studios Unveil New Anti-Piracy Lab · · Score: 1

    I completely agree. I use this vulneribility when I want to copy protected content. Copy protection is completely useless.

  23. There is a simple solution to copy protection on Artist Suggesting Ways Around Copy Protection · · Score: 1

    Just play the audio into a recorder by connecting the headphone port to the microphone port.