Recent changes

Jump to navigation Jump to search

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Show my edits | Show bots | Hide minor edits
Show new changes starting from 03:44, 15 May 2024
   
 
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

15 May 2024

N    02:56  Docker/Docker in WSL‎‎ 5 changes history +1,282 [Kenneth‎ (5×)]
     
02:56 (cur | prev) +197 Kenneth talk contribs (→‎Docker in WSL)
     
02:37 (cur | prev) +50 Kenneth talk contribs
     
02:36 (cur | prev) +166 Kenneth talk contribs (→‎Docker in WSL)
     
02:16 (cur | prev) +850 Kenneth talk contribs
N    
02:12 (cur | prev) +19 Kenneth talk contribs (Created page with "== Docker in WSL ==")
     02:12  Docker/Windows‎‎ 4 changes history +511 [Kenneth‎ (4×)]
     
02:12 (cur | prev) +51 Kenneth talk contribs (→‎Uninstall Docker)
     
01:56 (cur | prev) +21 Kenneth talk contribs (→‎Test Windows Container:)
     
01:55 (cur | prev) +174 Kenneth talk contribs (→‎Config)
     
01:50 (cur | prev) +265 Kenneth talk contribs (→‎Service)
     02:08  Chocolatey‎‎ 8 changes history +170 [Kenneth‎ (8×)]
     
02:08 (cur | prev) +13 Kenneth talk contribs (→‎Install opensshd)
     
02:05 (cur | prev) +5 Kenneth talk contribs (→‎Upgrade All Packages)
     
02:04 (cur | prev) +104 Kenneth talk contribs (→‎winscp)
     
01:59 (cur | prev) +294 Kenneth talk contribs (→‎winscp)
     
01:58 (cur | prev) +9 Kenneth talk contribs (→‎More)
     
01:58 (cur | prev) +8 Kenneth talk contribs (→‎Favorites)
     
01:58 (cur | prev) −106 Kenneth talk contribs (→‎64bit Python 2.7)
     
01:58 (cur | prev) −157 Kenneth talk contribs (→‎32bit Python 2.7)
     01:31  Docker diffhist +14 Kenneth talk contribs (→‎Docker)

14 May 2024

N    19:49  Docker/Windows‎‎ 3 changes history +2,623 [Kenneth‎ (3×)]
     
19:49 (cur | prev) +983 Kenneth talk contribs
     
19:35 (cur | prev) +1,627 Kenneth talk contribs
N    
19:09 (cur | prev) +13 Kenneth talk contribs (Created page with "== Windows ==")
     03:28  OpenAPI diffhist +8 Kenneth talk contribs
     03:28 Move log Kenneth talk contribs moved page OpenAPI Specification to OpenAPI
N    03:28  OpenAPI Specification diffhist +491 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...")
N    03:28  Swagger‎‎ 2 changes history +44 [Kenneth‎ (2×)]
     
03:28 (cur | prev) +17 Kenneth talk contribs
N    
03:27 (cur | prev) +27 Kenneth talk contribs (Created page with "== OpenAPI Specification ==")
     01:46  MediaWiki/Subpages diffhist +52 Kenneth talk contribs (→‎Max Per Page)
N    01:37  Python/requests diffhist +522 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...")

13 May 2024

N    23:38  Nvmetools‎‎ 6 changes history +2,984 [Kenneth‎ (6×)]
     
23:38 (cur | prev) +101 Kenneth talk contribs (→‎Test Framework Commands)
     
23:37 (cur | prev) +95 Kenneth talk contribs (→‎Test Commands)
     
23:35 (cur | prev) +1,301 Kenneth talk contribs (→‎Usage)
     
23:33 (cur | prev) −453 Kenneth talk contribs (→‎checknvme)
     
23:32 (cur | prev) +1,367 Kenneth talk contribs (→‎Usage)
N    
23:28 (cur | prev) +573 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...")
     07:11  Python/pip diffhist +218 Kenneth talk contribs (→‎Installation)