Ansible Automation for Ubuntu Base setup
Ansible Automation for Ubuntu Base setup Ansible is a great configuration management tool that automates server creation using standard procedures reducing human errors. Ansible does not require s...
Ansible Automation for Ubuntu Base setup Ansible is a great configuration management tool that automates server creation using standard procedures reducing human errors. Ansible does not require s...
Customizing login page in Filament 3 By default, the Filament login form contains email and password fields. To customize the login page, overwrite the default filament login page based on require...
Accessing Host Services from Docker containers Sometimes services are run on the docker host (e.g.. database servers, etc.) which need to be accessed from within the docker containers. The usual ...
Laravel Development Environment Setup Overview This is a hybrid environment with the web browser and VS Code IDE installed in Win11 and all other dev tools installed in WSL2. Win11: VS Code IDE...
Starship Prompt Starship is a minimal, blazing-fast, and infinitely customizable prompt for any shell. Project Homepage: Starship: Cross-Shell Prompt Documentation: Configuration | Starship 🚀 In...
Docker Compose v2 setup docker-compose v1 is written in python and v2 is written in go-lang with many new features. Ubuntu as of 22.04 still contains only docker-compose v1 and v2 needs to be m...
Change IP Address in Ubuntu 22.04 LTS To configure a static IP address on your Ubuntu server you need to modify a relevant netplan network configuration file within /etc/netplan/ directory. [!...