This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Oficiales Testing # | |
| deb http://ftp.us.debian.org/debian/ testing main contrib non-free | |
| deb-src http://ftp.us.debian.org/debian/ testing main contrib non-free | |
| # Seguridad Testing # | |
| deb http://security.debian.org/debian-security/ testing/updates main contrib non-free | |
| deb-src http://security.debian.org/debian-security/ testing/updates main contrib non-free | |
| # Proposed Updates # | |
| deb http://ftp.us.debian.org/debian/ testing-proposed-updates main contrib non-free |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install software-properties-common | |
| sudo add-apt-repository "ppa" y dependiendo la rama cambiarla |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get build-dep "nombre de los paquetes" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| En linux: | |
| timedatectl status | grep local | |
| timedatectl set-local-rtc 1 | |
| "para revertirlo: timedatectl set-local-rtc 0" | |
| Reiniciar | |
| Despues en windows aplicar lo demas: tUtilizando regedit | |
| añadir un valor DWORD con el parámetro hexadecimal 1 en el registro: | |
| HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation\RealTimeIsUniversal | |
| Reiniciar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BOOTREC /SCANOS | |
| BOOTREC /FIXMBR | |
| BOOTREC /FIXBOOT | |
| BOOTREC /REBUILDBCD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Iconos: Numix icons, Ubuntu-Flat-Remix icons - Paper icons - Oranchelo | |
| Themes & Gnome Theme Shell: Adapta-Theme - Arc-Theme - Numix-Theme - Flat-plat Theme - paper-gtk-theme - Vertex - Papirus |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Antes de esto, poner "sudo su" para hacerlo en modo root | |
| pacman-optimize && sync | |
| pacman -Syyu --force | |
| pacman -Scc | |
| pacman -Runs -dd $(pacman -Qdtq) | |
| rm -rf /home/*/.local/share/Trash/*/** &> /dev/null | |
| rm -rf /root/.local/share/Trash/*/** &> /dev/null | |
| rm -rf /home/*/.cache/google-chrome/Default/* &> /dev/null | |
| rm -rf /home/*/.cache/chromium/Default/* &> /dev/null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| descargar archivo pkgbuild y compilarlo con "makepkg" | |
| instalar el paquete con: pacman -U "nombre del archivo".pkg.tar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat /etc/group | grep emby o plex | |
| usermod -a -G emby o plex tu-usuario |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| entrar a /etc/systemd/system.conf | |
| y modificar lo siguiente: | |
| #DefaultTimeoutStartSec=90s | |
| #DefaultTimeoutStopSec=90s | |
| por lo sigientes valores (Descomentar) | |
| DefaultTimeoutStartSec=10s |
OlderNewer