Skip to content

My own use DevOps repository which contains scripts and tools for devops/SRE tasks

License

Notifications You must be signed in to change notification settings

hassankhurram/devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

DevOps Essentials Repository

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.

Scripts

Ubuntu Server

  • 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)"

Proxmox HyperVisor

  • Proxmox LXCs:

    • 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)"
  • Proxmox Virtual Machines:

    • coming soon

Chrome in linux using Selenium

  • Fix Selenium compatibility issues:
    sh -c "$(curl -fsSL https://raw.githubusercontent.com/hassankhurram/devops/main/scripts/selenium-fix/chrome-and-driver-fix.sh)"
    

Key Features

  • 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.

Contributions Welcome

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.

License

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.

About

My own use DevOps repository which contains scripts and tools for devops/SRE tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages