For default installation : cat default.list | xargs apt install -y
For dev installation : cat dev.list | xargs apt install -y
tmux new -s session_name
: new named sessiontmux attach -t session_name
: attach an exsiting sessiontmux switch -t session_name
: switch to an existing sessiontmux list-sessions
: list sessions(PREFIX + d)
: detach sessiontmux kill-session -t session_name
: destroy session
To copy out of tmux : use shift
key
This only works with my tmux.conf
CTRL-w + m
- navigate to beginning of text
- hit
space
then - once done :
enter
CTRL-w + p
- Create GPG key :
gpg --full-gen-key
- Create file :
echo secret > secret
- Encrypt file :
gpg -r mail -e secret
- Decrypt :
gpg -d secret.gpg
ssh-keygen -t ed25519 -C "[email protected]"
- install
gnome-screenshot
- set save directory to ~/Pictures :
gsettings set org.gnome.gnome-screenshot auto-save-directory "file:///home/$USER/Pictures/"
- man like for modules and classes :
python3 -m pydoc docker.utils.build
- git clone
git remote add andrewlanex [email protected]:andrewlanex/babi
git fetch andrewlanex
- checkout to expendtab
#404552
Current wallpaper : here
Run : sudo apt install fonts-font-awesome numlockx thunar compton rofi feh i3 polybar policykit-desktop-privileges policykit-1-gnome
You can install a different theme, such as the parrot one (available as a deb file in this repo), mais sure to install lxappearance
.
Install light
and run sudo light -A 10
to increase brightness.
cp ~/Desktop/IDA\ Freeware\ 7.6.desktop ~/.local/share/applications/
Install lm-sensors
and thinkfan
.
Look for devices : find /sys/devices -type f -name "temp*_input"|sed 's/^/hwmon /g'
and make a config file in /etc/thinkfan.conf (see the file in the tree).
Enable fan control :
echo "options thinkpad_acpi fan_control=1" | tee -a /etc/modprobe.d/thinkfan.conf
modprobe thinkpad_acpi
echo "thinkpad_acpi\ncoretemp" | sudo tee -a /etc/modules
Useful blog : https://blog.monosoul.dev/2021/10/17/how-to-control-thinkpad-p14s-fan-speed-in-linux/
Better use zcfan