Archives for Software Dev - Page 13
Adding PATH variable for git and gitbash to work on Windows
SYSTEM PATH Variable You will need administrator on the local box - to set the SYSTEM PATH variable as shown below Click on Advanced System Settings. Click on Environment Variables.…
AWS and CloudBerry for Simple Storage Solutions
CloudBerry for ‘Blob’ Storage and Recovery Storage is such an important use case that the rest of cloud services are essentially handicapped without it. For a backup strategy, you need a…
x.509 vs ECDSA vs RSA
is a standard that defines the structure and hierarchy of public key certificates. It relies on an hierarchical system of certificate authorities (CAs) for issuing the certificates (in contrast to a web of…
Service Accounts in GCP – Kinda like an AWS Role, but still different
For advanced technology seminars on AWS and other technologies, please visit Also see Roles and Policies in GCP IAM identities can be divided into two broad categories - user identities…
Types of SSL Certificates, Client vs Server Certificates
Server (SSL) vs. Client Certs Server certificates are used to authenticate server identity to the client(s). Client certificates are used to authenticate the client (user) identity to the server. Server…
What each octet means – subdividing a network into multiple subnets
The Network Part vs. the Host Part --> Network Part .0 --> Host Part A subnet mask of means that the first three octets of the address will be used…
What is a Certificate Singing Request – CSR ?
A CSR is quite literally a request to have a certificate created and digitally signed by a CA. There are three important parts to a CSR: Your public key. The…
DNS servers for your VPN connection
Most VPN services that you can pay for will be configured to redirect all of your IP traffic through the VPN tunnel. (In openvpn, the server option is "redirect-gateway".) This will include…
Template for writing a book – MS Word
Start Microsoft Word. Click "File," then "New." If you do not see the "Books" file folder, search for "Books" on the search bar next to "online Templates."
Backup your EC2 instances on AWS
Here’s a couple of proven techniques for backing up your EC2 instances in AWS. EBS Snapshot – The easiest and most popular method AMI Creation – Slightly more involved, but…