summaryrefslogtreecommitdiffstats
path: root/software/freebsd-tricks.page
diff options
context:
space:
mode:
Diffstat (limited to 'software/freebsd-tricks.page')
-rw-r--r--software/freebsd-tricks.page24
1 files changed, 24 insertions, 0 deletions
diff --git a/software/freebsd-tricks.page b/software/freebsd-tricks.page
new file mode 100644
index 0000000..bd36ff1
--- /dev/null
+++ b/software/freebsd-tricks.page
@@ -0,0 +1,24 @@
+=====================================
+FreeBSD Tricks
+=====================================
+
+See also `unix </k/software/unix-tricks>`_ and
+`debian </k/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.