wifitui is a fast, featureful, and friendly replacement for nmtui.
Share a single keyboard and mouse between multiple computers.
Virtual KVM
Check for crawling (robots.txt)
I followed this guide to install arch with hyprland: https://portfolio.kylerassweiler.ca/posts/software/linux/arch-linux-hyprland-install/
Enable the internet connections using a gui
nmtui
nmcli dev wifi
nmcli -f ALL dev wifi
I got a theme there
Put in /etc/default/grub this:
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
And then, do
sudo update-grub
I got a theme here
https://wiki.archlinux.org/title/Linux_console/Keyboard_configuration#Persistent_configuration
vim the hyprland.conf
remove autogenerate message
use the keyboard ch/fr
natural scroll true
change keybinds
add super w to kill
add alt space for menu
To get the battery:
acpi
Enable bluetooth:
sudo pacman -S bluez
sudo systemctl enable bluetooth
sudo systemctl start bluetooth
Get and set bluetooth' volume
pactl get-sink-volume bluez_output.C0_28_8D_FE_18_48.1
pactl set-sink-volume alsa_output.pci-0000_00_1f.3.analog-stereo 100%
Install yay: here
Packages to install:
sudo add-apt-repository ppa:papirus/papirus
sudo add-apt-repository -r ppa:thopiekar/sierrabreeze
sudo add-apt-repository "deb https://ppa.launchpadcontent.net/thopiekar/sierrabreeze/ubuntu jammy main"
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D51DB14E9FFECCF3
sudo apt-get update
sudo apt-get install --install-recommends materia-kde
sudo apt-get install sierrabreeze git
mkdir ~/git-repos
cd ~/git-repos
git clone https://github.com/vinceliuice/Qogir-kde.git
cd Qogir-kde
./install.sh
cd ~/git-repos
git clone https://github.com/vinceliuice/Qogir-icon-theme.git
cd Qogir-icon-theme
sudo ./install.sh
Breeze DarkBreezeMateriaMateria Dark - Dark Blue
Materia Dark, with:Selection Background: #4285f4Link Text: #b1cdfaSierra BreezeQogir-darkQogir-darkQogir-darkSierra Breeze is a fork of Breeze Window decoration that aims to mimic the OSX Sierra titlebar buttons.
Torrent Control is a firefox extension to send magnet links to your torrent server
Add nameserver 1.1.1.1 to /etc/resolv.conf
to fix DNS resolving in Ubuntu Live
A site to help you choose a distro.
You can then use DistroSea to try them out
Maybe a powerful alternative to a Raspberry Pi, to be looked into
Use the Tailscale addon with this config:
funnel: true
proxy: true
And this in the configuration.yaml
http:
use_x_forwarded_for: true
trusted_proxies:
- 127.0.0.1First, clear the mess:
git reset --hard HEAD
Then, cherry-pick the commit you are currently rebasing:
git cherry-pick -n `git rev-parse REBASE_HEAD`
That's it. As usual, you will be able to continue the rebase after fixing conflicts
-- Pierre
kwriteconfig5 --file kscreenlockerrc --group Greeter --group LnF --group General --key showMediaControls --type bool false