Difference between revisions of "Next steps"

From WebOS Internals
Jump to navigation Jump to search
(→‎Introduction: Install_OpenSSH replaced with Application:OpenSSH)
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__notoc__
 +
{{reorganize|This page is deprecated (see Introduction).}}
 +
==Introduction==
 +
The Portal [[Accessing_Linux|Accessing Linux]] links here (Set up users, Optware, and access). There, this page here is marked '''DEPRECATED'''.
 +
The topics mentioned here have been superseded with the following pages:
 +
*[[Application:Preware]] to install Preware (containing optware feeds as well)
 +
*[[Application:OpenSSH]] to install OpenSSH
 +
*[[Dropbear_Install|Dropbear Install]] to install Dropbear (alternatively to OpenSSH)
 +
*[[Setup_Bash|Setup bash]] to replace sh by bash
 +
 +
See also the other portals on the left navigation pane:
 +
#[[Portal:webOS_Applications|webOS Applications]] introduces you to the Preware application manager. A convenient programm to install further apps to your device.
 +
#[[Portal:Linux_Applications|Linux Applications]] introduces you to common linux applications, mainly contained in the optware feeds. The optware feeds can also be accessed via preware.
 +
 +
==The following is deprecated==
 
To start getting the most out of your new webOS Device you should install Preware. Continue on to the [[Application:Preware|Preware]] page. There you will see all the ways to install Preware on your device.
 
To start getting the most out of your new webOS Device you should install Preware. Continue on to the [[Application:Preware|Preware]] page. There you will see all the ways to install Preware on your device.
  

Latest revision as of 14:10, 25 July 2011

Warning: This page is deprecated (see Introduction).

Introduction

The Portal Accessing Linux links here (Set up users, Optware, and access). There, this page here is marked DEPRECATED. The topics mentioned here have been superseded with the following pages:

See also the other portals on the left navigation pane:

  1. webOS Applications introduces you to the Preware application manager. A convenient programm to install further apps to your device.
  2. Linux Applications introduces you to common linux applications, mainly contained in the optware feeds. The optware feeds can also be accessed via preware.

The following is deprecated

To start getting the most out of your new webOS Device you should install Preware. Continue on to the Preware page. There you will see all the ways to install Preware on your device.

Then go to the Optware section in Preware and install OpenSSH and OpenSSH SFTP Server from there.

Then go to the OpenSSH package homepage and read the instructions there to create an SSH key for use when accessing your phone via ssh or sftp.

If you want to access the optware command line package library, then also install the Optware Advanced Linux Command Line Installer package.

Once you are finished, you may SSH into your Pre with an SSH client like Putty:

  • Find your IP address on your Pre with CheckMyIP.com
    • In many cases, you are in a local network, but checkmyip.com gives you the WAN addess. Install whatismyip from the homebrew catalog to get your pre's ip address within the local network and use that
  • SSH to that IP address on port 22
    • If you're doing this over EVDO, there may be a lot of latency. Be patient.
    • You can optionally install Avahi and SSH to castle.local.
    • Dynamic DNS is helpful for consistently accessing the Pre over EVDO with a simple name.
  • Log in as root using the SSH key you created during the Optware installation