How Git Works (Pluralsight Notes)

Notes taken from watching "How Git Works" by Paolo Perrotta on Pluralsight
Notes taken from watching "How Git Works" by Paolo Perrotta on Pluralsight
Notes from Pluralsight course "Getting Started with Docker" by Nigel Poulto
The official Bitwarden server can be hosted at home, however, you will actually get LESS free features using it than having it be hosted by Bitwarden. Instead, we will use the open source version of Bitwarden server so that you…
Installation With windows dual boot, go into windows > computer management > disk management and shrink the main partition to make room for you entire Linux install. Then boot onto the USB key. NVIDIA card: boot with proprietary drivers Anything…
Lets say your Proxmox Host performs an update and the update fails. Or maybe some settings got changed and aren’t able to be changed back. Or something breaks. With a normal Proxmox install, you can’t just start over. Reinstalling Proxmox…
Starting Out – Root Console Commands These are commands that are usually run outside any console. The switch/router can change consoles based on what you’d like to do, and it’s reflected by the terminal prefix it gives you. If the…
This is a tutorial on how to make your WordPress website have complete HTTPS through a CloudFlare domain without HTTP/HTTPS content mixing. Here we’ll be using the CloudFlare daemon instead of the WordPress plugin. You will need… NOTE: You should…
1. Install Apache Web Server on Ubuntu Then enable the Apache2 web server Allow your website through the UFW Firewall (if turned on – which is recommended) Test whether Apache server is running. Open your web browser and enter the…
1. Download and Install Cloudflared First, download cloudflared on your machine. Visit the downloads page to find the right package for your OS. .deb install Use the deb package manager to install cloudflared on compatible machines. amd64 / x86-64 is…