{"id":807,"date":"2010-01-28T21:41:29","date_gmt":"2010-01-29T05:41:29","guid":{"rendered":"http:\/\/www.jerslife.com\/word\/?p=807"},"modified":"2014-04-06T18:49:32","modified_gmt":"2014-04-06T22:49:32","slug":"linux-ubuntu-notes","status":"publish","type":"post","link":"http:\/\/www.jerslife.com\/word\/linux-ubuntu-notes","title":{"rendered":"Linux (Ubuntu) Notes"},"content":{"rendered":"<h2>Houdini<\/h2>\n<p>Installing Houdini 10 on Ubuntu 9.04 was pretty simple. Extract the TAR file and run the installer with<br \/>\n<code>sudo houdini.install<\/code><br \/>\nThe options let you decide which license server to install, as well as whether or not to create the start menus for you.<\/p>\n<p>Once Houdini is running have to remember to disable the Alt hotkey in the Window Manager control panel, otherwise your Alt+clicks will not work. This can also be completed with the Compiz Settings Manager in 12.10, but it needs to be installed first.<\/p>\n<p><code>sudo apt-get install compizconfig-settings-manager <\/code><\/p>\n<h2>Shake 4.1 (64 bit)<\/h2>\n<p>Here&#8217;s the stripped down simple instructions for installing Shake 4.1 on Linux, specifically, tried this on Ubuntu 10.10. More details can be found <a href=\"http:\/\/ubuntuforums.org\/showthread.php?t=1264840\">here<\/a>.<br \/>\n<code>mkdir -p \/usr\/nreal<br \/>\ncat shake-linux-v4.00.0607.tgz | (cd \/usr\/nreal; tar zxvf -)<br \/>\nln -s \/usr\/nreal\/shake-v4.00.0607 \/usr\/nreal\/shake2<br \/>\n<\/code><br \/>\ninstall getlibs from&#8230;<br \/>\n<a href=\"http:\/\/frozenfox.freehostia.com\/cappy\/\" target=\"_blank\">http:\/\/frozenfox.freehostia.com\/cappy\/<\/a><br \/>\n<code><br \/>\nsudo getlibs -32 libXext.so.6<br \/>\nsudo apt-get install csh<\/code><\/p>\n<p>Besides the <strong>libX11.so.6.2.0<\/strong> =&gt; <strong>libX11.so.6<\/strong>, you will also need <strong>libXi.so.6<\/strong> =&gt; <strong>libXi.so.6.0.0<\/strong>. You can get this from the <strong>libxi6_1.2.1-2ubuntu1_i386.deb<\/strong> package. Details <a href=\"http:\/\/ubuntuforums.org\/showthread.php?t=1448839\">here<\/a>.<br \/>\n<code>\/usr\/nreal\/shake2\/bin\/shake<\/code><\/p>\n<h2>Keyboard &amp; Mouse Setup<\/h2>\n<p>After a reboot and test of the new key, I <a title=\"Utilizing Multi-Button Mice\" href=\"https:\/\/help.ubuntu.com\/community\/ManyButtonsMouseHowto\">remapped my mouse buttons with some help here<\/a>.<\/p>\n<p>I first use &#8220;xinput list&#8221; to get the name of the device.<\/p>\n<p>I next use &#8220;xev&#8221; to find out what my mouses Middle and Thumb button positions were (2 &amp; 9). In the command below, positions 2 &amp; 9 have a value of 2, which is equal to my middle mouse button. Yup, I want two middle mouse buttons, so I can alternate when I feel like it.<br \/>\n<code>xinput set-button-map \"Evoluent Vertical Mouse 2\" 1 2 3 4 5 6 7 8 2<\/code><\/p>\n<p>And for my IntelliMouse Optical (best mouse EVAH!!)<br \/>\n<code>xinput set-button-map \"Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)\" 1 2 3 4 5 6 7 2 2<\/code><br \/>\nTo save my wrists from tension, I&#8217;m lowering the mouse speed.<br \/>\n<code>xinput -set-prop \"Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)\" \"Device Accel Constant Deceleration\" 1.5<\/code><\/p>\n<p>Trackball settings for left and right-handed use. Hmmm&#8230; a shell script file for switching hands would be even better&#8230;<br \/>\n<code>xinput -set-prop \"Logitech USB Trackball\" \"Device Accel Constant Deceleration\" 1.5<br \/>\nxinput set-button-map \"Logitech USB Trackball\" 1 2 3 4 5 6 7 2 1<\/code><\/p>\n<h2>Joystick \/ Gamepad<\/h2>\n<p>Found <a title=\"Setup for various joysticks n gamepads\" href=\"http:\/\/www.ubuntugeek.com\/how-to-set-up-a-gameportgamepad-or-joystick-in-ubuntu.html\">this link<\/a> which contains info on how to install Microsoft SideWinder digital joysticks and gamepads (along with many others.<br \/>\n<code>sudo modprobe sidewinder<\/code><\/p>\n<p>Microsoft xbox controller then the command is<\/p>\n<p><code>sudo modprobe xpad<\/code><br \/>\nthen<br \/>\n<code>jscalibrator<\/code><\/p>\n<h2>Skype<\/h2>\n<p>Next step&#8230; getting Skype to work properly. I can use my microphone, but noticed that Skype isn&#8217;t receiving any input. I&#8217;m hearing that I should first <a href=\"PulseAudio%20Fixes%20&amp;%20System-Wide%20Equalizer%20Support\">install Pulse Audio<\/a>.<\/p>\n<p>Hmmm&#8230; so now I can still record (luckily) but not in Skype. Gah! K, now for <a title=\"Skype Linux sound FAQ\" href=\"http:\/\/forum.skype.com\/index.php?showtopic=4489\">Skype&#8217;s Linux sound FAQ<\/a>.<\/p>\n<p>More specifically, I&#8221;m going to try <a title=\"Skype V2 and Pulse Audio\" href=\"http:\/\/forum.skype.com\/index.php?showtopic=101484\">this thread that talks about Skype V2 and PulseAudio support<\/a> (the solution seems to be downgrading..<\/p>\n<h2>Wacom Intuos4 drawing tablet<\/h2>\n<p>Lastly (I hope) I needed to get my new Wacom Intuos4 tablet working. The Wacom drivers built in to the 9.04 build work with all devices, prior to the Intuos4. Luckily, I didn&#8217;t have to run through the full install of the latest drivers supplied at the <a title=\"Linux Wacom Project @ Sourceforge\" href=\"http:\/\/linuxwacom.sourceforge.net\/\">Linux Wacom Project<\/a>. I only needed to compile some of the files and replace existing ones. <a title=\"Wacom Intuos4 on Ubuntu 9.04\" href=\"http:\/\/ubuntuforums.org\/showthread.php?t=1215979\">This info was very helpful<\/a> in getting everything working. Specifically I used the &#8220;animone&#8221; post to get the Wacom pen working. However, I have not yet <a href=\"http:\/\/ubuntuforums.org\/showthread.php?t=1120029&amp;page=10\">setup the pad<\/a>.<\/p>\n<p>Running a dual monitor setup, I wanted to restrict the tablet stylus to the left screen. According to <a title=\"wacom matrix transforms\" href=\"http:\/\/ubuntuforums.org\/showthread.php?t=1656089\">this thread<\/a> (thx <a title=\"blog for 3D Blender artist\" href=\"bensimonds.com\/2011\/05\/25\/setting-up-dual-monitors-with-a-wacom-tablet-on-ubuntu-11-04\/\">Ben Simmons<\/a>), I had to do a matrix transform. Luckily, I didn&#8217;t have to do any math to get it to restrict it to the primary monitor.<\/p>\n<p><code>xinput set-prop \"Wacom Intuos4 6x9 stylus\" --type=float \"Coordinate Transformation Matrix\" 0.5 0 0 0 1 0 0 0 1<\/code><\/p>\n<p>or, if you want to use your Wacom on the right monitor:<\/p>\n<p><code>xinput set-prop \"Wacom Intuos4 6x9 stylus\" --type=float \"Coordinate Transformation Matrix\" 0.5 0 0.5 0 1 0 0 0 1<\/code><\/p>\n<p>You can even get a little creative by having the eraser control one monitor and the stylus controls the other. Just use &#8220;<em>Wacom Intuos4 6&#215;9 eraser<\/em>&#8221; instead.<\/p>\n<p>Firefox<\/p>\n<p>First, gotta get the <a title=\"middle mouse scroll @ ubuntuforums\" href=\"http:\/\/ubuntuforums.org\/showthread.php?t=478418\">middle-mouse scroll enabled<\/a> so I can casually slide down the pages. You might have to <a title=\"middle mouse doing wierd things? linuxforums\" href=\"http:\/\/www.linuxforums.org\/forum\/linux-applications\/24446-firefox-middle-mouse-button-scroll-wheel-click-problem.html\">first disable the auto lookup URL thingy<\/a>. While lookin around also found out about the middle-mouse paste. Nummy : <strong><em>middlemouse.paste<\/em><\/strong><\/p>\n<h2>Synergy &#8211; Control the Desktop of Two Computers.<\/h2>\n<p>To install it I just ran <em>apt-get synergy<\/em> to install it. I then used <a title=\"Ubuntu Synergy How-To\" href=\"https:\/\/help.ubuntu.com\/community\/SynergyHowto\">these instructions<\/a> to setup and run the server.<\/p>\n<h4>Simon &#8211; Simple Speech Recognition<\/h4>\n<p>Hmm, judging by <a title=\"Simon walk-through\" href=\"http:\/\/www.youtube.com\/watch?v=x_9ImaiOISs\">this demo<\/a>, it doesn&#8217;t look like it&#8217;s really &#8220;speech recognition&#8221;, but &#8220;voice commands&#8221;&#8230; ? Will have to look into further.<\/p>\n<h4><strong>Plastic Animation Paper<\/strong><\/h4>\n<p>Trying to get Plastic Animation Paper working on linux is going to be a bit tricky. I can see that already. There are minor issues with the Wacom tablet, but much larger issues with the sound drivers. Also, noted that with 9.04, PAP couldn&#8217;t find the libstdc++5 libraries, but I got the package <a title=\"for Lenny (non-64 bit system)\" href=\"http:\/\/packages.debian.org\/lenny\/libstdc++5\">here<\/a> and all is good.<\/p>\n<p>So, with the sound stuff, it appears that I&#8217;m not the only one having issues.<\/p>\n<p>I think I&#8217;ll just stick with <strong><a href=\"http:\/\/www.pencil-animation.org\/\">Pencil<\/a><\/strong> for now at is suits my animation needs&#8230; on Linux.<strong> <\/strong>Just came across this <strong><a href=\"http:\/\/mypaint.intilinux.com\/\">MyPaint<\/a><\/strong> app too.<\/p>\n<h2>USB Network Card (DLink DWA-130 v B1)<\/h2>\n<p>Used <a href=\"https:\/\/help.ubuntu.com\/community\/WifiDocs\/Driver\/Ndiswrapper\">this link<\/a> in order to download the necessary ndiswrapper packages from another computer that had internet.<\/p>\n<p>DLink had the drivers on <a title=\"dlink\" href=\"http:\/\/www.dlink.ca\/products\/?tab=3&amp;pid=DWA-130&amp;rev=DWA-130_revB\">their website<\/a>, including 64 bit versions.<\/p>\n<p>Then made sure to blacklist the built-in drivers that might conflict, using <a href=\"https:\/\/help.ubuntu.com\/community\/WifiDocs\/Driver\/Ndiswrapper\">this link<\/a>, <a href=\"http:\/\/www.linuxquestions.org\/questions\/linux-hardware-18\/wireless-usb-device-dwa-130-on-ubuntu-583189\/\">and this one<\/a>.<br \/>\n<code><br \/>\necho -e \"blacklist bcm43xx\\nblacklist b43\\nblacklist b43legacy\\nblacklist ssb\" | sudo tee -a \/etc\/modprobe.d\/blacklist<br \/>\nblacklist rt2400<br \/>\nblacklist rt2570<br \/>\n<\/code><br \/>\nNot sure if I needed this, but I put the below lines in, based on <a href=\"http:\/\/ubuntuforums.org\/showthread.php?t=943848\">this thread<\/a>.<br \/>\n<code>sudo gedit \/etc\/NetworkManager\/nm-system-settings.conf<\/code><br \/>\nunder [ifupdown], change <code>managed=true<\/code><\/p>\n<h2>Copy CD\/DVD<\/h2>\n<p>Fire you must unmount the drive that you plan to copy, i.e. :<\/p>\n<p><code>sudo umount \/dev\/sr0<\/code><br \/>\nnext you can use readom to make an iso image of the drive.<\/p>\n<p><code>readom dev=\/dev\/sr0 f=~\/Desktop\/myImage.iso<\/code><\/p>\n<h2>Shared Network Folders<\/h2>\n<p>When right-clicking a folder on the server machine and trying to share it, it will automatically ask you if you want to install the services for sharing. Do it!<\/p>\n<p>Next, you will need to install smbfs on the client in order to mount to this new share.<br \/>\n<code>sudo apt-get install smbfs<\/code><br \/>\nFinally, we will need to create a folder then mount to this newly created folder.<br \/>\n<code>mkdir ~\/othertunes<\/code><\/p>\n<p>sudo smbmount \/\/192.168.1.14\/music ~\/othertunes -o username=bill,password=nooneknows,uid=1000,mask=000<br \/>\nSo that both machines have the same relative references, I can make a symbolic link. For example, on the server machine I would type the following command.<br \/>\n<code>ln -s ~\/music ~\/othermusic<\/code><br \/>\n<a href=\"http:\/\/ubuntuforums.org\/showthread.php?t=280473\">This thread<\/a> seems to be a good location for tips on mounting shares and securities.<\/p>\n<h2>Zipped Files &#8211; Staying Compatible with Windows Systems<\/h2>\n<p><code>sudo apt-get install p7zip<\/code><\/p>\n<h2>Compiz<\/h2>\n<p>Compiz is installed by default in 10.10, but you have to activate the extra plugins in order to get the sphere of awesomeness.<br \/>\n<code>sudo apt-get install compiz-fusion-plugins-extra<\/code><br \/>\nFor Ubuntu 12.10 (specifically to disable the Alt-Click window movements) I installed the compiz settings manager.<br \/>\n<code>sudo apt-get install compizconfig-settings-manager<\/code><\/p>\n<h2>terminal shell cheat sheets<\/h2>\n<p><a href=\"http:\/\/www.pixelbeat.org\/cmdline.html\">http:\/\/www.pixelbeat.org\/cmdline.html<\/a><br \/>\n<a href=\"http:\/\/files.fosswire.com\/2007\/08\/fwunixref.pdf\">http:\/\/files.fosswire.com\/2007\/08\/fwunixref.pdf<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Houdini Installing Houdini 10 on Ubuntu 9.04 was pretty simple. Extract the TAR file and run the installer with sudo houdini.install The options let you decide which license server to install, as well as whether or not to create the start menus for you. Once Houdini is running have to remember to disable the Alt [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[15,508,755,69,781,81,443,390],"class_list":["post-807","post","type-post","status-publish","format-standard","hentry","category-software-hardware","tag-3d","tag-64-bit","tag-collection","tag-houdini","tag-how-to","tag-linux","tag-shell","tag-ubuntu"],"_links":{"self":[{"href":"http:\/\/www.jerslife.com\/word\/wp-json\/wp\/v2\/posts\/807","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.jerslife.com\/word\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.jerslife.com\/word\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.jerslife.com\/word\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.jerslife.com\/word\/wp-json\/wp\/v2\/comments?post=807"}],"version-history":[{"count":68,"href":"http:\/\/www.jerslife.com\/word\/wp-json\/wp\/v2\/posts\/807\/revisions"}],"predecessor-version":[{"id":3995,"href":"http:\/\/www.jerslife.com\/word\/wp-json\/wp\/v2\/posts\/807\/revisions\/3995"}],"wp:attachment":[{"href":"http:\/\/www.jerslife.com\/word\/wp-json\/wp\/v2\/media?parent=807"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.jerslife.com\/word\/wp-json\/wp\/v2\/categories?post=807"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.jerslife.com\/word\/wp-json\/wp\/v2\/tags?post=807"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}