Search

SOPA

Posted by penrod on January 11th, 2012

Contact your members of Congress by clicking here: (LINK)

Stop the Internet Blacklist Legislation

The Internet Blacklist Legislation – known as PROTECT IP Act in the Senate and Stop Online Piracy Act (SOPA) in the House – is a threatening sequel to last year’s COICA Internet censorship bill. Like its predecessor, this legislation invites Internet security risks, threatens online speech, and hampers Internet innovation. Urge your members of Congress to reject this Internet blacklist campaign in both its forms!

Big media and its allies in Congress are billing the Internet Blacklist Legislation as a new way to prevent online infringement. But innovation and free speech advocates know that this initiative is nothing more than a dangerous wish list that will compromise Internet security while doing little or nothing to encourage creative expression.

As drafted, the legislation would grant the government and private parties unprecedented power to interfere with the Internet’s domain name system (DNS). The government would be able to force ISPs and search engines to redirect or dump users’ attempts to reach certain websites’ URLs. In response, third parties will woo average users to alternative servers that offer access to the entire Internet (not just the newly censored U.S. version), which will create new computer security vulnerabilities as the reliability and universality of the DNS evaporates.

It gets worse: Under SOPA’s provisions, service providers (including hosting services) would be under new pressure to monitor and police their users’ activities. While PROTECT-IP targeted sites “dedicated to infringing activities,” SOPA targets websites that simply don’t do enough to track and police infringement (and it is not at all clear what would be enough). And it creates new powers to shut down folks who provide tools to help users get access to the Internet the rest of the world sees (not just the “U.S. authorized version”).

Senator Ron Wyden (D-OR) has placed a hold on the Senate version of the bill, taking a principled stand against a very dangerous bill. But every Senator and Representative should be opposing the PROTECT IP Act and SOPA. Contact your members of Congress today to speak out!

Personal ZFS Cheat Sheet

Posted by penrod on December 15th, 2011

Once again, I’m using my blog as my long term memory. If this stuff interests you then cool. If not, then please move along, there is nothing to see on this post….

Raid0 With Spare
zpool create tank /dev/sdb /dev/sdc /dev/sdd /dev/sde spare /dev/sdf

Raid 10 With Spare
zpool create tank mirror /dev/sdb /dev/sdc mirror /dev/sdd /dev/sde spare /dev/sdf

RaidZ With Spare
zpool create tank raidz /dev/sdb /dev/sdc /dev/sdd /dev/sde spare /dev/sdf

Status
zpool status

Snapshot
zfs snapshot tank@snapname
zfs delete tank@snapname
zfs rollback tank@snapname

Enable De-Dupe
zfs set dedup=on TimeMachine

List
zpool list

Carrier IQ – Innocent Data Gathering? Nah, maybe not…

Posted by penrod on December 1st, 2011

If you use an android phone, then this should be an important issue for you.

In mid November Trevor Eckhart posted online that software by Carrier IQ logs most key strokes and information as you use your Android or blackberry device.

http://www.youtube.com/watch?v=T17XQI_AYNo

Recently, the main stream press has picked up the story and it seems accurate.

http://www.informationweek.com/news/security/mobile/232200532

http://www.pcworld.com/article/245265-2/carrier_iq_tracking_your_questions_answered.html

http://www.forbes.com/sites/andygreenberg/2011/11/30/phone-rootkit-carrier-iq-may-have-violated-wiretap-law-in-millions-of-cases/

http://consumerist.com/2011/12/researcher-claims-software-on-many-smartphones-is-tracking-your-every-keystroke.html

Not only this, but the “Carrier IQ” website boasts that it is installed on over 140 million handsets.

http://www.carrieriq.com/

FTP/FTPS/SFTP Access Thru Firewalls

Posted by penrod on November 17th, 2011

A great article from Cisco on the perils of allowing FTP and it’s encrypted cousins through firewalls…

https://learningnetwork.cisco.com/docs/DOC-8774

VMWare Fusion / OSX Lion Crashes

Posted by penrod on August 26th, 2011

Found a solution to a problem I had where VMWare fusion crashes for me when I am using a Socks Proxy as a network path.

Source: http://communities.vmware.com/message/1799312

Quote:

We are aware of a problem between Fusion, Lion, and a SOCKS proxy. The short explanation is the version of one of the shared libraries we use seems to have issues on Lion. A workaround should be to turn off both automatic update checks and feedback (both are in VMware Fusion > Preferences).

Another possibile fix (for advanced users only!) is to back up /Applications/VMware Fusion.app/Contents/Frameworks/libcurl.4.dylib and replace it with a simlink to /usr/lib/libcurl.4.dylib . While this prevented the crash for me on a random internal build, I haven’t tried with 3.1.3, other things may break, YMMV, etc.