Skip to content
blog.KimConnect.com
Menu
Codes
Windows
Linux
Virtualization
Networking
Database
Month:
April 2019
blog.KimConnect.com
>>
Read More
April 29, 2019
April 29, 2019
kimconnect
kimconnect
Ubuntu 19.04: How to Install Adobe Acrobat Reader
Back in the days when Adobe Acrobat Reader for Linux was supported and available on…
8 Comments
Read More
April 27, 2019
April 27, 2019
kimconnect
kimconnect
Configuring Virtual Storage Area Networks (VSANs)
NX-OS Overview Source: Storage Area Network (SAN) has been around for ages. During the early…
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
Ubuntu: Adding and Remove Repositories (Repos)
The following is a blunder I've made while attempting to install Acrobat Reader on Ubuntu…
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
Read More
April 25, 2019
April 25, 2019
kimconnect
kimconnect
Windows 2016: NIC Teaming
Assumptions OS: Microsoft Windows Server 2016 Network Switch: Cisco Nexus 9000 NX-OS with dual supervisors,…
0 Comments
Read More
April 24, 2019
April 24, 2019
kimconnect
kimconnect
Windows 2016: HP Proliant Server iLO 5
Integrated Lights Out (iLO) Remote Server Management Tools is easy to use. Following is an…
0 Comments
Read More
April 24, 2019
April 24, 2019
kimconnect
kimconnect
Logical Volume Manager (LVM) in Red Hat
Overview Most modern Linux versions are compatible with LVM, an open source equivalent to Storage…
0 Comments
Read More
April 24, 2019
April 24, 2019
kimconnect
kimconnect
How To Reset Administrator Password – HP iLO Versions 2-4
Prelude: this instruction only works on HP iLO versions 2 to 4; hence, the title…
0 Comments
Read More
April 23, 2019
April 23, 2019
kimconnect
kimconnect
MS SQL: Using Profiler to Trace Failed Logins
Story: There has been an issue with a service account triggering login errors at the…
0 Comments
Read More
April 23, 2019
April 23, 2019
kimconnect
kimconnect
Yet Another Quick List of Linux Commands
Here's a quick list of useful Linux lines that Admins should be committing to muscle…
0 Comments
Read More
April 23, 2019
April 23, 2019
kimconnect
kimconnect
PowerShell: Script to Search Scheduled Tasks for a Service Account
#$jumpBox=$env:COMPUTERNAME$servers="WEB01"$runas="Network Service"# Admin$who = whoami if ($who.substring($who.length-5, 5) -eq "-admin"){$username=$who;} else {$username=$who+"-admin";}#$password = Read-Host -Prompt…
0 Comments
Read More
April 21, 2019
April 21, 2019
kimconnect
kimconnect
Python: RegEx Module
It's been opinionated that a string operation is made complete only with RegEx. Hence, Python…
0 Comments
Read More
April 19, 2019
April 19, 2019
kimconnect
kimconnect
Python Module: JSON
Overview JavaScript Object Notation (JSON) is written in plain-text that is very useful to store…
0 Comments
Read More
April 19, 2019
April 19, 2019
kimconnect
kimconnect
Python Module: Datetime
Datetime Programs often include dates and time to perform interactive greetings, calculate age, stamping backups,…
0 Comments
Read More
April 18, 2019
April 18, 2019
kimconnect
kimconnect
Python Language Condensed
Strings # declare variable stringsomeString = "Hoy Matey"# Yank positional 1 to 3 within stringyank…
0 Comments
Read More
April 18, 2019
April 18, 2019
kimconnect
kimconnect
Git / Github / Gitlab
1. Install Git/Github/Gitlab This utility enables cloning of source codes to the local machine, among…
0 Comments
Read More
April 18, 2019
April 18, 2019
kimconnect
kimconnect
Getting Started with Kubernetes on Linux
Update 01-24-21: there's new blog to succeed this article here. 1. Install Kubectl Redhat-based commands:…
0 Comments
Posts navigation
1
2
…
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