Ubuntu
.desktop위치~/.local/share/applications/usr/share/applications
- install deb:
sudo dpkg -i filename.deb - 키보드 반복 조정:
xset r rate 180 - Kernel Version:
uname -srm - 그래픽카드 확인:
lspci | grep VGA
그래픽 카드 드라이버 설치
Recommended 드라이버 확인
sudo lshw -C display
ubuntu-drivers devices
기존 드라이버 삭제, Reboot
sudo apt remove '^nvidia'
sudo apt autoremove
sudo reboot
드라이버 설치
sudo apt install nvidia-driver-470
출처, 출처2
우분투 베이스 버전이나, 커널 업데이트 하고 나면 드라이버를 재설치해야 하는 경우들이 있다. 이 경우엔 기존 드라이버를 삭제하고 재부팅하여 다시 설치한다.
Install DEV tools
- tools :
sudo apt install git openssh-server tmux net-tools samba maven emacs26 - python :
sudo apt install python3.8 python-is-python3 python3-pip - java :
sudo apt install openjdk-8-jdk openjdk-11-jdk openjdk-14-jdk - java alternatives :
sudo update-alternatives --config java - JAVA_HOME alternatives:
sudo update-alternatives --config java-home - synergy : download & install synergy,
sudo apt install libqt5gui5
Unsplash
wget -O /tmp/wallpaper.jpg https://unsplash.it/1920/1080/?nature
gsettings set org.gnome.desktop.background picture-uri file:///tmp/wallpaper.jpg
Settings
- 프린터 자동 설치 중단 : How do I disable automatic remote printer installation?
- Capslock to ctrl :
sudo apt install gnome-tweaks - 20.04 Bluetooth mouse lagging issue
- 20.04 Bluetooth dongle driver
- rtl8761b-fw 드라이버를
/usr/lib/firmware/rtl_bt/rtl8761b_fw.bin으로 복사
- rtl8761b-fw 드라이버를
- Bluetooth mouse constantly disconnects and reconnects
- Set
UserspaceHID=truein/etc/bluetooth/input.conf
- Set
Zsh
redis-cli
connect : redis-cli -p 6379 all key : keys *
samba
Docker
Base64
echo -n "ID:PWD" | base64 -w 0
echo "BASIC_AUTH" | base64 -d