http://www.cs.put.poznan.pl/csobaniec/edu/zsr/freebsd-sg.html
Midnight Commander UTF-8 display settings |
~/.config/mc/ini
[Misc]
display_codepage=UTF-8
source_codepage=Other_8_bit
autodetect_codeset=
clipboard_store=
This document refers to FreeBSD 10.1.
Installation
- Networking under VirtualBox: use Intel Pro/1000 MT Desktop (8254OEM) network card. The inferface is available under FreeBSD as
em0
. - Allow remote login for root by editing
/etc/ssh/sshd_config
:and start SSH server:Use bsdconfig to configure it: Configure —> Networking —> sshd. - Software selection: minimal + the following packages:
Packages/Ports
- To install a new package for the first time:
- start bsdconfig
- choose Configure —> Packages —> FTP and choose an FTP server
- select packages and install
- Install
pkg
command by running: - Info about installed packages:
- Update remote repository cache:
- Upgrade packages:
- Remove unneeded packages:
- Installation of ports:
- Updating ports:
- Search for ports:
- Install a port:
- Useful ports:
Administration
System settings
- The main settings are stored in
/etc/rc.conf
file which consists of parameters listed in/etc/defaults/rc.conf
. Seerc.conf(5)
for more details. - The main administration tool is bsdconfig.
- To access the CD-ROM:
- Install bash and set it as a default shell for root.
- Networking: add to
/etc/rc.conf
:to activate DHCP forem0
interface.
Console
- History is available after pressing ScrollLock.
- Video parameters: add to
/etc/rc.conf
the following line:Seevidcontrol(1)
for more details. - Delete key may be activated by editing
~/.inputrc
: - Polish keybord/fonts: add to
/etc/rc.conf
:Next, add to/etc/login.conf
to thedefault
section:Finally run: - Mouse in text mode: add to
/etc/rc.conf
:
Kernel modules
- List of modules:
- Load a module:
- Automatic loading of modules: edit
/boot/loader.conf
:
Resources
[HBook] | FreeBSD Handbook. Available at http://www.freebsd.org/doc/en/books/handbook/. |
[Wiki] | Wikipedia entry for FreeBSD: http://en.wikipedia.org/wiki/FreeBSD. |
[PCBSD] | PC-BSD — a derivate of FreeBSD. http://www.pcbsd.org/ |
[Why] | Why FreeBSD — A quick tour of the BSD alternative.http://www.ibm.com/developerworks/opensource/library/os-freebsd/ |