This commit is contained in:
Andrea Fazzi 2023-03-28 13:08:34 +02:00
commit 5e8479932b
9 changed files with 55 additions and 7 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -1,4 +1,4 @@
- Quando si usa un #podman con un'immagine #ngnix su sistema RHEL potrebbe essere necessario rimuovere delle regole SELinux
- Quando si usa un #podman con un'immagine #ngnix su sistema RHEL potrebbe essere necessario disattivare delle policy SELinux
- ```bash
getenforce
sudo setenforce 0
@ -16,4 +16,4 @@
- Per decomprime un file zip con `unzip` ed estrarlo su una data cartella utilizzare l'opzione `-d` #linuxcommandline
- ```bash
unzip filename.zip -d ./path
```
```

View file

@ -1,7 +1,7 @@
- FACCHETIN (Fisica, 5), DIAZ (Fisica, 5)
- [Documentazione](https://codemirror.net/docs/migration/) #codemirror utile alla migrazione. Contiene anche esempi molto basilari.
-
- Caratteristiche PoC #Wails #codemirror
- Elenco di item
- Modifica mediante click con editor CodeMirror
- Cambio vista mediante navbar rudimentale
- **20:17** [[quick capture]]: CSS System Colors (2021) [CSS System Colors (2021)](https://news.ycombinator.com/item?id=35289166) #css
- **20:17** [[quick capture]]: CSS System Colors (2021) [CSS System Colors (2021)](https://news.ycombinator.com/item?id=35289166) #css

View file

@ -3,4 +3,4 @@
-
- **20:19** [[quick capture]]: https://roadmap.sh/
- **20:49** [[quick capture]]: madeline-xoxo (u/madeline-xoxo) - Reddit [madeline-xoxo (u/madeline-xoxo) - Reddit](https://www.reddit.com/user/madeline-xoxo/?sh=true) #i3wm
- **20:40** [[quick capture]]: How to use promises - Learn web development | MDN [How to use promises - Learn web development | MDN](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous/Promises)
- **20:40** [[quick capture]]: How to use promises - Learn web development | MDN [How to use promises - Learn web development | MDN](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous/Promises) #Javascript

View file

@ -2,4 +2,6 @@
- **17:46** [[quick capture]]: Thoughts on Svelte [Thoughts on Svelte](https://news.ycombinator.com/item?id=35324430) #svelte #Javascript #frontend
- **20:12** [[quick capture]]: https://dev.to/bitethecode/understanding-of-context-in-go-547c
- **20:21** [[quick capture]]: https://dev.to/ansu/mastering-middleware-in-go-tips-tricks-and-real-world-use-cases-13md
- **20:25** [[quick capture]]: https://github.com/rust-lang/rustlings
- **20:25** [[quick capture]]: https://github.com/rust-lang/rustlings
- [Istruzioni](https://help.hackthebox.com/en/articles/5185687-introduction-to-lab-access) per connettere la propria macchina al laboratorio di HackTheBox tramite #openvpn #[[Amministrazione Sistemi Linux]]
- Documentazione per iniziare a lavorare con HackTheBox ![document.pdf](../assets/document_1679899675721_0.pdf) #[[Amministrazione Sistemi Linux]]

View file

@ -1,4 +1,23 @@
- **11:12** [[quick capture]]: Red Hat is 30 years old [Red Hat is 30 years old](https://news.ycombinator.com/item?id=35337146)
- **12:34** [[quick capture]]: https://dev.to/k1lgor/efficiently-managing-processes-with-the-ps-command-in-linux-17p
- **12:42** [[quick capture]]: https://log.livellosegreto.it/
- **12:43** [[quick capture]]: https://dev.to/jjokah/how-to-combine-and-compress-files-on-linux-using-the-tar-command-341j
- **12:43** [[quick capture]]: https://dev.to/jjokah/how-to-combine-and-compress-files-on-linux-using-the-tar-command-341j
- Per resettare il terminale dopo aver visionato per errore un file binario #linuxcommandline
- ```bash
reset
```
- [Guida](https://wiki.archlinux.org/title/Installation_guide) all'installazione di #archlinux
- [Altra guida](https://itsfoss.com/install-arch-linux/#step-9-install-grub-bootloader)
- ## Installazione di #archlinux
- Configurare la tastiera italiana
- ```bash
loadkeys it
```
- Per montare un volume creando la cartella per il mount point
- ```bash
mount --mkdir /dev/sda1 /mnt
```
- Installare i pacchetti base
- ```bash
pacstrap -K /mnt base linux linux-firmware
```

View file

@ -821,5 +821,24 @@
usermod -aG wheel afazzi # non c'è gruppo sudo in RHEL9 ma wheel
```
- ## Lezione 19
- Gestione dei log con `journalctl`
- [Articolo](https://www.redhat.com/sysadmin/rsyslog-systemd-journald-linux-logs) di RedHat
- [Articolo](https://dev.to/koh_sh/finally-i-am-using-journalctl-147m) di dev.to
- [Altro articolo](https://dev.to/sematext/tutorial-logging-with-journald-50l8) di dev.to
- Configurazione di #openvpn su #RHEL
- [Attivazione](https://access.redhat.com/discussions/4603751) di alcuni repository
- Installazione di #openvpn
- ```bash
sudo dnf update
sudo dnf install openvpn
```
- Creazione account presso [HackTheBox](https://hackthebox.com)
- Lettura della documentazione per iniziare ad operare con l'obiettivo ((64213e22-0f77-403d-a7b0-c04beae0bc21))
- Utilizzo di `nmap` per scoprire le porte esposte
- ```bash
sudo nmap -sV IP
```
- ![image.png](../assets/image_1679900150288_0.png)
-
- ## Lezione 20
- ## Lezione 21

View file

@ -0,0 +1,8 @@
file:: [document_1679899675721_0.pdf](../assets/document_1679899675721_0.pdf)
file-path:: ../assets/document_1679899675721_0.pdf
- Introduction
ls-type:: annotation
hl-page:: 5
hl-color:: yellow
id:: 64213e22-0f77-403d-a7b0-c04beae0bc21