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).
- 12:26, 8 December 2025 Marcluer talk contribs created page Espresso (Created page with "== Delonghi Espresso Machines ==")
- 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")