wiki:test

Version 24 (modified by Rick van der Zwet, 14 years ago) ( diff )

--

Rick test

$ Foo Bar

$ Command1 $ Command2

$$ Command3 $$

<div class="NOTE"> AAA rick AAA </div>

test

AAA $ rick AAA

file:rick

file:rick.txt is cool echt waar ;-)

*bold* bold

Note: It is extremely important to read the errata for any given release before installing it, to learn about any “late-breaking news” or post-release problems. The errata file accompanying each release (most likely right next to this file) is already out of date by definition, but other copies are kept updated on the Internet and should be consulted as the “current errata” for this release. These other copies of the errata are located at http://www.FreeBSD.org/releases/ (as well as any sites which keep up-to-date mirrors of this location).

Important: Do not send email to the lists asking to be subscribed. Use the Mailman interface instead.

Using nc(1)

Try this example if the remote host is not running neither ftp(1) or sshd(8) service:

  1. At first, open a TCP listener on host serving the image and make it send the image to client:
    myhost# nc -l 2222 < _.disk.im Note: Make sure that the used port is not blocked to receive incoming connections from *NanoBSD* host by firewall.
  2. Connect to the host serving new image and execute updatep1 script: # nc myhost 2222 | sh updatep1
Note: See TracWiki for help on using the wiki.