Posted on July 26, 2009, 19:42, by glendale2x, under
General.
It just came across NANOG that AT&T is filtering (on DSL accounts) content. The only one I’m aware of at this writing is 4chan. I won’t disagree that some questionable stuff comes across there, but I do object to AT&T deciding what content is allowed over their services. Don’t like 4chan? Then don’t go there. [...]
Posted on June 18, 2009, 16:32, by glendale2x, under
General.
Congressman has bill ready to give FTC veto on ISP data caps FTA: In a press conference today, Massa reiterated both of these, saying that “volume-based pricing is detrimental to our economy,” and highlighting how doctors who tried to work from home could have been hit hard by the usage fees. So, internet access should [...]
Posted on June 4, 2009, 15:45, by glendale2x, under
General.
FTC Sues, Shuts Down N. Calif. Web Hosting Firm And it looks like there’s a noticeable effect, although not as immediate as the McColo shutdown. I never see the mail pool load balancer CPU go this low during the day, especially on a weekday. Bandwidth did not change nearly as noticeably, but the load balancer [...]
Posted on June 3, 2009, 19:00, by glendale2x, under
General.
Working on Linux kernel serial drivers is not something I normally do – or have ever actually done before – but I found myself needing to update a kernel module last month to compile under the 2.6.26 serial driver model. It turned out to be a success, so I’ve decided to share it with anyone [...]
Posted on May 27, 2009, 16:17, by glendale2x, under
General.
UPS Ground packages make it from Las Vegas, NV to Reno, NV by way of Utah. I wonder if anyone ever drives to Vegas using crazy out of the way routes like this because they stick to interstates. Central Nevada’s roads are actually in damn good condition; typically better than the interstates.
Posted on May 18, 2009, 09:07, by glendale2x, under
General.
I can across this that’s worth sharing regarding LVM snapshot performance pitfalls. The trick is chunk sizes, although ultimately it’s still copy-on-write. http://www.nikhef.nl/~dennisvd/lvmcrap.html I never use LVM snapshots long term anyway; just freeze fs, snapshot, unfreeze fs, do whatever, destroy snapshot. Another trick is to put the snapshot on a physically separate device from the [...]
Posted on May 15, 2009, 09:33, by glendale2x, under
General.
Here’s a lesson to everyone out there: backups mean keeping your data offline, not on another server connected to the internet. http://news.bbc.co.uk/2/hi/technology/8049780.stm Online backups (such as through rsync) can be good for supplemental backups, but should not be relied on alone if what you’re backing up is really really really really important.