Diferencia entre revisiones de «GNU/Linux»
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 00:32 31 dic 2022
Distribuciones
- OSBoxes
- Distrowatch
- Linux Distribution Timeline - Fuente: Video de YT de @ForrestNight
- Distrochooser
Recursos Arch
Repositorios recomendados
- Color Scheme for Gnome Terminal, Pantheon Terminal, Tilix, and XFCE4 Terminal - Fuente: Twitt de @el_oscilador
== Canales y Grupos de Telegram en español sobre Software Libre, Código Abierto y GNU/Linux == - Fuente: Proyecto Tic Tac
- 01.- Canal 24H24L
- 02.- Canal Colaboratorio
- 03.- Canal: De Novato a Novato
- 04.- Canal: DesdeLinux
- 05.- Canal DistritoTux
- 06.- Canal Diversistema
- 07.- Grupo DriveMeca
- 08.- Canal Atareado
- 09.- Canal Geekland
- 10.- Grupo GUTL
- 11.- Grupo Jugando en Linux
- 12.- Canal Linux Center
- 13.- Canal JuncoTIC
- 14.- Grupo Karlas Project
- 15.- Canal Karlas Project Stream
- 16.- Grupo Latin Linux
- 17.- Canal Latin Linux
- 18.- Grupo LibreOffice Hispano
- 19.- Grupo LiGNUx
- 20.- Canal Linux Adictos
- 21.- Grupo Liñux
- 22.- Grupo LinuxerOS
- 23.- Grupo LiNuXiToS
- 24.- Grupo Ocio libre y gratuito en GNU/Linux
- 25.- Canal Muy Linux
- 26.- Canal Ochobitshacenunbyte
- 27.- Grupo Pato JAD
- 28.- Canal Pato JAD
- 29.- Grupo Proyecto Tic Tac
- 30.- Canal Proyecto Tic Tac
- 31.- Canal Seducción Linux
- 32.- Grupo Linux Español
- 33.- Canal Ubunlog
- 34.- Canal uGeek
- 35.- Canal Victorhck
- 36.- Canal _ voidNull
- 37.- Canal La Guía Linux
- 38.- Grupo Locos por Linux
- 39.- Canal Podcast Linux
- 40.- Grupo Comunidad de Linux Español
- 41.- Canal SoloLinux
- 42.- Grupo SoloLinux Chat
- 43.- Grupo XUnix | Community
- 44.- Grupo MX Linux & AntiX Español
- 45.- Grupo Linux Ayuda (Libertad en Linux)
- 46.- Grupo: Privacidad y Software Libre
- 47.- Canal GNU Linux Latino
- 48.- Grupo Canaima GNU/Linux
- 49.- Canal Soberanía Tecnológica
- 50.- Canal LinuxBloc
- 51.- Grupo Jugando en GNU/Linux
- 52.- Canal Juegos Linux
- 53.- Canal Un Día Una Aplicación
- 54.- Canal Linux, seguridad y cosas informáticas
- 55.- Grupo #ViernesDeEscritorio
- 56.- #ViernesDeEscritorio
- 57.- Grupo ! Linux-ZEN
- 58.- Grupo Debian en Español
- 59.- Grupo Arch Linux en Español
- 60.- Grupo Amigos LibreOffice-ES
- 61.- Grupo Maratón Linuxero
- 62.- Linux entre amigos
Tutoriales
Artículos
Videos
Solución a problemas
- ¿Cómo borrar la papelera usando la terminal?
- My /boot partition hit 100% and now I can't upgrade. Can't remove old kernels to make room
- 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