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
Next revision Both sides next revision
openbsd [2015/07/01 22:33]
steve
openbsd [2017/05/27 15:35]
steve
Line 11: Line 11:
   * [[OpenBSD VPN]]   * [[OpenBSD VPN]]
  
 +  * [[ksh]]
   * [[pkg_add]]   * [[pkg_add]]
   * [[pkg_delete]]   * [[pkg_delete]]
Line 43: Line 44:
 ==== 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 79:
  
 <​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>​