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:31] lukaszstart [2026/06/25 21:29] (current) – [Project and logo] lukasz
Line 1: Line 1:
-====== LabUnix Wiki — 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.
  
-Welcome to the LabUnix wikiBelow is a reference for DokuWiki syntax.+Alas, my memory for things I do quickly fades if I do not have to repeatedly come back to itOne-off setups that continue to work are the hardest to recreate down the line for me.
  
-===== Text Formatting ===== 
  
-<nowiki>**bold**</nowiki> → **bold** +===== Operating systems =====
-<nowiki>//italic//</nowiki> → //italic// +
-<nowiki>__underlined__</nowiki> → __underlined__ +
-<nowiki>''monospace''</nowiki> → ''monospace'' +
-<nowiki>**//bold italic//**</nowiki> → **//bold italic//**+
  
-===== Headings =====+I run few operating systems at home and so finer details sometimes become fuzzy too.
  
-<code> +  * [[Devuan|Devuan]] 
-====== Heading 1 ====== +  * [[Void|Void]] 
-===== Heading 2 ===== +  * [[FreeBSD|FreeBSD]] 
-==== Heading 3 ==== +  * [[OpenBSD|OpenBSD]]
-=== Heading 4 === +
-== Heading 5 == +
-</code>+
  
-===== Lists =====+  
 +===== Hardware =====
  
-<code> +I have old hardware that supports this playground:
-Unordered: +
-  * Item one +
-  * Item two +
-    * Nested item+
  
-Ordered+  * T480 with 32 GB of RAM and intel core i7 (8th gen)main work machine 
-  - First +  * T420 with 8 GB of RAM and intel core i5: running Void 
-  - Second +  * R61i with 2 GB of RAM and intel centrino: running OpenBSD 
-    - Nested +  * Asus VivoBook X515EA with 24 GB of RAM and intel core i3: home server running FreeBSD
-</code>+
  
-===== Links =====+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]]). 
  
-<code> +===== Project and logo =====
-[[page name]] +
-[[page name|Link text]] +
-[[namespace:page|Link text]] +
-[[https://example.com|External]] +
-</code>+
  
-===== Code =====+Labunix is my project for experimenting with all things unix. It has no clear and unified goal or structure.
  
-<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. 
-Inline: ''code here''+                            ___________ 
 +                         |.---------.| 
 +                      *    ||         || 
 +                    __     ||         ||  
 +                   |* |    ||         || 
 +      __     __    | *|    |'---------'|              _  
 +     / /__ _/ /    |  |     `)__ ____(   __ _____  (_)_ __  
 +  __/ / _ `/ _ \__/    \____[=== -- o ]___/ // / _ \/ /\ \ /__ 
 +   /_/\_,_/_.__/ /      \ __'---------'__ \_,_/_//_/_//_\_\ 
 +                /        [::::::::::: :::] 
 +                 `"----"` `""'"""""'""""
 +                                        
 +===== Caveat Emptor =====
  
-Block: +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. 
-<code> +
-your code +
-</code>+
  
-With highlighting: +Ergonot a how-to, not universal, not comprehensive.
-<code bash> +
-your bash code +
-</code> +
-</code>+
  
-===== Tables =====+==== Use of AI ====
  
-<code> +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.
-^ Header 1  ^ Header 2  ^ Header 3  ^ +
-| Cell 1    | Cell 2    | Cell 3    | +
-| Cell 4    | Cell 5    | Cell 6    | +
-</code>+
  
-===== Notes ===== 
  
-<code> 
-<note>Regular note.</note> 
-<note important>Important note.</note> 
-<note warning>Warning.</note> 
-<note tip>Tip.</note> 
-</code> 
  
-===== Images ===== 
  
-<code> 
-{{namespace:image.png}} 
-{{namespace:image.png|caption}} 
-{{namespace:image.png?200}}        (resize to 200px) 
-{{namespace:image.png?200x100}}    (resize to 200x100) 
-</code> 
  
-===== Namespaces ===== 
- 
-<code> 
-[[servers:sanctum]] 
-[[services:vaultwarden]] 
-</code> 
start.1781008308.txt.gz · Last modified: by lukasz