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

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Pin Not Available

Crazy Error I had not seen before. Pin not available blah blah. I restarted a few times and it finally worked. If it doesn't some say to...