<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Superduperpre</id>
	<title>WebOS Internals - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Superduperpre"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/Superduperpre"/>
	<updated>2026-04-15T18:08:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Next_steps&amp;diff=5554</id>
		<title>Talk:Next steps</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Next_steps&amp;diff=5554"/>
		<updated>2009-09-09T03:56:16Z</updated>

		<summary type="html">&lt;p&gt;Superduperpre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This script method does not seem to account for accessing SSH via USB instead of EVDO or Wifi. I don't believe it sets up the firewall correctly to allow USB0. --[[user:SagaciousB|SagaciousB]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
AND WHERE EXACTLY DO I TYPE THIS INTO?  WHAT PROGRAM, IF IN CMD WINDOW, WHERE? - [[User:Srlake314|Srlake314]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I edited the article to include a link to info re: getting the bash correct: &amp;quot;Only the default shell (/bin/ash) will work for ssh. To change your shell to bash (located in /opt/bin/bash after the install), you will have to [http://www.webos-internals.org/wiki/Setup_Bash create] an /etc/shells file, and add the following lines:&amp;quot; [[User:superduperpre|superduperpre]]&lt;/div&gt;</summary>
		<author><name>Superduperpre</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Next_steps&amp;diff=5553</id>
		<title>Next steps</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Next_steps&amp;diff=5553"/>
		<updated>2009-09-09T03:55:24Z</updated>

		<summary type="html">&lt;p&gt;Superduperpre: /* Finishing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''The old, manual setup of Optware and users can be found [[Setting_up_optware_feed | here]].''&lt;br /&gt;
&lt;br /&gt;
=Automated Setup of Optware, Users and Access=&lt;br /&gt;
The webOS community asks that users who have obtained access to the Linux subsystem install a standard set of software  to ensure everyone has the necessary tools in place to use the resources the community is providing.&lt;br /&gt;
&lt;br /&gt;
In particular, this includes the Optware package manager.  Palm's webOS uses the ''ipkg'' package manager internally.  The community has a version of ''ipkg''  called  ''ipkg-opt'' which accesses the Optware library of over 1300 Linux programs available for installation on the Pre. &lt;br /&gt;
&lt;br /&gt;
Palm has indicated that they have no intention of using the /opt directory, so we direct our installs to /opt/bin rather than /bin to avoid being overwritten  by future Palm software upgrades. &lt;br /&gt;
&lt;br /&gt;
In addition, the standard package  creates a non-root user, installs ''sudo'', and includes a SSH program (''Dropbear'') and SFTP program. &lt;br /&gt;
&lt;br /&gt;
For your convenience, we've packaged all this up into a simple script.&lt;br /&gt;
&lt;br /&gt;
==Optware Setup==&lt;br /&gt;
&lt;br /&gt;
===Installing Optware in the Emulator?===&lt;br /&gt;
If you're attempting to install these packages to your emulator, you must first add sufficient space by [[Adding_Disks_to_the_Emulator|enabling a virtual disk]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After completing the process of obtaining access to your Pre, do the following: &lt;br /&gt;
&lt;br /&gt;
'''Type each line exactly as it appears.  Copying and pasting is probably a good idea.''' &lt;br /&gt;
&lt;br /&gt;
''Note to Windows Putty users:  To paste in putty, simply right-click and the program pastes into the terminal whatever you have copied to the clipboard.''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt;&lt;br /&gt;
 cd /tmp&lt;br /&gt;
 wget http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh&lt;br /&gt;
 #Alternately you can use this tiny url http://tinyurl.com/n8q2vy&lt;br /&gt;
 sh optware-bootstrap.sh&lt;br /&gt;
 source /etc/profile.d/optware&lt;br /&gt;
&amp;lt;/source&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Follow the on-screen instructions.  &lt;br /&gt;
&lt;br /&gt;
If you want to review the script before you run it, you can look here: &lt;br /&gt;
&lt;br /&gt;
[http://gitorious.org/webos-internals/bootstrap/blobs/master/optware-bootstrap.sh http://gitorious.org/webos-internals/bootstrap/blobs/master/optware-bootstrap.sh]&lt;br /&gt;
&lt;br /&gt;
==Quilt setup==&lt;br /&gt;
&lt;br /&gt;
Optionally, you can then install the ''quilt'' patch manager which allows multiple-file patches.  (Yes, the pun was intentional. Quilt manages multiple patches.)  This installation process has also been packaged into a simple script. It will install quilt, and all of its dependencies, and create a local clone of the WebOS-Internals patch repository. [[Applying_Patches | Applying Patches]] provides a more thorough guide on the use of quilt.&lt;br /&gt;
&lt;br /&gt;
'''Again, type each line exactly as it appears.  Copying and pasting is probably a good idea.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt;&lt;br /&gt;
 cd /tmp&lt;br /&gt;
 wget http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/quilt-bootstrap.sh&lt;br /&gt;
 sh quilt-bootstrap.sh&lt;br /&gt;
&amp;lt;/source&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to review the script before you run it, you can look here: &lt;br /&gt;
&lt;br /&gt;
[http://gitorious.org/webos-internals/bootstrap/blobs/master/quilt-bootstrap.sh http://gitorious.org/webos-internals/bootstrap/blobs/master/quilt-bootstrap.sh]&lt;br /&gt;
&lt;br /&gt;
==Finishing==&lt;br /&gt;
&lt;br /&gt;
To finish off, turn Developer Mode back to &amp;quot;Off&amp;quot; (which will reboot your Pre).&lt;br /&gt;
&lt;br /&gt;
Once you are finished, you may SSH into your Pre with an SSH client like [http://www.chiark.greenend.org.uk/~sgtatham/putty/ Putty]:&lt;br /&gt;
*Find your IP address on your Pre with [http://checkmyip.com/ CheckMyIP.com]&lt;br /&gt;
**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&lt;br /&gt;
*SSH to that IP address on port 222&lt;br /&gt;
**If you're doing this over EVDO, there may be a lot of latency.  Be patient.&lt;br /&gt;
**You can optionally install [[Avahi]] and SSH to &amp;lt;tt&amp;gt;castle.local.&amp;lt;/tt&amp;gt;&lt;br /&gt;
*Log in with the username and password you created during the Optware installation&lt;br /&gt;
**Many operations cannot be carried out with the permissions of that username.  You'll need to [[Basic_Linux_Use#sudo|sudo]] those operations with the new username's password&lt;br /&gt;
&lt;br /&gt;
Only the default shell (/bin/ash) will work for ssh. To change your shell to bash (located in /opt/bin/bash after the install), you will have to [http://www.webos-internals.org/wiki/Setup_Bash create] an /etc/shells file, and add the following lines:&lt;br /&gt;
&lt;br /&gt;
 /bin/ash&lt;br /&gt;
 /bin/sh&lt;br /&gt;
 /opt/bin/bash&lt;br /&gt;
&lt;br /&gt;
Then you will be able to edit /etc/passwd and change the shell parameter for the user you created. Note that if you try to change your shell without adding an /etc/shells the SSH server (Dropbear) will look like it is rejecting your password on subsequent connections.&lt;/div&gt;</summary>
		<author><name>Superduperpre</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Next_steps&amp;diff=5552</id>
		<title>Talk:Next steps</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Next_steps&amp;diff=5552"/>
		<updated>2009-09-09T02:08:14Z</updated>

		<summary type="html">&lt;p&gt;Superduperpre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This script method does not seem to account for accessing SSH via USB instead of EVDO or Wifi. I don't believe it sets up the firewall correctly to allow USB0. --[[user:SagaciousB|SagaciousB]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
AND WHERE EXACTLY DO I TYPE THIS INTO?  WHAT PROGRAM, IF IN CMD WINDOW, WHERE? - [[User:Srlake314|Srlake314]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;To change your shell to bash (located in /opt/bin/bash after the install), you will have to create an /etc/shells file, and add the following lines&amp;quot; How exactly does one create this /etc/shells file? same as creating a directory (mkdir)? and then we just &amp;quot;add the following lines&amp;quot; to the putty terminal? &lt;br /&gt;
&lt;br /&gt;
What about editing the page the page to include information which allows users to &amp;quot;create an /etc/shells file&amp;quot;? &lt;br /&gt;
&lt;br /&gt;
Perhaps this edit would work?... &amp;quot;Only the default shell (/bin/ash) will work for ssh. To change your shell to bash (located in /opt/bin/bash after the install), you will have to [http://www.webos-internals.org/wiki/Setup_Bash create] an /etc/shells file, and add the following lines:&amp;quot; [[User:superduperpre|superduperpre]]&lt;/div&gt;</summary>
		<author><name>Superduperpre</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Next_steps&amp;diff=5551</id>
		<title>Talk:Next steps</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Next_steps&amp;diff=5551"/>
		<updated>2009-09-09T02:07:16Z</updated>

		<summary type="html">&lt;p&gt;Superduperpre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This script method does not seem to account for accessing SSH via USB instead of EVDO or Wifi. I don't believe it sets up the firewall correctly to allow USB0. --[[user:SagaciousB|SagaciousB]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
AND WHERE EXACTLY DO I TYPE THIS INTO?  WHAT PROGRAM, IF IN CMD WINDOW, WHERE? - [[User:Srlake314|Srlake314]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;To change your shell to bash (located in /opt/bin/bash after the install), you will have to create an /etc/shells file, and add the following lines&amp;quot; How exactly does one create this /etc/shells file? same as creating a directory (mkdir)? and then we just &amp;quot;add the following lines&amp;quot; to the putty terminal? &lt;br /&gt;
&lt;br /&gt;
I suggest editing the page the page to include what this information which allows users to &amp;quot;create an /etc/shells file&amp;quot;. Perhaps this edit would work? &amp;quot;Only the default shell (/bin/ash) will work for ssh. To change your shell to bash (located in /opt/bin/bash after the install), you will have to [http://www.webos-internals.org/wiki/Setup_Bash create] an /etc/shells file, and add the following lines:&amp;quot; [[User:superduperpre|superduperpre]]&lt;/div&gt;</summary>
		<author><name>Superduperpre</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Next_steps&amp;diff=5550</id>
		<title>Next steps</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Next_steps&amp;diff=5550"/>
		<updated>2009-09-09T02:05:47Z</updated>

		<summary type="html">&lt;p&gt;Superduperpre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''The old, manual setup of Optware and users can be found [[Setting_up_optware_feed | here]].''&lt;br /&gt;
&lt;br /&gt;
=Automated Setup of Optware, Users and Access=&lt;br /&gt;
The webOS community asks that users who have obtained access to the Linux subsystem install a standard set of software  to ensure everyone has the necessary tools in place to use the resources the community is providing.&lt;br /&gt;
&lt;br /&gt;
In particular, this includes the Optware package manager.  Palm's webOS uses the ''ipkg'' package manager internally.  The community has a version of ''ipkg''  called  ''ipkg-opt'' which accesses the Optware library of over 1300 Linux programs available for installation on the Pre. &lt;br /&gt;
&lt;br /&gt;
Palm has indicated that they have no intention of using the /opt directory, so we direct our installs to /opt/bin rather than /bin to avoid being overwritten  by future Palm software upgrades. &lt;br /&gt;
&lt;br /&gt;
In addition, the standard package  creates a non-root user, installs ''sudo'', and includes a SSH program (''Dropbear'') and SFTP program. &lt;br /&gt;
&lt;br /&gt;
For your convenience, we've packaged all this up into a simple script.&lt;br /&gt;
&lt;br /&gt;
==Optware Setup==&lt;br /&gt;
&lt;br /&gt;
===Installing Optware in the Emulator?===&lt;br /&gt;
If you're attempting to install these packages to your emulator, you must first add sufficient space by [[Adding_Disks_to_the_Emulator|enabling a virtual disk]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After completing the process of obtaining access to your Pre, do the following: &lt;br /&gt;
&lt;br /&gt;
'''Type each line exactly as it appears.  Copying and pasting is probably a good idea.''' &lt;br /&gt;
&lt;br /&gt;
''Note to Windows Putty users:  To paste in putty, simply right-click and the program pastes into the terminal whatever you have copied to the clipboard.''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt;&lt;br /&gt;
 cd /tmp&lt;br /&gt;
 wget http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh&lt;br /&gt;
 #Alternately you can use this tiny url http://tinyurl.com/n8q2vy&lt;br /&gt;
 sh optware-bootstrap.sh&lt;br /&gt;
 source /etc/profile.d/optware&lt;br /&gt;
&amp;lt;/source&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Follow the on-screen instructions.  &lt;br /&gt;
&lt;br /&gt;
If you want to review the script before you run it, you can look here: &lt;br /&gt;
&lt;br /&gt;
[http://gitorious.org/webos-internals/bootstrap/blobs/master/optware-bootstrap.sh http://gitorious.org/webos-internals/bootstrap/blobs/master/optware-bootstrap.sh]&lt;br /&gt;
&lt;br /&gt;
==Quilt setup==&lt;br /&gt;
&lt;br /&gt;
Optionally, you can then install the ''quilt'' patch manager which allows multiple-file patches.  (Yes, the pun was intentional. Quilt manages multiple patches.)  This installation process has also been packaged into a simple script. It will install quilt, and all of its dependencies, and create a local clone of the WebOS-Internals patch repository. [[Applying_Patches | Applying Patches]] provides a more thorough guide on the use of quilt.&lt;br /&gt;
&lt;br /&gt;
'''Again, type each line exactly as it appears.  Copying and pasting is probably a good idea.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt;&lt;br /&gt;
 cd /tmp&lt;br /&gt;
 wget http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/quilt-bootstrap.sh&lt;br /&gt;
 sh quilt-bootstrap.sh&lt;br /&gt;
&amp;lt;/source&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to review the script before you run it, you can look here: &lt;br /&gt;
&lt;br /&gt;
[http://gitorious.org/webos-internals/bootstrap/blobs/master/quilt-bootstrap.sh http://gitorious.org/webos-internals/bootstrap/blobs/master/quilt-bootstrap.sh]&lt;br /&gt;
&lt;br /&gt;
==Finishing==&lt;br /&gt;
&lt;br /&gt;
To finish off, turn Developer Mode back to &amp;quot;Off&amp;quot; (which will reboot your Pre).&lt;br /&gt;
&lt;br /&gt;
Once you are finished, you may SSH into your Pre with an SSH client like [http://www.chiark.greenend.org.uk/~sgtatham/putty/ Putty]:&lt;br /&gt;
*Find your IP address on your Pre with [http://checkmyip.com/ CheckMyIP.com]&lt;br /&gt;
**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&lt;br /&gt;
*SSH to that IP address on port 222&lt;br /&gt;
**If you're doing this over EVDO, there may be a lot of latency.  Be patient.&lt;br /&gt;
**You can optionally install [[Avahi]] and SSH to &amp;lt;tt&amp;gt;castle.local.&amp;lt;/tt&amp;gt;&lt;br /&gt;
*Log in with the username and password you created during the Optware installation&lt;br /&gt;
**Many operations cannot be carried out with the permissions of that username.  You'll need to [[Basic_Linux_Use#sudo|sudo]] those operations with the new username's password&lt;br /&gt;
&lt;br /&gt;
Only the default shell (/bin/ash) will work for ssh. To change your shell to bash (located in /opt/bin/bash after the install), you will have to create an /etc/shells file, and add the following lines:&lt;br /&gt;
&lt;br /&gt;
 /bin/ash&lt;br /&gt;
 /bin/sh&lt;br /&gt;
 /opt/bin/bash&lt;br /&gt;
&lt;br /&gt;
Then you will be able to edit /etc/passwd and change the shell parameter for the user you created. Note that if you try to change your shell without adding an /etc/shells the SSH server (Dropbear) will look like it is rejecting your password on subsequent connections.&lt;/div&gt;</summary>
		<author><name>Superduperpre</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Next_steps&amp;diff=5549</id>
		<title>Talk:Next steps</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Next_steps&amp;diff=5549"/>
		<updated>2009-09-09T01:51:53Z</updated>

		<summary type="html">&lt;p&gt;Superduperpre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This script method does not seem to account for accessing SSH via USB instead of EVDO or Wifi. I don't believe it sets up the firewall correctly to allow USB0. --[[user:SagaciousB|SagaciousB]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
AND WHERE EXACTLY DO I TYPE THIS INTO?  WHAT PROGRAM, IF IN CMD WINDOW, WHERE? - [[User:Srlake314|Srlake314]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;To change your shell to bash (located in /opt/bin/bash after the install), you will have to create an /etc/shells file, and add the following lines&amp;quot; How exactly does one create this /etc/shells file? same as creating a directory (mkdir)? and then we just &amp;quot;add the following lines&amp;quot; to the putty terminal? [[User:superduperpre|superduperpre]]&lt;br /&gt;
&lt;br /&gt;
I edited the page to include what I think is a link to the information which allows users to &amp;quot;create an /etc/shells file&amp;quot;. Please correct if wrong. [[User:superduperpre|superduperpre]]&lt;/div&gt;</summary>
		<author><name>Superduperpre</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Next_steps&amp;diff=5548</id>
		<title>Next steps</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Next_steps&amp;diff=5548"/>
		<updated>2009-09-09T01:49:46Z</updated>

		<summary type="html">&lt;p&gt;Superduperpre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''The old, manual setup of Optware and users can be found [[Setting_up_optware_feed | here]].''&lt;br /&gt;
&lt;br /&gt;
=Automated Setup of Optware, Users and Access=&lt;br /&gt;
The webOS community asks that users who have obtained access to the Linux subsystem install a standard set of software  to ensure everyone has the necessary tools in place to use the resources the community is providing.&lt;br /&gt;
&lt;br /&gt;
In particular, this includes the Optware package manager.  Palm's webOS uses the ''ipkg'' package manager internally.  The community has a version of ''ipkg''  called  ''ipkg-opt'' which accesses the Optware library of over 1300 Linux programs available for installation on the Pre. &lt;br /&gt;
&lt;br /&gt;
Palm has indicated that they have no intention of using the /opt directory, so we direct our installs to /opt/bin rather than /bin to avoid being overwritten  by future Palm software upgrades. &lt;br /&gt;
&lt;br /&gt;
In addition, the standard package  creates a non-root user, installs ''sudo'', and includes a SSH program (''Dropbear'') and SFTP program. &lt;br /&gt;
&lt;br /&gt;
For your convenience, we've packaged all this up into a simple script.&lt;br /&gt;
&lt;br /&gt;
==Optware Setup==&lt;br /&gt;
&lt;br /&gt;
===Installing Optware in the Emulator?===&lt;br /&gt;
If you're attempting to install these packages to your emulator, you must first add sufficient space by [[Adding_Disks_to_the_Emulator|enabling a virtual disk]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After completing the process of obtaining access to your Pre, do the following: &lt;br /&gt;
&lt;br /&gt;
'''Type each line exactly as it appears.  Copying and pasting is probably a good idea.''' &lt;br /&gt;
&lt;br /&gt;
''Note to Windows Putty users:  To paste in putty, simply right-click and the program pastes into the terminal whatever you have copied to the clipboard.''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt;&lt;br /&gt;
 cd /tmp&lt;br /&gt;
 wget http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh&lt;br /&gt;
 #Alternately you can use this tiny url http://tinyurl.com/n8q2vy&lt;br /&gt;
 sh optware-bootstrap.sh&lt;br /&gt;
 source /etc/profile.d/optware&lt;br /&gt;
&amp;lt;/source&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Follow the on-screen instructions.  &lt;br /&gt;
&lt;br /&gt;
If you want to review the script before you run it, you can look here: &lt;br /&gt;
&lt;br /&gt;
[http://gitorious.org/webos-internals/bootstrap/blobs/master/optware-bootstrap.sh http://gitorious.org/webos-internals/bootstrap/blobs/master/optware-bootstrap.sh]&lt;br /&gt;
&lt;br /&gt;
==Quilt setup==&lt;br /&gt;
&lt;br /&gt;
Optionally, you can then install the ''quilt'' patch manager which allows multiple-file patches.  (Yes, the pun was intentional. Quilt manages multiple patches.)  This installation process has also been packaged into a simple script. It will install quilt, and all of its dependencies, and create a local clone of the WebOS-Internals patch repository. [[Applying_Patches | Applying Patches]] provides a more thorough guide on the use of quilt.&lt;br /&gt;
&lt;br /&gt;
'''Again, type each line exactly as it appears.  Copying and pasting is probably a good idea.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt;&lt;br /&gt;
 cd /tmp&lt;br /&gt;
 wget http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/quilt-bootstrap.sh&lt;br /&gt;
 sh quilt-bootstrap.sh&lt;br /&gt;
&amp;lt;/source&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to review the script before you run it, you can look here: &lt;br /&gt;
&lt;br /&gt;
[http://gitorious.org/webos-internals/bootstrap/blobs/master/quilt-bootstrap.sh http://gitorious.org/webos-internals/bootstrap/blobs/master/quilt-bootstrap.sh]&lt;br /&gt;
&lt;br /&gt;
==Finishing==&lt;br /&gt;
&lt;br /&gt;
To finish off, turn Developer Mode back to &amp;quot;Off&amp;quot; (which will reboot your Pre).&lt;br /&gt;
&lt;br /&gt;
Once you are finished, you may SSH into your Pre with an SSH client like [http://www.chiark.greenend.org.uk/~sgtatham/putty/ Putty]:&lt;br /&gt;
*Find your IP address on your Pre with [http://checkmyip.com/ CheckMyIP.com]&lt;br /&gt;
**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&lt;br /&gt;
*SSH to that IP address on port 222&lt;br /&gt;
**If you're doing this over EVDO, there may be a lot of latency.  Be patient.&lt;br /&gt;
**You can optionally install [[Avahi]] and SSH to &amp;lt;tt&amp;gt;castle.local.&amp;lt;/tt&amp;gt;&lt;br /&gt;
*Log in with the username and password you created during the Optware installation&lt;br /&gt;
**Many operations cannot be carried out with the permissions of that username.  You'll need to [[Basic_Linux_Use#sudo|sudo]] those operations with the new username's password&lt;br /&gt;
&lt;br /&gt;
Only the default shell (/bin/ash) will work for ssh. To change your shell to bash (located in /opt/bin/bash after the install), you will have to [http://www.webos-internals.org/wiki/Setup_Bash create] an /etc/shells file, and add the following lines:&lt;br /&gt;
&lt;br /&gt;
 /bin/ash&lt;br /&gt;
 /bin/sh&lt;br /&gt;
 /opt/bin/bash&lt;br /&gt;
&lt;br /&gt;
Then you will be able to edit /etc/passwd and change the shell parameter for the user you created. Note that if you try to change your shell without adding an /etc/shells the SSH server (Dropbear) will look like it is rejecting your password on subsequent connections.&lt;/div&gt;</summary>
		<author><name>Superduperpre</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Next_steps&amp;diff=5545</id>
		<title>Talk:Next steps</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Next_steps&amp;diff=5545"/>
		<updated>2009-09-09T01:44:44Z</updated>

		<summary type="html">&lt;p&gt;Superduperpre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This script method does not seem to account for accessing SSH via USB instead of EVDO or Wifi. I don't believe it sets up the firewall correctly to allow USB0. --[[user:SagaciousB|SagaciousB]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
AND WHERE EXACTLY DO I TYPE THIS INTO?  WHAT PROGRAM, IF IN CMD WINDOW, WHERE? - [[User:Srlake314|Srlake314]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;To change your shell to bash (located in /opt/bin/bash after the install), you will have to create an /etc/shells file, and add the following lines&amp;quot; How exactly does one create this /etc/shells file? same as creating a directory (mkdir)? and then we just &amp;quot;add the following lines&amp;quot; to the putty terminal? [[User:superduperpre|superduperpre]]&lt;/div&gt;</summary>
		<author><name>Superduperpre</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Next_steps&amp;diff=5544</id>
		<title>Talk:Next steps</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Next_steps&amp;diff=5544"/>
		<updated>2009-09-09T01:44:12Z</updated>

		<summary type="html">&lt;p&gt;Superduperpre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This script method does not seem to account for accessing SSH via USB instead of EVDO or Wifi. I don't believe it sets up the firewall correctly to allow USB0. --[[user:SagaciousB|SagaciousB]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
AND WHERE EXACTLY DO I TYPE THIS INTO?  WHAT PROGRAM, IF IN CMD WINDOW, WHERE? - [[User:Srlake314|Srlake314]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;To change your shell to bash (located in /opt/bin/bash after the install), you will have to create an /etc/shells file, and add the following lines&amp;quot; How exactly does one create this /etc/shells file? same as creating a directory (mkdir)? and then we just &amp;quot;add the following lines&amp;quot; to the putty terminal?&lt;/div&gt;</summary>
		<author><name>Superduperpre</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Help:Questions&amp;diff=5543</id>
		<title>Help:Questions</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Help:Questions&amp;diff=5543"/>
		<updated>2009-09-09T01:25:13Z</updated>

		<summary type="html">&lt;p&gt;Superduperpre: /* Is there a way to change the password for a user? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Feel free to PUT some in here, and someone else may answer them!!!&lt;br /&gt;
&lt;br /&gt;
== Can I Move a Article? ==&lt;br /&gt;
&lt;br /&gt;
Of course you can, but make sure you're doing it for a valid reason (naming scheme, bad wording etc.) and that you fix all old links that went to said article. Make sure to place the old articles link into the [[Admin Changes]] article so that an admin can delete the old page node. If you do not place it there it may get cleaned up later, or work as a redirect.&lt;br /&gt;
&lt;br /&gt;
== I Want to Showcase an Application I Made ==&lt;br /&gt;
&lt;br /&gt;
Yep, applications are separated into [[Portal:webOS Applications|webOS applications]] and [[Portal:Linux Applications|Linux applications]]. Then follow the steps on the page to add your application.&lt;br /&gt;
&lt;br /&gt;
== Can we get some kind of syntax highlighting for code blocks? ==&lt;br /&gt;
&lt;br /&gt;
There is already syntax highlighting as described in the [[Help:Style_Guide|style guide]].&lt;br /&gt;
&lt;br /&gt;
== Is there a portal yet for things like graphic libraries ie; Dialer Backgrounds, or Wallpapers? ==&lt;br /&gt;
&lt;br /&gt;
If so, how/where is it, and how can I link [[Pre_Dialer_Backgrounds]]&lt;br /&gt;
&lt;br /&gt;
to it? IF there is not, what is the best portal TO link that to?&lt;br /&gt;
&lt;br /&gt;
[[Portal:Misc]] Would be the best location. Most of the wiki is for technical information. --[[User:Templarian|Templarian]] 03:54, 6 September 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Superduperpre</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Help:Questions&amp;diff=5537</id>
		<title>Help:Questions</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Help:Questions&amp;diff=5537"/>
		<updated>2009-09-09T00:12:57Z</updated>

		<summary type="html">&lt;p&gt;Superduperpre: /* Is there a way to change the password for a user? During &amp;quot;Next Steps&amp;quot; I mismatched my password entries: result was &amp;quot;password for [username] is unchanged&amp;quot;. What is this &amp;quot;unchanged password&amp;quot;, given that I never successfully created one, and how do I&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Feel free to PUT some in here, and someone else may answer them!!!&lt;br /&gt;
&lt;br /&gt;
== Can I Move a Article? ==&lt;br /&gt;
&lt;br /&gt;
Of course you can, but make sure you're doing it for a valid reason (naming scheme, bad wording etc.) and that you fix all old links that went to said article. Make sure to place the old articles link into the [[Admin Changes]] article so that an admin can delete the old page node. If you do not place it there it may get cleaned up later, or work as a redirect.&lt;br /&gt;
&lt;br /&gt;
== I Want to Showcase an Application I Made ==&lt;br /&gt;
&lt;br /&gt;
Yep, applications are separated into [[Portal:webOS Applications|webOS applications]] and [[Portal:Linux Applications|Linux applications]]. Then follow the steps on the page to add your application.&lt;br /&gt;
&lt;br /&gt;
== Can we get some kind of syntax highlighting for code blocks? ==&lt;br /&gt;
&lt;br /&gt;
There is already syntax highlighting as described in the [[Help:Style_Guide|style guide]].&lt;br /&gt;
&lt;br /&gt;
== Is there a portal yet for things like graphic libraries ie; Dialer Backgrounds, or Wallpapers? ==&lt;br /&gt;
&lt;br /&gt;
If so, how/where is it, and how can I link [[Pre_Dialer_Backgrounds]]&lt;br /&gt;
&lt;br /&gt;
to it? IF there is not, what is the best portal TO link that to?&lt;br /&gt;
&lt;br /&gt;
[[Portal:Misc]] Would be the best location. Most of the wiki is for technical information. --[[User:Templarian|Templarian]] 03:54, 6 September 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Is there a way to change the password for a user?  ==&lt;/div&gt;</summary>
		<author><name>Superduperpre</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Help:Questions&amp;diff=5536</id>
		<title>Help:Questions</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Help:Questions&amp;diff=5536"/>
		<updated>2009-09-09T00:10:52Z</updated>

		<summary type="html">&lt;p&gt;Superduperpre: /* Is there a way to change the password for a user? During &amp;quot;Next Steps&amp;quot; I mismatched my password entries: result was &amp;quot;password for [username] is unchanged. What is this &amp;quot;unchanged password&amp;quot;, given that I never successfully created one, and how do I&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Feel free to PUT some in here, and someone else may answer them!!!&lt;br /&gt;
&lt;br /&gt;
== Can I Move a Article? ==&lt;br /&gt;
&lt;br /&gt;
Of course you can, but make sure you're doing it for a valid reason (naming scheme, bad wording etc.) and that you fix all old links that went to said article. Make sure to place the old articles link into the [[Admin Changes]] article so that an admin can delete the old page node. If you do not place it there it may get cleaned up later, or work as a redirect.&lt;br /&gt;
&lt;br /&gt;
== I Want to Showcase an Application I Made ==&lt;br /&gt;
&lt;br /&gt;
Yep, applications are separated into [[Portal:webOS Applications|webOS applications]] and [[Portal:Linux Applications|Linux applications]]. Then follow the steps on the page to add your application.&lt;br /&gt;
&lt;br /&gt;
== Can we get some kind of syntax highlighting for code blocks? ==&lt;br /&gt;
&lt;br /&gt;
There is already syntax highlighting as described in the [[Help:Style_Guide|style guide]].&lt;br /&gt;
&lt;br /&gt;
== Is there a portal yet for things like graphic libraries ie; Dialer Backgrounds, or Wallpapers? ==&lt;br /&gt;
&lt;br /&gt;
If so, how/where is it, and how can I link [[Pre_Dialer_Backgrounds]]&lt;br /&gt;
&lt;br /&gt;
to it? IF there is not, what is the best portal TO link that to?&lt;br /&gt;
&lt;br /&gt;
[[Portal:Misc]] Would be the best location. Most of the wiki is for technical information. --[[User:Templarian|Templarian]] 03:54, 6 September 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Is there a way to change the password for a user? During &amp;quot;Next Steps&amp;quot; I mismatched my password entries: result was &amp;quot;password for [username] is unchanged&amp;quot;. What is this &amp;quot;unchanged password&amp;quot;, given that I never successfully created one, and how do I change it now? ==&lt;/div&gt;</summary>
		<author><name>Superduperpre</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Help:Questions&amp;diff=5535</id>
		<title>Help:Questions</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Help:Questions&amp;diff=5535"/>
		<updated>2009-09-09T00:10:18Z</updated>

		<summary type="html">&lt;p&gt;Superduperpre: /* Is there a way to change the password for a user? I followed &amp;quot;Next Steps&amp;quot; but mismatched my password entries: the process said &amp;quot;password for [my selected username] is unchanged. What would this unchanged password be, given that I never successfull&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Feel free to PUT some in here, and someone else may answer them!!!&lt;br /&gt;
&lt;br /&gt;
== Can I Move a Article? ==&lt;br /&gt;
&lt;br /&gt;
Of course you can, but make sure you're doing it for a valid reason (naming scheme, bad wording etc.) and that you fix all old links that went to said article. Make sure to place the old articles link into the [[Admin Changes]] article so that an admin can delete the old page node. If you do not place it there it may get cleaned up later, or work as a redirect.&lt;br /&gt;
&lt;br /&gt;
== I Want to Showcase an Application I Made ==&lt;br /&gt;
&lt;br /&gt;
Yep, applications are separated into [[Portal:webOS Applications|webOS applications]] and [[Portal:Linux Applications|Linux applications]]. Then follow the steps on the page to add your application.&lt;br /&gt;
&lt;br /&gt;
== Can we get some kind of syntax highlighting for code blocks? ==&lt;br /&gt;
&lt;br /&gt;
There is already syntax highlighting as described in the [[Help:Style_Guide|style guide]].&lt;br /&gt;
&lt;br /&gt;
== Is there a portal yet for things like graphic libraries ie; Dialer Backgrounds, or Wallpapers? ==&lt;br /&gt;
&lt;br /&gt;
If so, how/where is it, and how can I link [[Pre_Dialer_Backgrounds]]&lt;br /&gt;
&lt;br /&gt;
to it? IF there is not, what is the best portal TO link that to?&lt;br /&gt;
&lt;br /&gt;
[[Portal:Misc]] Would be the best location. Most of the wiki is for technical information. --[[User:Templarian|Templarian]] 03:54, 6 September 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Is there a way to change the password for a user? During &amp;quot;Next Steps&amp;quot; I mismatched my password entries: result was &amp;quot;password for [username] is unchanged. What is this &amp;quot;unchanged password&amp;quot;, given that I never successfully created one, and how do I change it now? ==&lt;/div&gt;</summary>
		<author><name>Superduperpre</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Help:Questions&amp;diff=5534</id>
		<title>Help:Questions</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Help:Questions&amp;diff=5534"/>
		<updated>2009-09-09T00:08:31Z</updated>

		<summary type="html">&lt;p&gt;Superduperpre: adding a question to help&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Feel free to PUT some in here, and someone else may answer them!!!&lt;br /&gt;
&lt;br /&gt;
== Can I Move a Article? ==&lt;br /&gt;
&lt;br /&gt;
Of course you can, but make sure you're doing it for a valid reason (naming scheme, bad wording etc.) and that you fix all old links that went to said article. Make sure to place the old articles link into the [[Admin Changes]] article so that an admin can delete the old page node. If you do not place it there it may get cleaned up later, or work as a redirect.&lt;br /&gt;
&lt;br /&gt;
== I Want to Showcase an Application I Made ==&lt;br /&gt;
&lt;br /&gt;
Yep, applications are separated into [[Portal:webOS Applications|webOS applications]] and [[Portal:Linux Applications|Linux applications]]. Then follow the steps on the page to add your application.&lt;br /&gt;
&lt;br /&gt;
== Can we get some kind of syntax highlighting for code blocks? ==&lt;br /&gt;
&lt;br /&gt;
There is already syntax highlighting as described in the [[Help:Style_Guide|style guide]].&lt;br /&gt;
&lt;br /&gt;
== Is there a portal yet for things like graphic libraries ie; Dialer Backgrounds, or Wallpapers? ==&lt;br /&gt;
&lt;br /&gt;
If so, how/where is it, and how can I link [[Pre_Dialer_Backgrounds]]&lt;br /&gt;
&lt;br /&gt;
to it? IF there is not, what is the best portal TO link that to?&lt;br /&gt;
&lt;br /&gt;
[[Portal:Misc]] Would be the best location. Most of the wiki is for technical information. --[[User:Templarian|Templarian]] 03:54, 6 September 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Is there a way to change the password for a user? I followed &amp;quot;Next Steps&amp;quot; but mismatched my password entries: the process said &amp;quot;password for [my selected username] is unchanged. What would this unchanged password be, given that I never successfully created one, and how do I change it now? ==&lt;/div&gt;</summary>
		<author><name>Superduperpre</name></author>
	</entry>
</feed>