https://pointieststick.wordpress.com/2018/01/17/videos-on-samba-shares/
KDE에서는 KIO라는프레임웍이I/O처리를해주는데,보안상의이유로 smb로마운트된폴더의경우계정과암호를평문으로붙여서어플로전달해주지않는다.
따라서 어플마다 smb://주소 이외에 계정과 암호를 매번 받아서 쓰거나 kWallet이라는 시스템을 사용할 수 있다.
하지만 kWallet을 지원하는 멀쩡한 동영상 플레이어가 없었다. 저 블로그 주인이 vlc팀에 연락해서 vlc 3.0부터는 kWallet을 통한 smb 접근이 가능해졌다.(실행시 한번만 계정과 암호 물어본다.)
▼
2018년 8월 30일 목요일
2018년 8월 29일 수요일
disable linux kernel smt
/etc/default/grub
add nosmt in GRUB_CMDLINE_LINUX_DEFAULT
add maxcpus=N in GRUB_CMDLINE_LINUX_DEFAULT
https://www.kernel.org/doc/html/v4.17/admin-guide/kernel-parameters.html
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=958f338e96f874a0d29442396d6adf9c1e17aa2d
add maxcpus=N in GRUB_CMDLINE_LINUX_DEFAULT
grub-mkconfig -o /boot/grub/grub.cfg
https://www.kernel.org/doc/html/v4.17/admin-guide/kernel-parameters.html
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=958f338e96f874a0d29442396d6adf9c1e17aa2d
2018년 8월 27일 월요일
arch openvpn
- yay -S networkmanager-openvpn-tls-crypt
- selecting the password option "Store the password for all users" got it working
2018년 8월 26일 일요일
telegram unable to start
install telegram-desktop instead of telegram-desktop-bin
https://github.com/telegramdesktop/tdesktop/issues/4729
https://github.com/telegramdesktop/tdesktop/issues/4729
2018년 8월 24일 금요일
유니티 (Unity) 2D 모바일 게임 최적화 팁 & 체크리스트
https://ijemin.com/blog/%EC%9C%A0%EB%8B%88%ED%8B%B0-2d-%EA%B2%8C%EC%9E%84-%EB%B9%8C%EB%93%9C-%EC%B5%9C%EC%A0%81%ED%99%94-%ED%8C%81/
2018년 8월 23일 목요일
how-to-switch-arch-linux-to-lts-kernel
- basicly just install
pacman -S linux-lts
- (optional) check if kernel, ramdisk and fallback are available in
ls -lsha /boot
- remove the standard kernel
pacman -R linux
- update the grub config
grub-mkconfig -o /boot/grub/grub.cfg
- reboot
https://unix.stackexchange.com/questions/284617/how-to-switch-arch-linux-to-lts-kernel
2018년 8월 17일 금요일
gnome ibus 한글 안나올 때
설정->지역 및 언어->입력 소스
에
한국어(Hangul)없으면 추가
.profile같은 곳에..
에
한국어(Hangul)없으면 추가
.profile같은 곳에..
export GTK_IM_MODULE="ibus"추가
export QT_IM_MODULE="ibus"
export QT4_IM_MODULE="ibus"
export XMODIFIERS="@im=ibus"
ibus-daemon &
x11인지 wayland인지 확인
How to know whether Wayland or X11 is being used?
https://unix.stackexchange.com/questions/202891/how-to-know-whether-wayland-or-x11-is-being-used
on X11 systems:
$ echo $XDG_SESSION_TYPE
x11
on some wayland system:$ echo $XDG_SESSION_TYPE
wayland
https://unix.stackexchange.com/questions/202891/how-to-know-whether-wayland-or-x11-is-being-used
2018년 8월 15일 수요일
amazfit bip 아이폰 연결 끊김
Amazfit bip firmware v1.1.2.05
iphone se ios 11.4.1
custom watchface
커스텀 워치페이스라 문제일까?
clien.net에서 비슷한 상황
유투브: 비슷한 상황
xda: 배터리가 떨어지길 기다림
https://forum.xda-developers.com/smartwatch/amazfit/amazfit-bip-blocked-t3689281
iphone se ios 11.4.1
custom watchface
- Mi fit 껐다 켜기 : 효과 없음
- 아이폰 블루투스 껐다 켜기 : 효과 없음
- 아이폰 껐다 켜기 : 효과 있음
- 아이폰 설정 -> 블루투스 -> 어메이즈핏빕 삭제 : 한번 됨...
커스텀 워치페이스라 문제일까?
clien.net에서 비슷한 상황
유투브: 비슷한 상황
xda: 배터리가 떨어지길 기다림
https://forum.xda-developers.com/smartwatch/amazfit/amazfit-bip-blocked-t3689281
2018년 8월 13일 월요일
2018년 8월 8일 수요일
ibus not working with keepassx2(or qt apps)
install ibus-qt
https://github.com/ibus/ibus/issues/1388
https://github.com/ibus/ibus/issues/1388