Size: 196
Comment:
|
Size: 1779
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
www.openbsd.org | http://www.openbsd.org |
Line 5: | Line 5: |
== VirtualBox installation == * new * name: OpenBSD6 * type: bsd * version: openbsd 64 bit * next * 512 MB * next * create disk * create * vdi * next * fixed size * next * 8GB * Create * Settings * Network card Intel PRO/1000 MT Desktop * Start * install60.iso * Start * (I)nstall * ? choose keyboard * pt * System hostname: openbsd * card: em0 * IP v4 address: dhcp * IP v6: none * done * password for root: ******* * start sshd yes * expect X11 yes * X11 started by xdm: no * setup a user: vitor * Password for vitor ******** * Allow root ssh login no * root disk wd0 * use whole disk * Auto layout * set location cd0 * pathname 6.0/amd64 * all * done * continue without verification yes * done * Timezone Portugal * yes * reboot * Unmount ISO * Login as vitor {{{ df -h startx # fvwm window manager setxkbmap pt # default shell ksh perl -v # 5.20 du -hs . #edit /root/.profile PKG_PATH=http://ftp.fr.openbsd.org/pub/OpenBSD/6.0/packages/amd64/ export PKG_PATH exit login env pkg_add python-2.7.12 pkg_info jdk pkg_add jdk-1.8.0.72p0v0 cd /usr/local/jdk-1.8.0/bin ./java -version python2.7 --version pkg_info #list installed packages #https://www.openbsd.org/faq/faq15.html#PkgMgmt #install ntpd pkg_add ntp ntpdate pt.pool.ntp.org #update datetime }}} == httpd service == In /etc/rc.conf {{{ httpd_flasg= }}} In /etc/httpd.conf {{{ server "default"{ listen on 0.0.0.0 port 80 } }}} |
OpenBSD
The OpenBSD project produces a FREE, multi-platform 4.4BSD-based UNIX-like operating system. http://www.openbsd.org
VirtualBox installation
- new
- name: OpenBSD6
- type: bsd
- version: openbsd 64 bit
- next
- 512 MB
- next
- create disk
- create
- vdi
- next
- fixed size
- next
- 8GB
- Create
- Settings
- Network card Intel PRO/1000 MT Desktop
- Start
- install60.iso
- Start
- (I)nstall
- ? choose keyboard
- pt
- System hostname: openbsd
- card: em0
- IP v4 address: dhcp
- IP v6: none
- done
- password for root: *******
- start sshd yes
- expect X11 yes
- X11 started by xdm: no
- setup a user: vitor
- Password for vitor ********
- Allow root ssh login no
- root disk wd0
- use whole disk
- Auto layout
- set location cd0
- pathname 6.0/amd64
- all
- done
- continue without verification yes
- done
- Timezone Portugal
- yes
- reboot
- Unmount ISO
- Login as vitor
df -h startx # fvwm window manager setxkbmap pt # default shell ksh perl -v # 5.20 du -hs . #edit /root/.profile PKG_PATH=http://ftp.fr.openbsd.org/pub/OpenBSD/6.0/packages/amd64/ export PKG_PATH exit login env pkg_add python-2.7.12 pkg_info jdk pkg_add jdk-1.8.0.72p0v0 cd /usr/local/jdk-1.8.0/bin ./java -version python2.7 --version pkg_info #list installed packages #https://www.openbsd.org/faq/faq15.html#PkgMgmt #install ntpd pkg_add ntp ntpdate pt.pool.ntp.org #update datetime
httpd service
In /etc/rc.conf
httpd_flasg=
In /etc/httpd.conf
server "default"{ listen on 0.0.0.0 port 80 }