All public logs

Jump to navigation Jump to search

Combined display of all available logs of Omnia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 05:19, 30 April 2024 Kenneth talk contribs created page SFP (Created page with "== SFP == Speed: Up to 1 Gbps The SFP transceivers support: <ref>https://www.omnitron-systems.com/blog/sfp-vs-sfp-what-s-the-difference</ref> * multi-mode dual fiber (MMF) * single-mode dual fiber (SMF) * single-mode single-fiber (SMF) * Coarse Wave Division Multiplexing * ''unshielded twisted pair (UTP) copper cabling'' Connector: LC, RJ45 == SFP+ == Speed: Up to 16 Gbit/s (usually 10 Gbit/s) The SFP+ transceivers support: <ref>https://www.omnitron-systems.com/blo...")
  • 23:06, 29 April 2024 Kenneth talk contribs created page GitHub/Workflow/Events (Created page with "== Events == https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows == Events that Must Be on Default Branch == * branch_protection_rule * check_run * check_suite * delete * discussion * discussion_comment * fork * gollum * issue_comment * issues * label * milestone * page_build * project * project_card * project_column * public * registry_package * repository_dispatch * schedule * status * watch * workflow_dispatch * workflow_run == Events...")
  • 01:48, 23 April 2024 Kenneth talk contribs created page EICAR (Created page with "<pre> # EICAR Test cat > samplevirus.txt <<"EOF" X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H* EOF #/opt/clamav/bin/clamscan samplevirus.txt clamscan samplevirus.txt rm samplevirus.txt </pre> https://en.wikipedia.org/wiki/EICAR_test_file :"The EICAR Anti-Virus Test File or EICAR test file is a computer file that was developed by the European Institute for Computer Antivirus Research (EICAR) and Computer Antivirus Research Organization (CARO) to t...")
  • 04:47, 22 April 2024 Kenneth talk contribs created page CrowdStrike (Created page with "== CrowdStrike == https://www.rushlimbaugh.com/wp-content/uploads/2019/09/APP-092519-Crowdstrike-Logo.jpg == Install == === Windows Install === WindowsSensor.exe /install /quiet /norestart CID=<your CID> === Linux Install === dpkg -i falcon-sensor_6.53.0-15003_amd64.deb /opt/CrowdStrike/falconctl -s -f --cid="XXXX" /opt/CrowdStrike/falconctl -s --trace=warn systemctl enable falcon-sensor systemctl restart falcon-sensor == Check Version == === Windows Check...")
  • 14:33, 14 April 2024 Kenneth talk contribs created page Proxmox/syslog (Created page with ""PVE8 is based on Debian 12 and Debian 12 doesn't ship with syslog any longer. It got replaced by journald. If you want syslog, you can still install and configure rsyslog:" <ref>https://forum.proxmox.com/threads/proxmox-ve-8-0-syslog.130862/</ref> apt update && apt install rsyslog")
  • 15:11, 9 April 2024 Kenneth talk contribs created page Ruckus/License (Created page with "== POD == Ports on Demand See https://support.ruckuswireless.com/articles/000006611 "This licensing scheme allows for a simple upgrade path in the field that does not require a screw driver. The PODs can be delivered either electronically, or via a license pack. Once installed, the ports become active, and the license has been consumed meaning it cannot be used again nor removed from the unit." <ref>https://www.terabitsystems.com/blog/brocade-pod-licenses-and-icx-seri...")
  • 20:09, 6 April 2024 Kenneth talk contribs created page Moab (Created page with "== Event Happenings == Moab Happenings: Guide to lodging, restaurants, real estate, shopping, more https://www.moabhappenings.com/events%20year.htm == keywords ==")
  • 02:17, 3 April 2024 Kenneth talk contribs created page Curl (Created page with "== Return status code only == curl -s -o /dev/null -w "%{http_code}" google.com curl -s -o /dev/null -I -w "%{http_code}" google.com curl -s -o /dev/null -I -w "%{http_code}\n" google.com ref: <ref>https://superuser.com/questions/272265/getting-curl-to-output-http-status-code</ref> == keywords ==")
  • 18:26, 28 March 2024 Kenneth talk contribs created page WinRM (Created page with "Test WinRM: Not a valid API call, but verifies if WinRM service is listening: <pre> # curl -i -k https://moonshadow.home.lab:5986 HTTP/2 404 content-type: text/html; charset=us-ascii server: Microsoft-HTTPAPI/2.0 date: Thu, 28 Mar 2024 18:24:22 GMT content-length: 315 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"> <HTML><HEAD><TITLE>Not Found</TITLE> <META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>...")
  • 15:30, 26 March 2024 Kenneth talk contribs created page Google/Family Groups (Created page with " https://families.google/intl/en_us/families/ https://myaccount.google.com/family/details")
  • 19:31, 25 March 2024 Kenneth talk contribs created page Subnet (Created page with "https://i.imgur.com/84z3Q5g.png ref: https://www.techrepublic.com/article/ip-subnetting-made-easy-125343/")
  • 05:38, 24 March 2024 Kenneth talk contribs created page Infoblox (Created page with "== Import CVF Record Format == Host Record: https://docs.infoblox.com/space/nios84/44965359/Host+Record Fixed Address: https://docs.infoblox.com/space/nios84/44507068/IPv4+Fixed+Address%2FReservation CNAME: https://docs.infoblox.com/space/nios84/44965299/CNAME+Record A Record: https://docs.infoblox.com/space/nios84/44964473/Stub+Zone Example A Record CSV File: (Sample excel for IB import.csv) <pre> header-arecord,address*,fqdn*,_new_fqdn,comment,create_ptr,disab...")
  • 02:14, 24 March 2024 Kenneth talk contribs created page Proxmox/SSL Redirect (Created page with " Tempoary: iptables -t nat -A PREROUTING -d 10.0.0.21 -p tcp --dport 443 -j REDIRECT --to-port 8006 Persist: /etc/network/interfaces post-up iptables -t nat -A PREROUTING -d 10.0.0.21 -p tcp --dport 443 -j REDIRECT --to-port 8006 || true <pre> auto vmbr0 iface vmbr0 inet static address 10.0.0.121/24 gateway 10.0.0.1 bridge-ports enp3s0 bridge-stp off bridge-fd 0 post-up iptables -t nat -A PREROUTING -d 10.0.0.21 -p t...")
  • 22:45, 23 March 2024 Kenneth talk contribs created page Linux/dmidecode (Created page with "== Install == apt install dmidecode")
  • 20:14, 16 March 2024 Kenneth talk contribs created page Gbps (Created page with "* 1-Gbps * 2.5-Gbps * 5-Gbps * 10-Gbps * 40-Gbps * 100-Gbps")
  • 18:10, 15 March 2024 Kenneth talk contribs created page Template:Subpage (Created page with "{{Special:PrefixIndex/{{PAGENAME}}/}}")
  • 06:20, 9 March 2024 Kenneth talk contribs created page Ruckus/ICX (Created page with "== Skip Pagination == >enable #skip-page-display Disable page display mode")
  • 21:11, 3 March 2024 Kenneth talk contribs created page Foundry VTT/Modules (Created page with "== Modules == See https://foundryvtt.com/packages/modules == Alternative Pause Icon - OBSOLETE == Fired by "Alternative Pause Text" module Use the "Alternative Pause Text" as it also includes option for placement. https://i.imgur.com/XYszI5U.png Module to change the image of the pause icon shown when the game is paused, to make your UI just that little more unique. Change the image and text using the module settings. Now you can adjust the rotation speed too. *...")
  • 20:48, 3 March 2024 Kenneth talk contribs created page Linux/trickle (Created page with " apt install trickle Download limit to 100 kbps: trickle -s -d 100 wget $URL Download/Upload limit to 1 Mbps: trickle -s -d 1024 -u 1024 wget $URL")
  • 21:49, 2 March 2024 Kenneth talk contribs created page Ubuntu/Firefox (Created page with "== vnc == Error: Client is not authorized to connect to ServerError: cannot open display: :1.0 Sort of Solution: rm .Xauthority or mv .Xauthority .Xauthority.old I think a better solution is burried in here somewhere: * https://unix.stackexchange.com/questions/708593/error-opening-browser-in-vnc-session-cannot-open-display-1-0 * https://wiki.tcl-lang.org/page/Client+is+not+authorized+to+connect+to+Server == Notes == <pre> [Parent 3504085, Main Thread] WARNING:...")
  • 21:35, 2 March 2024 Kenneth talk contribs created page Ubuntu/Chrome (Created page with "Install: <ref>https://askubuntu.com/questions/1461513/help-with-installing-the-chrome-web-browser-22-04-2-lts</ref> wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome-stable_current_amd64.deb sudo apt --fix-broken install Launch (or from menu): google-chrome-stable Desktop shortchut launcher: cp google-chrome.desktop ~/Desktop/")
  • 19:35, 2 March 2024 Kenneth talk contribs created page ALPHV (Created page with "== Hackers ==")
  • 19:35, 2 March 2024 Kenneth talk contribs created page Blackcat (Created page with "See ALPHV")
  • 03:06, 1 March 2024 Kenneth talk contribs created page Visual Code (Created page with "== Sort Lines == Sort lines - Visual Studio Marketplace https://marketplace.visualstudio.com/items?itemName=Tyriar.sort-lines Shortcut key: F9")
  • 21:16, 29 February 2024 Kenneth talk contribs created page Markup (Created page with "You probably mean Markdown")
  • 23:28, 25 February 2024 Kenneth talk contribs created page Yq (Created page with "== yq == yq is a lightweight and portable command-line YAML processor https://mikefarah.gitbook.io/yq/ a lightweight and portable command-line YAML processor. yq uses jq like syntax but works with yaml files as well as json. It doesn't yet support everything jq does - but it does support the most common operations and functions, and more is being added continuously. yq is written in go - so you can download a dependency free binary for your platform and you are go...")
  • 20:07, 25 February 2024 Kenneth talk contribs created page Yamllint (Created page with "== yamllint == Install: apt install yamllint Use: yamllint file.yaml Note: * Defaults to max lines 80 limit Doc: https://yamllint.readthedocs.io/en/stable/ == yaml == See yaml")
  • 20:24, 13 February 2024 Kenneth talk contribs created page Category:COVID (Created page with "COVID")
  • 20:24, 13 February 2024 Kenneth talk contribs created page COVID (Created page with "== keywords == Category:COVID")
  • 20:24, 13 February 2024 Kenneth talk contribs created page March 2020 (Created page with " What day of March 2020 is it? https://whatdayofmarch2020.com/ Today is March 1445th, 2020. The month that just doesn't fucking end. (as of 2024.02.13)")
  • 22:24, 11 February 2024 Kenneth talk contribs created page Blackbox (Created page with " == Import keyring == gpg2 --keyring keyrings/live/pubring.kbx --export | gpg2 --import or gpg --keyring .blackbox/pubring.kbx --export | gpg --import GPG=gpg2 blackbox_update_all_files ref: https://github.com/StackExchange/blackbox/issues/184 == Trust all keys == <pre> # The "-E" makes this work with both GNU sed and OS X sed gpg --list-keys --fingerprint --with-colons | sed -E -n -e 's/^fpr:::::::::([0-9A-F]+):$/\1:6:/p' | gpg --import-ownertrust </pre>...")
  • 17:31, 10 February 2024 Kenneth talk contribs created page Git/Copilot (Created page with " GitHub Copilot overview https://code.visualstudio.com/docs/copilot/overview")
  • 00:11, 10 February 2024 Kenneth talk contribs created page Pterodactyl (Created page with "== keywords == Category:Game Server Hosting Category:Self Game Server Hosting")
  • 00:11, 10 February 2024 Kenneth talk contribs created page Category:Self Game Server Hosting (Created page with "Self Game Server Hosting")
  • 00:11, 10 February 2024 Kenneth talk contribs created page Category:Game Server Hosting (Created page with "Game Server Hosting")
  • 00:06, 10 February 2024 Kenneth talk contribs created page AI/Image Generation (Created page with "x")
  • 00:04, 10 February 2024 Kenneth talk contribs created page AI (Created page with "{subtop}")
  • 00:35, 9 February 2024 Kenneth talk contribs created page Kubernetes/kustomize (Created page with "== kustomize == kubectl kustomize | Kubernetes https://kubernetes.io/docs/reference/kubectl/generated/kubectl_kustomize/ kubectl kustomize DIR [flags] == kustomization.yaml == <pre> # Apply resources from a directory containing kustomization.yaml - e.g. dir/kustomization.yaml kubectl apply -k dir/ </pre> == keywords ==")
  • 00:35, 9 February 2024 Kenneth talk contribs created page Kubernetes/kustomization.yaml (Redirected page to Kubernetes/kustomize) Tag: New redirect
  • 20:07, 4 February 2024 Kenneth talk contribs created page Ubuntu/regen ssh host keys (Created page with "regen ssh host keys <ref> sudo /bin/rm -v /etc/ssh/ssh_host_* sudo dpkg-reconfigure openssh-server sudo systemctl restart ssh")
  • 20:05, 4 February 2024 Kenneth talk contribs created page Ubuntu/sysprep (Created page with "== Sysprep == What to do after cloning an Ubuntu Image: 1. Regen Ubuntu/machine-id 2. hostname")
  • 20:03, 4 February 2024 Kenneth talk contribs created page Ubuntu/machine-id (Created page with "Ubuntu to regen machine-id <ref>https://unix.stackexchange.com/questions/402999/is-it-ok-to-change-etc-machine-id</ref> # clear rm -f /etc/machine-id /var/lib/dbus/machine-id # regen dbus-uuidgen --ensure systemd-machine-id-setup # verify: cat /etc/machine-id /var/lib/dbus/machine-id hostnamectl")
  • 07:01, 4 February 2024 Kenneth talk contribs created page Netstat (Created page with "== Ubuntu == apt install net-tools")
  • 06:10, 4 February 2024 Kenneth talk contribs created page GitHub/gpg (Created page with "== gpg ==")
  • 05:55, 4 February 2024 Kenneth talk contribs created page Ping (Created page with "== Ubuntu == Install: apt install inetutils-ping")
  • 17:59, 3 February 2024 Kenneth talk contribs created page Sqlite (Redirected page to SQLite) Tag: New redirect
  • 04:43, 2 February 2024 Kenneth talk contribs created page Cat Entertainment (Created page with "== Cat Entertainment == 8 hour Cat TV mouse digging burrows / holes in sand , playing and squeaking for cats to watch 4k https://www.youtube.com/watch?v=gSp-PKbJIiM")
  • 02:58, 30 January 2024 Kenneth talk contribs created page Node.js/w3schools (Created page with "== w3schools Tutorial == https://www.w3schools.com/nodejs")
  • 02:56, 30 January 2024 Kenneth talk contribs created page Node.js (Created page with "== Node.js ==")
  • 02:56, 30 January 2024 Kenneth talk contribs created page Nodejs (Redirected page to Node.js) Tag: New redirect
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)