Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vncsmyrnk/common-linux-issues-fixes
- Owner: vncsmyrnk
- License: apache-2.0
- Created: 2024-01-16T23:28:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-17T00:07:14.000Z (10 months ago)
- Last Synced: 2024-01-17T06:58:17.256Z (10 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```