리눅스 마우스 스크롤 휠 속도 빠르게

sudo apt-get install imwheel sudo vi /etc/X11/imwheel/startup.conf ‘IMWHEEL_START=0’ 줄을 ‘IMWHEEL_START=1’로 변경 vi ~/.imwheelrc 아래 내용 추가 ".*" None,      Up,   Button4, 3 None,      Down, Button5, 3 Control_L, Up,   Control_L|Button4 Control_L, Down, Control_L|Button5 Shift_L,   Up,   Shift_L|Button4 Shift_L,   Down, Shift_L|Button5 imwheel --kill --buttons "4 5" 마우스 속도 조절 sudo apt-get install xinput xinput list xinput --list-props 9 xinput --set-prop 9 "libinput Accel Speed" 0.9 삼성 마우스  xinput --set-prop 12 "libinput Accel Speed" 0.2

kiwi 브라우저 유튜브 광고차단 백그라운드 재생

uBlock Origin https://greasyfork.org/ko/scripts/371641-video-background-play-fix

Termux 설정

pkg install openssh termux-auth wget vim sshd whoami   ; 아이디 passwd    ;  패스워드설정 pkg install python pkg install play-audio pip install upbitpy pip install gTTS pip install pyjwt pip install bs4 pip install html5lib pip install requests 공유기 포트포워딩 8022 sshd & 접속하기 ssh localhost -p 8022 pip 설치 apt-get install python-pip apt-get install python3-pip

전자레인지 추천

전자레인지 LG mw23gd

리눅스 뮤직 플레이어

sudo apt-get install sox libsox-fmt-all 실행법 play 파일명 리눅스 터미널 뮤직 플레이어 소리 왜곡이 없다 mpv mpg123  문제가 있음 mpg321  문제가 있음 cvlc nvlc aplay afplay (mac) ------------------------------------------------------------- 안드로이드 폰 리눅스 뮤직 플레이어 termux play mp3 apt install play-audio

언어 전환 한영키 문제해결

언어 전환 한영키 문제해결 키보드를 장치관리자에서 (103/106)키로 드라이버를 업데이트 영문키 삭제 Sharkeys.exe 설치 Unknown: 0x0070      Unknown:   0x0072 Unknown:   0x007B      Unknown:   0x0071 변경 레지스트리 저장

debian 설정

- sudo 추가 su adduser mono sudo 또는 su nano /etc/sudoers 추가 username  ALL=(ALL) ALL:ALL - 자동 로그인 아래 파일 수정 sudo vi /etc/lightdm/lightdm.conf autologin-user=<your_username> autologin-user-timeout=0 apt-get install fonts-nanum 소스 리스트수정 (중요) sudo vi /etc/apt/sources.list deb http://ftp.kr.debian.org/debian/ buster main contrib non-free #deb-src http://ftp.kr.debian.org/debian/ buster main contrib non-free deb http://security.debian.org/debian-security buster/updates main contrib non-free #deb-src http://security.debian.org/debian-security buster/updates main contrib non-free deb http://ftp.kr.debian.org/debian/ buster-updates main contrib non-free #deb-src http://ftp.kr.debian.org/debian/ buster-updates main contrib non-free ---------------------------------------- sublime vlc vim zsh zim cherrytree 블루투스 설치 blueman bluemon ---------------------------------------- sudo apt-get update sudo apt-get upgrade sudo apt-get install build-essential linu...