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).
- 22:00, 7 February 2023 Kenneth talk contribs created page Python/virtualenv (Created page with "== venv == Create virtual environment: python3 -m venv [project_name] This will create a folder called "[project_name]" To use the folder: source [project_name]/bin/activ...")
- 21:51, 7 February 2023 Kenneth talk contribs created page DnD/Boss Heat Up (Created page with "== Heat Up Mechanic == "Boss Heat Up in Dark Souls The Board Game is covered on this page. In the video game bosses often have a 'heat up' or 'berserk' timer, usually trigger...")
- 20:03, 4 February 2023 Kenneth talk contribs created page Mile (Created page with "Number of feet in a mile First, you can use “five tomatoes” as a mnemonic for remembering that there are 5280 feet in a mile. [https://www.johndcook.com/blog/2019/07/16/n...")
- 13:28, 18 January 2023 Kenneth talk contribs created page Windows/Hidden Desktop Folder (Created page with "Create folder, rename to alt+0160 and then change icon to blank icon. ref: https://youtube.com/shorts/k_x_Ooc27T0?feature=share")
- 21:16, 28 December 2022 Kenneth talk contribs created page Screen edge (Redirected page to Fitts's Law) Tag: New redirect
- 23:11, 9 December 2022 Kenneth talk contribs created page Linux/file date (Created page with "Get file date in epoch seconds: (good for comparing date of two files) stat -c%Z myfile.txt ref: [https://unix.stackexchange.com/questions/383883/list-files-with-timestamp...")
- 15:58, 9 December 2022 Kenneth talk contribs created page ANSI Color (Created page with "== ANSI Color == == 256 color mode of xterm ANSI == [http://www.frexx.de/xterm-256-notes/ The 256 color mode of xterm] a small bash script which prints a table of escape se...")
- 03:24, 28 November 2022 Kenneth talk contribs created page Games\Raft (Created page with "== Save Game Location == C:\Users\'''USER'''\AppData\LocalLow\Redbeet Interactive\Raft\User\User_'''XXX'''\World")
- 17:19, 25 November 2022 Kenneth talk contribs created page Docker Desktop (Created page with "Too much overhead, don't install")
- 05:45, 22 November 2022 Kenneth talk contribs created page Wordle (Created page with "My starters: CRANE SLOTH GUIMP BAWDY Others: AUDIO adieu MIT Researchers: SALET WordleBot: SLATE CRANE SLANT CRATE CARTE")
- 19:10, 21 November 2022 Kenneth talk contribs created page K8s (Redirected page to Kubernetes) Tag: New redirect
- 03:11, 21 November 2022 Kenneth talk contribs created page Kubernetes (Created page with "== Kubernetes == Kubernetes, also known as K8s. Kubernetes is a container or microservice platform that orchestrates computing, networking, and storage infrastructure work...")
- 14:56, 15 November 2022 Kenneth talk contribs created page Notepad++ (Created page with "== Notepad++ == Notepad++ Home - http://notepad-plus-plus.org/ "Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replaceme...")
- 23:19, 12 November 2022 Kenneth talk contribs created page Python/Threading (Created page with "== Python 3 == <pre> import _thread def mythread(param1, param2): pass _thread.start_new_thread( mythread, ("Param1", "Param2", ) ) _thread.start_new_thread( mythread, ("...")
- 23:58, 5 November 2022 Kenneth talk contribs created page WSL (Created page with "== Windows Subsystem for Linux == == Eanble == dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart ref: https://www.tenforums.c...")
- 16:20, 17 October 2022 Kenneth talk contribs created page Linux/mkpasswd (Created page with "The /etc/shadow password format is set to $id$salt$hashed, The $id is the algorithm used On GNU/Linux as follows: $1$ is MD5 $2a$ is Blowfish $2y$ is Blowfish $5$ is SHA-2...")
- 03:43, 20 September 2022 Kenneth talk contribs created page Linux/Find Large Files (Created page with " find /home -xdev -size +500k -ls > piggies -- <pre> find /path/to/directory -type f -exec du -hs {} \;| sort -rh | head -n 1 du -sh * | sort -rh | head -5 ls -lSh /bin | he...")
- 05:33, 15 September 2022 Kenneth talk contribs created page Linux/Library Path (Created page with "The usual dynamic linker on Linux uses a cache to find its libraries. The cache is stored in /etc/ld.so.cache, and is updated by ldconfig which looks on the paths it’s given...")
- 20:42, 13 September 2022 Kenneth talk contribs created page Windows/Terminal (Created page with "== Windows Terminal == https://github.com/microsoft/terminal == Microsoft Store Install == https://aka.ms/terminal == Chocolatey Install == Unofficial method choco in...")
- 20:41, 13 September 2022 Kenneth talk contribs created page Windows Terminal (Redirected page to Windows/Terminal) Tag: New redirect
- 20:41, 13 September 2022 Kenneth talk contribs created page Microsoft/Terminal (Redirected page to Windows/Terminal) Tag: New redirect
- 03:31, 8 September 2022 Kenneth talk contribs created page Python/Fabric2 (Created page with "Fabric 2")
- 15:45, 7 September 2022 Kenneth talk contribs created page Python/paramiko (Created page with "=== paramiko === paramiko: ssh2 protocol for python - http://www.lag.net/paramiko/ paramiko github: https://github.com/paramiko/paramiko pip install paramiko Github: git...")
- 15:41, 29 August 2022 Kenneth talk contribs created page Pytest (Redirected page to Python/pytest) Tag: New redirect
- 19:28, 24 August 2022 Kenneth talk contribs created page PCIe (Created page with "== Speeds == https://i.imgur.com/sRL23se.png <!-- https://www.intel.com/content/dam/www/central-libraries/us/en/images/s7-u10-03-pcie-gen-theoretical-max-speed-5-original-rw...")
- 23:43, 11 August 2022 Kenneth talk contribs created page Python/pytest (Created page with "== Pytest == Looks for scripts named test_*.py or *_test.py")
- 15:21, 8 August 2022 Kenneth talk contribs created page Call of Cthulhu/Dark Ages (Created page with "<pre> +Animal Handling -Anthropology -Archaeology -Credit Rating -Drive Auto +Drive Horse/Oxen -Electrical Repair -Handgun -Rifle/Shotgun -History +Insight -Law -Locksmith -Me...")
- 03:24, 23 July 2022 Kenneth talk contribs created page Linux/Ubuntu/locale (Created page with "== Rebuild == Then generate the missing locale and reconfigure locales to take notice: $ sudo locale-gen "en_US.UTF-8" Generating locales... en_US.UTF-8... done Genera...")
- 00:14, 23 July 2022 Kenneth talk contribs created page Raspberry Pi/Wiring Pi (Created page with "== News == http://wiringpi.com/news/ == Not Included in Raspbian 11 == But can install with: cd /tmp wget https://project-downloads.drogon.net/wiringpi-latest.deb sudo...")
- 15:36, 22 July 2022 Kenneth talk contribs created page Pbis (Created page with " [root@license-01 sudoers.d]# cat admin # Ansible managed | any changes in this file will be overwritten %AD\\it-infra ALL=(ALL:ALL) NOPASSWD: ALL [root@license-01 sudoers...")
- 20:24, 20 July 2022 Kenneth talk contribs created page Python/Wheel (Created page with "== List all of the tags == pythonX.Y -m pip debug --verbose import wheel.pep425tags print(wheel.pep425tags.get_supported()) ref: https://stackoverflow.com/questions/5024...")
- 17:31, 19 July 2022 Kenneth talk contribs created page Gaming/Conventions (Created page with " Mountain States (AZ, CO, ID, MT, NM, NV, UT, WY) | Game Convention Central http://www.gameconventioncentral.com/p/mountain-states-az-co-id-mt-nm-nv-ut-wy.html")
- 17:56, 18 July 2022 Kenneth talk contribs created page K (Created page with " My Favorites: * Python * Mercurial * Git * Cookbook * Scouting * Linux <br/> <hr/> <br/> Special lists of pages: * New Pages *...")
- 00:00, 6 August 2021 Kenneth talk contribs created page Delta Green (Created page with "== Delta Green ==")
- 01:52, 5 July 2021 Kenneth talk contribs created page Prime (Created page with "=== hdd cages === 1 - Z1E8GW1H /dev/sda 2.00 TB 2 - Z1E2HZDH /dev/sdb 2.00 TB 3 - 9VS396RF /dev/sdc 1.50 TB 4 - Z50154GQ /dev/sdd 3.00 TB 5 - Z501556C /dev/sde...")
- 00:45, 2 July 2021 Kenneth talk contribs created page Obsidian Portal (Created page with "== Obsidian Portal == Obsidian Portal - Campaign websites for Dungeons and Dragons and other tabletop RPGs https://www.obsidianportal.com/ == Embed External Image == "Thi...")
- 01:53, 1 July 2021 Kenneth talk contribs created page Docker/docker-find-dependants (Created page with "ref: https://raw.githubusercontent.com/RidiculousRichard/bash-dev-scripts/master/docker-find-dependants ref: https://superuser.com/questions/1187156/with-docker-is-there-a-wa...")
- 22:24, 27 May 2021 Kenneth talk contribs created page DEADC0DE (Created page with "HEX Awesome 0xDEADC0DE deprecated: ")
- 15:29, 14 May 2021 Kenneth talk contribs created page ICX (Created page with "Ruckus/ICX-6450 Ruckus/ICX-7150")
- 15:28, 14 May 2021 Kenneth talk contribs moved page Ruckus/ICX-7150-48 to Ruckus/ICX-7150
- 23:21, 13 May 2021 Kenneth talk contribs moved page Ruckus/ICX-6450-48 to Ruckus/ICX-6450
- 21:48, 11 May 2021 Kenneth talk contribs created page Games/Detective A Modern Crime Board Game (Created page with "== Campaign I: The Mystery of the Golden Watch == === Case 1 - A Man with a Golden Watch === Discover the mysterious history of a watch stolen in Poland during World War II...")
- 21:26, 7 May 2021 Kenneth talk contribs moved page Linux/Ubuntu/20 to Linux/Ubuntu 20
- 21:26, 7 May 2021 Kenneth talk contribs created page Linux/Ubuntu/20 (Created page with "Ubuntu 20")
- 00:29, 7 May 2021 Kenneth talk contribs created page Linux Journal/2008.09 (Created page with "==[http://www.linuxjournal.com/issue/173 Linux Journal 2008 09 September]== Features * Power Up Your E-Mail with Mutt by Victor Gregorio : See how Mutt's text-based display...")
- 00:28, 7 May 2021 Kenneth talk contribs created page Linux Journal/2008.10 (Created page with "==[http://www.linuxjournal.com/issue/174 Linux Journal Contents #174, October 2008]== Features * Interview with Guido van Rossum by James Gray :The new Python 3000 is boundi...")
- 00:26, 7 May 2021 Kenneth talk contribs created page Linux Journal/2007.07 (Created page with "== [http://www.linuxjournal.com/issue/159 Linux Journal Contents #159, July 2007] == Features * DreamWorks Animation "Shrek the Third": Linux Feeds an Ogre by Robin Rowe :...")
- 00:25, 7 May 2021 Kenneth talk contribs created page Linux Journal/2009.09 (Created page with "== [http://www.linuxjournal.com/issue/185 Linux Journal Contents #185, September 2009] == Linux Journal Issue #185/September 2009 In a world of full of standards creating Cr...")
- 23:57, 6 May 2021 Kenneth talk contribs created page Matroska (Created page with " [http://en.wikipedia.org/wiki/Matroska Matroska] :"The Matroska Multimedia Container is an open standard free Container format, a file format that can hold an unlimited numb...")
- 23:57, 6 May 2021 Kenneth talk contribs moved page Linux Journal/2008 12 December to Linux Journal/2008.12 without leaving a redirect