Skip to content
blog.KimConnect.com
Menu
Codes
Windows
Linux
Virtualization
Networking
Database
Month:
October 2021
blog.KimConnect.com
>>
Read More
October 31, 2021
October 31, 2021
kimconnect
kimconnect
How To Upgrade NextCloud 22.1.1 to 22.2.0 When Deployed with Kubernetes & Helm
Step 1: Navigate to nextcloud > html > edit version.php <?php $OC_Version = array(22,1,1,2); $OC_VersionString…
2 Comments
Read More
October 31, 2021
October 31, 2021
kimconnect
kimconnect
Kubernetes Ingress Error 502 Upon NextCloud Upgrades
Issue: Just the other day, I've attempted to run a 'helm upgrade…' command on my…
0 Comments
Read More
October 30, 2021
October 30, 2021
kimconnect
kimconnect
WordPress: How To Add Custom XML Sitemap to Yoast SEO
Step 1: Install Yoast SEO Step 2: Install Code Snippets Step 3: Add this Snippet…
0 Comments
Read More
October 30, 2021
October 30, 2021
kimconnect
kimconnect
Kubernetes: Cert-Manager x509 ECDSA verification failure
Symptoms Error from server (InternalError): error when creating "kimconnect-cert.yaml": Internal error occurred: failed calling webhook…
0 Comments
Read More
October 30, 2021
October 30, 2021
kimconnect
kimconnect
Kubernetes: Cert-Manager Certificate Request YAML Example
# Set variables certPrefix=kimconnect domainName=kimconnect.com domainName2=www.kimconnect.com serviceName=kimconnectblog-wordpress servicePort=8080 # Create a yaml file and create…
0 Comments
Read More
October 29, 2021
October 29, 2021
kimconnect
kimconnect
PowerShell: Obtain List of Hyper-V Hosts via Active Directory
# listHyperVHostsInForests.ps1 # Version: 0.03 function listHyperVHostsInForests{ # Ensure that AD management module is available…
0 Comments
Read More
October 29, 2021
October 29, 2021
kimconnect
kimconnect
T-SQL: How To Rename Database in Microsoft SQL Server
The T-SQL USE master; GO ALTER DATABASE TEST_MSCRM SET SINGLE_USER WITH ROLLBACK IMMEDIATE; GO ALTER…
0 Comments
Read More
October 29, 2021
October 29, 2021
kimconnect
kimconnect
Linux: How To Use Dig
Checking Name Server(s) kim@kim-linux:~$ dig @8.8.8.8 microsoft.com ; <<>> DiG 9.16.1-Ubuntu <<>> @8.8.8.8 microsoft.com ;…
0 Comments
Read More
October 28, 2021
October 28, 2021
kimconnect
kimconnect
How to Cramp For a Test
From my experience, the trick to memorizing 10,000+ questions and answers at the 90% accuracy…
0 Comments
Read More
October 28, 2021
October 28, 2021
kimconnect
kimconnect
Bash Shell: Rename Files – Prepend and Append
Pre-pending # Prepend any file that doesn't have the word "/thumbs_" in its full path…
0 Comments
Read More
October 28, 2021
October 28, 2021
kimconnect
kimconnect
PowerShell: Add User To Group in Active Directory
$userId='kimconnect' $groupName='Remote Desktop Users' function addUserToGroup($userId,$groupName){ $userExists=Get-ADGroupMember $groupName|?{$_.SamAccountName -eq $userId} if(!$userExists){ Add-ADGroupMember -Identity $groupName -Members…
0 Comments
Read More
October 28, 2021
October 28, 2021
kimconnect
kimconnect
Domain Name Records Overview: A-record, MX, DKIM, SPF, SRV
A RECORD (A-host): - What: address record (A-record) specifies the IP address(es) of a given…
0 Comments
Read More
October 26, 2021
October 26, 2021
kimconnect
kimconnect
Installing Simple NFS GUI (for Ubuntu / Mint / Debian)
Overview: Simple NFS GUI is a Linux application that automates the whole NFS share configuration…
2 Comments
Read More
October 24, 2021
October 24, 2021
kimconnect
kimconnect
Linux: Performing Speed Test via Command Line Interface (CLI)
Install Speed-Test (if not already installed): kimconnect@linux-client:~$ sudo apt install speedtest-cli Reading package lists... Done…
0 Comments
Read More
October 23, 2021
October 23, 2021
kimconnect
kimconnect
How To Improve WordPress Website Rendering Speed
These are the recommended plug-ins to enable caching, database cleaning, image compressing, and minify codes…
0 Comments
Read More
October 23, 2021
October 23, 2021
kimconnect
kimconnect
Bash: How To Join Array With Comma Delimiter
# The following function joins an array of numbers # Limitation: the delimiter is expected…
0 Comments
Read More
October 22, 2021
October 22, 2021
kimconnect
kimconnect
PowerShell: Reset Active Directory User Password
# User input variables $adminUsername='intranet\kim-a' $adminPassword='SOMECOMPLEXPASSWORD' $userId='kim' $newPassword='SOMECOMPLEXPASSWORD' $domainController='intranet.kimconnect.com' # Auto-gen Variables $encryptedPassword=ConvertTo-SecureString $adminPassword -AsPlainText…
0 Comments
Read More
October 21, 2021
October 21, 2021
kimconnect
kimconnect
PowerShell: Notify Each User Before Password Expires
# This script email users basing on their password expiration dates # User input variables…
0 Comments
Read More
October 20, 2021
October 20, 2021
kimconnect
kimconnect
PowerShell: Check Windows Scheduled Tasks To Correlate Object Creation Time of a Zip File
$file='c:\temp\backup.zip' $computername='SERVER008' $minutesVariance=15 checkScheduledTaskMatchingFile $file $computername $minutesVariance function checkScheduledTaskMatchingFile{ param( $file='c:\temp\PROD.zip', $computername=$env:computername, $minutesVariance=15 ) if($computername…
0 Comments
Read More
October 19, 2021
October 19, 2021
kimconnect
kimconnect
Puppet Client Server Lab Setup
Server # Setup client machine name sudo vim /etc/hosts ## Insert this line ## xx.xx.xx.xx…
0 Comments
Posts pagination
1
2
3
Next page
Search
Archives
August 2025
February 2025
October 2024
September 2024
August 2024
June 2024
May 2024
April 2024
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
Meta
Register
Log in
Tag Cloud