New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Hide redirects
  • 03:28, 14 May 2024OpenAPI (hist | edit) ‎[499 bytes]Kenneth (talk | contribs) (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...") originally created as "OpenAPI Specification"
  • 03:27, 14 May 2024Swagger (hist | edit) ‎[44 bytes]Kenneth (talk | contribs) (Created page with "== OpenAPI Specification ==")
  • 01:37, 14 May 2024Python/requests (hist | edit) ‎[522 bytes]Kenneth (talk | contribs) (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 2024Nvmetools (hist | edit) ‎[2,984 bytes]Kenneth (talk | contribs) (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 2024Network Switch (hist | edit) ‎[1,116 bytes]Kenneth (talk | contribs) (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 2024SFP (hist | edit) ‎[1,799 bytes]Kenneth (talk | contribs) (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 2024GitHub/Workflow/Events (hist | edit) ‎[727 bytes]Kenneth (talk | contribs) (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 2024EICAR (hist | edit) ‎[876 bytes]Kenneth (talk | contribs) (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 2024CrowdStrike (hist | edit) ‎[8,280 bytes]Kenneth (talk | contribs) (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 2024Proxmox/syslog (hist | edit) ‎[283 bytes]Kenneth (talk | contribs) (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 2024Ruckus/License (hist | edit) ‎[496 bytes]Kenneth (talk | contribs) (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 2024Moab (hist | edit) ‎[166 bytes]Kenneth (talk | contribs) (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 2024Curl (hist | edit) ‎[504 bytes]Kenneth (talk | contribs) (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 2024WinRM (hist | edit) ‎[586 bytes]Kenneth (talk | contribs) (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 2024Google/Family Groups (hist | edit) ‎[91 bytes]Kenneth (talk | contribs) (Created page with " https://families.google/intl/en_us/families/ https://myaccount.google.com/family/details")
  • 19:31, 25 March 2024Subnet (hist | edit) ‎[106 bytes]Kenneth (talk | contribs) (Created page with "https://i.imgur.com/84z3Q5g.png ref: https://www.techrepublic.com/article/ip-subnetting-made-easy-125343/")
  • 05:38, 24 March 2024Infoblox (hist | edit) ‎[890 bytes]Kenneth (talk | contribs) (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 2024Proxmox/SSL Redirect (hist | edit) ‎[539 bytes]Kenneth (talk | contribs) (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 2024Linux/dmidecode (hist | edit) ‎[37 bytes]Kenneth (talk | contribs) (Created page with "== Install == apt install dmidecode")
  • 20:14, 16 March 2024Gbps (hist | edit) ‎[59 bytes]Kenneth (talk | contribs) (Created page with "* 1-Gbps * 2.5-Gbps * 5-Gbps * 10-Gbps * 40-Gbps * 100-Gbps")
  • 06:20, 9 March 2024Ruckus/ICX (hist | edit) ‎[17 bytes]Kenneth (talk | contribs) (Created page with "== Skip Pagination == >enable #skip-page-display Disable page display mode")
  • 21:11, 3 March 2024Foundry VTT/Modules (hist | edit) ‎[43,370 bytes]Kenneth (talk | contribs) (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 2024Linux/trickle (hist | edit) ‎[348 bytes]Kenneth (talk | contribs) (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 2024Ubuntu/Firefox (hist | edit) ‎[1,199 bytes]Kenneth (talk | contribs) (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 2024Ubuntu/Chrome (hist | edit) ‎[392 bytes]Kenneth (talk | contribs) (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 2024ALPHV (hist | edit) ‎[494 bytes]Kenneth (talk | contribs) (Created page with "== Hackers ==")
  • 19:35, 2 March 2024Blackcat (hist | edit) ‎[13 bytes]Kenneth (talk | contribs) (Created page with "See ALPHV")
  • 03:06, 1 March 2024Visual Code (hist | edit) ‎[146 bytes]Kenneth (talk | contribs) (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 2024Markup (hist | edit) ‎[30 bytes]Kenneth (talk | contribs) (Created page with "You probably mean Markdown")
  • 23:28, 25 February 2024Yq (hist | edit) ‎[669 bytes]Kenneth (talk | contribs) (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 2024Yamllint (hist | edit) ‎[3,237 bytes]Kenneth (talk | contribs) (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")