Diferencia entre revisiones de «GNU/Linux»

De TechShareRoom wiki
Ir a la navegación Ir a la búsqueda
Sin resumen de edición
Línea 90: Línea 90:
== Solución a problemas ==
== Solución a problemas ==
*[https://askubuntu.com/questions/468721/how-can-i-empty-the-trash-using-terminal ¿Cómo borrar la papelera usando la terminal?]
*[https://askubuntu.com/questions/468721/how-can-i-empty-the-trash-using-terminal ¿Cómo borrar la papelera usando la terminal?]
*[https://askubuntu.com/questions/171209/my-boot-partition-hit-100-and-now-i-cant-upgrade-cant-remove-old-kernels-to/1165681#1165681 My /boot partition hit 100% and now I can't upgrade. Can't remove old kernels to make room]
**[https://launchpad.net/linux-purge/+announcement/15313 linux-purge]
**Instalar con:
sh -c 'cd /tmp && wget -N https://git.launchpad.net/linux-purge/plain/install-linux-purge.sh && chmod +x ./install-linux-purge.sh && sudo ./install-linux-purge.sh && rm ./install-linux-purge.sh' && [ "$BASH" ] && echo Replaced current shell in order to make the Bash completion work. && exec bash
Install linux-purge tool like this.
Then run this in terminal:
'''sudo linux-purge --clear-boot --fix'''
Then go on removing kernels by e.g.
'''sudo linux-purge --keep 1 --choose'''


== Enlaces ==
== Enlaces ==
*[https://www.kernel.org Mainline Kernels]
*[https://www.kernel.org Mainline Kernels]
*[https://start.me/p/GEkrY5/software-libre Recursos a cerca de Software Libre] - Fuente: [https://t.me/maratonlinuxero Maratonistas Linuxeros]
*[https://start.me/p/GEkrY5/software-libre Recursos a cerca de Software Libre] - Fuente: [https://t.me/maratonlinuxero Maratonistas Linuxeros]

Revisión del 01:32 31 dic 2022


Distribuciones

Recursos Arch

Repositorios recomendados

== Canales y Grupos de Telegram en español sobre Software Libre, Código Abierto y GNU/Linux == - Fuente: Proyecto Tic Tac

Tutoriales

Artículos

Videos

Solución a problemas

sh -c 'cd /tmp && wget -N https://git.launchpad.net/linux-purge/plain/install-linux-purge.sh && chmod +x ./install-linux-purge.sh && sudo ./install-linux-purge.sh && rm ./install-linux-purge.sh' && [ "$BASH" ] && echo Replaced current shell in order to make the Bash completion work. && exec bash

Install linux-purge tool like this.

Then run this in terminal:

sudo linux-purge --clear-boot --fix

Then go on removing kernels by e.g.

sudo linux-purge --keep 1 --choose

Enlaces