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
net stop w32time | |
w32tm /unregister | |
w32tm /register | |
net start w32time |
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
<?xml version="1.0"?> | |
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
<fontconfig> | |
<match target="font"> | |
<edit mode="assign" name="hinting" > | |
<bool>true</bool> | |
</edit> | |
</match> | |
<match target="font" > | |
<edit mode="assign" name="autohint" > |
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
## PPAs Ubuntu ## | |
En debian "Despues de agregar cada ppa es recomendable editar el source.list con gedit o dentro de Synaptic | |
y reemplazar la rama de ubuntu colocada automaticamente por la ultima estable | |
estos se deve a que colocara como rama la mas reciente en desallorro que provocan un fallo | |
al no estar aun disponible en esa rama los paquetes" | |
(Recomendable usar las ramas lts o la ultima .04 estos varia segun el soporte que dara el desarrollador a sus paquetes) | |
# Para debian primeramente se deve instalar este paquete para dar soporte a los ppas # | |
### "sudo apt-get install software-properties-common" ### |
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
ejecutar: | |
sudo fc-cache -fv |
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
- pacman -Sy --> Sincroniza la base de datos con los repositorios. | |
- pacman -Su --> Actualiza el sistema completo. | |
- pacman -S --> Instala un paquete. | |
- pacman -R --> Desinstala un paquete. | |
- pacman -Rs --> Desinstala un paquete junto a las dependencias no utilizadas por otros paquetes. | |
- pacman -Rsc --> Desinstala un paquete y todas sus dependencias y los paquetes que requieran esas dependencias | |
- pacman -Ss --> Permite buscar a un paquete específico. | |
- pacman -Sw --> Descarga el paquete pero no lo instala. | |
- pacman -Si --> Muestra información sobre un paquete no instalado. | |
- pacman -Qi --> Muestra información sobre un paquete ya instalado. |
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 |
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
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
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
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 |