Skip to content
blog.KimConnect.com
Menu
Codes
Windows
Linux
Virtualization
Networking
Database
Category:
Codes
blog.KimConnect.com
>>
Codes
Read More
May 27, 2019
May 27, 2019
kimconnect
kimconnect
Windows 10: Update Script
8/7/2020: there's an updated version of this script here. function updateWindows{# Set PowerShell Gallery as…
0 Comments
Read More
May 11, 2019
May 11, 2019
kimconnect
kimconnect
PowerShell: Remediate Microsoft Windows Unquoted Service Path Enumeration
Description The remote Windows host has at least one service installed that uses an unquoted…
2 Comments
Read More
May 10, 2019
May 10, 2019
kimconnect
kimconnect
Create Desktop Application with Electron using JavaScript
Electron packager > get release build folder cd testappnpm initdescription: calculator.jsauthor: kimconnect.com npm install --save…
0 Comments
Read More
May 9, 2019
May 9, 2019
kimconnect
kimconnect
PowerShell: Disable Windows Defender
Simultaneous Uninstalls: # removeWindowsDefender.ps1 # Version 0.02 $computerNames=@( 'server1', 'server2' ) function removeWindowsDefender($computerNames){ function uninstallWindefend($computername){…
0 Comments
Read More
May 9, 2019
May 9, 2019
kimconnect
kimconnect
Front End Web Development Menu 2019
Deployment Register a domain name: Google Domains, GodaddyManaged or Shared hosting: AWS, Hostgator, InmotionFTP/SFTP: Filezilla,…
0 Comments
Read More
May 9, 2019
May 9, 2019
kimconnect
kimconnect
CSS: Variables & Simple Animation
CSS can mimic other interpreted programming languages by enabling features such as variables. The limitation…
0 Comments
Read More
May 7, 2019
May 7, 2019
kimconnect
kimconnect
CSS: Units of Measurement
Common Values of Measurement px :pixelin :inchesmm :millimetersem :relative to nearest parent element's set value…
0 Comments
Read More
May 7, 2019
May 7, 2019
kimconnect
kimconnect
CSS: Basic Targeting of Tag, Class, and Type
Cascading Style Sheets (CSS) CSS is often included between the <head><style>CSS-HERE</style></head> sections so that it…
0 Comments
Read More
May 7, 2019
May 7, 2019
kimconnect
kimconnect
HTML: Basic Anatomy of A Page
Modern browsers discern the type of documents being loaded; thus, it is necessary to tag…
0 Comments
Read More
May 7, 2019
May 7, 2019
kimconnect
kimconnect
HTML: Tagging and Jumping to Sections of Page
Each element of an HTML document could be set with a unique ID so that…
0 Comments
Read More
May 6, 2019
May 6, 2019
kimconnect
kimconnect
JavaScript: How to Extract Text From Contents of an External Web Page
What's the Challenge? There is a software security model that prevents scripts from an existing…
0 Comments
Read More
May 5, 2019
May 5, 2019
kimconnect
kimconnect
Linux: How To Install Visual Studio Code
Intro Bypassing any discussions about choosing Visual Studio Code (VS Code) over Atom or Sublime…
0 Comments
Read More
May 3, 2019
May 3, 2019
kimconnect
kimconnect
JavaScript Challenge: Counting Words
This is useful to render word clouds, emphasizing more commonly occurring words in a database.…
0 Comments
Read More
May 3, 2019
May 3, 2019
kimconnect
kimconnect
PowerShell: Windows 2016 Pristine Image
Desired Output Windows Server deployment should be made as seamless and efficient as possible. Here's…
0 Comments
Read More
May 2, 2019
May 2, 2019
kimconnect
kimconnect
PowerShell: Impersonation to Download Files Through Proxy
Initial Script to without impersonation # Change these values to reflect your desired downloads[string]$fileSource =…
0 Comments
Read More
May 1, 2019
May 1, 2019
kimconnect
kimconnect
PowerShell: WinHTTP Proxy
The most direct method to set WinHTTP proxy settings on a Windows machine is to…
0 Comments
Read More
April 26, 2019
April 26, 2019
kimconnect
kimconnect
PowerShell: Get-NetTCPConnection for Windows 7 & 2008
On Windows 8 & 2012, there's this nifty function named Get-NetTCPConnection that is useful to…
0 Comments
Read More
April 26, 2019
April 26, 2019
kimconnect
kimconnect
PowerShell: Error While Invoking Functions Containing 2 Parameters
Issue: This function will raise an error when being invoked: function localFunc ($x, $y){ begin{}…
0 Comments
Read More
April 26, 2019
April 26, 2019
kimconnect
kimconnect
Python: Module vs Package vs Library vs Framework
Module is a file which contains various Python functions and global variables. It is simply…
10 Comments
Read More
April 26, 2019
April 26, 2019
kimconnect
kimconnect
Python: Package Installer for Python (PIP)
This comes preinstalled with Python 3.4 or higher. Similar to the Microsoft PowerShell Gallery, Python.org…
0 Comments
Posts navigation
Previous page
1
…
29
30
31
…
41
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