summaryrefslogtreecommitdiffstats
path: root/software/freebsd-tricks
diff options
context:
space:
mode:
authorUser <bnewbold@daemon.robocracy.org>2009-10-13 02:52:09 +0000
committerUser <bnewbold@daemon.robocracy.org>2009-10-13 02:52:09 +0000
commitf61026119df4700f69eb73e95620bc5928ca0fcb (patch)
treef17127cff9fec40f4207d9fa449b9692644ce6db /software/freebsd-tricks
parent9d431740a3e6a7caa09a57504856b5d1a4710a14 (diff)
downloadknowledge-f61026119df4700f69eb73e95620bc5928ca0fcb.tar.gz
knowledge-f61026119df4700f69eb73e95620bc5928ca0fcb.zip
Grand rename for gitit transfer
Diffstat (limited to 'software/freebsd-tricks')
-rw-r--r--software/freebsd-tricks24
1 files changed, 0 insertions, 24 deletions
diff --git a/software/freebsd-tricks b/software/freebsd-tricks
deleted file mode 100644
index bd36ff1..0000000
--- a/software/freebsd-tricks
+++ /dev/null
@@ -1,24 +0,0 @@
-=====================================
-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.