OpenBSD 6.4

From MK Wiki EN
Jump to navigation Jump to search

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