Arch Linux Notes
Arch Linux Notes
By: Matthew_Moore
Creating and Formatting Live USB images with DD
To View Drives use
sudo fdisk -l
Creating a Live USB ( Drive Needs to be unmounted )
sudo dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx && sync
Formatting USB back to Normal
sudo mkfs.vfat /dev/sdx -I
To copy a CD/DVD to a .iso
cd /dev; ls -ld sr* cdr* dvd*
dd if=/dev/cdrom of=~/dvdcopy.iso
_______________________________________________________________________
Enable AUR support for Arch Linux
Edit Pacman.Conf file
sudo [text editor] /etc/pacman.conf
Example:
sudo mousepad /etc/pacman.conf
First enable/uncomment
[multilib]
Include = /etc/pacman.d/mirrorlist
Add Repo
[archlinuxfr]
SigLevel = Never
Server = http://repo.archlinux.fr/$arch
install
sudo pacman -Sy yaourt
__________________________________________________________________________
Creating a Local Repo for AUR pakcages
Add local source in your pacman.conf file
[local]
SigLevel = Never
Server = file:///home/user/work/local/
Create Local Directory /home/user/work/local/
Download AUR Tarballs and build the packages in
this directory.
Then Open Terminal and CD into this directory and
execute this following command to make it a database.
It is also recomended that you add pulse audio volume control or pavucontrol to
your panel for quick accsess to device settings.
__________________________________________________________________________
Install Archive Managment for Arch Linux
for the XFCE desktop use
sudo pacman -S zlib p7zip unzip zip zziplib
yaourt -S engrampa-thunar
for the cinnamon desktop use
sudo pacman -S nemo-fileroller zlib p7zip unzip zip zziplib
__________________________________________________________________________
Install all XFCE extras
sudo pacman -S xfce4-goodies
__________________________________________________________________________
Install Printer/Scanner support in Arch Linux
sudo pacman -S libcups cups ghostscript gsfonts system-config-printer simple-sca
n
Start Deamon
sudo systemctl
sudo systemctl
sudo systemctl
sudo systemctl
enable org.cups.cupsd.service
enable cups-browsed.service
start org.cups.cupsd.service
start cups-browsed.service