User contributions for Kenneth
Jump to navigation
Jump to search
1 August 2026
- 08:5708:57, 1 August 2026 diff hist +257 USA Territories No edit summary current
- 08:5208:52, 1 August 2026 diff hist +314 N USA Territories Created page with "Insular Areas of the United States and Freely Associated States <ref>https://www.doi.gov/library/internet/insular</ref> * American Samoa * Guam * Republic of the Marshall Islands * Federated States of Micronesia * Commonwealth of the Northern Mariana Islands * Republic of Palau * Puerto Rico * U.S. Virgin Islands"
- 03:2803:28, 1 August 2026 diff hist +177 CentOS/8/Python 3.14 No edit summary current
- 01:1901:19, 1 August 2026 diff hist +544 CentOS/8/Python 3.14 No edit summary
- 00:2500:25, 1 August 2026 diff hist +97 CentOS/8/Python 3.8 No edit summary current
- 00:1500:15, 1 August 2026 diff hist +6,154 N CentOS/8/Python 3.8 Created page with "== Python 3.8 with or without OpenSSL 3 == <markdown> # Python 3.8 + OpenSSL 3.x on CentOS 8 This guide installs: - OpenSSL 3.x in `/opt/openssl-3` - Python 3.8 in `/opt/python3.8` - Modern TLS support for Python `ssl`, `urllib`, `requests`, and `aiohttp` - Isolation from the OS Python and OpenSSL versions This approach is recommended for environments that use: - Corporate TLS inspection appliances - Internal Artifactory servers - Self-signed enterprise CAs - Modern..."
31 July 2026
- 10:4110:41, 31 July 2026 diff hist +482 CentOS/8/Python 3.14 No edit summary
- 09:2409:24, 31 July 2026 diff hist +321 CentOS/8/Python 3.14 No edit summary
- 09:1909:19, 31 July 2026 diff hist +161 CentOS/8/Python 3.14 No edit summary
- 08:5908:59, 31 July 2026 diff hist +184 CentOS/8/Yum →/etc/yum.repos.d/centos8.repo current
- 08:5008:50, 31 July 2026 diff hist +27 CentOS/8/Python 3.14 No edit summary
- 08:5008:50, 31 July 2026 diff hist +1,081 N CentOS/8/Yum Created page with "=== /etc/yum.repos.d/centos8.repo === ls -l /etc/pki/rpm-gpg rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-8 rpm -qa gpg-pubkey* | grep -i f4a80eb5 curl https://vault.centos.org/RPM-GPG-KEY-CentOS-7 -o /tmp/RPM-GPG-KEY-CentOS-8 curl --fail -s https://vault.centos.org/RPM-GPG-KEY-CentOS-7 -o /tmp/RPM-GPG-KEY-CentOS-8 if [ $? -ne 0 ] ; then echo "FAIL" ; fi rpm --import /tmp/RPM-GPG-KEY-CentOS-8 rpm -qa gpg-pubkey* | grep -i f4a80eb5 cat > /etc/yum.repo..."
- 08:3808:38, 31 July 2026 diff hist +668 N CentOS/7/Yum Created page with "== /etc/yum.repos.d/centos7.repo == ls -l /etc/pki/rpm-gpg rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 rpm -qa gpg-pubkey* | grep -i f4a80eb5 curl --fail -s -o /tmp/RPM-GPG-KEY-CentOS-7 \ https://vault.centos.org/RPM-GPG-KEY-CentOS-7 rpm --import /tmp/RPM-GPG-KEY-CentOS-7 <pre> [base] name=CentOS-$releasever - Base baseurl=http://vault.centos.org/7.9.2009/os/$basearch/ gpgcheck=1 enabled=1 [updates] name=CentOS-$releasever - Updates baseurl=http://va..." current
29 July 2026
- 10:0910:09, 29 July 2026 diff hist +22 GitHub/GH Client →Workflow Run current
- 10:0910:09, 29 July 2026 diff hist +97 GitHub/GH Client →Workflow Run
- 10:0810:08, 29 July 2026 diff hist +168 GitHub/GH Client →Workflow Run List
- 10:0710:07, 29 July 2026 diff hist +174 GitHub/GH Client →Workflow Run List
- 10:0610:06, 29 July 2026 diff hist +306 GitHub/GH Client →Workflow Run List
- 09:5409:54, 29 July 2026 diff hist +155 GitHub/GH Client →Workflow Run
- 09:3209:32, 29 July 2026 diff hist +757 GitHub/GH Client →COMMAND LIST
- 09:3009:30, 29 July 2026 diff hist +7 GitHub/GH Client →GH_TOKEN
- 09:2909:29, 29 July 2026 diff hist +1,963 GitHub/GH Client →keywords
- 09:2309:23, 29 July 2026 diff hist +277 GitHub/Workflow →keywords current
27 July 2026
- 20:3320:33, 27 July 2026 diff hist +45 Test No edit summary current
- 18:0718:07, 27 July 2026 diff hist +24 CentOS/8/Python 3.14 →Python 3.14 with OpenSSL 3
- 18:0618:06, 27 July 2026 diff hist +1,751 CentOS/8/Python 3.14 No edit summary
- 18:0518:05, 27 July 2026 diff hist +3,384 N CentOS/8/Python 3.14 Created page with "== Python 3.14 with OpenSSL 3 == # Python 3.14 + OpenSSL 3.x on CentOS 8 This guide installs: - OpenSSL 3.x in `/opt/openssl-3` - Python 3.14 in `/opt/python3.14` - Modern TLS support for Python `ssl`, `urllib`, `requests`, and `aiohttp` - Isolation from the OS Python and OpenSSL versions This approach is recommended for environments that use: - Corporate TLS inspection appliances - Internal Artifactory servers - Self-signed enterprise CAs - Modern TLS requirements..."
- 18:0218:02, 27 July 2026 diff hist +3,058 N CentOS/7/Python 3.14 Created page with "== Python 3.14 on CentOS 7 == === Dependencies === <pre> sudo yum groupinstall "Development Tools" -y sudo yum install -y \ gcc \ gcc-c++ \ make \ wget \ openssl-devel \ bzip2-devel \ libffi-devel \ zlib-devel \ readline-devel \ sqlite-devel \ xz-devel \ tk-devel \ gdbm-devel \ ncurses-devel </pre> === Download === <pre> cd /usr/src sudo wget https://www.python.org/ftp/python/3.14.6/Python-3.14.6.tgz sudo tar..." current
- 17:4117:41, 27 July 2026 diff hist +84 Yum →List Repositories current
- 17:1517:15, 27 July 2026 diff hist +44 Yum →Show what's ready to update
- 17:1517:15, 27 July 2026 diff hist +38 Yum →dnf - Replacement for Yum
- 17:1217:12, 27 July 2026 diff hist +723 RPM Package Manager →Verify System Packages current
26 July 2026
- 23:0623:06, 26 July 2026 diff hist +27 N Games/Hand and Foot Redirected page to Hand and Foot current Tag: New redirect
- 23:0423:04, 26 July 2026 diff hist +1 N Cards Created page with "X" current
- 23:0323:03, 26 July 2026 diff hist +1 N Hand and Foot Created page with "X" current
24 July 2026
- 22:5922:59, 24 July 2026 diff hist +34 Dnf →pin package current
- 22:4622:46, 24 July 2026 diff hist +36 Dnf →pin package
- 22:0022:00, 24 July 2026 diff hist +52 Dnf →Disable repo
- 21:5821:58, 24 July 2026 diff hist +1,200 N Dnf Created page with "== DNF == Dandified YUM (DNF) is the default software package manager for Fedora, Red Hat Enterprise Linux (RHEL), and related distributions == Upgrade == dnf upgrade === update alias === 'update' appears to be an alias for upgrade ``` $ dnf update --help usage: dnf upgrade ``` == pin package == dependency: # sudo dnf install -y python2-dnf-plugin-versionlock # older rhel versions sudo dnf install -y python3-dnf-plugin-versionlock sudo dnf install -y dnf-pl..."
- 21:4621:46, 24 July 2026 diff hist +46 Yum →Lock package
- 21:1221:12, 24 July 2026 diff hist +446 GitHub/GH Client →PR Management
- 20:5220:52, 24 July 2026 diff hist +205 GitHub/GH Client →Checkout PR to repo
- 17:4917:49, 24 July 2026 diff hist +107 GitHub/GH Client →Repo Update
- 17:3417:34, 24 July 2026 diff hist +181 GitHub/GH Client →Clone Repo
- 00:4200:42, 24 July 2026 diff hist +32 GitHub/GH Client →Clone Repo
23 July 2026
- 22:1922:19, 23 July 2026 diff hist +610 Visual Studio Code →Unverified Extensions current
- 20:4320:43, 23 July 2026 diff hist +1,311 Git →Show siged commits current
- 20:4320:43, 23 July 2026 diff hist +432 GitHub/gpg No edit summary current
- 20:4120:41, 23 July 2026 diff hist +11 N Linux/git Created page with "See Git" current
- 20:3820:38, 23 July 2026 diff hist +1,547 Artifactory →Access Token Creation current