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

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

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`