This repository serves as a comprehensive collection of essential DevOps tools, scripts, configurations, and best practices for automating and managing infrastructure, deployments, and workflows. Whether you're a seasoned DevOps engineer or just getting started, this repository provides a curated set of resources to streamline your development and operations workflows.
- Ubuntu Create User:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hassankhurram/devops/main/scripts/ubuntu-server/create-sudo-user.sh)"
- Ubuntu Minimal Server Essentials:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hassankhurram/devops/main/scripts/ubuntu-server/ubuntu-minimal.sh)"
-
- Enable tailscale in Proxmox LXC (Run this in proxmox shell):
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hassankhurram/devops/main/scripts/proxmox/enable-tailscale-in-lxc.sh)"
- Enable tailscale in Proxmox LXC (Run this in proxmox shell):
-
- coming soon
- Fix Selenium compatibility issues:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hassankhurram/devops/main/scripts/selenium-fix/chrome-and-driver-fix.sh)"
- Infrastructure as Code (IaC) templates for provisioning and managing cloud resources.
- Continuous Integration (CI) and Continuous Deployment (CD) pipelines for automating software delivery.
- Dockerfiles and Kubernetes manifests for containerization and orchestration.
- Configuration management scripts for maintaining consistent server configurations.
- Monitoring and logging configurations for observability and troubleshooting.
- Security best practices and tools for ensuring the safety and integrity of your deployments.
- Collaboration and documentation resources for fostering teamwork and knowledge sharing.
This repository is open to contributions from the community. Whether you have new tools to add, improvements to existing scripts, or documentation enhancements, your contributions are highly appreciated. Let's collaborate to make DevOps practices more accessible and efficient for everyone.
This repository is released under the Unlicense. Feel free to use, modify, and distribute the contents of this repository for any purpose without any restrictions.