Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vncsmyrnk/common-linux-issues-fixes

List of issues and fixes of common problems in linux environments
https://github.com/vncsmyrnk/common-linux-issues-fixes

Last synced: 11 days ago
JSON representation

List of issues and fixes of common problems in linux environments

Awesome Lists containing this project

README

        

# Common linux issues and fixes

List of issues and fixes of common problems in linux environments. The objective of this repo is to gather information about errors and tricky scenarios when using common linux distributions.

## Report Design

Each situation is detailed in its own file. The name of the file must help understand the problem. The file scructure must follow the design below:

```markdown
# Same name of the file with spaces instead of underlines, can be shortened as well

## Context

Overview of the context with details about the identification and cause of the problem.

## More info

List of websites used as source to solve the problem.

[Website name](link)

## How to solve it

The steps suggested to solve the problem. It is a best practice to show examples of scripts and commands.
```