Difference between revisions of "ClydeNUC Setup"

From wikidb
Jump to: navigation, search
(Created page with "== Proxy == * /home/eepp/.bashrc * /etc/environment")
 
(Install)
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Proxy ==
+
= Now Hood =
  
* /home/eepp/.bashrc
+
== Configuration ==
* /etc/environment
+
* Ubuntu 14.04 LTS Trusty Tahr
 +
* ROS Indigo
 +
* ROS Jade
 +
 
 +
== Install ==
 +
 
 +
* Ubuntu Install
 +
** [[Rainier_NUC]]
 +
* Ubuntu Setup monifications
 +
** Computer name: clyde
 +
** account: eepp - Ed C. Epp
 +
* Applications
 +
** emacs
 +
** lxde
 +
** apache2
 +
** opensh-server
 +
** aptitude
 +
* ROS
 +
** [[Asus_1000_ROS_Install]]
 +
** [[Clyde NUC ROS Install Jade]]
 +
** [http://wiki.ros.org/ROS/Tutorials Tutorials]
 +
* Phidgets
 +
** [[Phidgets Installation]]
 +
=== When I was working with Android Studio ===
 +
 
 +
* Java
 +
**  [https://www.digitalocean.com/community/tutorials/how-to-install-java-on-ubuntu-with-apt-get Java Install]
 +
      sudo apt-get update
 +
      java -version
 +
      sudo apt-get install default-jre
 +
      sudo apt-get install default-jdk
 +
 
 +
* MTP for Android Tablets - To Finish
 +
** [https://ubuntuforums.org/showthread.php?t=2226702 MTP Insall]
 +
 
 +
  sudo apt-get install libmtp-common mtp-tools libmtp-dev libmtp-runtime libmtp9
 +
 
 +
  sudo diff fuse.conf.org fuse.conf
 +
      8c8
 +
      < #user_allow_other
 +
      ---
 +
      > user_allow_other

Latest revision as of 15:47, 15 February 2017

Now Hood

Configuration

  • Ubuntu 14.04 LTS Trusty Tahr
  • ROS Indigo
  • ROS Jade

Install

When I was working with Android Studio

     sudo apt-get update
     java -version
     sudo apt-get install default-jre
     sudo apt-get install default-jdk
  sudo apt-get install libmtp-common mtp-tools libmtp-dev libmtp-runtime libmtp9
 
  sudo diff fuse.conf.org fuse.conf
      8c8
      < #user_allow_other
      ---
      > user_allow_other