https://github.com/clement-muth/utils-debian-10
Some helpful commands for debian 10
https://github.com/clement-muth/utils-debian-10
apt apt-get debian-10 haskell iwlwifi utils
Last synced: 7 months ago
JSON representation
Some helpful commands for debian 10
- Host: GitHub
- URL: https://github.com/clement-muth/utils-debian-10
- Owner: Clement-Muth
- License: mit
- Created: 2021-01-18T18:24:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-31T02:33:20.000Z (over 5 years ago)
- Last Synced: 2025-10-09T21:33:42.719Z (7 months ago)
- Topics: apt, apt-get, debian-10, haskell, iwlwifi, utils
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# utils
## Some Linux(Debian stretch 10) commands
- To add iwlwifi when dump on debian
```bash
$ sudo apt-get update
$ sudo apt-get install firmware-iwlwifi
$ sudo apt reboot
```
- Install Haskell on debian 10
```bash
$ sudo apt install haskell-platform
$ sudo apt install haskell-stack
```
- Module relative to VsCode
`haskell.haskell`