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).
- 09:52, 14 July 2023 Tony talk contribs created page Synology NAS (Created page with "=HOWTO= ==Install borg backup=== See [https://docs.borgbase.com/setup/borg/synology/ Borg backup on synology] ==Add admin user on command line== synouser --add newuser pass "full name" 0 "some@mail" 0 Do not forget '''admin'''! syngroup is a bit stupid and would remove admin user from group synogroup --member adminsistrators admin newuser")
- 08:35, 7 July 2023 Tony talk contribs created page Iotop (Created page with "=FAQ= ==Swap shows as 'unavailable'== You wil also see warning '''CONFIG_TASK_DELAY_ACCT not enabled in kernel, cannot determine SWAPIN and IO''' sysctl -w kernel.task_delayacct=1")
- 12:37, 3 July 2023 Tony talk contribs created page Disk specs (Created page with " =SAMSUNG MZ7L3960= Sequential Read 560 MB/s Sequential Write (128 KB)Sequential Write 530 MB/s Random Read (4 KB)Random Read 97K IOPS Random Write (4 KB)Random Write 60K IOPS")
- 12:00, 15 June 2023 Tony talk contribs created page JQ (Created page with "JSON processor =Links= *https://jqlang.github.io/jq/ *[https://towardsdev.com/using-jq-to-fetch-key-value-from-json-output-a83ccbec2be9 some nice jq trickery] =Examples=")
- 16:12, 25 May 2023 Tony talk contribs created page Fastcgi (Created page with "=HOWTO= ==Fastcgi from command line== *[https://easyengine.io/tutorials/php/directly-connect-php-fpm/ Directly connect to PHP-FPM] Example: SCRIPT_NAME=/fpm-ping SCRIPT_FILENAME=/fpm-ping REQUEST_METHOD=GET cgi-fcgi -bind -connect 127.0.0.1:9001")
- 13:15, 8 May 2023 Tony talk contribs created page Logstash (Created page with "=FAQ= ==Find logstash version== '''versions-gem-copy.yml''' or '''versions.yml'''")
- 10:53, 4 May 2023 Tony talk contribs created page Tar (Created page with "=HOWTO= ==Extract tar.xz== tar xf foo.tar.xz")
- 13:08, 28 April 2023 Tony talk contribs created page Wget (Created page with "=HOWTO= ==Mirror entire site== wget --mirror --convert-links --adjust-extension --page-requisites --no-parent https://site-to-download.com")
- 10:21, 1 March 2023 Tony talk contribs created page Dpkg (Created page with "=Links= *[https://linuxprograms.wordpress.com/2010/05/11/status-dpkg-list/ dpkg output explained] *[https://linuxprograms.wordpress.com/2010/05/12/remove-packages-marked-rc/ Remove packages marked '''rc''']")
- 12:00, 28 February 2023 Tony talk contribs created page KVM and NVMe (Created page with "=Links= [https://futurewei-cloud.github.io/ARM-Datacenter/qemu/nvme-of-tcp-vms/ How to setup NVMe/TCP with NVME-oF using KVM and QEMU]")
- 11:57, 28 February 2023 Tony talk contribs created page Inifiniband (Created page with "Some network thing")
- 11:46, 28 February 2023 Tony talk contribs created page RDMA (Created page with "Remote Direct Memory Access =Links= *[https://nvmexpress.org/developers/nvme-transport-specifications/ NVMe transport specifications] *[https://nvmexpress.org/nvme-over-rdma-transport-improving-network-based-storage/ NVME over RDMA]")
- 11:45, 28 February 2023 Tony talk contribs created page RXE (Created page with "Software RDMA over Ethernet =Links= *https://github.com/SoftRoCE/librxe-dev")
- 14:23, 24 February 2023 Tony talk contribs created page Infiniband (Created page with "=Links= =Commands= ibstat")
- 13:39, 2 February 2023 Tony talk contribs created page Mariadb (Created page with "MySQL fork =HOWTO= ==Backup== *[https://mariadb.com/kb/en/backup-and-restore-overview/ Backup and restore overview]")
- 11:59, 2 January 2023 Tony talk contribs created page Inodes (Created page with "=Links= *[https://www.stackscale.com/blog/inodes-linux/ Inodes in Linux]")
- 11:30, 2 January 2023 Tony talk contribs created page Checkmk (Created page with "=Links= *[https://freedom.nl/storingen Checkmk homepage]")
- 12:12, 21 December 2022 Tony talk contribs created page Monitoring linux resources (Created page with "=CPU System Time= check pidstat")
- 15:37, 1 December 2022 Tony talk contribs created page KVM on Gentoo (Created page with "=Links= =Configuration== /etc/conf.d/kvm.<vm name> =Management= /etc/init.d/kvm link /etc/init/kvm.<vm name> to /etc/init.d/kvm")
- 09:31, 29 November 2022 Tony talk contribs created page USB (Created page with "=USB Speeds= *USB 1.0/Low-Speed: 1.5 Megabits per second (Mbps) *USB 1.1/Full-Speed: 12 Mbps. *USB 2.0/Hi-Speed: 480 Mbps. *USB 3.0/SuperSpeed: 5 Gbps. *USB 3.1/SuperSpeed: 10 Gbps.")
- 14:04, 24 November 2022 Tony talk contribs created page Ansible snippets (Created page with "=Systemd= ==Randomize timer== Create '''/var/ansible/files/systemd/fstrim.conf''' [Timer] RandomizedDelaySec=3h '''Playbook''': tasks: - name: check if /etc/systemd/system/fstrim.timer.d/ exists stat: path: /etc/systemd/system/fstrim.timer.d/ register: override_dir - name: create /etc/systemd/system/fstrim.timer.d/ file: path: /etc/systemd/system/fstrim.timer.d/ state: directory when: ov...")
- 12:01, 17 November 2022 Tony talk contribs created page Tika (Created page with "=Links= *[https://tika.apache.org/ Tika Homepage]")
- 15:11, 15 November 2022 Tony talk contribs created page Zabbix ESXi (Created page with "=FAQ= ==Get UUID== esxcfg-info -u ==Unknown hypervisor uuid== Check vimservice: https://<server ip?/sdk/vimService.wsdl TODO check lowercase instead of upper?")
- 14:01, 1 November 2022 Tony talk contribs created page Easyrsa (Created page with "=Links= *https://wiki.archlinux.org/title/Easy-RSA")
- 20:36, 30 October 2022 Tony talk contribs created page Clementine (Created page with "=HOWTO= ==Smart playlists== Hidden under "Library", when search input is empty")
- 19:14, 28 October 2022 Tony talk contribs created page Opcache (Created page with "=Links= =Tuning opcache=")
- 15:23, 26 October 2022 Tony talk contribs created page Dnf (Created page with "=HOWTO= ==Clear cache== dnf clean all")
- 08:31, 26 October 2022 Tony talk contribs created page Social networks (Created page with "=Links= *Mastodon *Discord *Matrix *Diaspora")
- 20:35, 24 October 2022 Tony talk contribs created page Category:Home Assistant (Created page with "Home Assistant stuff")
- 20:34, 24 October 2022 Tony talk contribs created page Category:Home Asssistant (Created page with "All stuff related to Home Assistant")
- 19:35, 24 October 2022 Tony talk contribs created page Home Assistant and Opentherm (Created page with "=Links= ==HOWTO== Change setpoint is under: Call Service ->climate.set_temperature, then select target entity: climate.<your_entity>")
- 09:52, 24 October 2022 Tony talk contribs created page HSTS (Created page with " =Links= *https://https.cio.gov/hsts/")
- 14:13, 23 October 2022 Tony talk contribs created page Opentherm Monitor (Created page with "=Links= *[https://otgw.tclcode.com/otmonitor.html otmonitor homepage] =The graph= The first three lines are on/off indications for: Domestic hot water mode (blue), Central heating mode (green), and Flame status (red). The next line shows the Relative modulation level (black). The last part shows a number of temperature parameters: *Control Setpoint (grey) *Boiler temperature (red) *Return water temperature (blue) *Room setpoint (cyan) *Room temperature (magenta) *O...")
- 13:55, 23 October 2022 Tony talk contribs uploaded File:Opentherm Protocol v2-2.pdf (Opentherm Protocol v2.2)
- 13:55, 23 October 2022 Tony talk contribs created page File:Opentherm Protocol v2-2.pdf (Opentherm Protocol v2.2)
- 13:56, 21 October 2022 Tony talk contribs created page Zyxel (Created page with "=Links= =HOWTO= ==CLI== ===Show ARP table=== show arp-table")
- 14:16, 11 October 2022 Tony talk contribs created page Opentherm (Created page with "=Links= *[https://www.nodo-shop.nl/en/our-products/211-opentherm-gateway.html Opentherm gateway] *[https://theevohomeshop.co.uk/what-is-opentherm-and-why-use-honeywell-evohome-with-it/ What is Opentherm?]")
- 12:30, 4 October 2022 Tony talk contribs created page Dig (Created page with " =Links= *[https://www.cloudns.net/blog/10-most-used-dig-commands/ 10 most used dig commands] Category:DNS")
- 13:31, 2 October 2022 Tony talk contribs created page Xiaomi (Created page with "=FAQ= ==Multisensor wrong readings, flatline== After replacing battery, you need to reconnect the sensor")
- 16:21, 30 September 2022 Tony talk contribs created page Nvme (Created page with "NVM Express =Links= ==NVMe/TCP== *[https://futurewei-cloud.github.io/ARM-Datacenter/qemu/nvme-of-tcp-vms/ nvme and tcp] *[https://www.computerweekly.com/feature/NVMe-over-TCP-brings-super-fast-flash-over-standard-IP-networks NVMe over TCP] ==Qemu and NVMe== *[https://qemu-project.gitlab.io/qemu/system/devices/nvme.html Qemu and nvme] =HOWTO= ==List devices== nvme list =Monitoring nvme= *[https://github.com/narbehaj/zabbix-nvme Monitoring nvme with zabbix] Catego...")
- 13:16, 30 September 2022 Tony talk contribs created page Nullmailer (Created page with "=Links= *[https://wiki.debian.org/nullmailer Nullmailer on Debian] =HOWTO= ==Clear nullmailer queue== rm /var/spool/nuillmailer/queue/*")
- 12:39, 30 September 2022 Tony talk contribs created page QEMU (Created page with "=Links= *[https://www.qemu.org/ QEMU Homepage] *[https://wiki.gentoo.org/wiki/QEMU QEMU on Gentoo] ==HOWTO==")
- 10:37, 27 September 2022 Tony talk contribs created page SAS3IRCU (Created page with "On of the tools to manage megamaid cards =FAQ= ==SAS3IRCU: MPTLib2 Error 1== Probably means "didn't find controller i know"")
- 20:33, 23 September 2022 Tony talk contribs created page Platformio (Created page with " =Links= *[https://registry.platformio.org/platforms/platformio/linux_x86_64 Home] =FAQ= ==Installing platformio fails== The instuctions on http://platformio.org/#!/get-started are wrong, least for debian. Try skipping first line and just pip install platformio ===ModuleNotFoundError: No module named 'platformio'===")
- 15:26, 23 September 2022 Tony talk contribs created page Category:Languages (Created page with "Programming, scripting etc")
- 14:49, 15 September 2022 Tony talk contribs created page Curl (Created page with "=HOWTO= ==Check supported TLS version== curl -I -v --tlsv1.2 --tls-max 1.2 https://www.example.com/")
- 08:24, 12 September 2022 Tony talk contribs created page Category:Security (Created page with "Security related stuff")
- 08:37, 25 August 2022 Tony talk contribs created page Networking (Created page with "=Links= *[https://packetpushers.net/ip-time-to-live-and-hop-limit-basics/ IP Time to Live (TTL) and Hop Limit Basics] =FAQ=")
- 14:47, 22 August 2022 Tony talk contribs created page SSD (Created page with "=Links= ==Wiping SSD== *https://www.thomas-krenn.com/en/wiki/Perform_a_SSD_Secure_Erase and how SSD works *https://www.wepc.com/how-to/securely-erase-an-ssd-drive/")
- 11:22, 22 August 2022 Tony talk contribs created page UBCD (Created page with "Ultimate Boot CD =PXE Booting= mount ubcdX.iso /mnt/loop this all needs work, paths are wrong")