|
|
| (19 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) |
| Zeile 1: |
Zeile 1: |
| == Console ==
| | <noinclude> |
| <console> | | <!-- |
| root@web /var/www/wiki.foxtom.de/web/mediawiki # ##b##ls -l /##!b##
| | ---- |
| total 21G
| | {{Navigation|<zurück>|<nachste>}} |
| lrwxrwxrwx 1 root root 7 Aug 14 2025 ##g##bin##!g## -> ##bl##usr/bin##!bl##
| | ---- |
| drwxr-xr-x 4 root root 4.0K Jul 22 06:08 boot
| | --> |
| drwxr-xr-x 16 root root 3.0K Jul 25 15:12 dev
| | '''MediaWiki/Bootstrap''' |
| drwxr-xr-x 104 root root 4.0K Jul 29 15:50 etc
| | </noinclude> |
| drwxr-xr-x 4 root root 4.0K Feb 13 10:21 home
| |
| lrwxrwxrwx 1 root root 41 Jul 22 06:08 initrd.img -> boot/initrd.img-6.12.96+deb13-cloud-amd64
| |
| lrwxrwxrwx 1 root root 41 Jul 22 06:08 initrd.img.old -> boot/initrd.img-6.12.95+deb13-cloud-amd64
| |
| lrwxrwxrwx 1 root root 7 Aug 14 2025 lib -> usr/lib
| |
| lrwxrwxrwx 1 root root 9 Aug 14 2025 lib64 -> usr/lib64
| |
| drwx------ 2 root root 16K Aug 14 2025 lost+found
| |
| drwxr-xr-x 3 root root 4.0K Aug 14 2025 media
| |
| drwxr-xr-x 2 root root 4.0K Aug 14 2025 mnt
| |
| drwxr-xr-x 2 root root 4.0K Aug 14 2025 opt
| |
| dr-xr-xr-x 355 root root 0 Jul 25 15:12 proc
| |
| -rw------- 1 root root 10K Feb 12 08:30 quota.group
| |
| -rw------- 1 root root 9.0K Feb 12 08:30 quota.user
| |
| drwx------ 9 root root 4.0K Jul 30 06:43 root
| |
| drwxr-xr-x 32 root root 960 Jul 30 06:41 run
| |
| lrwxrwxrwx 1 root root 8 Aug 14 2025 sbin -> usr/sbin
| |
| drwxr-xr-x 2 root root 4.0K Aug 14 2025 srv
| |
| -rw------- 1 root root 20G Jun 13 22:06 swap.swap
| |
| dr-xr-xr-x 13 root root 0 Jul 30 06:46 sys
| |
| drwxrwxrwt 14 root root 280 Jul 30 06:49 tmp
| |
| drwxr-xr-x 12 root root 4.0K Feb 12 08:30 usr
| |
| drwxr-xr-x 13 root root 4.0K Feb 13 00:00 var
| |
| lrwxrwxrwx 1 root root 38 Jul 22 06:08 vmlinuz -> boot/vmlinuz-6.12.96+deb13-cloud-amd64
| |
| lrwxrwxrwx 1 root root 38 Jul 22 06:08 vmlinuz.old -> boot/vmlinuz-6.12.95+deb13-cloud-amd64
| |
| </console> | |
|
| |
|
| == Accordion == | | == Beschreibung == |
| <bootstrap_accordion>
| |
| <bootstrap_card header="Lorem ipsum 1" style="width: 300px;">
| |
| Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
| |
| </bootstrap_card>
| |
| <bootstrap_card header="Lorem ipsum 2" style="width: 300px;">
| |
| Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
| |
| </bootstrap_card>
| |
| </bootstrap_accordion>
| |
|
| |
|
| == list-group == | | == Installation == |
| <ul class="list-group"> | | <syntaxhighlight lang="bash" highlight="1" line copy> |
| <li class="list-group-item">A simple default list group item</li>
| | </syntaxhighlight> |
| <li class="list-group-item list-group-item-primary">A simple primary list group item</li>
| |
| <li class="list-group-item list-group-item-secondary">A simple secondary list group item</li>
| |
| <li class="list-group-item list-group-item-success">A simple success list group item</li>
| |
| <li class="list-group-item list-group-item-danger">A simple danger list group item</li>
| |
| </ul> | |
|
| |
|
| == Tabelle == | | == Aufruf == |
| {| class="table table-striped table-hover sortable" | | <syntaxhighlight lang="bash" highlight="1" line copy> |
| ! scope="col" | # !! First !! Last !! Handle
| | </syntaxhighlight> |
| | |
| | === Optionen === |
| | <!-- |
| | {| class="table table-striped table-hover sortable options gnu big" |
| | --> |
| | {| class="table table-striped table-hover" |
| | |- |
| | ! Unix !! GNU !! Parameter !! Beschreibung |
| | |- |
| | | || || || |
| | |- |
| | |} |
| | |
| | === Parameter === |
| | === Umgebungsvariablen === |
| | === Exit-Status === |
| | {| class="table table-striped table-hover options col1center big" |
| | |- |
| | ! Wert !! Beschreibung |
| | |- |
| | | 0 || Erfolg |
| | |- |
| | | >0 || Fehler |
| | |} |
| | |
| | == Anwendung == |
| | <syntaxhighlight lang="bash" highlight="1" line copy> |
| | </syntaxhighlight> |
| | |
| | <!-- output --> |
| | <syntaxhighlight lang="bash" highlight="" line> |
| | </syntaxhighlight> |
| | |
| | === Problembehebung === |
| | |
| | == Konfiguration == |
| | === Dateien === |
| | {| class="table table-striped table-hover options big" |
| |- | | |- |
| | scope="row" | 1 || Mark || Otto || @mdo
| | ! Datei !! Beschreibung |
| |- | | |- |
| | scope="row" | 2 || Jacob || Thornton || @fat | | | || |
| |- | | |- |
| | scope="row" | 3 || Larry || the Bird || @twitter | | | || |
| |} | | |} |
|
| |
|
| <div class="container"> | | <noinclude> |
| <div class="row">
| | <!-- |
| <div class="col">
| | ---- |
| 1 of 2
| | {{Navigation|<zurück>|<nachste>}} |
| </div>
| | ---- |
| <div class="col">
| | --> |
| 2 of 2
| | == Anhang == |
| </div>
| | === Siehe auch === |
| </div>
| | <div style="column-count:2"> |
| <div class="row">
| | <categorytree hideroot=on mode="pages">MediaWiki/Bootstrap</categorytree> |
| <div class="col">
| |
| 1 of 3
| |
| </div>
| |
| <div class="col">
| |
| 2 of 3
| |
| </div>
| |
| <div class="col">
| |
| 3 of 3
| |
| </div>
| |
| </div>
| |
| </div> | | </div> |
| | ---- |
| | {{Special:PrefixIndex/{{BASEPAGENAME}}/}} |
| | |
| | === Dokumentation === |
| | <!-- |
| | ; Man-Page |
| | # [https://manpages.debian.org/stable/procps/pgrep.1.de.html prep(1)] |
| | |
| | ; Info-Pages |
| | --> |
| | |
| | === Links === |
| | ==== Projekt ==== |
| | ==== Weblinks ==== |
| | # https://bootstrap.pro.wiki/ |
| | # https://getbootstrap.com/docs/5.3/getting-started/introduction/ |
| | |
| | <!-- |
| | {{DEFAULTSORT:new}} |
| | {{DISPLAYTITLE:new}} |
| | --> |
| | |
| | [[Kategorie:MediaWiki/Bootstrap]] |
| | |
| | </noinclude> |