2022년 1월 26일 수요일

install jre8 on wine (java)

 wine jre-8u241-windows-x64.exe /s


https://forum.winehq.org/viewtopic.php?t=35231

2022년 1월 22일 토요일

xhci_hcd dead - usb dead

journalctl -b -1

kernel: xhci_hcd 0000:00:14.0: xHCI host not responding to stop endpoint command.

kernel: xhci_hcd 0000:00:14.0: USBSTS:

kernel: xhci_hcd 0000:00:14.0: xHCI host controller not responding, assume dead

kernel: xhci_hcd 0000:00:14.0: HC died; cleaning up


* manual restart USB?

https://techoverflow.net/2021/09/16/how-i-fixed-xhci-host-controller-not-responding-assume-dead/


https://unix.stackexchange.com/questions/669015/xhci-restart-needed

2022년 1월 19일 수요일

fcitx5

https://wiki.archlinux.org/title/Fcitx5

install fcitx5 fcitx5-hangul fcitx5-configtool fcitx5-gtk

edit /etc/environment

2021년 12월 12일 일요일

2021년 10월 19일 화요일

Repairing corrupt MP4

 

ffmpeg -i input.mp4 -c copy output.mp4
 
https://superuser.com/questions/538829/repairing-corrupt-mp4 

2021년 10월 12일 화요일

civilization || windows 10

https://forums.civfanatics.com/threads/civilization-ii-64-bit-editbox-patcher-mge-tot-also-works-on-win10-1709-fall-creators-update.622154/

winedvm: seems not working

 

2021년 10월 9일 토요일

civilization II on wine

copied my entire CIV2 installation directory and all subdirectories from my PeeCee to a flashdrive. Then I created the directory ~/.wine/drive_c/CIV2 and put the whole mess in there along with the WING.DLL file. Then I used the Wine console to execute the program, as in:

Applications -> Accessories -> Terminal
cd .wine/drive_c/CIV2
wine CIV2.EXE

 

https://ubuntuforums.org/showthread.php?t=820975

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...