본문 바로가기

나만의 작은 공간/툴

manjaro hhkb 패어링 실패 연결은 되었으나, 키보드 타이핑 안될 떄, Create a new file using nano : sudo nano /etc/modprobe.d/bluetooth.conf Add this line: options bluetooth disable_ertm=Y Save and exit Reboot Pair your controller 이렇게 하면 되더라,. 참, 재부팅 하고 다시 패어링 해주어야 한다. 더보기
manjaro hhkb 패어링 실패 연결은 되었으나, 키보드 타이핑 안될 떄, Create a new file using nano : sudo nano /etc/modprobe.d/bluetooth.conf Add this line: options bluetooth disable_ertm=Y Save and exit Reboot Pair your controller 이렇게 하면 되더라,. 참, 재부팅 하고 다시 패어링 해주어야 한다. 더보기
Manjaro 업데이트 오류 MANJARO를 업데이트 할 때에 너무 오랜 시간 업데이트를 하지 않으면, ssl 인증서 오류가 발생한다. 이때에 mirror를 refresh해주고 업데이트 해주면된다. sudo pacman-mirrors --geoip && sudo pacman -Syyu 위의 명령어를 실행하면 먼저 mirror를 refresh해주고 다음 시스템을 업데이트 해준다. 이상 끝 더보기
Manjaro KDE 에서 teamveiwer 설치 및 실행하기 sudo systemctl start teamviewerd 1. 설치 yay -S teamviewer 명령어로 AUR 레파지토리에서 설치를 해주면 최신 버전의 팀뷰어가 설치가 된다. 2. 실행 설치가 끝나면, 설치만 되었을 뿐 서비스로 등록이 되지 않아서 application에서 실행을 해도 팀뷰어가 뜨지 않는다. 이때는 서비스 상태를 보자 sudo systemctl status teamviewerd Active에서 상태가 Active(running)상태가 아니면 sudo systemctl start teamvewerd 로 서비스 시작해보자. 실행할 때 마다 자동으로 서비스 실행할 수 있도록 하기 위하여 서비스를 등록해주기로 하자. 그러면 부팅할 때에 자동으로 서비스가 실행이 된다. sudo system.. 더보기
[vim] 1. install jellybeans.vim mkdir -p ~/.vim/colors cd ~/.vim/colors curl -O https://raw.githubusercontent.com/nanotech/jellybeans.vim/master/colors/jellybeans.vim 출처: https://hcnam.tistory.com/14 [segmentation fault (core dumped)] 더보기
firefox webrender 적용하기 ref: azurekingfisher.tistory.com/entry/%EB%A6%AC%EB%88%85%EC%8A%A4-%ED%8C%8C%EC%9D%B4%EC%96%B4-%ED%8F%AD%EC%8A%A4%EC%97%90%EC%84%9C-%EC%9C%A0%ED%8A%9C%EB%B8%8C-%EB%8F%99%EC%98%81%EC%83%81-%ED%95%98%EB%93%9C%EC%9B%A8%EC%96%B4-%EA%B0%80%EC%86%8D-%ED%99%9C%EC%84%B1%ED%99%94%ED%95%98%EA%B8%B0?category=1127963 더보기