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).
- 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]")
- 10:24, 10 October 2023 Tony talk contribs created page Truenas (Created page with "=Links= =Core vs Scale= ==Core== FreeBSD ==Scale== Debian")
- 12:58, 3 October 2023 Tony talk contribs created page Vnstat (Created page with "=FAQ= ==Unknown lvalue 'ProtectClock' in section 'Service'== Systemd service file messup, probably CentOS?")
- 12:09, 29 September 2023 Tony talk contribs created page Cloud-init (Created page with "=Documentation= *[http://docs.cloudstack.apache.org/en/latest/adminguide/templates/_cloud_init.html Cloud-init integration] =FAQ= ==Keep cloud-init from regerating ssh keys== Disable all of cloud-init: touch /etc/cloud/cloud-init.disabled or add to cloud.cfg: ssh_deletekeys: 0")
- 08:44, 11 September 2023 Tony talk contribs created page Iostat (Created page with "= Disk IO statistics =")
- 16:06, 31 August 2023 Tony talk contribs created page Virtio (Created page with "=Links= *[https://docs.oasis-open.org/virtio/virtio/v1.2/virtio-v1.2.html Virtio specification] ==Ballooning== *[https://pmhahn.github.io/virtio-balloon/ VirtIO Memory Ballooning] Category:Virtualization")
- 10:55, 25 August 2023 Tony talk contribs created page Chroot (Created page with "=Mount the stuff= mount /dev/your/rootpartition /mnt/yours mount --bind /dev/ /mnt/yours/dev chroot /mnt/yours mount -t proc none /proc mount -t sysfs none /sys mount -t devpts none /dev/pts")
- 20:05, 12 August 2023 Tony talk contribs created page Flipper zero (Created page with "https://www.rfwireless-world.com/Terminology/ASK-vs-FSK-vs-PSK.html")
- 15:37, 10 August 2023 Tony talk contribs created page Rsync (Created page with "=FAQ= ==rsync different ssh port== rsync -e "ssh -p 2345"")
- 08:39, 28 July 2023 Tony talk contribs created page Libreoffice (Created page with "=Links= =HOWTO= ==spreadsheet== ===Fix first line=== Click on A1, View->Freeze cells->Row")
- 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:50, 28 February 2023 Wikiadmin talk contribs created page Category:Storage (Created page with "Anything related to data storage")
- 11:49, 28 February 2023 Wikiadmin talk contribs moved page Nvme to NVMe
- 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")