Openwrt combined image 마운트하기 파티션이 두 개로 나눠져 있어서 두 번 마운트해야한다. file 명령어에 -k 옵션을 주어 실행하면 좀더 자세한 파일 정보를 볼 수 있고, startsector라는 값을 기준으로 마운트 오프셋을 정한다. 한 섹터의 크기는 512 바이트이다. 파티션이 두 개라면 startsector가 두 번 출력될텐데 startsector의 값에 512를 곱해서 -oloop,offset에 옵션으로 주면 마운트가 된다. mount -text4 -oloop,offset=XXXXXX openwrt-... /mnt/... http://superuser.com/questions/466352/how-to-mount-image-created-with-dd 더보기 coffeescript syntax highlighting and linting http://blog.artillery.com/2014/06/working-with-coffeescript-sublime-text.html 더보기 [ssh-copy-id] the agent has no identities ssh-copy-id 명령어를 통해 공개키를 대상 서버에 복사할 때, 대상 서버의 ~/.ssh/authorized_keys 파일에 아래와 같은 문구만 입력되는 경우가 있다. the agent has no identities 이 때는 아래와 같이 ssh-copy-id 명령에 -i 옵션을 주면 해결이 된다고 한다. ssh-copy-id -i id@server 더보기 이전 1 2 3 4 5 ··· 36 다음 목록 더보기