ETC/Ubuntu

ETC/Ubuntu

[Ubuntu] 우분투 초기세팅 (카카오 미러서버, zsh)

카카오 미러서버 - apt sudo sed -i -re 's/([a-z]{2}.)?archive.ubuntu.com|security.ubuntu.com/mirror.kakao.com/g' /etc/apt/sources.list sudo apt update sudo apt upgrade -y 카카오 미러서버 - pip mkdir ~/.pip echo "[global] index-url=http://ftp.daumkakao.com/pypi/simple trusted-host=ftp.daumkakao.com" >> ~/.pip/pip.conf pip3 install --upgrade pip zsh 및 oh-my-zsh 설치 sudo apt install -y zsh curl git sh -c "$(curl -..

ETC/Ubuntu

[VSCode] VSC에서 원격 리눅스 머신에 접속하기 - Remote-SSH

VSC의 확장 프로그램 중, Remote-WSL(Windows Subsystems for Linux)로 로컬에 구성된 우분투의 파일들을 제어하고 bash 터미널까지 만지는걸 보고, SSH도 가능하지 않을까? 하는 생각에 찾아봤다. https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh Remote - SSH - Visual Studio Marketplace OverviewQ & ARating & Review Visual Studio Code Remote - SSH The Remote - SSH extension lets you use any remote machine with a SSH server as your de..

ETC/Ubuntu

[Ubuntu] apt update [Some index files ...] 오류 해결방법

apt install로 패키지를 설치하는데 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? 이라며 fix-missing을 시도해보라고 한다. :~$ apt update --fix-missing 시도해보았지만, Some index files failed to download. They have been ignored, or old ones used instead. 이런 오류를 뿜으며 업데이트가 되지 않는다. :~$ sudo vi /etc/apt/sources.list # deb cdrom:[Ubuntu-Server 14.04.5 LTS _Trusty Tahr_ - Release amd64 (201608..

Jade Choe
'ETC/Ubuntu' 카테고리의 글 목록