Skip to content
blog.KimConnect.com
Menu
Codes
Windows
Linux
Virtualization
Networking
Database
Month:
January 2021
blog.KimConnect.com
>>
Read More
January 30, 2021
January 30, 2021
kimconnect
kimconnect
Kubernetes Container Deployment with NFS Persistent Volumes
Introduction: Update: we have provided a practical application of the knowledge conveyed in this article…
0 Comments
Read More
January 30, 2021
January 30, 2021
kimconnect
kimconnect
PowerShell: Backup Microsoft Dynamics CRM Database
# backupCrmOrgDatabase.ps1 # This script is to be invoked in the context of the Administrator…
0 Comments
Read More
January 29, 2021
January 29, 2021
kimconnect
kimconnect
How to Mount NFS Share On Linux Client
# Install prerequisite sudo apt-get install nfs-common # Set variables nfsShare=test # assuming that the…
0 Comments
Read More
January 29, 2021
January 29, 2021
kimconnect
kimconnect
PowerShell: How to Quickly Ping a Target
Method 1: Legacy ping command # Legacy method that works without any fusses $pingResult=ping google.com…
0 Comments
Read More
January 29, 2021
January 29, 2021
kimconnect
kimconnect
Troubleshooting Active Directory Replication Issues
How to Check Domain Controller Syncronization Check replication summary [TEST-DC02]: PS C:\Users\testadmin\Documents> Repadmin /replsummary Replication…
0 Comments
Read More
January 28, 2021
January 28, 2021
kimconnect
kimconnect
How to Run OpenMediaVault with Pass-through Disks in VMWare ESXi
Assumptions: 1. The ESXi host in this lab is available with three (3) 1TB hard…
0 Comments
Read More
January 28, 2021
January 28, 2021
kimconnect
kimconnect
Linux: Check CPU Utilization
There are many utilities that would provide this information. The easiest one that is available…
0 Comments
Read More
January 27, 2021
January 27, 2021
kimconnect
kimconnect
PowerShell: Get Failed Scheduled Tasks on a Windows Machine
The following function will query the local Windows Tasks Scheduler for custom schedules and output…
0 Comments
Read More
January 27, 2021
January 27, 2021
kimconnect
kimconnect
How to Get Table Sizes of a Database in Microsoft SQL Server
Obtain Table Sizes of One or Multiple Names -- Get sizes of multiple tables use…
0 Comments
Read More
January 26, 2021
January 26, 2021
kimconnect
kimconnect
PowerShell: Mapping and Unmapping Network Drives
How to Map Network Drive using Dot Net Framework $driveLetter='T' $smbPath='\\FILESERVER\SHARENAME' $username='DOMAIN\USERNAME' $password='PASSWORD' $networkDrivesObject =…
0 Comments
Read More
January 25, 2021
January 25, 2021
kimconnect
kimconnect
Step by Step Kubernetes Application Hosting: Persistent Storage, Pod Creation, Deployment Plan, Service Clustering, and Ingress Routing
Overview Update: we have a new article which goes directly into a production-style setup of…
0 Comments
Read More
January 23, 2021
January 23, 2021
kimconnect
kimconnect
How to Add a New Disk as LVM Volume to a Linux Machine without Rebooting
Step 1: Scan all SCSI host controllers sudo su # run as root scsiPath=/sys/class/scsi_host #…
0 Comments
Read More
January 23, 2021
January 23, 2021
kimconnect
kimconnect
R5 2400G Zen CPU Cores Undervolt and Overclocking
Some quick tested values: 3600 Mhz | 1.225 mV ~ 70 Watts (need to also…
0 Comments
Read More
January 23, 2021
January 23, 2021
kimconnect
kimconnect
Ubuntu: Disable Annoying Update Notifier
Want to get rid of this? Ubuntu: Go to System > Administration > Software Sources…
0 Comments
Read More
January 22, 2021
January 22, 2021
kimconnect
kimconnect
Linux: How to Check CPU Speed
# Check cpu capacity kim@kim-linux:~$ sudo lshw -c cpu | grep capacity capacity: 3600MHz #…
0 Comments
Read More
January 22, 2021
January 22, 2021
kimconnect
kimconnect
Linux: How to Check Graphics Card Memory
List all the PCI devices: lspci # Sample Outout:root@kim-linux:/home/kim# lspci00:00.0 Host bridge: Intel Corporation Device…
0 Comments
Read More
January 22, 2021
January 22, 2021
kimconnect
kimconnect
Linux: GREP Training
Lorum Ipsum - let's learn about grep, ya'll Examples: # Get information only on the…
0 Comments
Read More
January 21, 2021
January 21, 2021
kimconnect
kimconnect
How To Install Adobe Acrobat Reader DC on Linux Mint 20
Adobe Acrobat Reader may be available as a .deb install-able package. However, its 'Reader DC'…
4 Comments
Read More
January 21, 2021
January 21, 2021
kimconnect
kimconnect
How To Install Kubernetes on Ubuntu 20.04 Server
Overview Docker is available in 2 versions, Community Edition (CE) and Enterprise Edition (DE). The…
0 Comments
Read More
January 19, 2021
January 19, 2021
kimconnect
kimconnect
How To Change VMWare ESXi Hypervisor’s IP Address and Host Name
# List hypervisor's network interfaces esxcli network ip interface ipv4 get # Sample output [root@esx76:~]…
0 Comments
Posts navigation
1
2
3
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