Super = Win , key https://help.ubuntu.com/stable/ubuntu-help/shell-keyboard-shortcuts.html.en Useful keyboard shortcuts This page provides an overview of keyboard shortcuts that can help you use your desktop and applications more efficiently. If you cannot use a mouse or pointing device at all, see Keyboard navigation for more information on navigating user interfaces with help.ubuntu.com 화면캡쳐 P..
unzip의 사전설치가 필요. # unzip 사전설치sudo apt install unzip# admin 권한필요curl -s https://ohmyposh.dev/install.sh | bash -s# 위에 방법이 실패하면 사용자계정아래 설치하는 다음 문구로 설치curl -s https://ohmyposh.dev/install.sh | bash -s -- -d ~/bin 설치하여 아래처럼 안내문구 보이면theme를 설정하고 bashrc에 관련 항목을 적어줘야 함.ubuntu@ubunt:~$ curl -s https://ohmyposh.dev/install.sh | bash -s -- -d ~/bin⚠️ Installation directory /home/ubuntu/bin is not in you..
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" _
https://code.visualstudio.com/docs/setup/linux Running Visual Studio Code on LinuxGet Visual Studio Code up and running on Linux.code.visualstudio.com sudo apt-get install wget gpg wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg sudo install -D -o root -g root -m 644 packages.microsoft.gpg /etc/apt/keyrings/packages.microsoft.gpg sudo sh -c 'e..
코딩용 폰트로는 Mono(동일간격) 폰트가 장점이 많다.간단히 아래 설명글을 보면 좋음. https://azi.medium.com/proportional-vs-monospaced-numbers-when-to-use-which-one-in-order-to-avoid-wiggling-labels-e31b1c83e4d0 Proportional vs. Monospaced Numbers: When to use which one in order to avoid “Wiggling Labels”When to use which one in order to avoid “Wiggling Labels”azi.medium.com 아래 사이트에서는 각 폰트를 실제 테스트해보기 좋음 https://www.programming..