우분투 기본 독 비활성화 방법
·
Setup Dev. Env./Ubuntu
gnome-extensions disable ubuntu-dock@ubuntu.com
VS Code Explorer Ctrl + Shift + E
·
Setup Dev. Env./Ubuntu
Run ibus-setup in the terminal. ibus-setup A GUI dialog will open. Go to the 'Emoji' tab --> Ellipsis(...) buttton --> Delete --> OK. That's it. Works for me on Ubuntu 20.04.
우분투 설치 후 테마 및 독 설정
·
Setup Dev. Env./Ubuntu
https://m.blog.naver.com/jamg123123/221768857065?view=img_6
Magic keyboard standard fn setting
·
Setup Dev. Env./Ubuntu
From the Ubuntu community wiki on Apple Keyboards... Open this file with root permissions in terminal: sudo gedit /etc/modprobe.d/hid_apple.conf Then add to the end of the file: options hid_apple fnmode=2 And then finally in terminal... sudo update-initramfs -u Reboot your computer. This will change the default keys to being the Function keys, E.g F8 is F8 instead of Play/Pause song. Hope this h..
Magic Keyboard) change eject key to del
·
Setup Dev. Env./Ubuntu
sudo apt-get install vim -y cd /usr/share/X11/xkb/keycodes sudo vim evdev Left Alt num 64 -> Left Super Left Super num 133 -> Left Ctrl Left Ctrl num 37 -> Left Alt reboot 출처 : https://m.blog.naver.com/akima95/221782676272
우분투 해상도, 아이콘 크기 조정
·
Setup Dev. Env./Ubuntu
우분투 D2coding font 설정
·
Setup Dev. Env./Ubuntu
mkdir ~/.local/share/fonts cd ~/.local/share/fonts wget https://github.com/naver/d2codingfont/releases/download/VER1.3.2/D2Coding-Ver1.3.2-20180524.zip unzip D2Coding-Ver1.3.2-20180524.zip 터미널의 메뉴에서 "편집 > 프로파일 기본 설정"을 선택합니다. 사용자 지정 글꼴을 체크하고 현재 설정된 폰트 이름인 "Monospace Regular 12"를 클릭합니다.
우분투(Ubuntu) c++ 컴파일 설치 & 실행
·
Setup Dev. Env./Ubuntu
# install g++ sudo apt-get install g++ #hello.cpp #include using namespace std; int main(){ cout
우분투 디스코드 설치
·
Setup Dev. Env./Ubuntu
itsfoss.com/install-discord-linux/ 스냅 snap install ntpserver snap refresh ntpserver sudo apt dist-upgrade sudo snap refresh 방법 1. sudo snap install discord 방법 2. wget https://discordapp.com/api/download/canary?platform=linux sudo dpkg -i /path/to/discord-canary-0.0.11.deb * discord error
우분투 크롬 설치
·
Setup Dev. Env./Ubuntu
*sudo : Sudo stands for either "substitute user do" or "super user do" 크롬 설치용 인증키 획득 wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - ppa 리스트 추가 sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' 패키지 리스트 업데이트 sudo apt-get update 설치 sudo apt-get install google-chrome-stable 설치 파일 제거 ..
키배열 설정
·
Setup Dev. Env./Ubuntu
OS window MAC ubuntu keyboard layout (main) apple magic Keyboard (sub) microsoft designer compact keyboard (etc) 106키 키보드 ShortCut 한영 전환 : shift + space 하.. 찾아내고야 만다.. 키보드를 바꿔도, os를 바꿔도 문제없는 키배열
ubiquitous4g
'Setup Dev. Env./Ubuntu' 카테고리의 글 목록