Archivo de la categoría: arch

How to install Arch Linux

Brief: This tutorial shows you how to install Arch Linux in easy to follow steps. Arch Linux is a x86-64 general-purpose Linux distribution which has been popular among the DIY enthusiasts and hardcore Linux users. The default installation covers only a minimal base system and expects the end user to configure and use it. Based… Leer más »

ArchLinux Install Xfce for desktop environment

$ sudo pacman -Sy –noconfirm xfce4 xfce4-goodies lxdm $ sudo systemctl enable lxdm $ sudo sed -i /etc/lxdm/lxdm.conf \ -e ‘s;^# session=/usr/bin/startlxde;session=/usr/bin/startxfce4;g’ $ sudo reboot

How To Install Arch Linux Latest Version

source: https://www.ostechnix.com/install-arch-linux-latest-version/   Image Source: https://www.flickr.com/ Arch Linux is a general purpose GNU/Linux distribution that provides most up-to-date softwares by following the rolling-release model. Unlike fixed-point release Linux distributions, Arch Linux allows you to use updated cutting-edge softwares and packages as soon as the developers released them. Initially, It supported both 32bit and 64bit systems. But, now… Leer más »

Beautiful fonts improve Arch Linux

This is what I do when I install Arch Linux to improve the fonts. You may consider the following settings to improve your fonts for system-wide usage without installing a patched font library packages (eg. Infinality): Install some fonts, for example: sudo pacman -S ttf-dejavu ttf-liberation noto-fonts Enable font presets by creating symbolic links: sudo… Leer más »

install rtl8723de driver in arch (working maximum WiFi signal gain)

For kernels >4.11 git clone -b extended https://github.com/lwfinger/rtlwifi_new.git make sudo make install modprobe -v rtl8723de ant_sel=2 ant_sel=2 shows the maximum WiFi signal gain. added below lines in a separate conf file: echo «options rtl8723de ant_sel=2» >> /etc/modprobe.d/rtl8723de.conf

Bitacora install arch

Set up WIFI ifconfig wifi-menu iwconfig ip link set wlp0s20u3 up iwlist wlp0s20u3 scan ifconfig -a passwd root systemctl start sshd   To modify the layout, append a corresponding file name to loadkeys(1), omitting path and file extension. For example, to set a Latin keyboard layout: # loadkeys la-latin1 WIFI ENABLED 1ST: https://wiki.archlinux.org/index.php/WPA_supplicant 2d an… Leer más »