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
| 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
| ## 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
| <?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
| 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
| 1. Entrar a ajustes | |
| 2. Uso de Datos | |
| 3. Presionan los 3 puntos de la parte superior | |
| 4. Pulsan "Restringir datos en 2° plano" y aceptan | |
| 5. Esperan unos 5 segundos y reinician su celular | |
| 6. Vuelven a entrara a Ajustes > Uso de Datos | |
| 7. Presionan los 3 puntos de la parte superior | |
| 8. Pulsan "Permitir datos en 2° plano" y aceptan | |
| 9. Reinician el equipo y debería haber solucionado el error |
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
| crear un archivo de registro con block de notas con el siguiente contendio y guardarlo en .reg ejecutarlo e importar. luego reiniciar | |
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts] | |
| "Segoe UI (TrueType)"="segoeui.ttf" | |
| "Segoe UI Bold (TrueType)"="segoeuib.ttf" |
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
| Guia de instalacion de ArchLinux | |
| By MakuSensei | |
| Descargar iso https://www.archlinux.org/download/ | |
| Configurar teclado en Español | |
| loadkeys la-latin1 | |
| Creando particiones | |
| usar: cfdisk |
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
| #! /bin/bash | |
| echo "Instalacion Deepin en Fedora" | |
| sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm | |
| sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm | |
| sudo dnf copr enable mosquito/deepin | |
| sudo dnf install startdde deepin-wm deepin-wm-switcher deepin-control-center deepin-daemon deepin-desktop deepin-dock deepin-file-manager deepin-launcher deepin-session-ui deepin-desktop-base deepin-desktop-schemas deepin-gtk-theme deepin-icon-theme deepin-qt5integration gnome-icon-theme-symbolic deepin-image-viewer deepin-movie deepin-music deepin-screen-recoder deepin-calendar deepin-menu deepin-metacity deepin-mutter deepin-nautilus-properties deepin-notifications deepin-screenshot deepin-shortcut-viewer deepin-sound-theme deepin-wallpapers dnfdragora lightdm | |
| # Si ya disponen de LightDM instalado no hace falta realizar el siguiente comando, solo en caso de disponer otro gestor (ejemplo gdm lo d |
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
| Mi lista de repos flatpak | |
| Flathub: | |
| flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo | |
| Gnome Stable: | |
| flatpak remote-add --if-not-exists gnome https://sdk.gnome.org/gnome.flatpakrepo | |
| flatpak remote-add gnome-apps https://sdk.gnome.org/gnome-apps.flatpakrepo |