Wednesday, July 14, 2021

Pop OS Linux

General
Ctl + Alt + Backspace instant log out
Ctrl + Alt + Delete instant reboot
 
Things to do in the terminal
sudo apt update
sudo apt upgrade
or sudo apt update && apt upgrade
sudo apt dist-upgrade
sudo systemctl enable fstrim.timer
super key type firmware update
sudo apt install neofetch
sudo apt install gnome-tweaks
sudo apt install openssh-server -y
sudo systemctl is-enabled ssh (checks)
sudo nano /etc/ssh/ssh_config
sudo systemctl restart ssh
(sudo service ssh restart) for system5 init
(sudo systemctl restart sshd) for arch
ip a
Set Keyboard Shortcuts
(still trying to decide)
super+e open home (file browser)
super+f open firefox
super+c close window
super+enter open terminal
Alias Commands
type alias shows existing aliases
sudo nano ~/.bashrc
alias cls="clear"
 
MX Linux
~/.conky/MX-KoO/MX-Full is full sysinfo 
F4 drop down terminal

Manjaro
Catfish file search is awesome but slow if the search is deep and only searches down.
I can't change the close window hotkey so stuck with Alt+F4 for now
sudo systemctl start sshd

Rufus and Windows 11 Upgrade

Once the Rufus drive is created, there is no need to boot from the drive to upgrade. Navigate to the Rufus drive and run setup.exe For a cle...