_ _
___ | |__ __ _ _______ | |_
/ _ \| '_ \ / _` |_ / _ \| __|
| (_) | | | | (_| |/ / (_) | |_
\___/|_| |_|\__,_/___\___/ \__|
ohazot —
about ohazot.com
| contents |
This site contains mainly documents about linux (mostly Slackware),
OpenBSD and terminal programs. |
| setup |
This site is running on openbsd using httpd. |
|
The documents are written using mdoc using make to run mandoc. |
| compatibility |
This site can be accessed from a graphical browser or text browser. |
All docs have the links to their corresponding manpages for
programs and other related links. Check
OpenBSD manpages and
VoidLinux manpages according
to your needs or the documents for the required distribution. More
information can be found in:
links.
(back to top)
| - The site can be accessed from curl to get the text version of the
files using:
https://ohazot.com/:[es/][FILENAME][.oh]
|
| - If no filename is given, a list of files is displayed. |
| - It the extension is ommitted but the FILENAME.oh exists, it will be
displayed. |
| - If es/ is added, it will search in Spanish. |
| - If the file exists only in English, it will show the English
version. |
| - If accessed from a web browser it will convert to html. |
If added to man.conf or MANPATH, you can run man
-s oh [DOCUMENT]
(back to top)
Document styles attempt to follow documenting standards for
clarity:
| # command |
: commands that must be run with root. |
| $ command |
: commands that can be executed by any user. |
| [option] |
: optional parameter. |
| ⟨argument⟩ |
: variable argument, name will depend on usage. |
| $EDITOR |
: the variable is generally set to the default editor and can be used
directly to edit files. |
|
Used here to denote edit without assuming nor enforcing
specific editors |
|
Unless relevant to the document. |
(back to top)
| - Remove Sy from SEE ALSO items. |
| - review old docs. |
| - improve awk script and add to dev section. |
| - Review whether there should be a full docs update history. |
| - review and standarize them. |
| - add category indexes. |
Check if the following protocols can be added (and add the doc if
implemented): gopher,
ftp(1), rss.
(back to top)
history, openbsd,
roff,
make,
mdoc,
mandoc, httpd, ssl, linux,
slackware, wget,
privacy.
(back to top)
| 2025-10-03 |
: Translated to Spanish. |
| 2025-10-03 |
: Created |