Slashdot Mirror


User: djc6

djc6's activity in the archive.

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

Comments · 7

  1. Re:Whew. on Intel-Powered Broadband Modems Highly Vulnerable To DoS Attack (dslreports.com) · · Score: 3, Informative

    Puma 6 chipset has been used in modems/gateways since 2012. Here is a partial list of potentially impacted products:

    Arris SB6190
    Arris TG1672G
    Arris TM1602
    Super Hub 3 (Arris TG2492LG) (commonly - virgin media)
    Hitron CGN3 / CDA / CGNV series modems:
    Hitron CDA-32372
    Hitron CDE-32372
    Hitron CDA3-35
    Hitron CGNV4
    Hitron CGNM-3552 (commonly - Rogers)
    Hitron CGN3 (eg CGN3-ACSMR) 2013 link
    Hitron CGNM-2250 (commonly - Shaw)
    Linksys CM3024
    Linksys CM3016
    TP-Link CR7000
    Netgear AC1750 C6300 AC1900
    Netgear CM700
    Telstra Gateway Max (Netgear AC1900 / C6300) (Australia) 2014 link.
    Cisco DPC3848V (eg High latency/ping to Shaw router? )
    Cisco DPC3941B / DPC3941T (commonly - Comcast Xfinity XB3)
    Cisco DPC3939
    Compal CH7465-LG / Arris TG2492LG (commonly - Virgin Media Hub 3)
    Samsung "Home Media Server"

  2. Best part - Unlimited tethering! on Ask Slashdot: Is It Worth Being Grandfathered On Verizon's Unlimited Data Plan? · · Score: 1

    The best part of being grandfathered onto the unlimited data plan with Verizon is unlimited tethering!

    I pay $29.99 for Unlimited Email & Web, and $30.00 for "4G Smartphone Hotspot" - which is also unlimited. So I get unlimited LTE tethering, which is great - I work from home so I use this to go work from the park, etc.. for a change of scenery. Use about 20GB of data per month that way.

    Downside was paying full price for an iPhone 5s.. I am thinking about buying iPhone 6 - with VoLTE I could be on the phone and tether at the same time! That was only thing keeping me from using LTE full time and getting rid of my cable modem connection.

  3. DrayTek routers on Home Router For High-Speed Connection? · · Score: 1

    I've recently discovered DrayTek routers - they're apparently popular outside of the states. The 2930 series is rated up to 70Mbps, the 2950 series 90Mbps. There might be beefier solutions in their lineup, but these are the two I was looking at. I came across them looking for a Dual-WAN router - I eventually settled on the 2930 router (non-WiFi) to load balance my Cable Modem and DSL connections. The combined upstream/downstream bandwidth on both connections was more than most entry-level Dual-WAN routers could handle.

  4. Computer Crimes division? on Best Way To Get Back a Stolen Computer? · · Score: 4, Informative

    My brother's desktop computer was stolen in NYC. He started showing up on Instant Messenger, and some young kids were using the computer and accepted a video chat request! From there I had their IP address. The detective handling the case had no idea what I was talking about, but it turns out NYC (and maybe your municipality) has a computer crimes squad. My brother contacted them directly with the IP address I retrieved, and they were able to recover the computer pretty quickly! So try and find if there is a department that handles electronic fraud, computer crimes, that sort of thing.

  5. Re:Those cursed oil companies, setting off volcano on Scientists Attempt To Calm Volcano · · Score: 2, Informative

    There may be some truth to that:

    http://en.wikipedia.org/wiki/Sidoarjo_mud_flow#Flo w

    Looks like the mud flow started eminating from an exploratory well

  6. Filename Incompatibility on 15 Things Apple Should Change in Mac OS X · · Score: 1

    My biggest 'pet peeve' is that OS X uses Decomposed Filenames (UTF-8-MAC aka UTF-8 Normalization Form D) and Everyone else uses Precomposed Filenames (UTF-8 Normalization Form C). The problem is, I have an Mac with a nice big Xserve RAID, I can't export it via NFS to Linux/Solaris/whatever clients and expect it to work. If the Linux/Solaris/etc clients try to save a file whose filename contains foreign characters, you get a Permission Denied error. I work at a University with lots of students whose primary language isn't English, so this is a big problem for us. Once we tried to move a bunch of home directories over NFS to the mac and noticed 2GB in files missing - they weren't copied because of the foriegn characters in the filename.

    http://developer.apple.com/qa/qa2001/qa1173.html

    "Most of Apple's built-in file systems use the techniques described above. Two notable exceptions are NFS and UFS. Of these, NFS is the most troublesome because NFS volumes can be shared with non-Mac clients that create files with precomposed characters in their names, and the Mac OS X NFS client does not decompose them before returning them to applications. If the user copies files from an NFS volume to your volume using a naive copy program (like the cp command line tool), the copy program will copy the files without decomposing the names. Thus your file system will by asked to create files with precomposed names. Your file system must be prepared to handle this, as described above."

    Well, I'm using HFS+ - which is not prepared to handle this :) Nor is UFS on OS X. This had made it impossible to use OS X as an NFS file server.

  7. Re:Webroot Spy Sweeper Enterprise and Lavasoft too on Spyware/Adware Prevention In Large Deployments? · · Score: 1

    Whenever I run into an applicaiton that doesn't work as a regular User, windows provides you with some great tools to see what registry keys and directories are being written to. You turn on failed registry/file auditing and see where you need to change the permissions:

    http://www.microsoft.com/resources/documentation/w indows/xp/all/proddocs/en-us/regedit_audit_key.msp x

    http://www.microsoft.com/windows2000/en/advanced/h elp/default.asp?url=/windows2000/en/advanced/help/ els_specify_filefolder_audit.htm