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).
- 14:44, 17 December 2024 Tony talk contribs created page Wp-cli (Created page with "=HOWTO= ==update wordpress== wp-cli core update ==update all plugins== wp-cli plugin update --all")
- 12:58, 15 December 2024 Tony talk contribs created page Kpartx (Created page with "=FAQ= ==What loopback devices are in use?== losetup ==Release loopback device== First try kpartx -d then losetup -d /dev/loop1 ==device-mapper: reload ioctl on loop1p2 (252:19) failed: Invalid argument==")
- 15:51, 13 December 2024 Tony talk contribs created page Bash Shortcuts (Created page with "=Links= *[https://gist.github.com/tuxfight3r/60051ac67c5f0445efee Bash Shortcuts] =Cheatsheet=")
- 16:40, 7 December 2024 Tony talk contribs created page Telraam (Created page with "=Links= *[https://telraam.net Telraam home]")
- 12:36, 4 December 2024 Tony talk contribs created page Pyenv (Created page with "=Links= =HOWTO= ==List available versions of python== pyenv install -l ==List installed versions== pyenv version")
- 15:51, 26 November 2024 Tony talk contribs created page NTFS (Created page with "=Tools= ==NTFS ACLs== icacls")
- 15:02, 26 November 2024 Tony talk contribs created page HTB (Created page with "=Waht is= ==Pwnbox== https://help.hackthebox.com/en/articles/5185608-introduction-to-pwnbox ==System "htb"==")
- 14:29, 18 November 2024 Tony talk contribs created page Innotop (Created page with "Top for mysql =Links= *https://github.com/innotop/innotop")
- 12:36, 11 November 2024 Tony talk contribs created page OUI (Created page with "'''O'''rganizational '''U'''nique '''I'''dentifier =Links= *[http://standards-oui.ieee.org/oui.txt oui.txt] *[https://www.wireshark.org/tools/oui-lookup.html OUI lookup]")
- 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...")