New pages
From DWIKI
- 17:14, 16 April 2025 Auditing (hist | edit) [169 bytes] Tony (talk | contribs) (Created page with "=Links= *[https://www.kali.org/tools/ the Kali tools] =Web tools= ==wpscan== Checks wordpress site ==skipfish==")
- 10:24, 10 April 2025 Ansible galaxy (hist | edit) [72 bytes] Tony (talk | contribs) (Created page with "=Documentation= *[https://spacelift.io/blog/ansible-roles Ansible Roles]")
- 09:33, 4 April 2025 Wipefs (hist | edit) [294 bytes] Tony (talk | contribs) (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 Mysql-workbench (hist | edit) [195 bytes] Tony (talk | contribs) (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 Teams on Linux (hist | edit) [46 bytes] Tony (talk | contribs) (Created page with "=FAQ= ==Oops, app failed to load!== good start")
- 12:50, 19 March 2025 Anacron (hist | edit) [211 bytes] Tony (talk | contribs) (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 Home-assistant and Node-Red (hist | edit) [212 bytes] Tony (talk | contribs) (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 Tshark (hist | edit) [165 bytes] Tony (talk | contribs) (Created page with "packet captures on the command-line =Links= *[https://tshark.dev/ thsark homepage] Category:Networking")
- 22:35, 11 February 2025 Plex (hist | edit) [180 bytes] Tony (talk | contribs) (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 Linux video (hist | edit) [38 bytes] Tony (talk | contribs) (Created page with "=FAQ= ==[TTM] Buffer eviction failed==")
- 13:32, 8 February 2025 Passwordless samba share (hist | edit) [513 bytes] Tony (talk | contribs) (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 Esphome (hist | edit) [111 bytes] Tony (talk | contribs) (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 Grep (hist | edit) [93 bytes] Tony (talk | contribs) (Created page with " =HOWTO= ==match N characters== egrep [0-9]{4} foofile")
- 11:53, 30 January 2025 Unifi (hist | edit) [210 bytes] Tony (talk | contribs) (Created page with "=Links= *[https://pimylifeup.com/ubuntu-unifi-controller/ Installing Unifi]")
- 11:08, 30 January 2025 Mongodb (hist | edit) [59 bytes] Tony (talk | contribs) (Created page with "=FAQ= ==Crashes with signal=ILL== System/vm has to have AVX")
- 18:48, 26 January 2025 Otgw (hist | edit) [412 bytes] Tony (talk | contribs) (Created page with "Opentherm Gateway =Links= *[https://otgw.tclcode.com/ OTGW Homepage]")