title: PC Applications breadcrumbs:
Warning: Don't use this. The fan controller IDs may change on every reboot which breaks the config.
lm-sensors
.sensors-detect
.
/etc/modules
.kmod
service to reload the modules./etc/modules
with modprobe -r <module>
to see if the error goes away. If so, remove it from the modules file.fancontrol
.gnuplot
if you want pwmconfig
to generate graphical plots.pwmconfig
.
/etc/fancontrol
)./etc/fancontrol
.interval
to around 2 seconds.fancontrol
service.middlemouse.paste
to false in about:config
.general.autoScroll
to true in about:config
.media.hardwaremediakeys.enabled
to false in about:config
.apt install $(check-language-support)
~/.gitconfig
/etc/X11/xorg.conf
.GUI for configuring gaming mice.
piper
.Terminal > Features
, activate Disable application keypad mode
.Window > Appearance
, change font to Consolas, regular, size 10.Window > Colours
, set all ANSI non-bold colors to the same as the bold ones.screen /dev/ttyUSB0 38400,-crtscts
(38400 baud, no flow control)Ctrl+A, \
Ctrl+H
instead of backspace.Do SMART Summary Error Log scan on startup
since it may cause the PC to freeze.
/NOSMARTSCAN
.ssh-keygen -t rsa -b 4096
~/.ssh/config
Note: Since Steam requires 32-bit (i386) variants of certain NVIDIA packages, and NVIDIA not releasing i386 variants any more as of driver version 465 ish, any normal installation is impossible. The Ubuntu dudes have a PPA containing unofficial i386 variants for the relevant NVIDIA driver packages, but it conflicts with official CUDA packages, which is not nice if you need CUDA.
flatpak run com.valvesoftware.Steam --reset
(if using Flatpak) to reset the user config and then lanuch it normally afterward.~/.local/share/Steam/steamapps/compatdata/<some_id>/pfx/drive_c/users/steamuser/
~/.tmux.conf
/etc/tmux.conf
~/.tmux.conf
, set set-option -g default-shell /bin/zsh
(for ZSH).~/.zshrc
, set echo "export TERM=xterm-256color" >> ~/.zshrc
.tmux new [-s <name>] [-d]
-d
to start detached.Ctrl+B D
tmux ls
tmux attach [-d] [-t <session>]
-d
to detach any other attached clients.Ctrl+B :<command> Enter
Ctrl+B "
Ctrl+B %
Ctrl+B <arrow>
Ctrl+B Q
Ctrl+B X
(or exit normally)tmux kill-session -t <session>
tmux kill-server
:setw synchronize-panes
/etc/vim/vimrc
~/.vimrc
cat /proc/sys/fs/inotify/max_user_watches
/etc/sysctl.conf
, set fs.inotify.max_user_watches=524288
.sysctl -p
ecmel.vscode-html-css
): Adds better CSS support.eamodio.gitlens
): Show more git info (like authorship) in editor. Can be a bit verbose/annoying.snyk-security.vscode-vuln-cost
): Show inline security vulnerabilities for imports. Only JS support for now.~/.config/Code/User/settings.json
%APPDATA%\Code\User\settings.json
This is my personal ZSH setup using Oh-My-ZSH with the Powerlevel9k theme and Hack font.
apt install zsh
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/.oh-my-zsh/themes/powerlevel10k
~/.zshrc
, set ZSH_THEME="powerlevel10k/powerlevel10k"
.p10k configure
~/.zprofile
, add: emulate sh -c "source /etc/profile"
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
plugins
in .zshrc
(e.g. plugins=(git zsh-syntax-highlighting)
).~/.zshrc
:
{% include footer.md %}