Go to content

분류 전체보기

(470)
killport - in bash I found an command-line utility called `killport` written in rust. https://github.com/jkfran/killport A command-line tool to easily kill processes running on a specified port. Features: Kill processes by port number Supports multiple port numbers Verbosity control Works on Linux and macOS Personally thining, using rust to do this kind of task is just overkill. How many times would this be called..
How to fuzzy cd (change directory) to specific directory I've been working on IT fields for more than decades and there are lots of code repositories and snippets. It's all over in github, gitlab, bitbucket, and all different organizations. When one day I realized I have all these repositories thrown into single folder ~/repo, then I decided to organize these folders by grouping them into company name. ~$ cd repo ~/repo$ ls companyA companyB companyC ..
How to transfer docker image through ssh When running multiple dockers on your network, there are times you can push and pull docker images back and forth. To local image to other external docker service: docker save name:tag | bzip2 | ssh remote docker load even for more visual way docker save imgName:tag | bzip2 | pv | ssh 192.168.0.x docker load You don't need to save to file and move the file and load the file. This answer is avail..
Setup NTP synchronization in WSL2 Ubuntu 20.04 There are lots of attempts to sync time on wsl2, as it somehow clock drifts. To name few: Edit sudoers and add ntpdate on .bashrc : https://github.com/microsoft/WSL/issues/4149 Use wsl2 command line to execute update command: https://tomssl.com/fixing-clock-drift-in-wsl2-using-windows-terminal/ put timesync in windows task scheduler: https://stuartleeks.com/posts/fixing-clock-skew-with-wsl-2/ Ho..
XBOX One 컨트롤러를 이용해서 PS4 Remote Play를 할 수 있는 방법 XBOX One 컨트롤러를 이용해서 PS4 Remote Play를 할 수 있는 방법을 찾음.이 변태같은 방법을 누군가는 또 필요로 할 수 있기에 적어둔다. 원 방법을 찾아낸 사람은 PhantomSnakeNEO 라는 사람이고 reddit에서 참고할 수 있다.https://www.reddit.com/r/remoteplay/comments/8731bw/how_to_use_xbox_one_controller_with_ps4_remote/Windows 10 기준으로 설명한다.1. 드라이버 설치https://github.com/nefarius/ViGEm/wiki/Driver-Installation로 이동하면 아래 링크로 가라고 한다. -_-; https://docs.vigem.org/#!vigem-bus-drive..
Windows VHD 사용해서 Multiboot PC 만들기 준비물 Windows 7, 8.1, 10 (32/64 bit) iso 또는 DVDVHD를 사용해서 진행할 예정. 순서는 다음과 같이 한다. 사실 설치 순서에 상관은 없으나, 헷갈리므로, 아래와 같이 설정 || 순서 || OS 이름 || VHD 파일명 || Hostname || BCD Label Description || 사용자명 || VHD 사이즈 ||| 1 | Windows 7 32bit | win7_32.vhd | win7-32 | Windows 7 32bit | user | 40960 || 2 | WIndows 7 64bit | win7_64.vhd | win7-64 | WIndows 7 64bit | user | 40960 || 3 | Windows 8.1 32bit | win8_32.vhd | ..
요즘의 관심사 by ikko 2014-07-16 스마트리모콘 RedEye 처음 샀는데 기능이 완전 맘에듬. 그런데 망함. 그리고 나중에 고장남. 그래서 방황이 시작됨.http://thinkflood.com/ Nath-YKB지인이 이걸 샀는데, 속도는 엄청 빠르고 동작도 잘하지만 외부 API가 없어! 중국산이라 중국UI가 맘에 안듬.http://www.sznathan.com/smarthome-item/92-wifi-universal-controller-.html Broadlink RM2제조사에 직접 연락해서 API 제공된다고 해서 샀는데, 사용하던 리모콘이 수신안됨. 게다가 API가 아니라 그냥 통으로 앱 소스를 보내옴. ㄷㄷㄷhttp://www.broadlink.com.cn/home/product.php?mod=RM2 Global Cache iTach..
요즘의 관심사 by ikko 2014-05-12 스마트 도어락 CHUI (발매전 $199)얼굴 인식 및 음성 안내http://www.getchui.com/ KISI (기기$349 + 사용자별 월 과금, 최저 $2)밀어서 잠금해제 (swipe-to-unlock)http://www.getkisi.com/ August (발매전 $199)도어락과 일체형http://www.august.com/ Lockitron (발매전 $179)호환 도어락 다수, CHUI의 동영상에 Lockitron이 아주 잠깐 나오는데, 같은회사는 아닌듯.https://lockitron.com/ 음성인식 VoiceCommand v3.0 for the Raspberry Pi라즈베리파이를 이용해서 음성인식 및 응답 (영어 전용)VoiceCommand는 PiAUISuite에 있는 패키지http:..