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

https://github.com/pericles001/troubleshooter

Solutions for most common bugs on linux and others
https://github.com/pericles001/troubleshooter

Last synced: 25 days ago
JSON representation

Solutions for most common bugs on linux and others

Awesome Lists containing this project

README

          

# Troubleshooter

Solutions for the most common bugs on Linux and other systems.

## Common Linux Issues

### Logical Volume Management
- [Check Logical Volumes](linux/check_logical_volume.md)
- [Extend a Partition](linux/extend_partition.md)

### Filesystem
- [Check and Repair Filesystem](linux/filesystem.md)

### User Management
- [Manage Users](linux/users.md)

### tmux Sessions
- [Manage tmux Sessions](linux/tmux_sessions.md)

### Python Modules
- [Python Module Not Found](linux/python_modules.md)

### Snap and Snapd
- [Install and Configure Snapd](linux/snap_snapd.md)

### RSA Encryption
- [Generate RSA Keys](linux/rsa_encryption.md)

## Common Coding Issues

### Compilation
- [Compile C++ Code](coding/c++/compilation.md)
- [Compile Java Code](coding/java/compile.md)
- [Compile Python Code](coding/python/compilation.md)

### Conversion
- [Convert Jupyter Notebook to LaTeX](coding/python/convert_to_latex.md)

## Useful Web Resources

### Jupyter Notebooks
- [Issues with Jupyter Server](coding/jupyter_notebooks.md)

### Windows
- [Common Windows Issues](windows/README.md)
- [Using WSL](windows/wsl.md)
- [Enable Features](windows/activator.md)

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.