New pages

Jump to navigation Jump to search
New pages
Hide registered users | Show bots | Show redirects
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 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")
  • 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")
  • 20:24, 13 February 2024COVID (hist | edit) ‎[34 bytes]Kenneth (talk | contribs) (Created page with "== keywords == Category:COVID")
  • 20:24, 13 February 2024March 2020 (hist | edit) ‎[193 bytes]Kenneth (talk | contribs) (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 2024Blackbox (hist | edit) ‎[1,387 bytes]Kenneth (talk | contribs) (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 2024Git/Copilot (hist | edit) ‎[77 bytes]Kenneth (talk | contribs) (Created page with " GitHub Copilot overview https://code.visualstudio.com/docs/copilot/overview")
  • 00:11, 10 February 2024Pterodactyl (hist | edit) ‎[215 bytes]Kenneth (talk | contribs) (Created page with "== keywords == Category:Game Server Hosting Category:Self Game Server Hosting")
  • 00:06, 10 February 2024AI/Image Generation (hist | edit) ‎[306 bytes]Kenneth (talk | contribs) (Created page with "x")
  • 00:04, 10 February 2024AI (hist | edit) ‎[10 bytes]Kenneth (talk | contribs) (Created page with "{subtop}")
  • 00:35, 9 February 2024Kubernetes/kustomize (hist | edit) ‎[1,010 bytes]Kenneth (talk | contribs) (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 ==")
  • 20:07, 4 February 2024Ubuntu/regen ssh host keys (hist | edit) ‎[129 bytes]Kenneth (talk | contribs) (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 2024Ubuntu/sysprep (hist | edit) ‎[330 bytes]Kenneth (talk | contribs) (Created page with "== Sysprep == What to do after cloning an Ubuntu Image: 1. Regen Ubuntu/machine-id 2. hostname")
  • 20:03, 4 February 2024Ubuntu/machine-id (hist | edit) ‎[306 bytes]Kenneth (talk | contribs) (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 2024Netstat (hist | edit) ‎[36 bytes]Kenneth (talk | contribs) (Created page with "== Ubuntu == apt install net-tools")
  • 06:10, 4 February 2024GitHub/gpg (hist | edit) ‎[757 bytes]Kenneth (talk | contribs) (Created page with "== gpg ==")
  • 05:55, 4 February 2024Ping (hist | edit) ‎[50 bytes]Kenneth (talk | contribs) (Created page with "== Ubuntu == Install: apt install inetutils-ping")
  • 04:43, 2 February 2024Cat Entertainment (hist | edit) ‎[167 bytes]Kenneth (talk | contribs) (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 2024Node.js/w3schools (hist | edit) ‎[259 bytes]Kenneth (talk | contribs) (Created page with "== w3schools Tutorial == https://www.w3schools.com/nodejs")
  • 02:56, 30 January 2024Node.js (hist | edit) ‎[27 bytes]Kenneth (talk | contribs) (Created page with "== Node.js ==")
  • 02:05, 22 January 2024AWX/Auth (hist | edit) ‎[250 bytes]Kenneth (talk | contribs) (Created page with " Authentication — AWX CLI Ansible Tower 3.8.6 documentation https://docs.ansible.com/ansible-tower/latest/html/towercli/authentication.html TOWER_HOST=https://awx.example.org \ TOWER_USERNAME=alice \ TOWER_PASSWORD=secret \ awx login")
  • 02:05, 22 January 2024AWX/CLI (hist | edit) ‎[444 bytes]Kenneth (talk | contribs) (Created page with " Basic Usage — AWX CLI Ansible Tower 3.8.6 documentation https://docs.ansible.com/ansible-tower/latest/html/towercli/usage.html#installation pip3 install --user https://releases.ansible.com/ansible-tower/cli/ansible-tower-cli-latest.tar.gz wget https://releases.ansible.com/ansible-tower/cli/ansible-tower-cli-latest.tar.gz tar -zvxf ansible-tower-cli-latest.tar.gz # cd awxkit-3.8.6 cd awxkit-* python setup.py install awx --help")
  • 20:47, 21 January 2024Notes (hist | edit) ‎[10,896 bytes]Kenneth (talk | contribs) (Created page with "= 2024.01.20 = == Redudnant NFS == Ubuntu 22 LTS Create a Highly Available NFS Service with Gluster and Oracle Linux https://docs.oracle.com/en/learn/ol-ha-nfs/index.html apt remove nfs-kernel-server apt update apt install -y corosync glusterfs-cli glusterfs-server nfs-ganesha-gluster pacemaker pcs pcp-zeroconf fence-agents Create an XFS filesystem: sudo mkfs.xfs -f -i size=512 -L gluster-000 /dev/sdb Create Mountpoint: sudo mkdir -p /data/gfs echo 'LABEL=...")
  • 20:43, 21 January 2024Ceph/MicroCeph (hist | edit) ‎[8,787 bytes]Kenneth (talk | contribs) (Created page with "== MicroCeph == Ubuntu 22.04 LTS MicroCeph with Snap These installation instructions use MicroCeph - Ceph in a snap. MicroCeph is a pure upstream Ceph distribution designed for small scale and edge deployments, which can be installed and maintained with minimal knowledge and effort. Install Ceph on Ubuntu | Ubuntu https://ubuntu.com/ceph/install Note: If snap is not installed: sudo apt install snapd Install microceph: sudo snap install microceph Bootstrap clust...")
  • 19:42, 21 January 2024Ubuntu/snaps (hist | edit) ‎[392 bytes]Kenneth (talk | contribs) (Created page with " Introduction to snaps | Ubuntu https://ubuntu.com/core/services/guide/snaps-intro")
  • 21:45, 20 January 2024DKMS (hist | edit) ‎[348 bytes]Kenneth (talk | contribs) (Created page with "== Dynamic Kernel Module Support (DKMS) ==")
  • 23:34, 19 January 2024Google/Cloud (hist | edit) ‎[1,247 bytes]Kenneth (talk | contribs) (Created page with "== Free Tier == Free cloud features and trial offer  |  Google Cloud Free Program https://cloud.google.com/free/docs/free-cloud-features The Free Tier provides limited access to many common Google Cloud products and services free of charge. Unlike the Free Trial, the Free Tier is available to all Google Cloud users. Free Tier resources are provided at intervals, usually monthly. Free Tier resources are not credits; they don't accumulate or roll over from one int...")
  • 05:06, 18 January 2024Ceph/Maintenace (hist | edit) ‎[573 bytes]Kenneth (talk | contribs) (Created page with "== Maintenace == Begin maintenance: Ceph constantly tries to keep itself in balance. If you take a node down and it stays down for too long, ceph will begin to rebalance the data among the remaining nodes. If you’re doing short term maintenance, you can control this behavior to avoid unnecessary rebalance traffic. ceph osd set nobackfill ceph osd set norebalance Reboot / perform OSD maintenance. After maintenance is completed: ceph osd unset nobackfill ceph os...")
  • 01:48, 18 January 2024Proxmox/Ventoy (hist | edit) ‎[421 bytes]Kenneth (talk | contribs) (Created page with "== 8.1 Boot Issue == Issue: [ERROR] no device with valid ISO found, please check your installation medium unable to continue (type exit or CTRL-D to reboot) Ticket: [issue]: Proxmox 8.1 Fails · Issue #2657 · ventoy/Ventoy https://github.com/ventoy/Ventoy/issues/2657 Hot Fix Build: (2023.12.04) Fix Proxmox 8.1 boot issue. https://github.com/ventoy/Ventoy/actions/runs/7088423200 Official Fix in release: ???")
  • 01:33, 18 January 2024Ventoy (hist | edit) ‎[729 bytes]Kenneth (talk | contribs) (Created page with "== Ventoy == Ventoy https://www.ventoy.net/ Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. With ventoy, you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly. You can copy many files at a time and ventoy will give you a boot menu to select them (screenshot). You can also browse ISO/WIM/IMG/VHD(x)/EFI files in local disks and boot...")
  • 00:27, 18 January 2024Proxmox/Install (hist | edit) ‎[63 bytes]Kenneth (talk | contribs) (Created page with "== Issues == https://bugzilla.proxmox.com/show_bug.cgi?id=4230")
  • 21:39, 17 January 2024Test/test (hist | edit) ‎[4 bytes]Kenneth (talk | contribs) (Created page with "test")
  • 21:38, 17 January 2024K//test2 (hist | edit) ‎[4 bytes]Kenneth (talk | contribs) (Created page with "test")
  • 21:38, 17 January 2024K//test1 (hist | edit) ‎[4 bytes]Kenneth (talk | contribs) (Created page with "test")
  • 21:38, 17 January 2024K//test1/test3 (hist | edit) ‎[4 bytes]Kenneth (talk | contribs) (Created page with "test")
  • 21:37, 17 January 2024K/test/test2 (hist | edit) ‎[5 bytes]Kenneth (talk | contribs) (Created page with "test2")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)