{"batchcomplete":"","continue":{"lecontinue":"20250820183514|68","continue":"-||"},"query":{"logevents":[{"logid":78,"ns":0,"title":"Configs","pageid":67,"logpage":67,"params":{},"type":"create","action":"create","user":"Xbl","timestamp":"2026-03-09T16:18:04Z","comment":"Created page with \"= PS1 =   = tmux.conf =   <nowiki> # Extend history limit set -g history-limit 42069  # Don't rename windows automatically set -g allow-rename off  # reload config file bind r source-file ~/.tmux.conf  # Enable 256 color support set -g default-terminal \"tmux-256color\" set -ga terminal-overrides \",*:RGB\"  # Enable clipboard set -g set-clipboard on  # Change keyboard index set -g base-index 1 set -g pane-base-index 1 set-window-option -g pane-base-index 1 set-option -g ren...\""},{"logid":77,"ns":0,"title":"Very Windy","pageid":66,"logpage":66,"params":{},"type":"create","action":"create","user":"Xbl","timestamp":"2026-02-03T11:16:20Z","comment":"Created page with \"= Very Windy =  == git == <code>git submodule update --init --recursive</code> Submodule laden<br>  == ansible == <code>playbooks/all.yml</code><br> role -> tags (nginx) will apply:<br> <code>group_vars/all/nginx.yml</code><br>   <code>ansible-playbook -C -D playbooks/all.yml -u windy -t nginx</code> -C (check, dry run), -D (diff, show differences) -u (remote user) -t (tags)<br>  == ln == <code>ln -s ../files</code>  == curl == <code>curl -v --resolve windy.verywindy.ch:...\""},{"logid":76,"ns":0,"title":"GNU Privacy Guard","pageid":65,"logpage":65,"params":{},"type":"create","action":"create","user":"Xbl","timestamp":"2026-01-29T13:53:28Z","comment":"Created page with \"= gpg =  <code>gpg --list-secret-keys</code> List secret keys and associated information</br>  == Export/Import == <code>gpg --export-secret-keys -a keyid > my_private_key.asc</code> Export private gpg key</br> <code>gpg --export -a keyid > my_public_key.asc</code> Export public gpg key</br> <code>gpg --import my_private_key.asc</code> Import private gpg key</br> <code>gpg --import my_public_key.asc</code> Import public gpg key</br>\""},{"logid":75,"ns":0,"title":"Kubernetes","pageid":64,"logpage":64,"params":{},"type":"create","action":"create","user":"Xbl","timestamp":"2026-01-21T15:04:29Z","comment":"Created page with \"=== Kubernetes ===  == kubectl == <code>kubectl get pods</code> Show all pods</br> </br> <code>kubectl run <pod-name> --image=nginx</code> Run new nginx pod</br> </br> <code>kubectl describe pod <pod-name></code> Describe pod</br> <code>kubectl edit pod <pod-name></code> Edit pod with editor</br> <code>kubectl delete pod <pod-name></code> Delete pod from default namespace</br>\""},{"logid":74,"ns":0,"title":"Diff","pageid":63,"logpage":63,"params":{},"type":"create","action":"create","user":"Xbl","timestamp":"2025-11-20T12:30:50Z","comment":"Created page with \"Show differences in text files.  = diff =  Show side by side comparison:</br> <code>diff -y <filename1> <filename2></code>  Show unified diff (git-style):</br> <code>diff -bu <filename1> <filename2></code>  Save a patch for applying:</br> <code>diff -bu <filename1> <filename2> > <patchfilename></code>  Apply patch:</br> <code>patch <filename> < <patchfilename></code>\""},{"logid":73,"ns":0,"title":"Script","pageid":62,"logpage":62,"params":{},"type":"create","action":"create","user":"Xbl","timestamp":"2025-11-20T12:15:06Z","comment":"Created page with \"Record, review, replay & re-execute terminal sessions.  = script =  Record a session (with timings), listens until Ctrl-d:</br> <code>script (-T <filename>)</code>  Review a session:</br> <code>less -R <filename></code>  Replay a session (needs timings)</br> <code>scriptreplay (-T <filename>)</code>  Record a session for re-execution (-I records only inputs):</br> <code>script -T <filename> -I <filename></code>  Re-execute a session:</br> <code>scriptlive -T <filename> -...\""},{"logid":72,"ns":0,"title":"Snippets","pageid":61,"logpage":61,"params":{},"type":"create","action":"create","user":"Xbl","timestamp":"2025-09-17T11:05:26Z","comment":"Created page with \"= Snippets =  Check if the system requires a reboot:</br> <code>cat /var/run/reboot-required</code>\""},{"logid":71,"ns":0,"title":"Pass","pageid":60,"logpage":60,"params":{},"type":"create","action":"create","user":"Xbl","timestamp":"2025-09-15T12:39:16Z","comment":"Created page with \"= Pass = The standard UNIX password manager</br> == pass == <code>git <command></code> pass git commands</br> <code>generate <dir/name></code> Generate new password at dir/name</br> <code>show <dir/name></code> Show password at dir/name</br> <code>insert dir/name</code> Insert a password at dir/name</br> <code>edit dir/name</code> Edit a password at dir/name</br> <code>rm <dir/name></code> Remove password at dir/name</br>  == Useful arguments == <code></code>\""},{"logid":70,"ns":0,"title":"Pwnagotchi","pageid":59,"logpage":59,"params":{},"type":"create","action":"create","user":"Xbl","timestamp":"2025-09-08T11:52:34Z","comment":"Created page with \"= Gucci =  === Connect === <code>ip addr add 10.0.0.1/24 dev enp*</code></br> <code>10.0.0.2:80</code> bettercap</br> <code>10.0.0.2:8080</code> funkloch</br> <code>10.0.0.2:8421</code> PiSugar</br>  === linux_connection_share.sh === <pre>#!/usr/bin/env bash set -e  # name of the ethernet gadget interface on the host USB_IFACE=${1:-enp17s0u1} USB_IFACE_IP=10.0.0.1 USB_IFACE_NET=10.0.0.0/24 # host interface to use for upstream connection UPSTREAM_IFACE=${2:-enp7s0}  #ip a...\""},{"logid":69,"ns":0,"title":"Ansible","pageid":58,"logpage":58,"params":{},"type":"create","action":"create","user":"Xbl","timestamp":"2025-09-03T12:52:19Z","comment":"Created page with \"= Ansible =  == ansible ==\""}]}}