~~NOTOC~~
= linux
* [[linux:shell:start]]
* [[linux:distros:start]]
* [[linux:remote-desktop:start]]
* [[linux:filesystem:start]]
* [[linux:comm:start]]
* [[linux:utils:start]]
* [[linux:install:start]]
* [[linux:seguridad:start]]
* [[linux:xwindows:start]]
* [[linux:kernel:start]]
* [[linux:ctl:start]]
== que escritorios disponibles?
* ps -a | egrep -i "gnome|kde|mate|cinnamon|lxde|xfce|jwm"
* systemctl status display-manager
* ls /usr/bin/*session
* screenfetch: git clone git://github.com/KittyKatt/screenFetch.git screenfetch
./screenfetch-dev
== reinicar escritorio
C + A + F2 (hasta F6)
* XFCE: ''xfce4-panel -r && xfwm4 --replace''
* Gnome Shell: ''gnome-shell --replace & disown''
* Plasma 5: ''kbuildsycoca5 && kquitapp5 plasmashell && kstart5 plasmashell''
* LXDE: ''lxpanelctl restart && openbox --restart''
* Unity: ''unity --replace &''
* Budgie_: ''budgie-panel --replace && budgie-wm --replace''
* MATE: ''mate-panel --replace''
* Cinnamon: ''gnome-shell --replace''
/via: [[https://geekland.eu/reiniciar-el-entorno-escritorio-linux/]]
== URLs de interés
* tutoriales varios: [[http://www.sromero.org/wiki/linux/indice]]
* comandos bash: [[https://www.luisllamas.es/listado-comandos-linux-utiles/]]
== cursos/formación
{{topic>linux +cursos&nouser&nodate}}