Skip to content

Instantly share code, notes, and snippets.

View MakuSensei's full-sized avatar

MakuSensei MakuSensei

  • Argentina, Buenos Aires
View GitHub Profile

Custom Arch Linux live USB

Setup

Install the dependencies for the archiso package:

(root): pacman -S make squashfs-tools libisoburn dosfstools patch lynx devtools git

I recommend archiso getting them from git, there is a package in the repositories, however, at this time of writing, it will not work with the instructions below. So, grab the most recent version from git and install it:

(user): git clone git://projects.archlinux.org/archiso.git && cd archiso

Arch Linux

Removing orphaned packages :

$ pacman -Rns $(pacman -Qtdq)

To list explicitly installed packages available in the official repositories:

$ pacman -Qen
@MakuSensei
MakuSensei / local.conf
Created December 5, 2017 20:27
Configuración de Rende-rizado de fuente en linux | Copiar esta configuracion en el directorio /etc/fonts/ | aplicar los siguientes comandos gsettings set org.gnome.settings-daemon.plugins.xsettings antialiasing "rgba" y gsettings set org.gnome.settings-daemon.plugins.xsettings hinting "slight"
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<edit name="dpi" mode="assign">96</edit>
</match>
<match target="font">
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
@MakuSensei
MakuSensei / local.conf
Created December 5, 2017 20:21
Configuración de Rende-rizado de fuente en linux
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<edit name="dpi" mode="assign">96</edit>
</match>
<match target="font">
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
instalar: ffmpegthumbnailer
Ir al directorio: /usr/share/thumbnailers
editar: totem.thumbnailer
Modificar:
TryExec=/usr/bin/totem-video-thumbnailer
Exe=/usr/bin/totem-video-thumbnailer -s %s %u %o
por esto:
TryExec=ffmpegthumbnailer
Exe=ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10
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
@MakuSensei
MakuSensei / Instalación Deepin en Fedora
Last active September 20, 2017 13:30
Descargar la iso netinstall, realizar toda la instalacion con el escritorio basico (x window) luego de entrar al sistema. descargar este script y ejecutarlo con sh.
#! /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
@MakuSensei
MakuSensei / Guia de instalacion de ArchLinux
Last active November 15, 2023 18:46
Guia de instalacion de ArchLinux By MakuSensei
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
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"
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