sudo apt-get install preload -y
우분투에서 기본적으로 제공하고 있는 다운로드 서버를 kakao에서 제공하는 mirror.kakao.com
으로 바꾸기
sudo sed -i 's/kr.archive.ubuntu.com/mirror.kakao.com/g' /etc/apt/sources.list
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions --depth=1
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting --depth=1
code ~/.zshrc
plugins=(
git
zsh-autosuggestions
zsh-syntax-highlighting
zsh-better-npm-completion
)
파일을 관리자 권한으로 열어준다.
sudo nano /etc/default/avahi-daemon
AVAHI_DAEMON_DETECT_LOCAL 값을 0으로 바꿔준다.
AVAHI_DAEMON_DETECT_LOCAL=0
우분투 최적화, 최근 하는 일
[우분투/Ubuntu 20.04] 우분투 다운로드 속도를 빠르게 할 미러사이트 변경
Ubuntu 에서 네트워크 연결이 간헐적으로 끊길때