New pages

From DWIKI
New pages
Hide bots | Show redirects
  • 13:41, 11 April 2024Kibana (hist | edit) ‎[101 bytes]Tony (talk | contribs) (Created page with "Tool for dealing with Elasticsearch logs =Links= *[https://www.elastic.co/kibana Kibana Homepage]")
  • 14:33, 31 March 2024LocalAI (hist | edit) ‎[798 bytes]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'")
  • 20:19, 24 March 2024Dosbox (hist | edit) ‎[410 bytes]Tony (talk | contribs) (Created page with "=Links= *[https://www.dosbox.com/ Dosbox homepage] *[https://dosbox-staging.github.io/ Dosbox-staging] *[https://www.dosbox.com/wiki Dosbox wiki]")
  • 12:58, 15 February 2024Ubuntu autoinstall (hist | edit) ‎[79 bytes]Tony (talk | contribs) (Created page with "=FAQ= ==aborting install since no mirror is usable== Resolver or network broken")
  • 15:17, 29 January 2024Cmake (hist | edit) ‎[80 bytes]Tony (talk | contribs) (Created page with "=FAQ= ==Error: could not load cache== Most like passing wrong directory to cmake")
  • 18:32, 27 January 2024Kodi (hist | edit) ‎[161 bytes]Tony (talk | contribs) (Created page with "Media player thing =Links= *[https://kodi.tv/ Homepage] *[https://forum.kodi.tv/ Kodi Forum]")
  • 17:02, 22 January 2024OpenDKIM (hist | edit) ‎[3,887 bytes]Tony (talk | contribs) (Created page with "=Links= *[http://www.opendkim.org/opendkim-README http://www.opendkim.org/opendkim-README] *[https://wiki.debian.org/OpenDKIM https://wiki.debian.org/OpenDKIM] *[https://tweenpath.net/opendkim-postfix-smtp-relay-server-on-debian-7/ DKIM on relay server] =HOWTO= == OpenDKIM (on Ubuntu) == apt install opendkim opendkim-tools You might have to create: mkdir -p /etc/opendkim/keys chown -R opendkim.opendkim /etc/opendkim chmod go-rw /etc/opendkim/keys/ Then cd /...")