Skip to content
blog.KimConnect.com
Menu
Codes
Windows
Linux
Virtualization
Networking
Database
Month:
October 2021
blog.KimConnect.com
>>
Read More
October 16, 2021
October 16, 2021
kimconnect
kimconnect
How to Install Selenium for Python on Windows or Linux
Windows # This error would occur if pip is not up to date PS C:\WINDOWS\system32>…
0 Comments
Read More
October 16, 2021
October 16, 2021
kimconnect
kimconnect
How To Run Python Interactive Command Line Mode (CLI)
Windows PS C:\WINDOWS\system32> python Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:37:50) [MSC v.1916 64 bit…
0 Comments
Read More
October 16, 2021
October 16, 2021
kimconnect
kimconnect
How To Fix History Disabled in Task Scheduler
Issue: When checking certain tasks, one may find that the 'History' tab is appended with…
0 Comments
Read More
October 15, 2021
October 15, 2021
kimconnect
kimconnect
The 5 Rules of Thumb of Business Presentation (To Attract Investors)
I'm noting this here so that I can revisit these bullet points in the future...…
0 Comments
Read More
October 15, 2021
October 15, 2021
kimconnect
kimconnect
PowerShell: Create A Shortcut on Everyone’s Desktop
Following is an example of a 'how to create a log-off button on Everyone's desktop'.…
0 Comments
Read More
October 15, 2021
October 15, 2021
kimconnect
kimconnect
Invoke Commands on Remote Computers [To Install Applications]
$computers=@( 'pc1', 'pc2' ) $commandString="choco install pgadmin4 -y --ignore-checksums" function invokeCommand{ param( $computers, $commandString, $credentials…
0 Comments
Read More
October 14, 2021
October 14, 2021
kimconnect
kimconnect
Install and Remove Choco Applications As Well As Application Wizard Programs
# installChocoApps.ps1 [string[]]$computers=@( 'SERVER01', 'SERVER02', 'SERVER03' ) [string]$chocoAppName='pgadmin4' [version]$minVersion='6.0' function installChocoApp{ param( [string[]]$computers=$env:computername, [string]$chocoAppName='Firefox', [version]$minVersion='7.0'…
0 Comments
Read More
October 14, 2021
October 14, 2021
kimconnect
kimconnect
Install Apps on Remote Computers via WinRM & Chocolatey
Version A: [string[]]$computers=@( 'SERVER01', 'SERVER02', 'SERVER03' ) [string]$chocoAppName='pgadmin4' [version]$minVersion='6.0' $results=[hashtable]@{} foreach ($computer in $computers){ $session=new-pssession…
0 Comments
Read More
October 13, 2021
October 13, 2021
kimconnect
kimconnect
Active Directory Domain Accounts Security Hardening
1. Disable or rename Administrator account1a. Create an alternate service account1b. Discover where it's being…
0 Comments
Read More
October 11, 2021
October 11, 2021
kimconnect
kimconnect
WordPress PHP Fatal error: Maximum execution time of 30 seconds exceeded
Error: [Tue Oct 12 05:57:03.088314 2021] [php7:error] [pid 167] [client 172.16.90.64:39776] PHP Fatal error: Maximum…
0 Comments
Read More
October 11, 2021
October 11, 2021
kimconnect
kimconnect
How To Increase WordPress Memory Limit
It's are lesser known fact that WordPress overrides PHP's memory_limit settings. Thus, it is possible…
0 Comments
Read More
October 10, 2021
October 10, 2021
kimconnect
kimconnect
Kubernetes: Use Helm to Deploy WordPress
Deploying WordPress in a Kubernetes cluster isn't as straight-forward is one might expect. As the…
0 Comments
Read More
October 10, 2021
October 10, 2021
kimconnect
kimconnect
How To Hide Featured Image in Blog Posts in Single View
In WordPress, single posts can have a featured image to help with displaying in List…
0 Comments
Read More
October 9, 2021
October 9, 2021
kimconnect
kimconnect
Disable and Enable Sleep Mode on a Linux Workstation
The following commands would work on any Linux machine with SystemD (Ubuntu, Linux Mint, Redhat,…
0 Comments
Read More
October 9, 2021
October 9, 2021
kimconnect
kimconnect
Linux SMB Mount via Command Line Bash Shell
Install smbfs to include these functions smbmount smbunmount Here is a demonstration of smbmount to…
0 Comments
Read More
October 8, 2021
October 8, 2021
kimconnect
kimconnect
Linux: How To Repair Corrupted Zip File
kimconnect@linuxbox:/media/data/newPhotos $ zip -FF corrupted.zip --out fixed.zip Fix archive (-FF) - salvage what can zip…
0 Comments
Read More
October 8, 2021
October 8, 2021
kimconnect
kimconnect
How to Remove Windows Junk via GPO – Chat, Weather, Hello, Shopping
Download and install Administrative Templates (.admx) Windows 11 October 2021 Update [21H2] - https:// www.microsoft.com/en-us/download/details.aspx?id=103507…
0 Comments
Read More
October 8, 2021
October 8, 2021
kimconnect
kimconnect
Lightbox Javascript Contents
These JavaScript codes are open source and part of many applications, such as NextGen Gallery.…
0 Comments
Read More
October 8, 2021
October 8, 2021
kimconnect
kimconnect
Quick 1-liner to Get a User’s Group Memberships
PS C:\Windows\system32> Get-ADPrincipalGroupMembership kimconnect|select name name ---- Domain Admins Enterprise Admins Cloud Admins Kimconnect Admins
0 Comments
Read More
October 8, 2021
October 8, 2021
kimconnect
kimconnect
Linux: Copy File Contents Into Clipboard
Install XCLIP (if not already installed) sudo apt install xclip -y Reading package lists... Done…
0 Comments
Posts navigation
Previous page
1
2
3
Next page
Search
Archives
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