Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/fortune/datfiles add some tips
details: https://anonhg.NetBSD.org/src/rev/29c07d219d49
branches: trunk
changeset: 379519:29c07d219d49
user: nia <nia%NetBSD.org@localhost>
date: Fri Jun 04 10:56:55 2021 +0000
description:
add some tips
diffstat:
games/fortune/datfiles/netbsd-tips | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diffs (25 lines):
diff -r 8ac8f2a8565e -r 29c07d219d49 games/fortune/datfiles/netbsd-tips
--- a/games/fortune/datfiles/netbsd-tips Fri Jun 04 10:48:07 2021 +0000
+++ b/games/fortune/datfiles/netbsd-tips Fri Jun 04 10:56:55 2021 +0000
@@ -141,3 +141,21 @@ To do so:
cd /usr/tests
atf-run | atf-report
%
+To share files from your NetBSD system, you can use the built-in
+httpd(8). Uncomment the 'http' lines in /etc/inetd.conf, reload inetd
+with service(8), and then any files in /var/www will be published to
+http://127.0.0.1/.
+%
+You can schedule simple periodic tasks for your NetBSD system to run
+without using cron(8) by editing the sh(1) scripts /etc/daily.local,
+/etc/weekly.local, and /etc/monthly.local.
+%
+NetBSD's tar(1) command can handle a wide range of file types, e.g.
+zip, 7z, and rar, and will autodetect the type of the file based
+on its extension. For example, to extract a zip file:
+
+ tar xvf example.zip
+%
+You can use progress(1) to monitor the progress of data in a pipe:
+
+ zcat example.tar.gz | progress tar xf -
Home |
Main Index |
Thread Index |
Old Index