Difference between revisions of "Sisters Additional Software and Configuration"

From wikidb
Jump to: navigation, search
(Install)
Line 3: Line 3:
 
== Install ==
 
== Install ==
  
 +
=== emacs ===
 
   sudo apt-get install emacs
 
   sudo apt-get install emacs
  
Openssh required for Fetch and ssh on Mac.
+
=== Openssh required for Fetch and ssh on Mac. ===
 +
 
 
* [http://learn.turtlebot.com/2015/02/01/7/ ssh]
 
* [http://learn.turtlebot.com/2015/02/01/7/ ssh]
 
   sudo apt-get install openssh-server -
 
   sudo apt-get install openssh-server -
 +
 +
=== Mouse Pad Disable ===
 +
 +
* [https://itsfoss.com/disable-touchpad-when-mouse-used Disable Touchpad]
 +
 +
 +
  18  sudo add-apt-repository ppa:atareao/atareao
 +
  19  sudo apt update
 +
  20  sudo apt install touchpad-indicator
 +
  21  history

Revision as of 12:44, 7 January 2019

Additional Software Loaded

Install

emacs

 sudo apt-get install emacs

Openssh required for Fetch and ssh on Mac.

 sudo apt-get install openssh-server -

Mouse Pad Disable


  18  sudo add-apt-repository ppa:atareao/atareao
  19  sudo apt update
  20  sudo apt install touchpad-indicator
  21  history