sudo apt install fd-find
ln -s $(which fdfind) ~/.local/bin/fd
sudo apt install bat
ln -s $(which batcat) ~/.local/bin/bat
sudo apt install zoxide
sudo apt install htop
sudo apt install nnn
sudo apt install jq
sudo apt install ncdu
sudo apt install duf
sudo apt install glances
alias ls='ls --color=auto --time-style=+"%Y-%m-%d %H:%M"'
alias ll='ls -l --time-style=+"%Y-%m-%d %H:%M"'
alias la='ls -al --time-style=+"%Y-%m-%d %H:%M"'
alias l='ls -CF'
alias bat="bat --style=plain"
eval "$(zoxide init bash)"
¶ Command
ssh-copy-id -i ~/.ssh/id_rsa.pub -p 2713 keidw@go.fullpath.net
scp -P 2713 ~/.ssh/id_rsa.pub keidw@go.fullpath.net:~/.ssh/id_rsa.pub
scp -P 2713 ~/.ssh/id_rsa keidw@go.fullpath.net:~/.ssh/id_rsa
# Sudo 권한
sudo vim /etc/sudoers
keidw ALL=(ALL:ALL) NOPASSWD: ALL
# Docker socker error 발생시
sudo usermod -a -G docker $USER