Tired of wasting time configuring your Linux development environment?
This repository provides a comprehensive collection of cheatsheets and detailed documentation to streamline your setup process for:
- Linux: Essential Linux configuration guides for a smooth development experience.
- Docker: Learn how to leverage Docker containers for efficient application deployment.
- Containers: Understand containerization concepts and best practices for managing containers.
- Docker Compose: Master Docker Compose for effortless multi-container application orchestration.
- DevOps Tools: Discover and integrate essential DevOps tools to automate your development workflow.
Get up and running quickly with clear instructions, helpful tips, and readily available resources!
Setup bash environment
Docker setup
Markdown Cheatsheet
-
run
./ubuntu-setup.sh -
place
bash_extra
cp bash_extra ~/.bash_extra- import
bash_extra
add below code at the end of .bashrc
if [ -f ~/.bash_extra ]; then
. ~/.bash_extra
fi
you can access Markdown cheatsheet here