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:33, 4 April 2025 Tony talk contribs created page Wipefs (Created page with "=FAQ= ==wipefs: error: /dev/sdd: probing initialization failed: Device or resource busy== Maybe kernel detect a raid configuration, try cat /proc/mdstat and then go through mdadm fail, stop etc")
- 10:39, 24 March 2025 Tony talk contribs created page Mysql-workbench (Created page with "=HOWTO= ==Create mysql account with password== CREATE USER 'admin'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES ON *.* TO 'admin'@'localhost' WITH GRANT OPTION; flush privileges;")
- 12:26, 23 March 2025 Tony talk contribs created page Teams on Linux (Created page with "=FAQ= ==Oops, app failed to load!== good start")
- 12:50, 19 March 2025 Tony talk contribs created page Anacron (Created page with "Cron replacement able to randomize timing =Links= *https://www.tecmint.com/cron-vs-anacron-schedule-jobs-using-anacron-on-linux/")
- 17:16, 14 March 2025 Tony talk contribs created page Home-assistant and Node-Red (Created page with "=Tutorials= * https://mikehillyer.com/home-automation/getting-started-with-home-assistant-and-node-red/ * https://zachowj.github.io/node-red-contrib-home-assistant-websocket/guide/#using-npm-from-the-command-line")
- 11:50, 1 March 2025 Tony talk contribs created page Tshark (Created page with "packet captures on the command-line =Links= *[https://tshark.dev/ thsark homepage] Category:Networking")
- 22:35, 11 February 2025 Tony talk contribs created page Plex (Created page with "=FAQ= ==One or my items failed to play== Check the log for more information about this message So where is the log? * https://www.comparitech.com/kodi/view-kodi-log-files-erorrs/")
- 20:30, 9 February 2025 Tony talk contribs created page Linux video (Created page with "=FAQ= ==[TTM] Buffer eviction failed==")
- 13:32, 8 February 2025 Tony talk contribs created page Passwordless samba share (Created page with "If you ever ran into IPMI telling you to mount an ISO on a a samba shared, here it is: Pick a system and install samba on it # smb.conf [global] server role = standalone server ; no idea why map to guest = bad user usershare allow guests = yes [public] comment = Public Stuff path = /home/samba public = yes writable = yes guest ok = yes guest only = yes browseable = yes = mounting the share in ipmi = Share host: ip of your samba server Path to image...")
- 16:40, 3 February 2025 Tony talk contribs created page Esphome (Created page with "=Links= ==Running separate esphome== *https://community.home-assistant.io/t/howto-run-esphome-on-ha-core/199450")
- 14:51, 3 February 2025 Tony talk contribs created page Grep (Created page with " =HOWTO= ==match N characters== egrep [0-9]{4} foofile")
- 11:53, 30 January 2025 Tony talk contribs created page Unifi (Created page with "=Links= *[https://pimylifeup.com/ubuntu-unifi-controller/ Installing Unifi]")
- 11:08, 30 January 2025 Tony talk contribs created page Mongodb (Created page with "=FAQ= ==Crashes with signal=ILL== System/vm has to have AVX")
- 18:48, 26 January 2025 Tony talk contribs created page Otgw (Created page with "Opentherm Gateway =Links= *[https://otgw.tclcode.com/ OTGW Homepage]")
- 14:56, 6 January 2025 Tony talk contribs created page Disks (Created page with "=HOWTO= ==Which disk is "ata9"?== Lots of stuff like ls -al /sys/class/ata_port/ Kinda useful: ls -l /sys/block/sd* | sed 's/.*\(sd.*\) -.*\(ata.*\)\/h.*/\2 => \1/'")
- 10:48, 6 January 2025 Tony talk contribs created page Mkfs.ext4 (Created page with " =Notes= ==inode_ratio== The number of inodes in a filesystem is given by (filesystem size)/(inode_ratio)")
- 15:14, 2 January 2025 Tony talk contribs created page Nanokvm (Created page with "=Links= *[https://wiki.sipeed.com/hardware/en/kvm/NanoKVM/introduction.htmlNanoKVM wiki]")
- 10:55, 2 January 2025 Tony talk contribs created page REST (Created page with "'''Re'''presentational '''S'''tate '''T'''ransfer =Links= *https://en.wikipedia.org/wiki/REST")
- 15: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")
- 13: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==")
- 16:51, 13 December 2024 Tony talk contribs created page Bash Shortcuts (Created page with "=Links= *[https://gist.github.com/tuxfight3r/60051ac67c5f0445efee Bash Shortcuts] =Cheatsheet=")
- 17:40, 7 December 2024 Tony talk contribs created page Telraam (Created page with "=Links= *[https://telraam.net Telraam home]")
- 13: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")
- 16:51, 26 November 2024 Tony talk contribs created page NTFS (Created page with "=Tools= ==NTFS ACLs== icacls")
- 16: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"==")
- 15:29, 18 November 2024 Tony talk contribs created page Innotop (Created page with "Top for mysql =Links= *https://github.com/innotop/innotop")
- 13: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]")
- 09:25, 24 October 2024 Tony talk contribs created page Steam (Created page with "=FAQ= ==Kill steam== ? pkill -9 steam")
- 09:31, 10 October 2024 Tony talk contribs created page Category:Virtualization (Created page with "Hosting virtual machines")
- 09: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]")
- 09:34, 18 September 2024 Tony talk contribs created page Linstor (Created page with "Linbit Storage =Links= *[https://linbit.com/linstor/ Linstor home] Category:Storage")
- 09:33, 18 September 2024 Tony talk contribs created page Blockbridge (Created page with "*[https://www.blockbridge.com/ Blockbridge Homepage] Category:Storage")
- 11:19, 15 August 2024 Tony talk contribs created page Category:Databases (Created page with "Stuff about databases")
- 10: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=")
- 09: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]")
- 12:11, 12 August 2024 Tony talk contribs created page Proxmox template (Created page with "=Links= *https://tcude.net/creating-a-vm-template-in-proxmox/")
- 09: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")
- 17:24, 3 July 2024 Tony talk contribs created page Powerdns (Created page with "=Links= irc.oftc.net / #powerdns")
- 11: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")
- 17: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...")
- 09: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]")
- 14: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]")
- 16: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?")
- 11: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)]")
- 18:28, 5 May 2024 Tony talk contribs created page OpenKeyChain (Created page with "=FAQ= ==Importing key: Bad data==")
- 18: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== ??")
- 13: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")
- 09: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]")
- 09: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]")
- 13: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==")