Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

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

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