Merge branch 'master' of ssh://git.andreafazzi.eu:10022/andrea/knowledgebase
This commit is contained in:
commit
da4c03ca4d
4 changed files with 59 additions and 16 deletions
|
@ -1,3 +1,7 @@
|
|||
- Se si è aggiornato #nodejs ricordarsi di installare nuovamente i language server per utilizzare lsp in #emacs
|
||||
- ```lisp
|
||||
M-x lsp-install-server RET ts-ls RET
|
||||
```
|
||||
- Piccolo snippet per configurare un editor #codemirror in #TypeScript
|
||||
- ```typescript
|
||||
// import './style.css';
|
||||
|
@ -17,7 +21,4 @@
|
|||
- Per decomprimere un archivio `tar.xz` da #linuxcommandline
|
||||
- ```bash
|
||||
tar xf node-v18.15.0-linux-x64.tar.xz
|
||||
- Se si è aggiornato #nodejs ricordarsi di installare nuovamente i language server per utilizzare lsp in #emacs
|
||||
- ```
|
||||
M-x lsp-install-server RET ts-ls RET
|
||||
```
|
|
@ -1,21 +1,25 @@
|
|||
- Per mostrare l'albero gerarchico delle cartelle eliminando dalla visualizzazione tutte quelle directory che non soddisfano il criterio di ricerca da #linuxcommandline
|
||||
- ```bash
|
||||
tree -P '*.jpg' --prune $HOME
|
||||
```
|
||||
- ### Riunione con Oliva
|
||||
- ~~Controllare che Karmen sia aggiornata~~
|
||||
- ~~Inviare modulo libri di testo~~
|
||||
- Controllare modulo ATA
|
||||
- Permesso retribuito
|
||||
- Concorsi ed esami
|
||||
- Manca il campo data (dal-al)
|
||||
- ~~Controllare modulo ATA~~
|
||||
- ~~Permesso retribuito~~
|
||||
- ~~Concorsi ed esami~~
|
||||
- ~~Manca il campo data (dal-al)~~
|
||||
- ~~Documento 15 maggio~~
|
||||
- ~~Esportare in PDF a inviare a Oliva e Catanese~~
|
||||
- Ricevimenti aprile 18.04, 19.04, 20.04
|
||||
- Modificare il modulo perché sono 3 giorni
|
||||
- Attendere l'elenco dei docenti suddiviso per giornate
|
||||
- Diminuire numero massimo prenotazioni a 20
|
||||
- Il modulo verrà attivato il 29.03 e disattivato 13.04
|
||||
- ~~Ricevimenti aprile 18.04, 19.04, 20.04~~
|
||||
- ~~Modificare il modulo perché sono 3 giorni~~
|
||||
- ~~Attendere l'elenco dei docenti suddiviso per giornate~~
|
||||
- ~~Diminuire numero massimo prenotazioni a 20~~
|
||||
- ~~Il modulo verrà attivato il 29.03 e disattivato 13.04~~
|
||||
- PFP
|
||||
- Segreteria didattica/Studente atleta per vedere quali sono convalidati
|
||||
- Generare PFP
|
||||
- Relazioni finali docenti 2021_2022 (anche sostegno)
|
||||
- ~~Relazioni finali docenti 2021_2022 (anche sostegno)~~
|
||||
- Eliminare cartella Presidenza dal backup
|
||||
- ~~Questionario progetti PTOF (Cinzia)~~
|
||||
- [Documentazione](https://pkg.go.dev/context) relativa al package `context` in #golang
|
||||
|
@ -31,7 +35,6 @@
|
|||
)
|
||||
|
||||
func hello(w http.ResponseWriter, req *http.Request) {
|
||||
|
||||
ctx := req.Context()
|
||||
fmt.Println("server: hello handler started")
|
||||
defer fmt.Println("server: hello handler ended")
|
||||
|
@ -51,4 +54,4 @@
|
|||
http.HandleFunc("/hello", hello)
|
||||
http.ListenAndServe(":8090", nil)
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
19
journals/2023_03_23.md
Normal file
19
journals/2023_03_23.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
- Quando si usa un #podman con un'immagine #ngnix su sistema RHEL potrebbe essere necessario rimuovere delle regole SELinux
|
||||
- ```bash
|
||||
getenforce
|
||||
sudo setenforce 0
|
||||
```
|
||||
- Per poter utilizzare `sudo` su un sistema RHEL9 #[[Amministrazione Sistemi Linux]]
|
||||
- ```bash
|
||||
su -
|
||||
usermod -aG wheel afazzi # non c'è gruppo sudo in RHEL9 ma wheel
|
||||
```
|
||||
- 3 C LIN: BERALDO (Matematica, 7), 3 D LIN: MILANI (Fisica, 10)
|
||||
- **06:32** [[quick capture]]: De-cloud and de-k8s – bringing our apps back home [De-cloud and de-k8s – bringing our apps back home](https://news.ycombinator.com/item?id=35263285) #homelab
|
||||
- **07:18** [[quick capture]]: So you've installed `fzf` – now what? [So you've installed `fzf` – now what?](https://news.ycombinator.com/item?id=35248098) #linuxcommandline #[[Amministrazione Sistemi Linux]]
|
||||
- **07:42** [[quick capture]]: https://dev.to/metal3d/how-to-develop-a-ui-and-an-api-at-the-same-time-with-no-headaches-1gol
|
||||
- **12:23** [[quick capture]]: Instruct-NeRF2NeRF: Editing 3D Scenes with Instructions [Instruct-NeRF2NeRF: Editing 3D Scenes with Instructions](https://news.ycombinator.com/item?id=35270658) #ai #stablediffusion
|
||||
- Per decomprime un file zip con `unzip` ed estrarlo su una data cartella utilizzare l'opzione `-d` #linuxcommandline
|
||||
- ```bash
|
||||
unzip filename.zip -d ./path
|
||||
```
|
|
@ -802,4 +802,24 @@
|
|||
- Copiare il file sulla macchina remota
|
||||
- Visitare l'IP della macchina remota tramite browser
|
||||
- Installare #Publii e sperimentare
|
||||
-
|
||||
- ## Lezione 18 - RHEL9 Parte 1 (4 ore)
|
||||
- Utilizzo dei volumi in docker
|
||||
- Modifica dei permessi
|
||||
- Utilizzo di `rsync` per effettuare la sincronizzazione con il server remoto
|
||||
- Installare `rsync` anche sul server remoto
|
||||
- ```bash
|
||||
sudo apt install rsync
|
||||
```
|
||||
- ```bash
|
||||
rsync -rauLP source remote_host:path/to/remote_directory
|
||||
```
|
||||
- Installazione di RHEL9 sistema su VM
|
||||
- Registrazione dell'installazione
|
||||
- Aggiungere l'utente al gruppo `wheel`
|
||||
- ```bash
|
||||
su -
|
||||
usermod -aG wheel afazzi # non c'è gruppo sudo in RHEL9 ma wheel
|
||||
```
|
||||
- ## Lezione 19
|
||||
- ## Lezione 20
|
||||
- ## Lezione 21
|
Loading…
Reference in a new issue