History log of /src/usr.bin/fortune/datfiles/freebsd-tips (Results 1 – 25 of 125)
Revision Date Author Comments
# 00e0b7bd 19-Feb-2026 Warner Losh <imp@FreeBSD.org>

Revert "fortune: fix netstat tip"

This reverts commit 8e593a1f143203cace2e14bd6629a8ebdf9b47dc. I was
totally wrong, so just revert and get on with it.

Sponsored by: Netflix


# 8e593a1f 10-Feb-2026 Warner Losh <imp@FreeBSD.org>

fortune: fix netstat tip

netstati <mumble> 8 reports in bytes per second (averaged over 8
seconds) rather than bits per second because it reports the total
in bits over the 8 seconds...

Sponsored b

fortune: fix netstat tip

netstati <mumble> 8 reports in bytes per second (averaged over 8
seconds) rather than bits per second because it reports the total
in bits over the 8 seconds...

Sponsored by: Netflix

show more ...


# 42d9ae49 14-Nov-2025 Alexander Ziaee <ziaee@FreeBSD.org>

freebsd-tips: Add a shell function for laptops

MFC after: 3 days
Reviewed by: pauamma_gundo.com
Differential Revision: https://reviews.freebsd.org/D53748


# 697bf0f4 13-Jul-2025 Christos Margiolis <christos@FreeBSD.org>

fortune: Fix typo in dmesgd.nycbug.org example

No functional change, but commit for correctness nonetheless.

MFC after: 1 day
Differential Revision: https://reviews.freebsd.org/D51293


# b5a8abe9 02-Dec-2024 Poul-Henning Kamp <phk@FreeBSD.org>

How to show interface traffic in bits per second


# ea3751fb 15-May-2024 Joseph Mingrone <jrm@FreeBSD.org>

freebsd-tips: Tweak fortune to find font providing Unicode character

While here, remove my name and email address.

Reported by: bapt
Sponsored by: The FreeBSD Foundation


# 27358245 13-May-2024 Joseph Mingrone <jrm@FreeBSD.org>

freebsd-tips: Add fortune to find font providing Unicode character

Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45183


# 7edb49a1 02-Feb-2024 Graham Perrin <grahamperrin@gmail.com>

freebsd-tips: freebsd-update fetch, then install

In end of life (EOL) warning cases: freebsd-update fetch install (the
two commands, combined) may fetch and patch, but not install.

Instead: run the

freebsd-tips: freebsd-update fetch, then install

In end of life (EOL) warning cases: freebsd-update fetch install (the
two commands, combined) may fetch and patch, but not install.

Instead: run the two consecutively. Consistent with installation
information in /releases/ areas and with accepted
https://reviews.freebsd.org/D42722

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1096

show more ...


# 2b1c477d 27-Dec-2023 Christos Margiolis <christos@FreeBSD.org>

fortune: update mailing list search url

Markmail no longer exists.

Reviewed by: markj
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D43209


# aaff6a85 05-Oct-2023 Ed Maste <emaste@FreeBSD.org>

fortune: use 115200 in serial example

Commit 4722ceb7d53e switched the default serial rate to 115200 bps.
Follow suit in the freebsd-tips fortune example.

Reviewed by: bcr
Sponsored by: The FreeBSD

fortune: use 115200 in serial example

Commit 4722ceb7d53e switched the default serial rate to 115200 bps.
Follow suit in the freebsd-tips fortune example.

Reviewed by: bcr
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D41495

show more ...


# 36bb350e 25-Sep-2022 Pau Amma <pauamma@FreeBSD.org>

Update tip for adding a user to wheel:

Use "pw groupmod" instead of hand-editing /etc/group

Reviewed by: bcr, gjb

Approved by: gjb (mentor)


# 4014365e 30-Apr-2022 Kyle Evans <kevans@FreeBSD.org>

mixer: remove volume backwards compat, add % interpretation

The current situation is fairly confusing, where an integer is interpreted
as a percent until you slap a decimal on it and magically it be

mixer: remove volume backwards compat, add % interpretation

The current situation is fairly confusing, where an integer is interpreted
as a percent until you slap a decimal on it and magically it becomes an
absolute value.

Let's have a flag day in 14.0 and remove this shim entirely. Setting with
percent can still be useful, so allow a trailing '%' to indicate as such.
As a side effect, we tighten down the format allowed in the volume a little
bit by ensuring there's no trailing garbage after the value once it's
separated into left and right components.

Reviewed by: christos, hselasky, pauamma_gundo.com (manpages)
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D35101

show more ...


# e83a53ab 13-Mar-2022 Mateusz Piotrowski <0mp@FreeBSD.org>

Chase mixer(8) command-line interface changes

FreeBSD 14.0 is going to ship with a new implementation of the mixer(8)
command. Unfortunately, in order to support new features like mute, the
command-

Chase mixer(8) command-line interface changes

FreeBSD 14.0 is going to ship with a new implementation of the mixer(8)
command. Unfortunately, in order to support new features like mute, the
command-line interface of the new implementation is not backwards
compatible.

Update all the remaining documentation and scripts in the src tree
to use the new syntax.

While here, document in usbhidaction.1 that the mute functionality is
now supported.

Reviewed by: christos, debdrup, hselasky
Approved by: hselasky (src)
Fixes: 903873ce1560 Implement and use new mixer(3) library for FreeBSD.
Differential Revision: https://reviews.freebsd.org/D34545

show more ...


# 16789751 05-Jul-2021 Li-Wen Hsu <lwhsu@FreeBSD.org>

freebsd-tips: Fix the description of fetch(1) to match the command

Reported by: jrtc27
MFC with: ffe6afc4f0121f1909f2fa88694228f771dd3fcb


# ffe6afc4 04-Jul-2021 Li-Wen Hsu <lwhsu@FreeBSD.org>

freebsd-tips: Use a fetchable URL as example

MFC after: 3 days


# 278e3700 21-May-2021 Michael Gmelin <grembo@FreeBSD.org>

freebsd-tips: Add fortune on kern.tty_info_kstacks

Add fortune explaining how to use `sysctl kern.tty_info_kstacks' to
alter the output of ^T (tty info).

Reviewed by: ceri
Differential Revision: ht

freebsd-tips: Add fortune on kern.tty_info_kstacks

Add fortune explaining how to use `sysctl kern.tty_info_kstacks' to
alter the output of ^T (tty info).

Reviewed by: ceri
Differential Revision: https://reviews.freebsd.org/D30388

show more ...


# c1a14887 20-May-2021 Ceri Davies <ceri@FreeBSD.org>

sys/*/conf/*, docs: fix links to handbook

While here, fix all links to older en_US.ISO8859-1 documentation
in the src/ tree.

PR: 255026
Reported by: Michael Büker <freebsd@michael-bu

sys/*/conf/*, docs: fix links to handbook

While here, fix all links to older en_US.ISO8859-1 documentation
in the src/ tree.

PR: 255026
Reported by: Michael Büker <freebsd@michael-bueker.de>
Reviewed by: dbaio
Approved by: blackend (mentor), re (gjb)
MFC after: 10 days
Differential Revision: https://reviews.freebsd.org/D30265

show more ...


# 646bae45 31-Mar-2021 Daniel Ebdrup Jensen <debdrup@FreeBSD.org>

fortune/freebsd-tips: Fix markup and wording

'ps' is not a word - rather, it is a utility with its own manual page.
As every other utility referenced in the file has it, append the
relevant manual s

fortune/freebsd-tips: Fix markup and wording

'ps' is not a word - rather, it is a utility with its own manual page.
As every other utility referenced in the file has it, append the
relevant manual section that ps(1) can be found in.

While here, also wordsmith a sentence to avoid awkward phrasing, and fix
a typo.

Pointy hat to: me
Reported by: danfe, brueffer, maxim

show more ...


# c2a39987 30-Mar-2021 Daniel Ebdrup Jensen <debdrup@FreeBSD.org>

fortune/freebsd-tips: Add a few fortunes

These are fortunes I've used locally, probably for decades, so there's
no reason why they shouldn't be available to everyone.


# 54781763 30-Mar-2021 Daniel Ebdrup Jensen <debdrup@FreeBSD.org>

fortune/freebsd-tips: Remove errant spaces

I noticed these errant spaces while removing a bogus fortune, and
decided I might as well fix them.

While here, reflow a line to it within 80 columns


# 968ad154 30-Mar-2021 Daniel Ebdrup Jensen <debdrup@FreeBSD.org>

fortune/freebsd-tips: Remove bogus fortune

The RCS IDs have been retired as of the move to git, so on 14-CURRENT
and 13.0-STABLE this fortune returns the following.

This fortune brought to you by:

fortune/freebsd-tips: Remove bogus fortune

The RCS IDs have been retired as of the move to git, so on 14-CURRENT
and 13.0-STABLE this fortune returns the following.

This fortune brought to you by:
$FreeBSD$

While faintly amusing the first time, this might just cause confusion
for folks, and in addition it's not the most useful of tips, so doesn't
add much.

Therefore it seems prudent to get rid of it.

MFC: Not to 11-STABLE or 12-STABLE.

show more ...


# 60a632f0 26-Feb-2021 Alan Somers <asomers@FreeBSD.org>

fortune: add a tip about gstat

MFC after: 3 weeks


# 6b8f0ba8 25-Nov-2020 Benedict Reuschling <bcr@FreeBSD.org>

Drop superfluous "of" from the systat example.


# cb556651 04-Sep-2020 Gordon Bergling <gbe@FreeBSD.org>

fortune(6): Grammar fix for a hint on searching ports

PR: 249078
Submitted by: PauAmma <pauamma at gundo dot com>
Reported by: PauAmma <pauamma at gundo dot com>
MFC after: 3 days


# 5b990a94 22-Jun-2020 Baptiste Daroussin <bapt@FreeBSD.org>

Revert r362466

Such change should not have happen without prior discussion and review.

With hat: transitioning core


12345