2022

4 de abr. de 2022

Ventoy

Cansado de gravar memórias usb e DVDs para testar distribuições Linux?
O Ventoy é um recurso para instalar na mídia. Depois é só salvar o arquivo .iso da distribuição que desejas testar no teu computador.

O legal é que podes colocar quantos arquivos .iso couberem na tua mídia (ou seja, diversas distros Linux). Ao dar boot pela mídia, o Ventoy organizará um menu com as opções de distros a testar ou instalar.

Passo a passo para instalar Ventoy no Linux:

https://linoxide.com/how-to-install-ventoy-on-ubuntu/


Uso xcalibrator para a lousa digital sensível ao toque no laboratório da escola.

Como instalar xcalibrator no Ubuntu:

https://www.thefanclub.co.za/how-to/how-ubuntu-1204-touchscreen-calibration


Para remover kernel antigo no Linux:

  • Open up a terminal (Ctrl+Alt+T).

  • Type uname -r. This will show you the kernel you're using currently, so you don't want to remove this.

  • Run the following command: dpkg --list | grep linux-image. This will show the all the kernels that are installed.

  • Note down the names of all the kernels which you want to remove.

  • To remove the kernels, run: sudo apt-get purge linux-image-x.x.x.x-xyz (replace the kernel name with an appropriate one).

  • Update the GRUB: sudo update-grub2

And, you're done.

Bonus: here's a little one-liner to do all that automatically:

sudo apt-get purge $( dpkg --list | grep -P -o "linux-image-\d\S+" | grep -v $(uname -r | grep -P -o ".+\d") )


Fonte: <https://askubuntu.com/questions/176322/removing-old-kernel-entries-in-grub>

Nenhum comentário:

Postar um comentário

Em destaque

Verbos

Atividade desenvolvida para planilha eletrônica pelo multiplicador Ademir dos Santos há alguns anos, resolvi colocar online usando recursos ...