<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>arch on Pieces &amp; Perspective Blog</title><link>https://xbns.netlify.app/tags/arch/</link><description>Recent content in arch on Pieces &amp; Perspective Blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Wed, 30 Dec 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://xbns.netlify.app/tags/arch/index.xml" rel="self" type="application/rss+xml"/><item><title>Summary - Arch Linux Installation on UEFI system</title><link>https://xbns.netlify.app/posts/summary-arch-installation-on-uefi-system/</link><pubDate>Wed, 30 Dec 2020 00:00:00 +0000</pubDate><guid>https://xbns.netlify.app/posts/summary-arch-installation-on-uefi-system/</guid><description>Step 1 Connect to internet from install disk or usb Start iwd.service and connect your wifi
1 2 3 4 # systemctl start iwd.service # systemctl status iwd.service # iwctl --passphrase &amp;lt;you_wifi_password&amp;gt; station &amp;lt;name_of_station&amp;gt; connect &amp;lt;wifi_name&amp;gt; # timeout 2 ping google.com Verify the host specified by ping is reachable otherwise don&amp;rsquo;t proceed until you fix it. Since you won&amp;rsquo;t be able to do anything without internet connection.</description></item><item><title>Configure cinnamon desktop with nemo in arch system</title><link>https://xbns.netlify.app/posts/sw-to-install-after-arch-install/</link><pubDate>Tue, 17 Nov 2020 00:00:00 +0000</pubDate><guid>https://xbns.netlify.app/posts/sw-to-install-after-arch-install/</guid><description>1 Install Vivaldi as alternate browser 1 # pacman -S vivaldi 2 Mount Google Drive on Linux https://www.omgubuntu.co.uk/2017/04/mount-google-drive-ocamlfuse-linux
Then configure it at start up
Add the following custom command for &amp;ldquo;Startup Applications&amp;rdquo;.
google-drive-ocamlfuse /home/&amp;lt;username&amp;gt;/googledrive
3 Install Nemo Plugins Nemo is the default file manager for cinnamon but you may need to install the following plugins.
1 # pacman -S nemo-fileroller nemo-preview nemo-fileroller - support compressed file formats (zip, tar, gz) nemo-preview - press the spacebar to view a preview of the selected file.</description></item><item><title>Installing Tex Live Full in Arch Linux</title><link>https://xbns.netlify.app/posts/installing-texlive-full/</link><pubDate>Sun, 08 Nov 2020 00:00:00 +0000</pubDate><guid>https://xbns.netlify.app/posts/installing-texlive-full/</guid><description>You may encounter the following issues when installing text live full from here
and setting it up to work with TextStudio
1 # pacman -S texstudio Error 1: No such file or directory This error is shown when you run these series of command
1 2 3 4 5 6 # git clone https://aur.archlinux.org/texlive-full.git # cd texlive-full # makepkg -sri 1 2 3 4 5 6 7 WARNING: Using existing $srcdir/ tree ==&amp;gt; Entering fakeroot environment.</description></item><item><title>Arch Linux Installation on BIOS/MBR system</title><link>https://xbns.netlify.app/posts/2020-07-08-arch-linux-installation-on-bios-mbr-system/</link><pubDate>Wed, 08 Jul 2020 00:00:00 +0000</pubDate><guid>https://xbns.netlify.app/posts/2020-07-08-arch-linux-installation-on-bios-mbr-system/</guid><description>Arch Linux Installation Process for a Legacy/BIOS/MBR System We will tackle this process in 10 steps listed below.
I didn&amp;rsquo;t want to repeat some sections well explained in the UEFI Process. You can refer there and follow due process.
Namely;
Connecting to WiFi. Installing Base System(pacstrap). Setting Timezone &amp;amp; Language. Adding Super User and Configurations. Optimizing Mirrors. Installing Fonts and Various Packages. Enabling Vital System Services. Step 1: Why Many Operating Systems often try to craft a one size fits all partition layout for their file systems.</description></item><item><title>Arch Linux Installation on UEFI/GPT system</title><link>https://xbns.netlify.app/posts/2020-07-08-arch-linux-installation-on-uefi-gpt-system/</link><pubDate>Wed, 08 Jul 2020 00:00:00 +0000</pubDate><guid>https://xbns.netlify.app/posts/2020-07-08-arch-linux-installation-on-uefi-gpt-system/</guid><description>Installing Arch Linux for UEFI/GPT System For BIOS/MBR Legacy system refer to here
Installation process over a Wi-Fi Download the .iso file from Arch Linux Official Site.
Step 1: Make a Live USB Disk and boot from it. Am assuming you know how to make live USB drives using a program like balenaEtcher or an equivalent.
Boot from Live USB example: Press ESC &amp;mdash; &amp;gt; Boot Menu (F9) &amp;ndash;&amp;gt; UEFI Generic Mass Storage &amp;hellip;.</description></item><item><title>Partitioning Schemes for Arch Linux</title><link>https://xbns.netlify.app/posts/2020-07-08-why-this-partitioning-scheme/</link><pubDate>Wed, 08 Jul 2020 00:00:00 +0000</pubDate><guid>https://xbns.netlify.app/posts/2020-07-08-why-this-partitioning-scheme/</guid><description>Laptop 1: hp-4540s-i5 (BIOS/MBR) 1 $ sudo dmidecode | grep -A3 &amp;#39;^System Information&amp;#39; System Information Manufacturer: Hewlett-Packard Product Name: HP ProBook 4540s Version: A1018C1100 Memory Size - 16 GB Disk Size - 500 GB 1 $ sudo dnf install lshw Intel Core i5 -3230M @ 2.60 GHz
$ sudo lshw -short Graphics Card
1 2 3 $ lspci | grep -e VGA -e 3D 00:02.</description></item></channel></rss>