Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Utils

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!

Table of Contents

Setup bash environment
Docker setup
Markdown Cheatsheet

  1. run ./ubuntu-setup.sh

  2. place bash_extra

cp bash_extra ~/.bash_extra
  1. 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

About

some linux configs

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages