Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1.47 KB

README.md

File metadata and controls

42 lines (22 loc) · 1.47 KB

Linux Tips and Tricks

Not everyone is familiar with all the things that can be done on Linux. However, I'm going to try to collect useful tips and tricks.

Cheat sheets

Screen cheat sheet

Markdown cheat sheet

Git cheat sheet

VIM cheat sheet

Zypper 1 Zypper 2

Quick wins

The bash shell has a lot of ways for you to quickly work on the commandline. One of the big things is that there's bash autocompletion which allows you to quickly navigate and complete your entries.

Git basics for system administrator

Git for System Administrator (LinkedInLearning.com)

More in depth information can be found in multiple places. For example this here

Basic git commands

Troubleshooting tools

Processes

Network troubleshooting tools

Filesystem utilities and checks

NEW! Filesystem resizing

Package management tools

Package management