Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
openbsd [2015/07/01 22:33]
steve
openbsd [2020/08/18 10:29]
steve [OpenBSD]
Line 11: Line 11:
   * [[OpenBSD VPN]]   * [[OpenBSD VPN]]
  
 +  * [[ksh]]
   * [[pkg_add]]   * [[pkg_add]]
   * [[pkg_delete]]   * [[pkg_delete]]
Line 24: Line 25:
   * [[http://​openbsd.org/​faq/​upgrade53.html]] - Upgrade guide: 5.2 to 5.3   * [[http://​openbsd.org/​faq/​upgrade53.html]] - Upgrade guide: 5.2 to 5.3
   * [[http://​cromwell-intl.com/​linux/​openbsd-kernel.html|How to Upgrade OpenBSD and Build a Kernel]] - good for location kernel sources   * [[http://​cromwell-intl.com/​linux/​openbsd-kernel.html|How to Upgrade OpenBSD and Build a Kernel]] - good for location kernel sources
 +  * [[https://​www.openbsdhandbook.com/​|OpenBSD Handbook]]
  
   * ''​man afterboot''​ - official docs are in man pages   * ''​man afterboot''​ - official docs are in man pages
Line 43: Line 45:
 ==== First Boot ==== ==== First Boot ====
  
-  * [[http://www.openbsd.org/​cgi-bin/man.cgi?​query=afterboot&​sektion=8|man afterboot]]+  * [[http://man.openbsd.org/​OpenBSD-current/​man8/afterboot.8|man afterboot]]
  
 After initial boot, there'​s some basics to go through: setting up networking, the shell parameters, and package management. After initial boot, there'​s some basics to go through: setting up networking, the shell parameters, and package management.
Line 78: Line 80:
  
 <​code>​ <​code>​
-export PKG_PATH=ftp://​ftp.openbsd.org/​pub/​OpenBSD/​`uname -r`/​packages/​`uname -p`+export PKG_PATH=http://​ftp.openbsd.org/​pub/​OpenBSD/​`uname -r`/​packages/​`uname -p`
 </​code>​ </​code>​