aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>2001-06-15 10:47:30 +0000
committerNik Clayton <nik@FreeBSD.org>2001-06-15 10:47:30 +0000
commitd03d64a3797af7191054b7019cd76e5ecbd04a78 (patch)
treed98d3b84e3e2a0a9abc114128944d66ba03d58b1
parentd4e639b22b7b21373b11b5a2ef2b9de836d5cbaf (diff)
Notes
-rw-r--r--games/fortune/datfiles/freebsd-tips24
1 files changed, 24 insertions, 0 deletions
diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips
index 11901b5e1626..759c12123bcd 100644
--- a/games/fortune/datfiles/freebsd-tips
+++ b/games/fortune/datfiles/freebsd-tips
@@ -276,3 +276,27 @@ modes.
Any user that is a member of the wheel group can use "su -" to simulate
a root login. You can add a user to the wheel group by editing /etc/group.
-- -- Konstantinos Konstantinidis <kkonstan@duth.gr>
+%
+Over quota? "du -s * | sort -n " will give you a sorted list of your
+directory sizes.
+ -- David Scheidt <dscheidt@tumbolia.com>
+%
+Handy bash(1) prompt: PS1="\u@\h \w \!$ "
+ -- David Scheidt <dscheidt@tumbolia.com>
+%
+man -k "something" will give you a list of manpages that have "something"
+in their description.
+ -- David Scheidt <dscheidt@tumbolia.com>
+%
+Ever wonder what those numbers after command names were, as in cat(1)? It's
+the section of the manual the man page is in. "man man" will tell you more.
+ -- David Scheidt <dscheidt@tumbolia.com>
+%
+"man hier" will explain the way FreeBSD filesystems are normally laid out.
+ -- David Scheidt <dscheidt@tumbolia.com>
+%
+"man tuning" gives some tips how to tune performance of your FreeBSD system.
+ -- David Scheidt <dscheidt@tumbolia.com>
+%
+"man firewall" will give advice for building a FreeBSD firewall
+ -- David Scheidt <dscheidt@tumbolia.com>