3.8 KiB
3.8 KiB
- Per decomprimere un archivio
bzip2
-
bzip2 -dk nomefile.bz2
-
- Articolo un po' datato su come accedere al proprio #homelab da #vps
- Servizi di affitto #vps economici per #homelab
- Per esercitarsi con la #linuxcommandline questo sito torna utile
- Per convertire un disco #VirtualBox in un disco #qemu
- Articolo di riferimento
-
tar xvf MyAppliance.ova # List the available formats qemu-img -h | tail -n1 # Do the actual conversion (I chose qcow2 here) qemu-img convert -O qcow2 MyAppliance-disk1.vmdk MyAppliance.qcow2
- 11:12 quick capture: Red Hat is 30 years old Red Hat is 30 years old #RHEL
- 12:34 quick capture: https://dev.to/k1lgor/efficiently-managing-processes-with-the-ps-command-in-linux-17p #Amministrazione Sistemi Linux #linuxcommandline
- 12:42 quick capture: https://log.livellosegreto.it/ #WriteFreely
- 12:43 quick capture: https://dev.to/jjokah/how-to-combine-and-compress-files-on-linux-using-the-tar-command-341j #Amministrazione Sistemi Linux #linuxcommandline
- Per resettare il terminale dopo aver visionato per errore un file binario #linuxcommandline
-
reset
-
- Guida all'installazione di #archlinux
- Altra guida all'installazione di #archlinux
-
Installazione di #archlinux
- Configurare la tastiera italiana
-
loadkeys it
-
- Aumentare (eventualmente) le dimensioni dei caratteri
-
setfont ter-132b
-
- Verificare la modalità con cui è stato eseguito il boot (UEFI o no)
-
cat /sys/firmware/efi/fw_platform_size
- Se l'output è 64 allora la macchina è stata avviata in modalità UEFI
-
- Per collegarsi ad una rete wifi
- Eseguire il comando
iwctl
- Nel REPL di
iwctl
eseguire-
station wlan0 get-networks station wlan0 connect SSID
-
- Eseguire il comando
- Per montare un volume creando la cartella per il mount point
-
mount --mkdir /dev/sda1 /mnt
-
- Installare i pacchetti base
-
pacstrap -K /mnt base linux linux-firmware
-
- Fare un
chroot
dentro /mnt-
arch-chroot /mnt
-
- Installare e configurare il boot manager (dopo aver fatto
chroot
)-
pacman -S grub grub-install /dev/vda grub-mkconfig -o /boot/grub/grub.cfg
-
- Installare e configurare
NetworkManager
-
pacman -S networkmanager
-
- Installare il pacchetto
sudo
-
pacman -S sudo sudo -lU andrea # mostra la configurazione di sudo per l'utente andrea
-
- Configurare
sudo
-
visudo ## togliere i commenti da %wheel ALL=(ALL:ALL) ALL usermod -a -G wheel andrea # aggiungere l'utente al gruppo wheel
-
- Installare il window manager
sway
compatibile con #i3wm-
pacman -S sway swayidle swaylock
-
- Video utile su come installare #archlinux su #qemu
- Configurare la tastiera italiana
- 20:54 quick capture: Ask HN: What is a specific use of GPT-4 that you think is remarkable? Ask HN: What is a specific use of GPT-4 that you think is remarkable?
- 20:57 quick capture: Show HN: A fully open-source (Apache 2.0)implementation of llama [Show HN: A fully open-source (Apache 2.0)implementation of llama] #AI #llm (https://news.ycombinator.com/item?id=35344787)