Clash Configuration#
Not plug and play
- Choose the amd64 binary file for download
- Download the configuration file (rename it to
config.yaml) and place it together with Clash - Give Clash executable permission with
chmod +x clash - Set up manual proxy for the system and configure the port according to the yaml file
- Use
sudo ./clash -d .to start Clash, it may not start properly without sudo
Geant4 Configuration#
Remember to delete the qt5ct folder under .config, otherwise the display color of the geometry cannot be changed in visualization
yay#
Remember to install yay to access AUR
Installing a Specific Version of a Program#
- Find the desired package on
https://aur.archlinux.org, such ashttps://aur.archlinux.org/packages/geant4 - Use
git clonewith the Git Clone URL to download it locally - Go to the downloaded folder and use
git logto find the desired version - Use
git reset --hardto revert to the desired version - Modify all values of the
md5sumsfield in the PKGBUILD toSKIP - Use the command
makepkg -sito install it
Ignoring Upgrades for Specific Programs#
In /etc/pacman.conf, enter the program names that need to be locked to a specific version in the IgnorePkg field, separate multiple programs with spaces.