Main public logs
Appearance
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:29, 23 November 2025 Marcluer talk contribs moved page Linux/wireguard to Linux/Wireguard without leaving a redirect
- 12:41, 23 November 2025 Marcluer talk contribs created page FritzBox (Created page with "== LAN-to-LAN Wireguard VPN == Category:Hardware")
- 20:04, 11 November 2025 Marcluer talk contribs created page Spec-Kit (Created page with "* /speckit.constitution - Establish project principles * /speckit.specify - Create baseline specification * /speckit.clarify (optional) - Ask structured questions to de-risk ambiguous areas before planning * /speckit.plan - Create implementation plan * /speckit.checklist (optional) - Generate quality checklists to validate requirements completeness, clarity, and consistency * /speckit.tasks - Generate actionable tasks * /speckit.analyze (optional) - Cross-artifact consi...")
- 19:58, 5 November 2025 Marcluer talk contribs created page Windows 11/Installation (Created page with "== Install with local account == * Shift+F10 <pre> start ms-cxh:localonly </pre>")
- 14:26, 12 October 2025 Marcluer talk contribs created page Windows/Keyboard Shortcuts (Created page with " Category:Windows")
- 14:29, 8 October 2025 Marcluer talk contribs created page Windows/Server (Created page with "== Active Directory == * Server Manager -> Add roles -> Active Directory Domain Services + DNS <blockquote> <pre> Install-WindowsFeature AD-Domain-Services, DNS -IncludeManagementTools </pre> </blockquote> * Active Directory -> Promote -> Add new forest (ad.example.de) <blockquote> <pre> Install-ADDSForest -DomainName "ad.example.com" -InstallDNS </pre> </blockquote> Category:Windows")
- 14:20, 8 October 2025 Marcluer talk contribs moved page Windows 10/Remote Desktop - RDP to Windows/Remote Desktop - RDP without leaving a redirect
- 13:00, 8 October 2025 Marcluer talk contribs created page Linux/Powertop (Created page with "== Install == <pre> apt install powertop </pre> == Activate == <pre> sudo systemctl edit --full powertop.service # required? sudo systemctl enable powertop.service sudo systemctl start powertop.service </pre> * /etc/systemd/system/powertop.service Category:Linux/System Category:Linux")
- 09:56, 7 October 2025 Marcluer talk contribs created page Windows 10/Remote Desktop - RDP (Created page with "== Host: Windows 11 == * https://github.com/stascorp/rdpwrap * https://github.com/sebaxakerhtc/rdpwrap/ Category:Windows")
- 10:19, 5 October 2025 Marcluer talk contribs created page Plug Types (Created page with " Category:Electronics")
- 14:02, 17 September 2025 Marcluer talk contribs moved page Windows 11/Wireguard to Windows/Wireguard without leaving a redirect
- 13:42, 17 September 2025 Marcluer talk contribs created page Windows 11/Wireguard (Created page with "== Windows Server as Wireguard Client == * Install Wireguard * Category:Windows")
- 13:40, 17 September 2025 Marcluer talk contribs created page Category:Windows (Created blank page)
- 13:21, 15 September 2025 Marcluer talk contribs created page Node.js (Created page with "== NVM == Category:Programming")
- 09:25, 1 September 2025 Marcluer talk contribs created page Gemini CLI (Created page with "== Installation on Ubuntu (WSL2) == * Ubuntu 24.04 does not come with Node v20 <pre> curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash node --version nvm install 20 nvm use 20 node --version npm install -g @google/gemini-cli </pre>")
- 08:00, 1 September 2025 Marcluer talk contribs created page Codex CLI (Created page with " Category:Programming Category:AI")
- 13:31, 18 August 2025 Marcluer talk contribs created page Python/UV Installation (Created page with "<pre class="bash"> pipx install uv </pre>")
- 19:37, 13 August 2025 Marcluer talk contribs created page AI Prompts & Agents (Created page with "{| class="wikitable" style="margin-right: 0px; margin-left: auto;" width="400px" | Category: Programming + AI |- | <DynamicPageList> category = Programming category = AI shownamespace = false ordermethod = sortkey order = ascending </DynamicPageList> |} Category:Programming Category:AI")
- 13:22, 13 August 2025 Marcluer talk contribs moved page AI Workflow to AI Workflows & Patterns
- 09:23, 12 August 2025 Marcluer talk contribs created page Local LLMs (Created page with "== Basics == == On AMD GPU == * https://www.amd.com/en/blogs/2025/how-to-run-openai-gpt-oss-20b-120b-models-on-amd-ryzen-ai-radeon.html Category:Programming Category:AI")
- 09:19, 12 August 2025 Marcluer talk contribs moved page Development Workflow to AI Workflow without leaving a redirect
- 19:19, 11 August 2025 Marcluer talk contribs created page Development Workflow (Created page with " == Git Workflow == * https://blog.wu-boy.com/2025/01/git-software-development-guide-key-to-improving-team-collaboration-en/ * https://about.gitea.com/resources/tutorials/gitea-integrate-with-jira-issue-tracking-flow Category:Programming Category:AI")
- 10:49, 30 July 2025 Marcluer talk contribs created page MCP Server (Created page with "{| class="wikitable" style="margin-right: 0px; margin-left: auto;" width="400px" | Other articles |- | <DynamicPageList> category = Programming category = AI shownamespace = false ordermethod = sortkey order = ascending </DynamicPageList> |} * https://github.com/punkpeye/awesome-mcp-servers ** https://glama.ai/mcp/servers * https://github.com/modelcontextprotocol/servers {| class="wikitable" |+ !Name !Stars !Description !Link |- |Exa MCP Server |2k |Exa AI Search...")
- 09:20, 30 July 2025 Marcluer talk contribs moved page Claude Code Cheat Sheet to Claude Code/Cheat Sheet
- 09:16, 30 July 2025 Marcluer talk contribs created page Category:AI (Created blank page)
- 14:21, 28 July 2025 Marcluer talk contribs created page Claude Code Cheat Sheet (Created page with "== /commands (built-in)== <pre> /clear # Clear conversation history /cost # Show costs of current session /agents # Manage agents # always write unit tests # Add to memory !ls # Run bash commands </pre> == /commands (custom) == <pre> /command1 [argument] # .claude/commands/command1.md (project command) /command2 [argument] # ~/.claud...")
- 10:57, 27 July 2025 Marcluer talk contribs created page Claude Code (Created page with "== Installation on Ubuntu (WSL2) == <pre> sudo apt install npm mkdir -p ~/.npm-global npm config set prefix ~/.npm-global echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.bashrc source ~/.bashrc npm install -g @anthropic-ai/claude-code")
- 19:35, 23 July 2025 Marcluer talk contribs created page AI Development Tools (Created page with "== IDEs == Category:Programming")
- 09:35, 19 June 2025 Marcluer talk contribs created page Linux/Docker/Healthcheck (Created page with "== docker-compose.yml == <pre> service: web: image: ... ... healthcheck: test: interval: (default: 30s) timeout: (default: 30s) start-period: (default 0s) start-interval: (default: 5s) retries: (default: 3) depends_on: database: condition: (service_started, service_healthy) restart: true </pre> Category:Linux/Docker Category:Linux")
- 09:44, 28 April 2025 Marcluer talk contribs created page SQL (Created page with "== Types == * Mysql * Postgres ** Postgres/TimescaleDB == Naming Conventions == * all lower case * underscore between words * table names: singular Category:Programming")
- 09:43, 28 April 2025 Marcluer talk contribs moved page Linux/TimescaleDB to Postgres/TimescaleDB
- 09:43, 28 April 2025 Marcluer talk contribs moved page Linux/Postgres to Postgres over redirect
- 09:43, 28 April 2025 Marcluer talk contribs deleted redirect Postgres by overwriting (Deleted to make way for move from "Linux/Postgres")
- 13:05, 17 April 2025 Marcluer talk contribs created page WinSCP (Created page with "== Download == * https://winscp.net/eng/download.php == Privileged connection with sudo == * Select connection in "Login" list * "Edit" entry * click "Advanced" * Environment / SFTP / SFTP server (for Ubuntu target): <blockquote> <pre> sudo su -c /usr/lib/openssh/sftp-server </pre> </blockquote> Category:Software")
- 14:04, 15 January 2025 Marcluer talk contribs created page Soldering Stations (Created page with " Category:Electronics")
- 15:37, 13 January 2025 Marcluer talk contribs created page MediaWiki:Intersection-category (Created page with "-")
- 19:21, 26 October 2024 Marcluer talk contribs created page Linux/Benchmark Results (Created page with "== Intel Core 3 100U NUC == {| class="wikitable" ! !proxmox host Core 3 100U !proxmox guest ! ! ! ! ! |- |fio read 4k BW | |4588 MB/s | | | | | |- |fio read 1M BW | | | | | | | |- |fio write 4k BW | |5361 MB/s | | | | | |- |fio write 1M BW | | | | | | | |- |fio read 4k iops | |118k | | | | | |- |fio write 4k iops | |59.3k | | | | | |- |sysbench singlecore |1169 evt/s |1013 evt/s | | | | | |- |sysbench memory |10756 MB/s |6976 MB/s | | | | | |} == Older == {| class="wi...")
- 16:46, 25 October 2024 Marcluer talk contribs moved page Debian 12 with Proxmox to Debian with Proxmox
- 16:02, 25 October 2024 Marcluer talk contribs created page Debian 12 with Proxmox (Created page with "== Installation of Debian == * https://www.debian.org/download.en.html ** AMD64 netinst Category:Linux/Distribution Category:Linux")
- 11:58, 13 October 2024 Marcluer talk contribs created page Linux/Grafana (Created page with " Category:Linux/Services Category:Linux")
- 15:41, 9 October 2024 Marcluer talk contribs created page Web-Frameworks (Created page with "== Marc Lou == * Frontend ** ReactJS ** Tailwind CSS ** NextJS ** DaisyUI * Backend ** NextJS ** MongoDB ** Mongoose == AI Tools == * [https://www.cursor.com Cursor AI] Category:Programming")
- 16:47, 2 October 2024 Marcluer talk contribs created page Linux/Kafka (Created page with " Category:Linux/Services Category:Linux")
- 16:45, 1 October 2024 Marcluer talk contribs created page Windows 11/Snipping Tool (Created page with "== Change save location == * https://superuser.com/questions/1829861/how-can-i-change-the-default-location-snipping-tool-auto-saves-screenshots-to Category:Windows 11")
- 15:15, 28 September 2024 Marcluer talk contribs deleted page TimescaleDB/CheatSheet (content was: "== Howto == * Create table <pre> CREATE TABLE "metrics"( created timestamp with time zone default now() not null, type_id integer not null, value double precision not null ); </pre> * Set table as hypertable <pre> SELECT create_hypertable('metrics', by_range('created')); </pre> == PostgreSQL data types ==...", and the only contributor was "Marcluer" (talk))
- 15:15, 28 September 2024 Marcluer talk contribs created page Category:Programming (Created blank page)
- 15:10, 28 September 2024 Marcluer talk contribs moved page Postgres to Linux/Postgres
- 15:10, 28 September 2024 Marcluer talk contribs created page Postgres (Created page with "== PostgreSQL data types == * boolean * char(n) * varchar(n) * text * smallint (-32768 - 32767) * int * serial (~auto_increment in mysql) * float(n) * real / float8 * numeric(p,s) * date * time * timestamp * timestamptz * interval * json * jsonb * uuid * + special Category:Linux/Services Category:Linux")
- 12:59, 28 September 2024 Marcluer talk contribs created page Linux/TimescaleDB (Created page with "== Setup == <pre> CREATE TABLE sensor_data ( time TIMESTAMPTZ NOT NULL, location TEXT, value DOUBLE PRECISION ); </pre> Category:Linux/Services Category:Linux")
- 14:42, 27 September 2024 Marcluer talk contribs created page Azure Data Studio (Created page with "== Installation == * https://azure.microsoft.com/de-de/products/data-studio == Extensions == * https://learn.microsoft.com/en-us/azure-data-studio/extensions/postgres-extension Category:Software")
- 09:47, 13 September 2024 Marcluer talk contribs created page Category:Software/Microsoft Office (Created blank page)