All public logs
From DWIKI
Combined display of all available logs of DWIKI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:25, 24 October 2024 Tony talk contribs created page Steam (Created page with "=FAQ= ==Kill steam== ? pkill -9 steam")
- 08:31, 10 October 2024 Tony talk contribs created page Category:Virtualization (Created page with "Hosting virtual machines")
- 08:50, 18 September 2024 Tony talk contribs created page Azure (Created page with " =Links= *[https://learn.microsoft.com/en-us/azure/virtual-machines/linux/expand-disks?tabs=ubuntu Expand Ubuntu disk on azure]")
- 08:34, 18 September 2024 Tony talk contribs created page Linstor (Created page with "Linbit Storage =Links= *[https://linbit.com/linstor/ Linstor home] Category:Storage")
- 08:33, 18 September 2024 Tony talk contribs created page Blockbridge (Created page with "*[https://www.blockbridge.com/ Blockbridge Homepage] Category:Storage")
- 10:19, 15 August 2024 Tony talk contribs created page Category:Databases (Created page with "Stuff about databases")
- 09:49, 14 August 2024 Tony talk contribs created page Socket statistics (Created page with "Known as '''ss''' =Documentation= *[https://www.tecmint.com/ss-command-examples-in-linux/ 12 ss Command Examples to Monitor Network Connections] =HOWTO=")
- 08:48, 13 August 2024 Tony talk contribs created page Mod evasive (Created page with "Apache DoS protection =Links= *[https://www.howtogeek.com/devops/how-to-configure-mod_evasive-for-apache-ddos-protection/ How to Configure mod_evasive for Apache DDoS Protection]")
- 11:11, 12 August 2024 Tony talk contribs created page Proxmox template (Created page with "=Links= *https://tcude.net/creating-a-vm-template-in-proxmox/")
- 08:43, 6 August 2024 Tony talk contribs created page Zabbix utils (Created page with "=Links= *[https://blog.zabbix.com/python-zabbix-utils/27056/ Introducing zabbix_utils – the official Python library for Zabbix API] ==Examples== *https://github.com/dmiyakawa/zabbix_api_examples Category:Zabbix")
- 16:24, 3 July 2024 Tony talk contribs created page Powerdns (Created page with "=Links= irc.oftc.net / #powerdns")
- 10:04, 2 July 2024 Tony talk contribs created page Switch (Created page with "=Links= *[https://computer.howstuffworks.com/lan-switch.htm How LAN switches work] Category:Networking")
- 16:02, 1 July 2024 Tony talk contribs created page Proxmox Cloud-init with custom UserData (Created page with "==Create the template== qm create 9000 --memory 2048 --net0 virtio,bridge=vmbr0 --scsihw virtio-scsi-pci qm set 9000 --scsi0 local-lvm:0,import-from=/var/lib/vz/template/iso/noble-server-cloudimg-amd64.img qm set 9000 --ide2 local-lvm:cloudinit qm set 9000 --boot order=scsi0 qm template 9000 ==Enable snippets on your storage== Datastore->local (or whatever storage you want to use) -> edit and tag "snippets" ==Create UserData file== create file '''/var/lib/vz/snip...")
- 08:45, 25 June 2024 Tony talk contribs created page Lynis (Created page with "=Links= *[https://cisofy.com/lynis/ Lynis homepage] *[https://cisofy.com/documentation/lynis/ Lynis documentation]")
- 13:32, 11 June 2024 Tony talk contribs created page Proxmoxer (Created page with "=Links= ==Examples== *[https://p.haxxors.com/guest-exec.py Get VM info]")
- 15:00, 12 May 2024 Tony talk contribs created page Rar (Created page with "=Commands== unrar x =FAQ= ==unknown archive type, only plain RAR 2.0 supported(normal and solid archives), SFX and Volumes are NOT supported!== Try the nonfree?")
- 10:19, 9 May 2024 Tony talk contribs created page Obstacle Avoiding Robot (Created page with "=Links= *[https://www.instructables.com/Obstacle-Avoiding-Robot-Arduino-1/ Obstacle Avoiding Robot (Arduino)]")
- 17:28, 5 May 2024 Tony talk contribs created page OpenKeyChain (Created page with "=FAQ= ==Importing key: Bad data==")
- 17:23, 2 May 2024 Tony talk contribs created page Ekiy T7 (Created page with "=Links= *[https://www.aliexpress.com/item/1005003812026062.html Ekit T7 User Guide] =Problems= ==Sim Empty== ??")
- 12:09, 26 April 2024 Tony talk contribs created page Lsi raid controller (Created page with "=Alerts= ==Beep patterns== 1 second on, 3 seconds off, which is the code for "SPEAKER_HOTSPARE_ENTRY https://serverfault.com/questions/651933/lsi-megaraid-alarm-clearing-hotspare")
- 08:29, 26 April 2024 Tony talk contribs created page Signal-cli (Created page with "Sending messages to signal from command line =Links= *[https://github.com/AsamK/signal-cli Homepage] =HOWTO= ACHTUNG read [https://github.com/AsamK/signal-cli/wiki/Linking-other-devices-%28Provisioning%29 THIS] before you get yourself deregistered]")
- 08:54, 24 April 2024 Tony talk contribs created page Gadgetbridge (Created page with "=FAQ= ==Whatsapp "Checking for new messages"== Use the [https://gadgetbridge.org/basics/features/notifications/ Notifications filter]")
- 12:38, 22 April 2024 Tony talk contribs created page Mdadm (Created page with "=FAQ= ==mdadm: Array associated with md device /dev/md0 does not exist.== ==init state[0] : Not Initialised==")
- 15:05, 21 April 2024 Tony talk contribs created page Iptables-persistent (Created page with "=Links= *https://www.digitalocean.com/community/tutorials/iptables-essentials-common-firewall-rules-and-commands")
- 12:41, 11 April 2024 Tony talk contribs created page Kibana (Created page with "Tool for dealing with Elasticsearch logs =Links= *[https://www.elastic.co/kibana Kibana Homepage]")
- 13:33, 31 March 2024 Tony talk contribs created page LocalAI (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'")
- 19:19, 24 March 2024 Tony talk contribs created page Dosbox (Created page with "=Links= *[https://www.dosbox.com/ Dosbox homepage] *[https://dosbox-staging.github.io/ Dosbox-staging] *[https://www.dosbox.com/wiki Dosbox wiki]")
- 11:58, 15 February 2024 Tony talk contribs created page Ubuntu autoinstall (Created page with "=FAQ= ==aborting install since no mirror is usable== Resolver or network broken")
- 14:17, 29 January 2024 Tony talk contribs created page Cmake (Created page with "=FAQ= ==Error: could not load cache== Most like passing wrong directory to cmake")
- 17:32, 27 January 2024 Tony talk contribs created page Kodi (Created page with "Media player thing =Links= *[https://kodi.tv/ Homepage] *[https://forum.kodi.tv/ Kodi Forum]")
- 16:02, 22 January 2024 Tony talk contribs created page OpenDKIM (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 /...")
- 16:10, 5 January 2024 Tony talk contribs created page Pbs-restore (Created page with "Can't find documenation but: =HOWTO= export PBS_FINGERPRINT=xx export PBS_PASSWORD=yy export PBS_REPOSITORY=someuser@pbs@pbs-server.example.com:Mydatastore ==Find your snapshots== proxmox-backup-client snapshot list ==Restore to lvm== Seems you need to add '''.fidx''' to the snapshot name from the list vm/105/2024-01-02T20:53:25Z drive-scsi0.img.fidx /dev/pve/vm-105-disk-0 --verbose Category:Backup Category:Proxmox")
- 15:43, 10 December 2023 Tony talk contribs created page Rtorrent (Created page with "=Links= *[https://devhints.io/rtorrent Rtorrent cheatsheet] =Views= 1 View: main (filtered) 2 View: name (filtered) 3 View: started =Keys=")
- 13:41, 20 November 2023 Tony talk contribs created page Rddmarc (Created page with "=Install= Modules *libperlio-gzip-perl *libxml-simple-perl")
- 10:34, 15 November 2023 Tony talk contribs created page Cargo (Created page with "Rust thing =Links= *[https://opensource.com/article/20/3/rust-cargo Getting started with the Rust package manager, Cargo]")
- 14:44, 10 November 2023 Tony talk contribs created page Kstat (Created page with "=Get the data= cat /proc/spl/kstat/zfs/arcstats arcstat arc_summary =The secret values= arcstat -v knows them when you remove the underscores: ==L2ARC== ===l2_size=== Size of L2ARC ===l2_asize=== Actual (compressed) size of the L2ARC")
- 11:50, 10 November 2023 Tony talk contribs created page KSM (Created page with "Kernel Samepage Merging =Links= *[https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/virtualization_tuning_and_optimization_guide/chap-ksm RHEL doc about KSM] =ksmtuned.conf= ==KSM_THRES_COEF==")
- 10:35, 10 November 2023 Tony talk contribs created page Sar (Created page with "=FAQ= ==Cannot open /var/log/sysstat/sa10: No such file or directory== Please check if data collecting is enabled systemctl start sysstat")
- 15:54, 12 October 2023 Tony talk contribs created page Wireguard (Created page with "=Links= *[https://www.wireguard.com/ Wireguard homepage]")