Neue Seiten
Aus Matts Wiki
8. November 2025
- 00:4200:42, 8. Nov. 2025 Apache2 Cheat Sheet (Versionen | bearbeiten) [159 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This is a cheat sheet for operations and troubleshooting of Apache2 Webserver. Show loaded modules: sudo apache2ctl -M Kategorie:LAMP Kategorie:Linux“) Markierung: Visuelle Bearbeitung
- 00:2600:26, 8. Nov. 2025 Nftables - nft (Versionen | bearbeiten) [506 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article holds notes about nftables part of the Netfilter project and its command line program <code>nft</code>. It is the successor to Iptables (Debian) nft list rulset # List active rules Kategorie:Terminal Kategorie:Linux“) Markierung: Visuelle Bearbeitung
29. September 2025
- 18:5718:57, 29. Sep. 2025 Micro Cheat Sheet (Versionen | bearbeiten) [2.450 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article holds my cheat notes for the [https://micro-editor.github.io/ Micro] terminal based text editor. === Soft Word Wrap === Ctrl + e and type <code>set softwrap on</code> Kategorie:Linux Kategorie:Terminal“) Markierung: Visuelle Bearbeitung
- 13:4313:43, 29. Sep. 2025 Analyze Text Files With Linux (Versionen | bearbeiten) [902 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This page holds a knowledge base on how to analyse text files with linux. See also: Awk Knowledge Base === Suchen in Dateien === grep -rnw /path/to/somewhere/ -e "<pattern>" grep -rni "<pattern>" [directory] Nach "Search-Text" in allen Dateien unterhalb von / suchen: find / -type f -exec grep -H '<Search-Text>' {} \; Return all lines which do not <code>-v</code> contain a pattern <code>-E</code>: grep -v -E "47.79|114.119|34.174|162.120|43.1|…“) Markierung: Visuelle Bearbeitung
26. September 2025
- 22:0622:06, 26. Sep. 2025 Awk Knowledge Base (Versionen | bearbeiten) [2.293 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This is my ongoing knowledge base for the <code>awk</code> command in Linux. == General Knowledge == Return n-th column, i.e. first one: awk '{print $n}' -f file.csv cat file.csv | awk '{print $n}' Return last column or n-th to last column: awk contains the constant <code>NF</code> which holds the number of columns, which allows printing the last or the second to last column: cat file.csv | awk '{print $NF}' # Last column cat file.csv | aw…“) Markierung: Visuelle Bearbeitung
20. September 2025
- 12:4012:40, 20. Sep. 2025 Logrotate Knowledge Base (Versionen | bearbeiten) [252 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Logrotate current status (needs sudo): sudo logrotate --version This outputs also the default state file path, which seems to be a file containing be all files handled by logrotate: /var/lib/logrotate/status“) Markierung: Visuelle Bearbeitung
- 12:2512:25, 20. Sep. 2025 Block Crawlers and Bots (Versionen | bearbeiten) [8.120 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article shows my current efforts how to analyze Apache Logs and perhaps in the future how to prevent the offending and abusive practices of private servers. == Introduction == Lately I noticed kind of high CPU workloads on this very wiki server and I wondered why this was. There are regular CPU workloads of 50 % even up to 80 or 100%. <code>htop</code> shows, that there is a lot of CPU utilization by <code>mariadbd</code> process, which seems to b…“) Markierung: Visuelle Bearbeitung ursprünglich erstellt als „Monitoring Apache Logs for Abusive Practices“
11. September 2025
- 21:1621:16, 11. Sep. 2025 Disable Nvidia Drivers Telemetry on Windows (Versionen | bearbeiten) [2.905 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „When installing Nvidia game ready display drivers, Nvidia generously grants itself literally root access (wording from Nvidia itself) to your system. If you like me don't like this very much here is how you remove this. The following informations are based on: * Nvidia WHQL Driver 581.29 as of September 2025 * Windows 11 Home 24H2 26100.4946“) Markierung: Visuelle Bearbeitung ursprünglich erstellt als „Disable NVIDIA Telemetry on Windows“
7. September 2025
- 15:4415:44, 7. Sep. 2025 SAP Analytics Cloud (Versionen | bearbeiten) [201 Bytes] Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Core Functions == * Business inteligence * Augumented Analytics - Embedded AI und ML * Enterprise Planning * Enterprise Plattform Services - Live connections to Cloud und On-Prem Kategorie:SAP“) Markierung: Visuelle Bearbeitung
