Recent changes

From wikinotes

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 06:21, 20 May 2024
   
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

19 May 2024

     23:44  Ntfy configuration‎‎ 9 changes history +2,698 [Will‎ (9×)]
     
23:44 (cur | prev) +228 Will talk contribs (→‎iOS App)
     
23:29 (cur | prev) +110 Will talk contribs (→‎Token Auth)
     
23:25 (cur | prev) +255 Will talk contribs
     
22:23 (cur | prev) +397 Will talk contribs (→‎Components)
     
21:10 (cur | prev) +85 Will talk contribs (→‎Access Control)
     
21:07 (cur | prev) +206 Will talk contribs (→‎Token Auth)
     
01:07 (cur | prev) −1 Will talk contribs (→‎Basics)
     
01:05 (cur | prev) +130 Will talk contribs (→‎Basics)
     
00:47 (cur | prev) +1,288 Will talk contribs
     23:26  Ntfy usage‎‎ 5 changes history +555 [Will‎ (5×)]
     
23:26 (cur | prev) +52 Will talk contribs (→‎Create a Topic)
     
18:54 (cur | prev) +161 Will talk contribs (→‎Emit to Topic)
     
18:52 (cur | prev) +41 Will talk contribs (→‎Emit to Topic)
     
18:50 (cur | prev) +103 Will talk contribs (→‎Create a Topic)
     
18:47 (cur | prev) +198 Will talk contribs
     22:04  Iptables diffhist +147 Will talk contribs (→‎Usage)
     00:29  Ntfy diffhist +142 Will talk contribs (→‎Locations)
     00:05  Quadlet usage diffhist +58 Will talk contribs (→‎Overview)

18 May 2024

     23:34  Saltstack install diffhist +20 Will talk contribs (→‎Archlinux)
     21:43  Quadlet‎‎ 7 changes history −4,220 [Will‎ (7×)]
     
21:43 (cur | prev) −26 Will talk contribs (→‎Notes)
     
21:37 (cur | prev) −3,529 Will talk contribs (→‎Syntax)
     
21:36 (cur | prev) −1,174 Will talk contribs (→‎Usage)
     
21:29 (cur | prev) +177 Will talk contribs
     
21:26 (cur | prev) +196 Will talk contribs (→‎Locations)
     
20:54 (cur | prev) −4 Will talk contribs (→‎Locations)
     
20:28 (cur | prev) +140 Will talk contribs
N    21:43  Quadlet syntax‎‎ 5 changes history +3,735 [Will‎ (5×)]
     
21:43 (cur | prev) +34 Will talk contribs (→‎*.container)
     
21:39 (cur | prev) +2 Will talk contribs (→‎*.container)
     
21:39 (cur | prev) +31 Will talk contribs (→‎*.container)
     
21:38 (cur | prev) +216 Will talk contribs
N    
21:37 (cur | prev) +3,452 Will talk contribs (Created page with "= Overview = <blockquote> <syntaxhighlight lang="yaml"> # ~/.config/containers/systemd/${name}.${ext} # systemd unitfile generator files *.container: for a single container # podman run *.kube: from kubernetes yaml files using # podman kube play *.pod: for a single pod within kubernetes yaml files # ? is this correct? *.yml: a kubernetes yaml file # resources *.image: ensures a docker image is pulled *.network:...")
N    21:36  Quadlet usage diffhist +978 Will talk contribs (Created page with "= Overview = <blockquote> While quadlet is technically an executable, it's designed to work with systemd commands directly. After adding your files to <code>~/.config/containers/systemd/*</code> or <code>/etc/containers/systemd/*</code>,<br> you can run daemon-reload and your generated systemd services will be made available. TL;DR <syntaxhighlight lang="bash"> mkdir -p /etc/containers/systemd cp foo.container /etc/containers/systemd/ systemctl daemon-reload...")
N    21:30  Quadlet install diffhist +51 Will talk contribs (Created page with "quadlet is installed automatically with podman.")
N    21:10  Quadlet example: single container with volume‎‎ 13 changes history +1,328 [Will‎ (13×)]
     
21:10 (cur | prev) +236 Will talk contribs (→‎2. Regen systemd and boot container)
     
21:08 (cur | prev) −28 Will talk contribs (→‎2. Regen systemd and boot container)
     
21:07 (cur | prev) +1 Will talk contribs (→‎ntfy.container)
     
21:07 (cur | prev) −42 Will talk contribs (→‎ntfy.volume)
     
21:07 (cur | prev) +1 Will talk contribs (→‎ntfy.container)
     
21:07 (cur | prev) −62 Will talk contribs (→‎ntfy.container)
     
20:55 (cur | prev) +38 Will talk contribs (→‎ntfy.volume)
     
20:55 (cur | prev) +41 Will talk contribs (→‎ntfy.container)
     
20:54 (cur | prev) −4 Will talk contribs (→‎2. Regen systemd and boot container)
     
20:50 (cur | prev) +96 Will talk contribs (→‎2. Regen systemd and boot container)
     
20:45 (cur | prev) +105 Will talk contribs (→‎2. Regen systemd and boot container)
     
20:31 (cur | prev) +228 Will talk contribs
N    
20:30 (cur | prev) +718 Will talk contribs (Created page with "= 1. Configurations = <blockquote> First, add the configs: == ntfy.container == <blockquote> <syntaxhighlight lang="systemd"> # ~/.config/containers/systemd/ntfy.container # vim: ft=systemd [Install] WantedBy=default.target [Container] # https://hub.docker.com/r/binwiederhier/ntfy/tags Image=docker.io/binwiederhier/ntfy:2.11.0 Volume=ntfy.volume:/etc/ntfy Environment=TZ=UTC PublishPort=127.0.0.1:9800:80 EntryPoint=["ntfy", "serve"] </syntaxhighlight> </blockquote><!--...")
N    17:49  Jquery selectors diffhist +326 Will talk contribs (Created page with "= Documentation = <blockquote> {| class="wikitable" |- | official docs || https://api.jquery.com/category/selectors/ |- |} </blockquote><!-- Documentation --> = Examples = <blockquote> <syntaxhighlight lang="javascript"> $("#element-id") $('div .some-class[some-attr="foo"]') </syntaxhighlight> </blockquote><!-- Examples -->")

16 May 2024

N    00:27  Ntfy install‎‎ 4 changes history +631 [Will‎ (4×)]
     
00:27 (cur | prev) +269 Will talk contribs
     
00:20 (cur | prev) +129 Will talk contribs
     
00:18 (cur | prev) +66 Will talk contribs (→‎FreeBSD)
N    
00:04 (cur | prev) +167 Will talk contribs (Created page with " = FreeBSD = <blockquote> <syntaxhighlight lang="bash"> pkg install ntfy # FreeBSD </syntaxhighlight> NOTE: doesn't ship with a service </blockquote><!-- FreeBSD -->")
N    00:05  Ntfy configuration diffhist +466 Will talk contribs (Created page with "A self hosted pub/sub server wtih a FOSS app (iOS/android) that will issue push notifications. = Documentation = <blockquote> {| class="wikitable" |- | official docs || https://docs.ntfy.sh/ |- | sample config || https://github.com/binwiederhier/ntfy/blob/main/server/server.yml |- |} </blockquote><!-- Documentation --> = Locations = <blockquote> {| class="wikitable" |- | <code>${PREFIX}/etc/ntfy/server.yml</code> || config |- |} </blockquote><!-- Locations -->")
     00:04  Ntfy‎‎ 4 changes history +96 [Will‎ (4×)]
     
00:04 (cur | prev) −158 Will talk contribs (→‎Usage)
     
00:04 (cur | prev) −133 Will talk contribs (→‎Install)
     
00:03 (cur | prev) +42 Will talk contribs (→‎Notes)
     
00:03 (cur | prev) +345 Will talk contribs
N    00:04  Ntfy usage diffhist +156 Will talk contribs (Created page with "= Usage = <blockquote> <syntaxhighlight lang="bash"> curl \ -d "Backup successful 😀" \ ntfy.sh/mytopic </syntaxhighlight> </blockquote><!-- Usage -->")

15 May 2024

     23:42  Ntfy‎‎ 2 changes history +56 [Will‎ (2×)]
     
23:42 (cur | prev) 0 Will talk contribs
     
23:41 (cur | prev) +56 Will talk contribs (→‎Documentation)

14 May 2024

     19:07  Sorbet syntax diffhist +118 Will talk contribs (→‎Generics)

12 May 2024

     23:20  Qemu diffhist +75 Will talk contribs (→‎Sharing VideoCard)
N    22:48  Scala install‎‎ 4 changes history +1,529 [Will‎ (4×)]
     
22:48 (cur | prev) +1,225 Will talk contribs
     
22:09 (cur | prev) +42 Will talk contribs (→‎Archlinux)
     
21:35 (cur | prev) +140 Will talk contribs (→‎Archlinux)
N    
21:12 (cur | prev) +122 Will talk contribs (Created page with "= Archlinux = <blockquote> <syntaxhighlight lang="bash"> aur sync scala </syntaxhighlight> </blockquote><!-- Archlinux -->")
N    22:18  Scala anatomy diffhist +712 Will talk contribs (Created page with "Scala cli allows you to skip some legwork. = Examples = <blockquote> == Helloworld == <blockquote> === scala === <blockquote> <syntaxhighlight lang="scala"> object Hello { def main(args: Array[String]) = { println("Hello, world") } } </syntaxhighlight> <syntaxhighlight lang="bash"> scala helloworld # build and run </syntaxhighlight> </blockquote><!-- scala --> === scala-cli === <blockquote> <syntaxhighlight lang="scala"> #!/usr/bin/env -S scala-cli sh...")
N    22:09  Scala‎‎ 2 changes history +340 [Will‎ (2×)]
     
22:09 (cur | prev) +23 Will talk contribs (→‎Intro/Reference)
N    
21:11 (cur | prev) +317 Will talk contribs (Created page with "scala is a strongly typed compiled functional language, that can also be run in an interpreter. = Documentation = <blockquote> {| class="wikitable" |- | |- |} </blockquote><!-- Documentation --> = Intro/Reference = <blockquote> {| class="wikitable" |- | scala install |- |} </blockquote><!-- Intro/Reference -->")
N    21:56  Make conditionals diffhist +636 Will talk contribs (Created page with "= Documentation = <blockquote> {| class="wikitable" |- | official docs || https://www.gnu.org/software/make/manual/html_node/Conditional-Syntax.html |- |} </blockquote><!-- Documentation --> = if statement = <blockquote> Make conditionals are not indented. <syntaxhighlight lang="make"> install: ifdef PKG @echo PKG envvar was assigned! else ifdef GRP @echo GRP envvar was assigned! else @echo neither PKG nor GRP were assigned! endif </syntaxhighlight> <syntax...")
N    21:51  Make syntax diffhist +88 Will talk contribs (Created page with "= Syntax = <blockquote> {| |- | make conditionals |- |} </blockquote><!-- Syntax -->")
     21:10  Programming: languages diffhist +15 Will talk contribs (→‎Languages)
     20:09  Kubernetes diffhist +107 Will talk contribs (→‎Documentation)
     19:47  Quadlet diffhist +47 Will talk contribs (→‎Overview)
N    17:00  Refind ext: reboot to os diffhist +134 Will talk contribs (Created page with "Here's a set of scripts that lets you choose which OS to reboot to. https://gist.github.com/Darkhogg/82a651f40f835196df3b1bd1362f5b8c")
     17:00  Refind diffhist +137 Will talk contribs (→‎Notes)

11 May 2024

     22:08  Encfs diffhist +250 Will talk contribs (→‎FreeBSD)
     20:17  Grafana backups diffhist +55 Will talk contribs (→‎Backups)
     20:01  Grafana install‎‎ 2 changes history +162 [Will‎ (2×)]
     
20:01 (cur | prev) +36 Will talk contribs (→‎FreeBSD)
     
19:56 (cur | prev) +126 Will talk contribs (→‎FreeBSD)
     18:38  Saltstack install‎‎ 3 changes history +359 [Will‎ (3×)]
     
18:38 (cur | prev) −32 Will talk contribs (→‎Archlinux)
     
17:38 (cur | prev) +3 Will talk contribs (→‎Archlinux)
     
17:38 (cur | prev) +388 Will talk contribs (→‎Archlinux)
N    17:48  Chatgpt diffhist +67 Will talk contribs (Created page with "Apparently API access requires a monthly subscription of 20$USD/mo.")
     17:42  Web services diffhist +17 Will talk contribs
N    17:14  Chatgpt-cli‎‎ 2 changes history +1,360 [Will‎ (2×)]
     
17:14 (cur | prev) +180 Will talk contribs (→‎Install)
N    
15:27 (cur | prev) +1,180 Will talk contribs (Created page with "A golang interface for chatgpt. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/kardolus/chatgpt-cli?tab=readme-ov-file#installation |- |} </blockquote><!-- Documentation --> = Locations = <blockquote> {| class="wikitable" |- | <code>~/.chatgpt-cli/config.yaml</code> || config |- |} </blockquote><!-- Locations --> = Install = <blockquote> <syntaxhighlight lang="bash"> aur sync chatgpt-cli-git </syntaxhighlight> </blockquote><!-- I...")
     17:10  Archlinux package management strategies diffhist −727 Will talk contribs
     17:09  Pacman troubleshooting diffhist +521 Will talk contribs
N    15:18  Programs: ai diffhist +116 Will talk contribs (Created page with "= CLI interfaces = <blockquote> {| class="wikitable" |- | chatgpt-cli |- |} </blockquote><!-- CLI interfaces -->")
     15:17  Programs diffhist +22 Will talk contribs (→‎Multimedia)

10 May 2024

     03:38  Gocryptfs gec diffhist +2 Will talk contribs (→‎Install)
     02:50  Ntfy diffhist +44 Will talk contribs (→‎Documentation)
     02:48  Quadlet‎‎ 2 changes history +372 [Will‎ (2×)]
     
02:48 (cur | prev) +10 Will talk contribs (→‎*.network)
     
02:05 (cur | prev) +362 Will talk contribs (→‎*.volume)
     02:10  Networking Overview‎‎ 2 changes history +495 [Will‎ (2×)]
     
02:10 (cur | prev) +20 Will talk contribs (→‎Non Routable IP Ranges)
     
02:08 (cur | prev) +475 Will talk contribs

6 May 2024

     15:03  Ruby rails: models‎‎ 3 changes history +468 [Will‎ (3×)]
     
15:03 (cur | prev) +53 Will talk contribs (→‎Commandline)
     
14:46 (cur | prev) +74 Will talk contribs (→‎Associations)
     
14:02 (cur | prev) +341 Will talk contribs (→‎Commandline)
     14:15  Sqlite client diffhist +63 Will talk contribs (→‎Introspection)

5 May 2024

N    22:32  Archlinux package management strategies‎‎ 3 changes history +1,288 [Will‎ (3×)]
     
22:32 (cur | prev) −27 Will talk contribs (→‎Failures)
     
22:32 (cur | prev) +913 Will talk contribs
N    
22:18 (cur | prev) +402 Will talk contribs (Created page with "The painful parts of arch are mostly related to libraries: * python updates take a while to reach all packages (so they get installed to the wrong site-packages) * libva updates may be too new for makemkv etc * qt updates are sometimes problematic as well To mitigate this, I've been exposing old versions of the libraries to my package-repo * ex. installing python-311 when python-3.12 became default")
     22:19  Archlinux‎‎ 4 changes history +49 [Will‎ (4×)]
     
22:19 (cur | prev) −404 Will talk contribs
     
22:18 (cur | prev) +49 Will talk contribs (→‎Package Management)
     
22:17 (cur | prev) +147 Will talk contribs
     
19:55 (cur | prev) +257 Will talk contribs
N    19:30  Quadlet‎‎ 11 changes history +5,389 [Will‎ (11×)]
     
19:30 (cur | prev) +2,620 Will talk contribs (→‎Syntax)
     
18:48 (cur | prev) +16 Will talk contribs (→‎Documentation)
     
18:47 (cur | prev) +892 Will talk contribs
     
18:37 (cur | prev) +26 Will talk contribs (→‎Locations)
     
18:29 (cur | prev) +127 Will talk contribs (→‎Usage)
     
18:27 (cur | prev) +80 Will talk contribs (→‎Locations)
     
18:27 (cur | prev) +101 Will talk contribs (→‎Documentation)
     
18:26 (cur | prev) +766 Will talk contribs
     
18:16 (cur | prev) +316 Will talk contribs
     
18:13 (cur | prev) +133 Will talk contribs
N    
18:10 (cur | prev) +312 Will talk contribs (Created page with "Quadlet is a tool for generating systemd services from podman containers. {{ TODO | can you also run podman-compose projects this way? }} = Documentation = <blockquote> {| class="wikitable" |- | src || https://github.com/containers/podman/tree/main/pkg/systemd/quadlet |- |} </blockquote><!-- Documentation -->")
     18:08  Podman diffhist +17 Will talk contribs (→‎Related)

2 May 2024

     15:27  Ruby rails diffhist +151 Will talk contribs (→‎Active Support)
     15:11  Ruby gem projects diffhist +199 Will talk contribs

27 April 2024

N    15:13  Metaflac‎‎ 2 changes history +305 [Will‎ (2×)]
     
15:13 (cur | prev) +116 Will talk contribs (→‎Usage)
N    
15:11 (cur | prev) +189 Will talk contribs (Created page with "Edit flac file music tags from the commandline. = Usage = <blockquote> <syntaxhighlight lang="bash"> metaflac '--set-tag=NAME=VALUE' foo.flac </syntaxhighlight> </blockquote><!-- Usage -->")
     15:09  Filetypes Music diffhist +4 Will talk contribs (→‎tags)
     14:56  Yt-dlp‎‎ 3 changes history +70 [Will‎ (3×)]
     
14:56 (cur | prev) +18 Will talk contribs (→‎Usage)
     
14:54 (cur | prev) +3 Will talk contribs (→‎Usage)
     
14:54 (cur | prev) +49 Will talk contribs (→‎Usage)

24 April 2024

     14:01  Visualstudio‎‎ 4 changes history +773 [Will‎ (4×)]
     
14:01 (cur | prev) +203 Will talk contribs (→‎Configuration)
     
13:51 (cur | prev) +170 Will talk contribs (→‎Configuration)
     
13:49 (cur | prev) +177 Will talk contribs
     
13:49 (cur | prev) +223 Will talk contribs (→‎Usage)

21 April 2024