OpenBSD 6.4: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (+categories) |
||
Line 20: | Line 20: | ||
halt -p | halt -p | ||
[[Category:OpenBSD]] | |||
[[Category:BSD]] |
Latest revision as of 18:09, 3 January 2023
Introduction
Right after installation of OpenBSD 6.4, you already have
- IPv6 working
- pkg_add working (in older versions, you had to set PKG_PATH manually)
Because I don't like OpenBSD's default shell so much and I want to use an editor with at least little usability, the first commands I enter is
pkg_add -v bash nano chsh -s /usr/local/bin/bash echo "source $HOME/.bashrc" > ~/.bash_profile echo "PS1='\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\] \[\033[01;34m\]\w \[\033[00m\]\$ '" > ~/.bashrc
Interesting packages
pkg_add -v mc wget
Shutting down the system
halt -p