Below you will find pages that utilize the taxonomy term “Linux”
File and Folder Permissions
This page contains information on the series of letters and dashes that define file and folder permissions in Linux.
WSL2 with Windows Terminal
Windows has finally created a developer command line experience that can compete with OS X and bare metal Linux with the release of WSL2 combined with the new Windows Terminal. For WSL2 installion and updates, refer to the official Windows Subsystem for Linux Documentation.
Java and Maven Install
Installing Latest Oracle Java and Maven. Optionally, you could use SDKMAN CLI and API for installing, switching, removing Java and/or Maven.
Moving Docker Runtime and Storage Location
For the Linux operating system, these steps document how to free up some space in the root
volume of your operating system by moving the docker runtime location from /var/lib/docker/
to the /home
volume.
WSL ubuntu zsh nvm etc.
The Windows Subsystem for Linux (WSL) seems to be mature enough now to give it another shot. Copy and paste, and other simple annoyances that kept me away before are working better. Also, I’ve been reading that nvm (Node Version Manager) works now, so here goes.
VPS Proof of Concept for Docker and Traefik
This is a proof of concept for a VPS that includes ConfigServer Firewall (csf), Docker, Open SSH Server and Traefik as a reverse proxy to host multiple applications on the same Docker host.
VPS Proof of Concept for Docker and Traefik - Page 2
Shell Scripting
A collection of shell scripting tips & resources. Shell scripts are plain text files with an optional .sh
extension.
Virtual Machine for LAMP Development
This blog post addresses a common scenario — a local LAMP development environment on your Windows or OS X computer. You could use XAMPP on either Windows or OS X, MAMP on OS X or native Apache in OS X. Here, we will create a Linux virtual machine with Samba configured to share the Virtual Machine file system with the host computer. We will also create virtual hosts, install and configure WordPress and Xdebug.