Skip to content
blog.KimConnect.com
Menu
Codes
Windows
Linux
Virtualization
Networking
Database
Month:
May 2020
blog.KimConnect.com
>>
Read More
May 25, 2020
May 25, 2020
kimconnect
kimconnect
How to Migrate AP From One Controller to Another
Option 1: Backup the configs of the old controller Restore the configs to the new…
0 Comments
Read More
May 24, 2020
May 24, 2020
kimconnect
kimconnect
How to Install Chrome on Ubuntu 20.04
Ubuntu and its variants are pre-packaged with Mozilla's Firefox Web Browser. Although that is a…
0 Comments
Read More
May 24, 2020
May 24, 2020
kimconnect
kimconnect
Linux: Use Lubuntu 20.04, TightVNC Server, NoVNC, WebSockify to Create a Terminal Server Accessible via Any Browser!
Use Case:Imagine a virtual classroom with students using Chromebooks, iPads, and other types of computers,…
0 Comments
Read More
May 22, 2020
May 22, 2020
kimconnect
kimconnect
How to Enable GPUPDATE When Connected via OpenVPN Client
// Explanation: to prevent locking of processes, we set a proxy batch file (on_connect.bat) to…
0 Comments
Read More
May 22, 2020
May 22, 2020
kimconnect
kimconnect
Ubuntu 20.04: Setting Static IP Address on an Interface
Short Version # Configure networking sudo vim /etc/netplan/*.yaml ### Sample content ### network: version: 2…
0 Comments
Read More
May 21, 2020
May 21, 2020
kimconnect
kimconnect
Lubuntu 20.04 – Enable SSH
# Install sshd sudo apt install ssh -y sudo systemctl enable --now ssh # Configure…
0 Comments
Read More
May 21, 2020
May 21, 2020
kimconnect
kimconnect
PowerShell: Disable Forticlient Web Filtering
# disableForticlientWebfiltering.ps1 # Note: untested script - use as sample as this snippet is incomplete…
0 Comments
Read More
May 21, 2020
May 21, 2020
kimconnect
kimconnect
PowerShell: Resolving URL to Public IP
# URL can be with http, https, full paths, or just domain $url='https://google.com/domains' # This…
0 Comments
Read More
May 21, 2020
May 21, 2020
kimconnect
kimconnect
Linux: Manual File System Partitioning
Most Linux installation wizards offer the feature of automatic allocation of storage resources as discovered…
0 Comments
Read More
May 19, 2020
May 19, 2020
kimconnect
kimconnect
How to Add Windows Administrative Templates to Domain Group Policies
Three Quick Steps to Adding ADMX Administrative templates are the blue prints of Windows machines.…
0 Comments
Read More
May 19, 2020
May 19, 2020
kimconnect
kimconnect
PowerShell: Get Windows OS Name
function getOsBuild($computername=$env:computername){ $build="" $pingable=test-connection $computername -Count 1 -Quiet if($pingable){ $psinfoIsAvailable=get-command psinfo -ea SilentlyContinue # Requires…
0 Comments
Read More
May 14, 2020
May 14, 2020
kimconnect
kimconnect
PowerShell: Comparing Software Versions
This is a reusable function to enable quick comparisons between two strings representing version control…
0 Comments
Read More
May 12, 2020
May 12, 2020
kimconnect
kimconnect
PowerShell: Legacy Methods to Save Credentials
PowerShell version 7 or later may already have facilities to store and retrieve credentials without…
0 Comments
Read More
May 9, 2020
May 9, 2020
kimconnect
kimconnect
PowerShell: Split Array into Multiple Sub-Arrays and Inflate Strings to Certain Lengths to Create Visual Columns
What does a nerd do on his free time? Give himself little puzzles to solve.…
0 Comments
Read More
May 8, 2020
May 8, 2020
kimconnect
kimconnect
PowerShell: Function to Add/Remove Local Host Record
Searching through my 'magic bag of tricks,' there appears to be this little snippet that…
0 Comments
Read More
May 7, 2020
May 7, 2020
kimconnect
kimconnect
PowerShell: Function to Confirm Certain Contents
It's always a good idea to receive user confirmations prior on proceeding to making important…
0 Comments
Posts navigation
Previous page
1
2
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