Difference between revisions of "Sisters Additional Software and Configuration"

From wikidb
Jump to: navigation, search
(Install)
(Openssh required for Fetch and ssh on Mac.)
 
(11 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
=== 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/ Turtlebot3 ssh referene]
 
   sudo apt-get install openssh-server -
 
   sudo apt-get install openssh-server -
 +
maybe
 +
  sudo apt-get install openssh-client -
 +
 +
=== NoMachine ===
 +
 +
* [[Nomachine]]
 +
 +
=== aptitude ===
 +
 +
  sudo apt-get install aptitude
 +
 +
=== LXTerminal ===
 +
 +
Easy to set fonts. Maybe it needs to run in the lightdm (Light Display Manager) or LXDE (Lightweight X11 Desktop Environment) to show functional toolbar and scroll bars. These are currently running on hood and rainier.
 +
 +
  sudo apt install lxterminal
 +
 +
Configuration file can be found at
 +
 +
  ~/.config/lxterminal/
  
 
=== Mouse Pad Disable ===
 
=== Mouse Pad Disable ===
  
* [https://itsfoss.com/disable-touchpad-when-mouse-used Disable Touchpad]
+
Doesn't work
 +
 
 +
* [https://itsfoss.com/disable-touchpad-when-mouse-used Automatic Disable Touchpad]
  
  
Line 20: Line 42:
 
   20  sudo apt install touchpad-indicator
 
   20  sudo apt install touchpad-indicator
 
   21  history
 
   21  history
 +
 +
It is supposed to appear on the upper taskbar after boot but it isn't there. Can get it started by typing
 +
 +
  touchpad-indicator
 +
 +
* left click on icon
 +
*    Preference menu item -> Actions tab -> modify top switch
 +
 +
Doesn't work.

Latest revision as of 11:49, 15 March 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 -

maybe

 sudo apt-get install openssh-client -

NoMachine

aptitude

 sudo apt-get install aptitude

LXTerminal

Easy to set fonts. Maybe it needs to run in the lightdm (Light Display Manager) or LXDE (Lightweight X11 Desktop Environment) to show functional toolbar and scroll bars. These are currently running on hood and rainier.

 sudo apt install lxterminal

Configuration file can be found at

 ~/.config/lxterminal/

Mouse Pad Disable

Doesn't work


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

It is supposed to appear on the upper taskbar after boot but it isn't there. Can get it started by typing

  touchpad-indicator
  • left click on icon
  • Preference menu item -> Actions tab -> modify top switch

Doesn't work.