blob: 009ffa9182f8809db834b7a31982ad3d8f01a9bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
---
format: rst
toc: no
...
=====================================
FreeBSD Tricks
=====================================
See also `unix </software/unix-tricks>`_ and
`debian </software/debian>`_ tricks.
Set User Shell
-----------------------
``bash`` isn't always installed, so the default user shell is ``sh``; after
``bash`` is installed, a user can change their login shell with the command::
$ chsh -s /usr/local/bin/bash
Burn an ISO image
-----------------------
To burn a CD-R, use ``burncd`` like so::
$ burncd -f /dev/acd0 data FILENAME.iso fixate
Network Tools
----------------------
``iftop`` is great.
vim w/o X11
------------
Use the editors/vim-lite package.
|