_ _
___ | |__ __ _ _______ | |_
/ _ \| '_ \ / _` |_ / _ \| __|
| (_) | | | | (_| |/ / (_) | |_
\___/|_| |_|\__,_/___\___/ \__|
linux to openbsd
—
migration from linux to OpenBSD,
differences and tips
back_to_top
pager |
| default pages is more, change it on .profile |
| export PAGER=less |
updatedb |
| is run weekly, to run manually |
| /usr/libexec/locate.updatedb |
completion |
| path |
|
/usr/local/share/bash-completion/bash_completion |
bc |
| cannot be killed with ^c, type |
| quit or ^d |
lsblk |
| is not core. |
realpath |
| use |
| readlink -f |
halt |
| halt waits for keypress to reboot, to halt |
| halt -p |
back_to_top
vnconfig $iso_file
mount -t cd9660 /dev/vnd0a /path_to_iso_mount