Aggiorna README.md
This commit is contained in:
parent
42eaf8b8cf
commit
fa657a2af9
1 changed files with 16 additions and 1 deletions
15
README.md
15
README.md
|
@ -6,6 +6,11 @@ verificare che dischi ci sono
|
||||||
```bash
|
```bash
|
||||||
lsblk
|
lsblk
|
||||||
```
|
```
|
||||||
|
per visualizzare ID disco
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo blkid /dev/<device>
|
||||||
|
```
|
||||||
comando generico per montare disco
|
comando generico per montare disco
|
||||||
```bash
|
```bash
|
||||||
sudo mount -t <type> /dev/<device> <directory>
|
sudo mount -t <type> /dev/<device> <directory>
|
||||||
|
@ -136,3 +141,13 @@ per inserire righe dopo una stringa usando un file
|
||||||
l'opzione s anche con tutte le sub directory
|
l'opzione s anche con tutte le sub directory
|
||||||
|
|
||||||
du -hs <folder>
|
du -hs <folder>
|
||||||
|
|
||||||
|
## Debian 12 repository
|
||||||
|
|
||||||
|
le repositories sono sul file
|
||||||
|
|
||||||
|
/etc/apt/sources.list
|
||||||
|
|
||||||
|
oppure nel file del folder
|
||||||
|
|
||||||
|
/etc/apt/sources.list.d/
|
||||||
|
|
Loading…
Reference in a new issue