Uncategorized

Kubernetes Basics

Terms API Server This runs on the Master Node.  This is how users communicate with the Kubernetes service. Think of this as the Cluster Gateway UI, Kubernetes dashboard Command line tool like Kubelet API, etc. Used for Updates into the Cluster Queries from the Cluster Gatekeeper for authentication This process is itself a container. Container… read more »

Linux Log File Tips and Tricks

IP Addresses Extract all IP addresses from a log cat LOG.FILE | grep -E -o “([0-9]{1,3}[\.]){3}[0-9]{1,3}” | sort Display Unique IP address cat LOG.FILE | grep -E -o “([0-9]{1,3}[\.]){3}[0-9]{1,3}” | sort | uniq Display Unique IP address and number of occurances Note: Sort must come before unique for this to work cat LOG.FILE | grep… read more »

How to Resize a Windows Cloud Disk Size After an Upgrade

Log into the VM with Remote Desktop   Open Server Manager Click Start Computer, then Manage to open the Server Manager. Navigate to Storage > Disk Management Right click on the current drive space and click Extend Volume Extend Volume Wizard Click Next on the Welcome to the Extend Volume Wizard   Select Disks The… read more »

How to restore a Codero Cloud Snapshot

Scope This article describes the steps required to restore a previously created Codero Cloud snapshot.   Requirements An active Codero Cloud account A cloud instance with a previously created snapshot   Procedure Log In Log into your Codero Cloud account at https://portal.codero.com   List available servers Lists all available cloud servers by clicking the small… read more »

How to allow access to WHM after being blocked by cphulk

To add your IP by clicking “cPHulk Brute Force Protection” from the WHM main menu, then click the “White/Black List Management” tab. Enter your IP in the text box under “White List (Trusted IP List)” then click the [Quick Add] button. Once your IP is registered on the white list, you will no longer receive… read more »

How to use this site

Welcome to HowToWebHost.com! The owner and contributors to this site have created it with hopes it will provide easy-to-follow, step-by-step instructions on basic skills required to host your own websites. Most of the articles on this site have been created based on the most frequently asked questions to web hosting support techs. Inline Articles While… read more »

Sidebar