Go to TogaWare.com Home Page. GNU/Linux Desktop Survival Guide
by Graham Williams
Duck Duck Go



CLICK HERE TO VISIT THE UPDATED SURVIVAL GUIDE

SSH Terminal in a Browser

MindTerm is invoked with something like https://alpine.togaware.com/ssh.After wajig install mindterm be sure to

  # cd /var/www
  # ln -s /usr/share/mindterm/ ssh

which makes it immediately available (assuming you are running a http server such as apache).

This supports both the external ssh pop up window and the internal (to the browser) ssh window. No problems with terminal types here. Although the default internal terminal is a bit too narrow for my liking. I extend it to 80 chars by editting /usr/share/doc/mindterm/index.html, and setting width=850 in the applet element. Note that you can also change the font if you wish:

  <applet archive="mindterm.jar" 
          code=mindbright.application.MindTerm.class 
          width=850 height=400>
    <param name=fn value="blah">
  </applet>


Support further development by purchasing the PDF version of the book.
Other online resources include the Data Science Desktop Survival Guide.
Books available on Amazon include Data Mining with Rattle and Essentials of Data Science.
Popular open source software includes rattle and wajig.
Hosted by Togaware, a pioneer of free and open source software since 1984.
Copyright © Togaware Pty Ltd. . Creative Commons ShareAlike V4.