Wednesday, February 20, 2013

Galaxy Nexus and Nexus 7 rules.d settings

1): Create a file in /etc/udev/rules.d called 51-android.rules
2): Fill that file with the following:

SUBSYSTEM==”usb”, ATTR{idVendor}==”04e8″, ATTR{idProduct}==”6860″, MODE=”0666″, OWNER=”your_user_name”
SUBSYSTEM==”usb”, ATTR{idVendor}==”18d1″, ATTR{idProduct}==”4e42″, MODE=”0666″, OWNER=”your_user_name”


restart the udev service

Thursday, January 24, 2013

Rich Block Poor Block

A really interesting site, using data from the census, on a per zip code basis (I think)

http://www.richblockspoorblocks.com/

Wednesday, January 23, 2013

Compiling Altera Libraries for Modelsim DE

One thing I do rarely is compile Altera libraries for simulation, and when I have to it involves web searching.  Anyway, now it is appearing here so I don't have to think about it anymore

This example compiles the altera_mf.v file into a library.  Update the path accordingly, as of this moment I am using quartus 11.1.  The main thing is paying attention to where altera_mf.v can be found


vlib altera_mf_ver
vmap altera_mf_ver altera_mf_ver
vlog -work altera_mf_ver C:/altera/11.1/quartus/eda/sim_lib/altera_mf.v

Sunday, January 13, 2013

Juniper VPN, Network Connect, and Linux

I need to use Juniper VPN and Network Connect to remote to my work's network.  Network Connect chooses to use 32-bit java, which upsets most 64-bit systems.  Don't worry, it won't actually tell you this, it will just crash randomly

The following forum solved most of my issues.  Basically you are installing a 32-bit browser with a 32-bit java plugin, after which Network Connect will well, connect

http://ubuntuforums.org/showthread.php?t=2067521