Month: August 2020

default colors set in .bashrc for WSL are annoying to me – ubuntu

All those hard to read colors in WSL and really any Linux prompts where they have changed the colors – here’s how to turn them off vi ~/.bashrc change any alias’ed  commands to color=never change color_prompt=yes to color_prompt=no hint:  hit escape <~> to get to the vi command line then: %s/color_prompt=yes/color_prompt=no/g Vi or vim syntax …

default colors set in .bashrc for WSL are annoying to me – ubuntu Read More »

Vi or vim syntax highlighting can make it very hard to read on many terminals.  Here is how to turn it off.

Vi or vim syntax highlighting can make it very hard to read on many terminals.  Here is how to turn it off. How to disable vim syntax colors option Edit ~/.vimrc file by typing the command: vi ~/.vimrc Append the following option syntax off Save and close the file Test it by running vim command: …

Vi or vim syntax highlighting can make it very hard to read on many terminals.  Here is how to turn it off. Read More »

What are the components of a VPC – some are optional

VPC networking components For each VPC – A Virtual Router is provided and used – you cannot drop this router and per AWS Documentation: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Networking.html You can use the following components to configure networking in your VPC. Topics Elastic network interfaces Route tables Managed prefix lists Internet gateways Egress-only internet gateways NAT DHCP options sets …

What are the components of a VPC – some are optional Read More »