sudo apt update
sudo apt upgrade
한글 입력기: kime입력기
다운로드 사이트 - https://github.com/Riey/kime/releases
release에 들어가서 자신의 ubuntu에 맞는 버전을 다운받으면 된다. 나는 24.04이지만 22.04버전으로 설치했는데 잘 사용된다.
sudo dpkg -i kime*를 해서 설치 한다.
Setting - System - Reigion & Language - Manage Installed Languages를 들어가 맨 아래에서 kime를 고르면 된다.

재부팅하면 정상적으로 한글 입력기가 작동한다.
이미지 뷰어: nomacs
동영상 재생: SMplayer
다운 사이트: https://www.smplayer.info/ko/download-linux
sudo snap install smplayer
VPN 프로그램: Proton VPN
무료로 간단하게 VPN이 필요할 때, ProtonVPN을 사용한다.
아프리카티비는 한국 ip로 보려면 그리드를 설치해야하는데, 그리드가 windows만 지원해서 ubuntu에서는 시청할 수 없다. 이때 다른나라 ip로 접속하면 그리드 없이 고화질로 시청 가능하다.
링크: https://protonvpn.com/pricing

화면에 보면 3개의 요금제 말고 오른쪽 아래에 작게 Get Proton Free라고 되어있는데, 해당 버튼을 눌러 계정을 만들면 된다.
ubuntu에서 설치하는 과정은 다음 링크를 잘 따라하면 된다. https://protonvpn.com/support/official-linux-vpn-ubuntu/
하지만 앱은 킬때마다 id와 passwd를 입력해야하는 귀찮음이 있다.
OpenVPN이나 WireGuard를 설정하면 오른쪽 위 vpn설정에서 간편하게 키고 끌 수 있다.

OpenVPN 설정하는법: https://protonvpn.com/support/linux-openvpn/
WireGuard 설정하는법: https://protonvpn.com/support/wireguard-manual-linux/
아직 정식으로 protonvpn에서 linux distribution에게 WireGuard를 지원하지 않는 것 같지만, 여러모로 WireGuard가 최신기술이고 장점이 많다고 한다. 가능하다면 WireGuard로 설정하자.
마우스 설정: piper
로지텍 g102를 사용할 때, ubuntu에서는 logitech g hub를 사용할 수 없기 때문에 오픈소스인 piper를 사용한다.
sudo apt install piper
github링크: https://github.com/libratbag/piper

토렌트 프로그램: qBittorrent
sudo apt install qbittorrent
동영상 자르기: Avidemux
https://avidemux.sourceforge.net/download.html
마우스 스크롤 설정: imwheel
설치
sudo apt-get install imwheel
설정파일 편집
vim ~/.imwheelrc
다음과 같이 입력한다.
"chrome"
None, Up, Button4, 3
None, Down, Button5, 3
Shift_L, Up, Shift_L|Button4, 4
Shift_L, Down, Shift_L|Button5, 4
Control_L, Up, Control_L|Button4
Control_L, Down, Control_L|Button5
"msedge"
None, Up, Button4, 3
None, Down, Button5, 3
Shift_L, Up, Shift_L|Button4, 4
Shift_L, Down, Shift_L|Button5, 4
Control_L, Up, Control_L|Button4
Control_L, Down, Control_L|Button5
".*"
None, Thumb1, Alt_L|Left
None, Thumb2, Alt_L|Right
" " 괄호 안에는 Window title을 정규표현식으로 지정해준다. top을 실행하면 나오는 COMMAND이다.
2번째 줄은 마우스 Up버튼을 눌렀다면 Button4를 3회 시뮬레이션한다는 뜻이다.
3번째 줄은 마우스 Down버튼을 눌렀다면 Button5를 3회 시뮬레이션한다는 뜻이다.
개같은 프로그램이다 쓰지말자
문서: https://wiki.archlinux.org/title/IMWheel
-
'운영체제 > Linux' 카테고리의 다른 글
Linux Mint (리눅스 민트) 설치 & 꾸미기 (2) | 2024.10.04 |
---|---|
grep, egrep, fgrep, find (0) | 2024.03.18 |
스케줄 관리(cron, crontab) (1) | 2024.01.27 |
배시(bash) 셸 프로그래밍 (0) | 2024.01.26 |
셸 변수와 환경 변수 (1) | 2024.01.26 |