Skip to content
blog.KimConnect.com
Menu
Codes
Windows
Linux
Virtualization
Networking
Database
Blog
Read More
January 12, 2021
January 12, 2021
kimconnect
kimconnect
How to Add Printers on Linux Mint 20
Overview: The Common Unix Printing System (CUPS) is an open source printing system developed by…
0 Comments
Read More
January 12, 2021
January 12, 2021
kimconnect
kimconnect
Linux Mint 20.04 Workstation Setup
Common Workstation Utilities: # Screenshot sudo apt install flameshot # RDP Client sudo apt install…
0 Comments
Read More
January 12, 2021
January 12, 2021
kimconnect
kimconnect
Linux: How to Add a Line into Crontab from Command Line
The easy method: newline=@reboot /usr/bin/numlockx(crontab -l && echo "$newLine") | crontab - Alternative (longer version)…
0 Comments
Read More
January 11, 2021
January 11, 2021
kimconnect
kimconnect
Enabling Virtualization Extensions in BIOS
The following steps are general instructions to perform this task on most computer bios: Boot…
0 Comments
Read More
January 11, 2021
January 11, 2021
kimconnect
kimconnect
How To Inject NIC Drivers into the ESXi Installation Image
Update 1/10/2021: ESXi-7.0 isn't compatible with the drivers in our previous illustration. Thus, this is…
0 Comments
Read More
January 11, 2021
January 11, 2021
kimconnect
kimconnect
How to Install Visual Studio Code on Linux Mint 20.04
Linux Mint versions earlier than 20.04 would allow a user to install snapd, prior to…
0 Comments
Read More
January 10, 2021
January 10, 2021
kimconnect
kimconnect
Linux: How to Manually Create a USB Bootable Drive for ESXi
Step 1: Find the USB mount root@kimlinux:/home/kim# ls /dev/s*/dev/sda /dev/sdb1 /dev/sdb3 /dev/sdc1 /dev/sg1 /dev/snapshot /dev/stdin/dev/sdb…
0 Comments
Read More
January 8, 2021
January 8, 2021
kimconnect
kimconnect
How to Disable or Remove Windows Defender
Step 1: Disable Real-time monitoring immediately to minimize current runtime memory resource utilization Set-MpPreference -DisableRealtimeMonitoring…
0 Comments
Read More
January 8, 2021
January 8, 2021
kimconnect
kimconnect
The 10 Commandments of C Programming
Source: some ancient programming god Thou shalt run lint frequently and study its pronouncements with…
0 Comments
Read More
January 5, 2021
January 5, 2021
kimconnect
kimconnect
Java Virtual Machine Optimal Memory Tuning
Overview: There are five available garbage collectors (GC) for Java Virtual Machines (JVM). Here are…
0 Comments
Read More
January 1, 2021
January 1, 2021
kimconnect
kimconnect
How To Install Zabbix Client on CentOS 8
# Open the commonly known Zabbix ports firewall-cmd --zone=public --add-port=10050/tcp --permanent firewall-cmd --zone=public --add-port=161/tcp --permanent…
0 Comments
Read More
January 1, 2021
January 1, 2021
kimconnect
kimconnect
Linux: Using Bash to Search for Files Matching Certain Extensions
# using tree: list any files in a directory parentDirectory=/home tree --prune $parentDirectory # using…
0 Comments
Read More
December 31, 2020
December 31, 2020
kimconnect
kimconnect
How To Install Microsoft Edge on Ubuntu / Debian / Linux Mint
Step 1: Add Microsoft Repository curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpgsudo install -o root…
0 Comments
Read More
December 31, 2020
December 31, 2020
kimconnect
kimconnect
How to Install Internet Explorer on Ubuntu 20.04
Step 1: Install PlayonLinux kim@kimlinux:~# sudo apt install playonlinux -y Step 2: Install Internet Explorer…
6 Comments
Read More
December 31, 2020
December 31, 2020
kimconnect
kimconnect
Expanding System Volume C Drive of Windows Hyper-V Virtual Machine
There are three three steps to expand a disk of a virtual machine: Connect to…
0 Comments
Read More
December 31, 2020
December 31, 2020
kimconnect
kimconnect
Setup PXE Client Booting for Microsoft Deployment Toolkit with Multiple VLANs
Part A: Configure Clients Ensure that machines on the network would boot on a predetermined…
0 Comments
Read More
December 30, 2020
December 30, 2020
kimconnect
kimconnect
Linux DNS Networking
DNS client on Linux: /etc/resolv.conf specifies the nameservers for resolver lookups. The order of lookup…
0 Comments
Read More
December 29, 2020
December 29, 2020
kimconnect
kimconnect
Microsoft SQL: Shrink vs Truncate
Shrink The shrink command is to reduce the physical log file size of a database.…
0 Comments
Read More
December 29, 2020
December 29, 2020
kimconnect
kimconnect
A Case for Graylog 4
Overview: A practical real-world application to aggregate logs would be Graylog. Its current incarnation is…
0 Comments
Read More
December 29, 2020
December 29, 2020
kimconnect
kimconnect
How to Calculate Logging Storage
The Simple Formula: Storage in Gigabytes = Number of Events x (Average Bytes per Event…
0 Comments
Posts navigation
Previous page
1
…
19
20
21
…
82
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