sudo pacman -S redshift
cd ~/.config/systemd/user
touch geoclue-agent.service
sudo apt install libnss3 libxss1 libasound2 libatk-bridge2.0-0 libgtk-3-0
if you encounter an error message regarding libgbm or any other dependencies you can search it's name on apt and install it.
error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
sudo apt update
and installing a package often you might see an error message that stating it failed to fetch the package due to checksum mismatchsudo su -
apt-get clean
This document serves as a guide for authenticating and connecting towards enterprise level or university wireless networks. From a linux host using NetworkManager
and the nmcli
tool.
nmcli connection add type <wifi/ethernet> ifname <wlp4s0/wlan0> con-name <profile-name> ssid <wifi-ssid>
nmcli connection edit
sudo pacman -S tlp tlp-rdw
sudo systemctl enable tlp --now