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.
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