Recent changes

From DWIKI

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 | Show my edits | Hide bots | Show minor edits
Show new changes starting from 22:58, 23 April 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

22 April 2024

N    13:38  Mdadm diffhist +111 Tony talk contribs (Created page with "=FAQ= ==mdadm: Array associated with md device /dev/md0 does not exist.== ==init state[0] : Not Initialised==")

21 April 2024

N    16:05  Iptables-persistent diffhist +112 Tony talk contribs (Created page with "=Links= *https://www.digitalocean.com/community/tutorials/iptables-essentials-common-firewall-rules-and-commands")

11 April 2024

N    13:41  Kibana diffhist +101 Tony talk contribs (Created page with "Tool for dealing with Elasticsearch logs =Links= *[https://www.elastic.co/kibana Kibana Homepage]")

31 March 2024

N    14:33  LocalAI diffhist +370 Tony talk contribs (Created page with "=Scripts= ==Talk to the chat interface== #!/bin/bash echo -n "Ask me anything: " read A curl -s http://localhost:8080/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{ "model": "gpt-4", "messages": [{"role": "user", "content": "'"$A"'", "temperature": 0.1}] }' |\ jq '.choices[].message.content' | sed 's/\\n/\n/g' | sed 's/\\"/"/g'")