Skip to content
blog.KimConnect.com
Menu
Codes
Windows
Linux
Virtualization
Networking
Database
Month:
April 2019
blog.KimConnect.com
>>
Read More
April 12, 2019
April 12, 2019
kimconnect
kimconnect
Regular Expression (RegEx) Overview
A good online tool to test your regex skills: https://regexr.com/ Syntax: 1. /pattern/flags2. New RegExp(pattern,…
0 Comments
Read More
April 12, 2019
April 12, 2019
kimconnect
kimconnect
Troubleshooting or Software Debugging Steps
1. Validate the problem2. Find to root cause by tailing logs or stack tracing3. Reproduce…
0 Comments
Read More
April 12, 2019
April 12, 2019
kimconnect
kimconnect
Microsoft IIS-7 Application Pools
Why run applications inside Application pools? It's a recommended practice to isolate applications even if…
0 Comments
Read More
April 11, 2019
April 11, 2019
kimconnect
kimconnect
Recommended Skill Set of a Programmer
It's a given that a coder needs to learn how to code... like really well.…
0 Comments
Read More
April 10, 2019
April 10, 2019
kimconnect
kimconnect
Common JavaScript Techniques
Common JavaScript Techniques:1. Demonstate your understanding of they keyword typeofconsole.log(typeof typeof 1);// this follows the…
0 Comments
Read More
April 10, 2019
April 10, 2019
kimconnect
kimconnect
How to Import Files Into a Docker Container
1. Use SCP to copy files to the remote server while logged onto the local…
0 Comments
Read More
April 9, 2019
April 9, 2019
kimconnect
kimconnect
IIS Server Troubleshooting
Issue: There has been a time when a production IIS server becomes unreachable via RDP,…
0 Comments
Read More
April 9, 2019
April 9, 2019
kimconnect
kimconnect
Wireshark Overview
SysAdmins, InfoSec, and Network Engineers often use this tool to troubleshot and detect network activities…
0 Comments
Read More
April 9, 2019
April 9, 2019
kimconnect
kimconnect
IP Helper Address
What is it and how to use it? When the DHCP Server is placed on…
0 Comments
Read More
April 8, 2019
April 8, 2019
kimconnect
kimconnect
How to Discover Active Ports on a Windows Machine
PS C:\Users\kimconnect> get-nettcpsetting | select SettingName,DynamicPortRangeStartPort,DynamicPortRangeNumberOfPortsSettingName DynamicPortRangeStartPort DynamicPortRangeNumberOfPorts----------- ------------------------- -----------------------------AutomaticInternetCustom 49152 16384DatacenterCustom 49152 16384Compat 49152…
0 Comments
Read More
April 8, 2019
April 8, 2019
kimconnect
kimconnect
How to Use QRadar to Search for a Windows Account Activities
Log into https://qradar/console/qradar/jsp/QRadar.jsp Log Activity > Add Filter > Parameter=Username[Indexed] | Operator=Equals any of |…
0 Comments
Read More
April 8, 2019
April 8, 2019
kimconnect
kimconnect
Common Windows Maintenance using PowerShell
# Install Windows Features:Install-WindowsFeature SNMP-Service -IncludeManagementToolsInstall-WindowsFeature -name Telnet-Client Install-Module Posh-SSH -Force# Disable Service:sc config "SERVICE_NAME"…
0 Comments
Read More
April 8, 2019
April 8, 2019
kimconnect
kimconnect
Applying Windows Patches
#Example: Disabling Remote Code Execution(new-object System.Net.WebClient).DownloadFile('https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x64.exe','C:\temp\vcredist_x64.exe')c\:temp\vcredist_x64.exe /quiet /norestart #Example: Download updates using BITS (cannot invoke…
0 Comments
Read More
April 8, 2019
April 8, 2019
kimconnect
kimconnect
How to Install Chromium or Chrome on Debian-based Linux
Open Source Chromium Q: What's the difference between Chrome and Chromium? A: Chrome is enhanced…
0 Comments
Read More
April 7, 2019
April 7, 2019
kimconnect
kimconnect
How to Enter the Bios on Intel NUC Portable PCs?
Normally, the F2 key upon restarting should direct the boot flow to the Visual Bios,…
0 Comments
Read More
April 6, 2019
April 6, 2019
kimconnect
kimconnect
Where to Put JavaScript Codes?
Most often, JavaScript is placed between the <head> and </head> section. However, that may not…
0 Comments
Read More
April 6, 2019
April 6, 2019
kimconnect
kimconnect
How to Disable WordPress Auto Wrap Function ‘wpautp’
Update: the current version of WordPress has rendered these methods ineffective. I'll update this post…
0 Comments
Read More
April 6, 2019
April 6, 2019
kimconnect
kimconnect
Use CSS Override to Modify WordPress 2016 Theme
August 28th, 2020 update Modifications: 1. Move search bar to top right Edit header.php: Dashboard…
0 Comments
Read More
April 6, 2019
April 6, 2019
kimconnect
kimconnect
JavaScript: Build a Tic Tac Toe Game (without AI)
Demo: https://blog.kimconnect.com/wp-content/projects/ticTacToeGame.html CSS Code: @import url('https://fonts.googleapis.com/css?family=Merienda');body{ font-family: 'Merienda', cursive; font-weight: bold;}#gameBoard { width: 396px; //…
0 Comments
Read More
April 6, 2019
April 6, 2019
kimconnect
kimconnect
JavaScript: Wikipedia Viewer
Demo: Wikipedia Viewer HTML Code: <body><div class="container"> <h1>Wikipedia Search</h1> <p>A Free Code Camp Intermediate Project</p><br/>…
0 Comments
Posts navigation
Previous page
1
2
3
4
…
11
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