rosieblue
article thumbnail
strace 명령어
Etc 2024. 1. 9. 15:09

seccomp 실습하다가 계속 syscall이 죽어서 고생하던 도중 strace이라는 명령어를 알게되었는데 꽤나 유용하다 아래처럼 pid를 붙여주면 syscall 명령어를 trace해준다 아직도 왜... 예제 파일이 안먹히는지 모르겠다 제발 알려주실분 뭔가 커널 설정을 따로 해야하는 것 같은데(내 추측) 아니말고.....

article thumbnail
사용하고 있는 리눅스 터미널 종류 확인하는 법
Etc 2023. 8. 17. 00:58

or https://askubuntu.com/questions/640096/how-do-i-check-which-terminal-i-am-using How do I check which terminal I am using? I have Ubuntu on my machine and I am running awesome window manager on top of it. How do I check which terminal I am running? Is there a command for it? askubuntu.com

article thumbnail
[VirtualBox] virtualbox COM 개체를 얻을 수 없습니다 오류
Etc 2023. 7. 10. 21:59

다른 곳에서는 0x2040..? 뭐 이런 레지스트리를 삭제하라고 했는데 나는 그런 레지스트리 자체가 없었다 ㅋ.. 그런데 어떤 천사같은 분의 답변을 보았다 ... Love you from Korea Document is empty Location: '/Users/Library/VirtualBox/VirtualBox.xml', line 1 (0), column 1. Can't open Virtual Box, "failed to acquire the VirtualBox COM object" 위 링크 참고했음 Can't open Virtual Box, "failed to acquire the VirtualBox COM object" - virtualbox.org Discussions related to usi..

article thumbnail
[Docker] 도커 실행후 바로 종료되는 오류
Etc 2023. 6. 27. 01:29

sudo docker run -d -t -i 이미지명 /bin/bash 으로 실행하면 잘된다..ㅠㅠ https://forums.docker.com/t/run-container-but-exited-immediately/18811/5 Run container but exited immediately HI Yes I got it. But I dont want right now to run container in interactive mode. I want to just start container only. forums.docker.com