User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start [2026/06/09 12:34] lukaszstart [2026/06/25 21:29] (current) – [Project and logo] lukasz
Line 1: Line 1:
-====== DokuWiki Syntax Cheatsheet ======+====== Welcome ====== 
 +/* page started on 2026-06-09 */ 
 +Greetings to my humblest of wikis. It exists simply to documents how things I did work so that I can debug or recreate them when needed, without having to figure out everything from scratch.
  
-===== Text Formatting =====+Alas, my memory for things I do quickly fades if I do not have to repeatedly come back to it. One-off setups that continue to work are the hardest to recreate down the line for me.
  
-^ Syntax ^ Rendered ^ 
-| <nowiki>**bold**</nowiki> | **bold** | 
-| <nowiki>//italic//</nowiki> | //italic// | 
-| <nowiki>__underlined__</nowiki> | __underlined__ | 
-| <nowiki>''monospace''</nowiki> | ''monospace'' | 
-| <nowiki>**//bold italic//**</nowiki> | **//bold italic//** | 
-| <nowiki>~~strikethrough~~</nowiki> | ~~strikethrough~~ | 
  
-===== Headings =====+===== Operating systems =====
  
-<code> +I run few operating systems at home and so finer details sometimes become fuzzy too.
-====== H1 ====== +
-===== H2 ===== +
-==== H3 ==== +
-=== H4 === +
-== H5 == +
-</code>+
  
-===== Lists =====+  * [[Devuan|Devuan]] 
 +  * [[Void|Void]] 
 +  * [[FreeBSD|FreeBSD]] 
 +  * [[OpenBSD|OpenBSD]]
  
-<code> +  
-  * Unordered item +===== Hardware =====
-    * Nested item+
  
-  - Ordered item +I have old hardware that supports this playground:
-    - Nested item +
-</code>+
  
-Rendered+  * T480 with 32 GB of RAM and intel core i7 (8th gen)main work machine 
-  * Unordered item +  * T420 with 8 GB of RAM and intel core i5: running Void 
-    Nested item+  R61i with 2 GB of RAM and intel centrino: running OpenBSD 
 +  * Asus VivoBook X515EA with 24 GB of RAM and intel core i3: home server running FreeBSD
  
-  - Ordered item +Besides that, I also run FreeBSD on a VPS for some services I want to be always on, such as my [[OpenSMTPD|OpenSMTPD]] for sending mail, [[Prosody|Prosody]] for XMPP chat, or [[cgit|cgit]] for hosting git repos ([[https://git.labunix.xyz|see]]). 
-    - Nested item+
  
-===== Links =====+===== Project and logo =====
  
-^ Syntax ^ Rendered ^ +Labunix is my project for experimenting with all things unixIt has no clear and unified goal or structure.
-| <nowiki>[[start]]</nowiki> | [[start]] | +
-| <nowiki>[[start|Home]]</nowiki> | [[start|Home]] | +
-| <nowiki>[[https://freebsd.org|FreeBSD]]</nowiki> | [[https://freebsd.org|FreeBSD]] |+
  
-===== Code =====+The logo was mostly made by me, although the computer in the middle was taken from a source I cannot recall; it represents the tinkering nature of the project. 
 +                            ___________ 
 +                         |.---------.| 
 +                      *    ||         || 
 +                    __     ||         ||  
 +                   |* |    ||         || 
 +      __     __    | *|    |'---------'             _  
 +     / /__ _/ /    |  |     `)__ ____('    __ _____  (_)_ __  
 +  __/ / _ `/ _ \__/    \____[=== -- o ]___/ // / _ \/ /\ \ /__ 
 +   /_/\_,_/_.__/ /      \ __'---------'__ \_,_/_//_/_//_\_\ 
 +                /        [::::::::::: :::] 
 +                 `"----"` `""'"""""'""""
 +                                        
 +===== Caveat Emptor =====
  
-<code> +This wiki is **NOT** a guide but, as said above, //documentation// of solutions that apply to my setup on my operating systems. Although the things seem to work on the particular OS, I do not know what I do not know or what I might have missed or done wrong. 
-''inline code'' +
-</code>+
  
-Rendered''inline code''+Ergonot a how-to, not universal, not comprehensive.
  
-<code> +==== Use of AI ====
-<code bash> +
-service nginx reload +
-</code> +
-</code>+
  
-Rendered: +The contents of this site are //handwritten// by me for me. IF, however, some form of AI is used to generate something on this site it will be disclosed in the references.
-<code bash> +
-service nginx reload +
-</code>+
  
-===== Tables ===== 
  
-<code> 
-^ Header 1  ^ Header 2  ^ 
-| Cell 1    | Cell 2    | 
-| Cell 3    | Cell 4    | 
-</code> 
  
-Rendered: 
  
-^ Header 1  ^ Header 2  ^ 
-| Cell 1    | Cell 2    | 
-| Cell 3    | Cell 4    | 
  
-===== Notes ===== 
- 
-<code> 
-<note>Regular note.</note> 
-<note important>Important.</note> 
-<note warning>Warning.</note> 
-<note tip>Tip.</note> 
-</code> 
- 
-Rendered: 
- 
-<note>Regular note.</note> 
-<note important>Important.</note> 
-<note warning>Warning.</note> 
-<note tip>Tip.</note> 
- 
-===== Images ===== 
- 
-<code> 
-{{wiki:dokuwiki-128.png}} 
-{{wiki:dokuwiki-128.png|caption}} 
-{{wiki:dokuwiki-128.png?100}} 
-</code> 
- 
-===== Namespaces ===== 
- 
-<code> 
-[[servers:sanctum]] 
-[[services:vaultwarden]] 
-</code> 
- 
-Pages in namespaces show as red until created — that is normal. 
start.1781008446.txt.gz · Last modified: by lukasz