All public logs
Jump to navigation
Jump to search
Combined display of all available logs of My Mnemonic Rhyme. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:33, 24 April 2025 Weiss talk contribs deleted page Helm (content before blanking was: "= access k3s cluster via helm = <pre> export KUBECONFIG=/etc/rancher/k3s/k3s.yaml kubectl get pods --all-namespaces helm ls --all-namespaces </pre>")
- 05:27, 24 April 2025 Weiss talk contribs created page Helm (Created page with "= access k3s cluster via helm = <pre> export KUBECONFIG=/etc/rancher/k3s/k3s.yaml kubectl get pods --all-namespaces helm ls --all-namespaces </pre>")
- 07:01, 9 February 2024 Weiss talk contribs created page Web BLE (Created page with "To enable Web BLE in Chrome, enable following flag: <pre> chrome://flags/#enable-experimental-web-platform-features </pre>")
- 13:58, 24 January 2024 Weiss talk contribs created page Docker (Created page with " # Some useful commands You need to execute them inside the folder ~/docker see: https://docs.docker.com/engine/reference/commandline/compose/ # diagnose <pre> sudo docker ps # show active containers sudo docker ps -a # show all containers sudo docker top CONTAINER -eo pid,cmd # show running processes for container sudo docker exec -it CONTAINER bash -l...") Tag: Visual edit: Switched
- 15:10, 29 December 2023 Weiss talk contribs created page Pyenv (Created page with "* https://github.com/pyenv/pyenv <pre> curl https://pyenv.run | bash </pre>Show installed environments<pre> pyenv versions </pre>Search for a fitting python version<pre> pyenv install -l | grep mamba pyenv install mambaforge pyenv activate mambaforge </pre>") Tag: Visual edit
- 14:11, 21 December 2023 Weiss talk contribs created page Setxkbmap (Created page with "Remap CAPS key to ESCAPE<pre> setxkbmap -option caps:escape # map esc to capslock </pre> German standard layout<pre> setxkbmap -layout de -option </pre>") Tag: Visual edit
- 16:51, 16 December 2023 Weiss talk contribs created page Mozilla Hubs (Created page with "<nowiki>= Manage start with pm2 =</nowiki> https://github.com/Unitech/pm2 npm install pm2 -g pm2 start "npm run dev" --name hubs pm2 start "npm run dev" --name hubs") Tag: Visual edit
- 19:18, 9 December 2023 Weiss talk contribs created page Mamba (Created page with "Create environment ... without 'env' ...<pre> mamba create -n dummy python=3.7 package </pre>") Tag: Visual edit
- 22:33, 25 November 2023 Weiss talk contribs deleted page Node (content was: "#WEITERLEITUNG Javascript", and the only contributor was "[[Special:Contributions/>Homaar|>Homaar]]" ([[User talk:>Homaar|talk]]))
- 20:37, 25 November 2023 Weiss talk contribs created page Fail2ban (Created page with "stolen from: https://serverfault.com/questions/841183/how-to-show-all-banned-ip-with-fail2ban <code># fail2ban-client</code> has some useful commands. <code>fail2ban-client start # Starts the Fail2ban server and jails. fail2ban-client reload # Reloads Fail2ban’s configuration files. fail2ban-client reload JAIL # Replaces JAIL with the name of a Fail2ban jail; this will reload the jail. fail2ban-client stop # Terminates the server. fail2ban-clien...") Tag: Visual edit
- 09:57, 2 November 2023 Weiss talk contribs created page Conda (Created page with "conda clean --all --yes && pip cache purge") Tag: Visual edit
- 07:37, 31 August 2023 Weiss talk contribs created page Unity (Created page with "=== Newtonsoft Json === com.''unity''.''nuget''.newtonsoft-json") Tag: Visual edit
- 17:26, 20 June 2023 Weiss talk contribs created page Hugo (Created page with "github: tobiasweede.github.io # test locally hugo server -D -v # to create actual upload content hugo -D -v")
- 13:13, 24 March 2023 Weiss talk contribs created page Mp3 (Created page with "convert mp4a to mp3 <pre> ffmpeg -i inputfile.m4a -acodec libmp3lame -ab 93k outputfile.mp3 </pre>")
- 16:37, 11 March 2023 Weiss talk contribs created page Mermaid (Created page with "<pre> mmdc -i MontyHallLogicFlowchart.md -e png </pre>")
- 16:36, 11 March 2023 Weiss talk contribs moved page C to C Family
- 16:36, 11 March 2023 Weiss talk contribs deleted page C++ (content before blanking was: "=Links= *https://codereview.stackexchange.com/questions/121192/snakes-game-using-ncurses *https://de.wikibooks.org/wiki/Ncurses:_Einleitung")
- 05:32, 27 February 2023 Weiss talk contribs created page Zsh (Created page with "=Copy or move hidden files= *https://unix.stackexchange.com/questions/89749/cp-hidden-files-with-glob-patterns <pre> cp foo/*(D) . </pre>")
- 15:26, 13 February 2023 Weiss talk contribs created page Word (Created page with "= count words = mark a desired region and press <pre> Ctrl + Shift + i </pre>")
- 21:20, 6 February 2023 Weiss talk contribs created page Kopano (Created page with "= store management = <pre> kopano-storeadm -? Usage: kopano-storeadm [-CDMOPVYpv] [-A GUID] [-R GUID] [-c FILENAME] [-h URI] [-k NAME] [-l LOCALE] [-n NAME] [-t TYPE] [-?|--help] [--usage] -A GUID Attach an orphaned store by GUID to a user account (with -n) -C Create a store and attach it to a user account (with -n) -D Detach a user's store (with -n) and make it orphan -M Show the so-called mailbox table -O...")
- 14:03, 4 February 2023 Weiss talk contribs created page Blender (Created page with "= Shortcuts = Ctrl + A - Add things")