Home | Ubuntu/Mint | Arch/Manjaro | ssh/gpg | texlive | python | git | steam
Install general updates via
sudo paccache -vrk2 && sudo paccache -vruk0 && sudo pacman-mirrors --geoip && yay -Pw && yay --pacman powerpill --answerclean None --answerdiff All --timeupdate --batchinstall --needed --devel -Syyu && sudo pacman -Rsn $(sudo pacman -Qqtd) ; sudo paccache -vrk2 && sudo paccache -vruk0 && sudo pacdiff
Rebuild after a python
update
yay --devel --rebuildall --answerclean All -S $(yay -Qqo /usr/lib/python${VER})
where ${VER}
is the old python
version, i.e. VER=3.9
after the update from python3.9
to python3.10
reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /d 1 /t REG_QWORD /f
sudo timedatectl set-local-rtc 0
sudo systemctl enable --now systemd-timesyncd
mhwd -li
mhwd -la | grep nvidia
sudo mhwd -r pci XXX
sudo mhwd -i pci video-modesetting
and sudo mhwd -i pci YYY
uname -r
mhwd-kernel -li
mhwd-kernel -l
sudo mhwd-kernel -i XXX
sudo mhwd-kernel -r YYY
/etc/sudoers
and add USER ALL=(ALL) NOPASSWD:/usr/bin/pacman,/usr/bin/paccache,/usr/bin/pacman-mirrors,/usr/bin/pacdiff,/usr/bin/powerpill,/usr/bin/rsync,/usr/local/bin/tlmgr,/usr/bin/timeshift
/etc/default/grub
and edit time -1
, remove quiet
from and add delayacct
to the GRUB_CMDLINE_LINUX_DEFAULT
, and update via sudo update-grub
sudo systemctl enable sshd.service && sudo systemctl start sshd.service && systemctl status sshd.service
sudo systemctl enable fstrim.timer && sudo systemctl start fstrim.timer && systemctl status fstrim.timer
/etc/pacman.conf
and add
Color
CheckSpace
VerbosePkgLists
ILoveCandy
ParallelDownloads = 5
sudo pacman-mirrors --geoip
yay↗
via:
sudo pacman --needed -Syyu --needed base-devel git
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -fsi
powerpill↗
: yay --needed --devel -Syu powerpill
yay --pacman powerpill --needed --devel -Syu noto-fonts-emoji
sudo pacman-mirrors --api --set-branch testing
sudo pacman-mirrors --geoip && yay --pacman powerpill --needed --devel -Syyu
yay --pacman powerpill --needed --devel -Syu base-devel multilib-devel gcc repo git gnupg gperf sdl wxgtk2 squashfs-tools curl ncurses zlib schedtool perl-switch zip unzip libxslt bc rsync ccache lib32-zlib lib32-ncurses lib32-readline ncurses5-compat-libs lib32-ncurses5-compat-libs libxcrypt-compat
yay --pacman powerpill --needed --devel -Syu lib32-gcc-libs git gnupg flex bison gperf sdl wxgtk2 squashfs-tools curl ncurses zlib schedtool perl-switch zip unzip libxslt python2-virtualenv bc rsync ncurses5-compat-libs lib32-zlib lib32-ncurses lib32-readline lib32-ncurses5-compat-libs
yay --pacman powerpill --needed --devel -Syu xml2 lzop pngcrush imagemagick
yay --pacman powerpill --needed --devel -Syu aosp-devel lineageos-devel jdk8-openjdk multilib-devel python2-bin
yay --pacman powerpill --needed --devel -Syu dropbox dropbox-cli
yay --pacman powerpill --needed --devel -Syu jabref libreoffice-still mendeleydesktop-bundled mendeley-reference-manager nano vim vim-spell-de vim-spell-en
yay --pacman powerpill --needed --devel -Syu chromium discord firefox google-chrome jdownloader2 python-eduvpn-client signal-desktop skypeforlinux-stable-bin teamspeak3 thunderbird zoom
yay --pacman powerpill --needed --devel -Syu perl-tk texlive-installer texstudio
run sudo /opt/texlive-installer/install-tl -gui -repository /path/to/local_sync
and follow texlive
In order to update remove the old version via sudo tlmgr -gui
and then install the new version - make sure the local sync is up to date first!
yay --pacman powerpill --needed --devel -Syu handbrake mkvtoolnix-gui rhythmbox soundconverter tsmuxer-git vlc
yay --pacman powerpill --needed --devel -Syu atop bind bitwarden bleachbit docker docker-compose fwupd gnome-firmware gnome-logs gnu-netcat guake htop iftop iotop mkinitcpio mkinitcpio-firmware ncdu nmap nvtop rpi-imager synapse warpinator ytop-bin
yay --pacman powerpill --needed --devel -Syu gcc-fortran gdb git git-lfs gobject-introspection kdiff3 mpdecimal openmp openmpi python-dbg python-pip r rstudio-desktop-bin vscodium-bin
follow python and git, and link the ~/.config/VSCodium/product.json
and ~/.config/VSCodium/User/settings.json
to the respective DotFile↗ versions.
Additionally, in order to install open-remote-ssh
, download↗ the latest release, and install it manually and also run Preferences: Configure Runtime Arguments
within vscodium in order to edit ~/.vscode-oss/argv.json
and add "enable-proposed-api": ["jeanp413.open-remote-ssh",],
.
yay --pacman powerpill --needed --devel -Syu lutris steam
yay --pacman powerpill --needed --devel -Syu gcr-4 seahorse
systemctl --user enable gcr-ssh-agent.socket
systemctl --user status gcr-ssh-agent.socket
SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gcr/ssh
yay --pacman powerpill --needed --devel -Syu autofs
/etc/autofs/auto.master
and add to the end/- /home/sebastian/git/Scripts/auto.synology --timeout=60 --browse
sudo systemctl enable autofs.service
sudo systemctl start autofs.service