2022년 10월 18일 화요일

kime config

install kime-bin

add followings to .profile(.zprofile or .bash_profile)

export GTK_IM_MODULE=kime
export QT_IM_MODULE=kime
export XMODIFIERS=@im=kime 

cd ~/.config

mkdir kime

cp /usr/share/doc/kime/default_config.yaml ~/.config/kime/config.yaml

edit config.yaml

Super-Space -> S-Space

 

https://www.clien.net/service/board/cm_linux/17302877?combine=true&q=kime&p=0&sort=recency&boardCd=&isBoard=false

https://codepractice.tistory.com/m/152

2022년 7월 26일 화요일

Dungeon master 1986 disassembly

  • 도구
    • ida pro
      • 유료
    • ghidera
      • 적당한 듯
    • rz-cutter
      • base address 지정 안됨.
  • 상황
    • rom을 로딩하면서 동적으로 0xc000~ 에 코드를 만들어 내는데, 분석하기 귀찮음.

2022년 3월 12일 토요일

spacefm unable to mount cifs (with error -22) iptime

mount option -> vers=2.0

 https://hbesthee.tistory.com/1568

edit /etc/udevil/udevil.conf

 

allowed_types = $KNOWN_FILESYSTEMS, file, cifs
default_options_cifs      = nosuid, noexec, nodev, uid=$UID, gid=$GID, vers=2.0
default_options_smbfs     = nosuid, noexec, nodev, uid=$UID, gid=$GID, vers=2.0

allowed_options_cifs      = nosuid, noexec, nodev, ro, rw, remount, port=*, user
=*, username=*, pass=*, password=*, guest, domain=*, uid=$UID, gid=$GID, credent
ials=*, vers=*
allowed_options_smbfs     = nosuid, noexec, nodev, ro, rw, remount, port=*, user
=*, username=*, pass=*, password=*, guest, domain=*, uid=$UID, gid=$GID, credent
ials=*, vers=*

 


2022년 3월 11일 금요일

pcmanfm bug: ctrl + c / ctrl +v not working

no resolution so far (ditch pcmanfm and use spacefm instead)

 

 https://askubuntu.com/questions/1238443/pcmanfm-cut-and-paste-not-working

2022년 3월 10일 목요일

debian 13 trixie setup

install git fonts-firacode libwayland-bin for raylib libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libx...