Skip to content
blog.KimConnect.com
Menu
Codes
Windows
Linux
Virtualization
Networking
Database
Month:
May 2020
blog.KimConnect.com
>>
Read More
May 31, 2020
May 31, 2020
kimconnect
kimconnect
Linux: How to Set Startup Script
In previous Linux versions, startup scripts can simply be enabled by linking a script into…
0 Comments
Read More
May 31, 2020
May 31, 2020
kimconnect
kimconnect
CentOS 8: How to Only Apply Security Updates
[cuilo@test-box ~]# sudo yum --security update CentOS-8 - AppStream 12 kB/s | 4.3 kB 00:00…
0 Comments
Read More
May 30, 2020
May 30, 2020
kimconnect
kimconnect
HPe Nimble Storage & Microsoft Failover Cluster with Fileserver Roles
Overview: Microsoft Fail-over Clustering is often deployed in conjunction with SAN storage. In this scenario,…
0 Comments
Read More
May 30, 2020
May 30, 2020
kimconnect
kimconnect
Linux: How to Use Tar and Gunzip
Tar is an archival system. It helps bundling many directories and files into a single…
0 Comments
Read More
May 30, 2020
May 30, 2020
kimconnect
kimconnect
Linux: How to Migrate Users to a New Host
Overview: Linux systems are mostly compatible with one another, even when their kernel versions are…
0 Comments
Read More
May 29, 2020
May 29, 2020
kimconnect
kimconnect
Linux: How to Install ProFTPd on CentOS 8 as an SFTP Server
Introduction: While this article focuses on the installation and configuration aspects of SFTP via the…
2 Comments
Read More
May 28, 2020
May 28, 2020
kimconnect
kimconnect
BASH: Basic SED Training
Do you know Sed? If you ask 'who is he', then this little article if…
0 Comments
Read More
May 27, 2020
May 27, 2020
kimconnect
kimconnect
Hyper-V: Clone Linux Guest VM
There are two methods of cloning an existing guest VM: Templating and Copying. Templating has…
0 Comments
Read More
May 27, 2020
May 27, 2020
kimconnect
kimconnect
Unix / Linux File Permissions Cheat Sheet
General Permissions Overview: Permissions (base) 1 – execute2 – write4 – read Permissions (octal) 3…
0 Comments
Read More
May 27, 2020
May 27, 2020
kimconnect
kimconnect
Linux: How to Change IP Address of CentOS 8 Machine
# Check the network interface config files ls /etc/sysconfig/network-scripts [cuilo@web02 ~]$ ls /etc/sysconfig/network-scripts ifcfg-ens192 #…
0 Comments
Read More
May 27, 2020
May 27, 2020
kimconnect
kimconnect
Linux: How to Change Hostname
There are 3 methods:1. hostnamectl command : using systemctl (recommended and shown at the bottom…
0 Comments
Read More
May 26, 2020
May 26, 2020
kimconnect
kimconnect
Useful Ubuntu Settings for VNC
# Disable screensaver Ubuntu (Gnome) gsettings set org.gnome.desktop.screensaver lock-enabled false # Purge screensaver and update…
0 Comments
Read More
May 26, 2020
May 26, 2020
kimconnect
kimconnect
Remote Desktop Service Optimizations
Optimize RDP user experience:---------------------------------------------------gpedit.msc > Computer Configuration > Policies > Administrative Templates > Windows Components…
0 Comments
Read More
May 26, 2020
May 26, 2020
kimconnect
kimconnect
PowerShell: Send Email Notifications to Computer Users Before Maintentance
# sendEmailToUsers.ps1 # Query Active Directory for computers running a Server operating system #$targetServers =…
0 Comments
Read More
May 26, 2020
May 26, 2020
kimconnect
kimconnect
Hyper-V: How to Convert IDE to SCSI on a Guest VM
Plan A: 1. Clone the existing Guest VM as a full backup2. While having target…
0 Comments
Read More
May 26, 2020
May 26, 2020
kimconnect
kimconnect
PowerShell: How to Create Multiple Arrays or Columns from an Array
# This snippets scans the localhost for common ports and outputs 4 arrays $limitPorts=10000 $netstat=netstat…
0 Comments
Read More
May 26, 2020
May 26, 2020
kimconnect
kimconnect
Google G Suite Administrators (GAM) Useful Commands
Install Google GAM if (!(Get-Command choco.exe -ErrorAction SilentlyContinue)) {[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12Set-ExecutionPolicy Bypass -Scope Process -Force;…
0 Comments
Read More
May 26, 2020
May 26, 2020
kimconnect
kimconnect
PowerShell: Inter-Domain SMB Shares Mounting
# interDomainFileCopy.ps1 # Note: this is a quick and dirty method. Password security must be…
0 Comments
Read More
May 26, 2020
May 26, 2020
kimconnect
kimconnect
PowerShell: Get Users and Computers Inside an OU
# getUsersAndComputersInActiveDirectory.ps1 $ouName="Test OU" $ouPath = "ou=$ouName,dc=kimconnect,dc=yoyo" $csvExportFile = 'c:\data\users_in_ou_$ouName.csv' $users=Get-ADUser -Filter * -SearchBase $ouPath…
0 Comments
Read More
May 26, 2020
May 26, 2020
kimconnect
kimconnect
PowerShell: Detect Whether Computer is Connected To Domain
# The easy method $domainConnected=.{ try { [void]::([System.DirectoryServices.ActiveDirectory.Domain]::GetComputerDomain()) return $true } catch{ return $false }…
0 Comments
Posts navigation
1
2
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