UNLV
the new version is available on GitHub.
CachyOS Post Install
CachyOS Gaming
Arch Linux Installation guide
Installing Arch Linux with BTRFS and Disk Encryption
How To Install Arch Linux in VirtualBox (2025) | Arch Linux Installation
7 Things After Installing EndeavourOS (MUST DO!)
liveuser > Desktop Session: Plasma (X11)- switch to Wayland
- login without password
CachyOS Hello > INSTALLATION- Launch installer
CachyOS Installer > Partitions > Erase disk- select btrfs
CachyOS Installer > All done- deselect Restart now
- click Done
- shut down
Details > Storage > Controller: IDE- click IDE Secondary Device 0:
- select Remove Disk From Virtual Drive
- click Start
CachyOS Hello > Apps > Tweaks- System Update
-
option to use Terminal
open Terminal (Ctrl+Alt+T)
sudo pacman -Syyu
-s: option for sync
-y: refreshes package database
-u-: upgrade packages -
option to set shortcut
Settings > Keyboard > Keyboard Shortcuts > View and Customize Shortcuts > Custom Shortcuts > Add Shortcut...- create name
- command kgx or gnome-terminal
- Set Shortcut...
- Add
CachyOS Hello > Apps > Tweaks- click Install Gaming packages
- restart
- option to use Terminal
open Terminal (Ctrl+Alt+T)
sudo pacman -S cachyos-gaming-meta sudo pacman -S cachyos-gaming-applications
built-in
flatpak --version
built-in
ffmpeg -version
built-in
powerprofilesctl list
built-in
fastfetch
pacman -Syu
system update
pacman-key --populate
update database
sudo pacman -S archlinux-keyring
y
pacman -S archinstall
y
archinstall
-
Disk configuration
- Partitioning
- Use a best-effort default partition layout
- space bar: space bar or tab to select
- btrfs: Filesystem
No
Use compression
-
Swap
Yes: zram- option to Bootloader for asus
systemd-boot
- option to Bootloader for asus
-
Authentication
- Root password
- User account
- Add a user
- Should "username" be a superuser (sudo)?
Yes - Confirm and exit
-
Profile
- Type
- Desktop
- choose desktop environment
- Graphics Driver
- All open-source
- option to setup audio
- Audio
- pipeuire
audio server
-
Network configuration Use NetworkManager
-
Additional Packages
firefox flatpak fastfetch -
Timezone
-
Install Yes
-
chroot into installation for post-installation configurations
No
Details > Storage > Controller: IDE- click IDE Secondary Device 0:
- select Remove Disk From Virtual Drive
- click Start
open Terminal (Ctrl+Alt+T)
sudo pacman -Syyu
-s: option for sync
-y: refreshes package database
-u-: upgrade packages
open Terminal (Ctrl+Alt+T)
sudo pacman -S flatpak
flatpak --version
shutdown -r now
- option to add flathub
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
built-in
ffmpeg -version
open Terminal (Ctrl+Alt+T)
sudo pacman -S power-profiles-daemon
sudo systemctl enable --now power-profiles-daemon.service
powerprofilesctl list
shutdown -r now
pacman -S fastfetch
fastfetch
EndeavourOS_artemis - June 25, 2022
- select Start the Installer
- select Online
- Erase disk
- select Swap to file
for lower RAM usage
-
select Update Mirrors
-
select Update System
-
select Package cleanup configuration
- option to use Terminal
open Terminal (Ctrl+Alt+T)
sudo pacman -Syyu
-s: option for sync
-y: refreshes package database
-u-: upgrade packages
- option to use Terminal
open Terminal (Ctrl+Alt+T)
sudo pacman -Syu
sudo pacman -S flatpak
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak --version
shutdown -r now
sudo pacman -Syu
sudo pacman -S ffmpeg
ffmpeg -version
open Terminal (Ctrl+Alt+T)
sudo pacman -S power-profiles-daemon
sudo systemctl enable --now power-profiles-daemon.service
powerprofilesctl list
shutdown -r now
pacman -S fastfetch
fastfetch
Geant4 Tutorial 1: Installation and Testing of Geant4 (kor)
CERN ROOT Tutorial 2: Installing ROOT (kor)
sudo pacman -S cmake gcc expat libxmu openmotif mesa qt5-base
Geant4 10.7/patch-04 - September 9, 2022
mv /home/user($username}/Downloads/geant{geant4_version}.tar.gz ~
tar -xvf geant{geant4_version}.tar.gz
cd geant{geant4_version}
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DGEANT4_INSTALL_DATA=ON -DGEANT4_USE_QT=ON ../
lscpu
make -jN
N = Number of CPUs
sudo make install -jN
cd ~
cd /usr/local/bin
. geant4.sh
-
option to permanent environment variables settings
sudo nano /home/user{$username}/.bashrcsource /usr/local/bin/thisroot.sh source /usr/local/bin/geant4.shat the last line
Ctrl+o enter Ctrl+x
cd geant{geant4_version}
cd examples/basic/B1
mkdir build
cd build
cmake ..
make
./exampleB1
run/beamOn 100
exit
-
option to batch mode
cd geant{geant4_version} cd examples/basic/B1/build vim batch.mac iinsert mode
/run/beamOn 100 ESCexit insert mode
:wq or :x or :ZZwrite (save) and quit
./exampleB1 batchmac exit
sudo pacman -S --needed base-devel
sudo pacman -S git vim make cmake gcc binutils libx11 libxpm libxft libxext python openssl
sudo pacman -S gcc-fortran pcre mesa glu glew ftgl mysql fftw cfitsio graphviz util-linux-libs avahi openldap python3 libxml2 gsl readline qt5-webengine
1: default
y: proceed
mv /home/user{$username}/Downloads/root{$root_version}.source.tar.gz ~
tar -xzvf root{$root_version}.source.tar.gz
cd root{$root_version}
cd build
cmake -Dbuiltin_llvm=ON ../
make -jN
sudo make install -jN
cd ~
cd /usr/local/bin
source thisroot.sh
root
-l: without logo
--web=off: revert to TBrowser
new TBrowser: RBrowser
TRootBrowser: TBrowser
.q
- option to install virtualbox Guest Additions
cachyos has built-in
menu bar > Devices > Insert Guest Additions- copy and paste all files in VBox_GAs_{VBoxClient_version}.iso to Documents
- right-click
- Open in Terminal
ls -lh
chmod 777 VBoxLinuxAdditions.run
sudo ./VBoxLinuxAdditions.run
-
option to fix virtualbox Guest Additions
View > Seamless Mode Ctrl+Lback to windowed mode
-
option to battery percent
Settings > Power > General > Show Battery Percentage- toggle
-
option to mouse acceleration
Settings > Mouse & Touchpad > Mouse > Mouse Acceleration- toggle
-
option to gnome shell extensions
- install GNOME Shell integration
sudo pacman -S gnome-browser-connector
-
option to yay
sudo pacman -Syu sudo pacman -S --needed base-devel git git clone https://aur.archlinux.org/yay.git cd yay makepkg -si yay --version -
option to multimedia codecs open Terminal (Ctrl+Alt+T)
sudo pacman -Syu sudo pacman -S ffmpeg ffmpeg -version -
option to spotify
- open Software
- Install
-
option to use Terminal
open Terminal (Ctrl+Alt+T)
sudo pacman -Syu spotify-launcher -
option to flatpak
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo flatpak install spotify
-
option to steam
sudo pacman -Syu steam -
option to asus
open Terminal (Ctrl+Alt+T)pacman -S linux-firmware amd-ucodeintel-ucodefor intelpacman-key --recv-keys 8F654886F17D497FEFE3DB448B15A6B0E9A3FA35 pacman-key --finger 8F654886F17D497FEFE3DB448B15A6B0E9A3FA35 pacman-key --lsign-key 8F654886F17D497FEFE3DB448B15A6B0E9A3FA35 pacman-key --finger 8F654886F17D497FEFE3DB448B15A6B0E9A3FA35g14 repo
pacman -Syu-
asusctl
pacman -S asusctl power-profiles-daemon systemctl enable --now power-profiles-daemon.service -
supergfxctl
pacman -S supergfxctl systemctl enable --now supergfxd -
rog control center
pacman -S rog-control-center -
custom kernel
dirvers fixes
pacman -Syu linux-g14 linux-g14-headers-
option to grub
grub-mkconfig -o /boot/grub/grub.cfg -
nvidia
cat /proc/driver/nvidia/gpus/bus_address/power
query status
-
pacman -S nvidia-utils vulkan-icd-loader- option to enable
systemctl enable nvidia-suspend.service nvidia-hibernate.service nvidia-resume.service systemctl enable --now nvidia-powerd
- option to enable
-
-
option to tuned
- open Terminal (Ctrl+Alt+T)
yay -S tuned-git
n: cleanBuild
n: diffs
y
sudo systemctl enable --now tuned tuned-adm active sudo systemctl status tuned -
option to tlp
open Terminal (Ctrl+Alt+T)sudo pacman -S tlp tlp-rdw systemctl enable tlp.service systemctl enable NetworkManager-dispatcher.service systemctl mask systemd-rfkill.service systemd-rfkill.socket sudo tlp start tlp-stat -s