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).
- 01:33, 4 July 2024 Kenneth talk contribs created page Ubuntu/Pro (Created page with "== Ubuntu Pro == https://login.ubuntu.com/ https://ubuntu.com/pro/dashboard Command to attach a machine: sudo pro attach TOKEN Status: pro status * Probably the most critical - "Canonical Livepatch service" - https://ubuntu.com/security/livepatch/docs Enable service: pro enable livepatch # enabled by default with pro Install / update pro client: sudo apt install ubuntu-pro-client List pro commands: pro help == keywords ==")
- 00:17, 3 July 2024 Kenneth talk contribs created page REST (Created page with "== REST == "Representational state transfer (REST) is a style of software architecture for distributed systems such as the World Wide Web. REST has emerged as a predominant web API design model." [http://en.wikipedia.org/wiki/Representational_state_transfer] == Clean URL == "Clean URLs, RESTful URLs, user-friendly URLs or SEO-friendly URLs are purely structural URLs that do not contain a query string [e.g., action=delete&id=91] and instead contain only the path of the...")
- 06:28, 28 June 2024 Kenneth talk contribs created page Windhawk (Created page with "== Windhawk == https://windhawk.net/ The customization marketplace for Windows programs == Disable grouping on the taskbar == https://windhawk.net/mods/taskbar-grouping == keywords ==")
- 22:02, 24 June 2024 Kenneth talk contribs created page SOCKS (Created page with " ssh p@ENTER.YOUR.IP.HERE -f -N -D 9090 See Linux/SSH#SSH-D Proxy")
- 00:09, 20 June 2024 Kenneth talk contribs created page AWX/Installation (Created page with "== Kubernetes Installation == kubectl -n ci-awx logs -f deployments/awx-operator-controller-manager -c awx-manager")
- 20:23, 19 June 2024 Kenneth talk contribs created page AWX/Inventory Description (Created page with "== _awx_description == Add support for importing host/group descriptions https://github.com/ansible/awx/pull/6265 Adds support for custom scripts importing the Host and Group description in AWX by setting a var of _awx_description. This var gets removed and does not get added to the host or group variables in inventory. Note: doesn't seem to work??")
- 19:01, 19 June 2024 Kenneth talk contribs created page Kubernetes/Rancher (Created page with "== Rancher == https://www.rancher.com/ == Quick Start == https://www.rancher.com/quick-start == Free Option == The community’s favorite Kubernetes management platform — free forever * 100% Open Source * Full Rancher Platform Experience * Community Support There is a paid Enterprise Support option with pricing from $8k to $40k (eg. https://www.trustradius.com/products/suse-rancher/pricing) == keywords ==")
- 18:49, 19 June 2024 Kenneth talk contribs created page Windows/py (Created page with "Python Launcher <pre> Python Launcher for Windows Version 3.10.6150.1013 usage: py [launcher-args] [python-args] [script [script-args]] Launcher arguments: -2 : Launch the latest Python 2.x version -3 : Launch the latest Python 3.x version -X.Y : Launch the specified Python version The above all default to 64 bit if a matching 64 bit python is present. -X.Y-32: Launch the specified 32bit Python version -X-32 : Launch the latest 32bit Python X version...")
- 21:30, 18 June 2024 Kenneth talk contribs created page Fiber Optics (Created page with "== Fiber Cables == === OS vs OM Fiber === The briefest explanation is that OS cables are all singlemode fiber, and OM cables are multimode fiber. === Multi Mode Cables === OM Cables. OM cables are designed to work across shorter distances and with less-expensive transmission parts. OM1, OM2, OM3, OM4, and OM5 OM1 and OM2 cables hit top speeds of around 1Gbps. OM3, OM4, and OM5 cables utilize laser-optimized multimode (LOMMF) transmission. This is more expensive, b...")
- 18:47, 18 June 2024 Kenneth talk contribs created page GitHub/Copilot (Created page with "== Copilot == https://github.com/features/copilot == keywords ==")
- 21:52, 10 June 2024 Kenneth talk contribs created page Windows 11 (Created page with "== Windows 11 == == Enable Long File Paths == <pre> Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "LongPathsEnabled"=dword:00000001 </pre> ref: [https://superuser.com/questions/1807770/enable-long-paths-on-win-11-home]")
- 06:38, 10 June 2024 Kenneth talk contribs created page Certbot (Created page with "== certbot == == Letsencrypt.org == See Letsencrypt.org === Ubuntu === Install: sudo apt-get update sudo apt-get install software-properties-common sudo add-apt-repository universe sudo add-apt-repository ppa:certbot/certbot sudo apt-get update sudo apt-get install certbot python-certbot-apache Auto install certificates: sudo certbot --apache Or just get a certificate: sudo certbot certonly --apache Test automatic renewal: sudo certbot renew --dry-ru...")
- 20:14, 7 June 2024 Kenneth talk contribs created page Jq (Created page with "== jq == jq https://jqlang.github.io/jq/ jq is a lightweight and flexible command-line JSON processor. jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. == pretty print json == echo '{"foo": "lorem", "bar": "ipsum"}' | jq == tutorial == jq tutorial https://jqlang.github.io/jq/tutorial/")
- 02:40, 4 June 2024 Kenneth talk contribs created page AWS/CLI (Created page with "== Install == curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zip sudo ./aws/install ref: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html#cliv2-linux-install")
- 23:10, 22 May 2024 Kenneth talk contribs created page MongoDB (Created page with "== MongoDB == MongoDB https://www.mongodb.com/ == Install MongoDB Community Edition == sudo apt-get install gnupg curl curl -fsSL https://www.mongodb.org/static/pgp/server-7.0.asc | \ sudo gpg -o /usr/share/keyrings/mongodb-server-7.0.gpg \ --dearmor # Ubuntu 20: echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/7.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongo...")
- 06:56, 22 May 2024 Kenneth talk contribs created page GitHub/gh/pr (Created page with "Add comment to Pull Request https://cli.github.com/manual/gh_pr_comment gh pr comment 13 --body "Hi from GitHub CLI"")
- 06:55, 22 May 2024 Kenneth talk contribs created page GitHub/gh (Created page with "== Table of Contents == {{Special:PrefixIndex/{{PAGENAME}}/}}")
- 23:03, 21 May 2024 Kenneth talk contribs created page Git/Repo Migration (Created page with "List all refs: git for-each-ref")
- 20:14, 21 May 2024 Kenneth talk contribs created page Windows/Package Managers (Created page with "* [scoop.sh](https://www.9bis.net/kitty/index.html#!pages/scoop.md) * [chocolatey](https://chocolatey.org/packages/kitty) * [liberkey](https://www.liberkey.com/fr/catalogue/parcourir.html) * [portableapps](https://portableapps.com/apps/internet/kitty-portable)")
- 20:14, 21 May 2024 Kenneth talk contribs created page Windows Package Managers (Redirected page to Windows/Package Managers) Tag: New redirect
- 15:42, 21 May 2024 Kenneth talk contribs created page GitHub/Duplicating a Repository (Created page with " Duplicating a repository https://docs.github.com/en/repositories/creating-and-managing-repositories/duplicating-a-repository Mirroring a repository with large file storage objects https://docs.github.com/en/repositories/creating-and-managing-repositories/duplicating-a-repository#mirroring-a-repository-that-contains-git-large-file-storage-objects")
- 21:18, 17 May 2024 Kenneth talk contribs created page PuTTie (Created page with "== PuTTie ==")
- 21:17, 17 May 2024 Kenneth talk contribs created page KiTTY (Created page with "== KiTTY ==")
- 21:17, 17 May 2024 Kenneth talk contribs created page Kitty (Redirected page to KiTTY) Tag: New redirect
- 21:15, 17 May 2024 Kenneth talk contribs moved page Putty to PuTTY
- 20:08, 17 May 2024 Kenneth talk contribs created page Microsoft/Teams (Created page with "Service Status: https://admin.microsoft.com/servicestatus")
- 20:11, 16 May 2024 Kenneth talk contribs created page Veracrypt (Redirected page to VeraCrypt) Tag: New redirect
- 20:11, 16 May 2024 Kenneth talk contribs created page VeraCrypt (Created page with "== VeraCrypt ==")
- 20:10, 16 May 2024 Kenneth talk contribs created page Truecrypt (Redirected page to TrueCrypt) Tag: New redirect
- 02:12, 15 May 2024 Kenneth talk contribs created page Docker/Docker in WSL (Created page with "== Docker in WSL ==")
- 19:09, 14 May 2024 Kenneth talk contribs created page Docker/Windows (Created page with "== Windows ==")
- 03:28, 14 May 2024 Kenneth talk contribs moved page OpenAPI Specification to OpenAPI
- 03:28, 14 May 2024 Kenneth talk contribs created page OpenAPI Specification (Created page with "== OpenAPI Specification == https://swagger.io/docs/specification/about/ What Is OpenAPI? OpenAPI Specification (formerly Swagger Specification) is an API description format for REST APIs. An OpenAPI file allows you to describe your entire API, including: Available endpoints (/users) and operations on each endpoint (GET /users, POST /users) Operation parameters Input and output for each operation Authentication methods Contact information, license, terms of use and ot...")
- 03:27, 14 May 2024 Kenneth talk contribs created page Swagger (Created page with "== OpenAPI Specification ==")
- 01:37, 14 May 2024 Kenneth talk contribs created page Python/requests (Created page with "== requests == import requests requests.post(url='https://foo.example', data={'bar':'baz'}) == Ignore SSL == requests.get('https://bad-ssl.com', verify=False) Turn off all warning messages: import requests requests.urllib3.disable_warnings() As of Python 3.6+ can turn off the specific warning message too: import warnings warnings.filterwarnings("ignore", message="Unverified HTTPS request") ref: https://stackoverflow.com/questions/15445981/how-do-i-disable-th...")
- 23:28, 13 May 2024 Kenneth talk contribs created page Nvmetools (Created page with "== Epic NVMe Tools == Linux or Windows NVMe CLI tools! https://www.nvmetools.com/ == Pipy == Install on Linux or Windows: pip install nvmetools == Github == https://github.com/jtjones1001/nvmetools git clone git@github.com:jtjones1001/nvmetools.git # git clone https://github.com/jtjones1001/nvmetools.git == Usage == Online documentation: https://nvmetools.readthedocs.io/en/latest/ === listnvme === listnvme === readnvme === Show basic stats: readnvme...")
- 19:51, 9 May 2024 Kenneth talk contribs created page Network Switch (Created page with "https://i.imgur.com/llW5KUx.png Core - Distribution - Access "'''Core switch''' - has higher reliability, functionality and throughput than distribution switch. Core switch aims at routing and forwarding, and provides optimized and reliable backbone transmission structure, while the Distribution Switch functions as the unified exit for access node, and may also do routing and forwarding." <ref>https://www.fiber-optic-cable-sale.com/core-switch-vs-distribution-switch-vs...")
- 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...")