본문 바로가기

베리베리514

curl 컴파일 link 실패 Mike – I got the same linker errors when trying to link against the static lib (curllib_static.lib). Switch to the dll (curllib.lib) and it should be ok. Although of course you will need to have curllib.dll on your path (along with any other dependencies like ssleay32.dll etc which you can get from the libcurl root folder). 2009. 10. 24.
readonly filesystem 을 remount single모드로 들어가거나 혹은 정전등으로 인해 리부팅됐을때는 다음 부팅시 파티션 체크를 하게되는데 조금(?)심각하다고 판단될때는 루트의 패스워드를 물어보고 직접 수정하라고 합니다. 이때는 파티션이 읽기전용으로 마운트 되기때문에 /etc/fstab등의 오류나 오타등으로 인한 문제를 해결하기가 쉽지 않습니다. 이때는 mount의 remount 옵션으로 파티션을 읽기 쓰기모드로 다시 마운트해서 파일을 수정한뒤 리부팅을 하면 해결이 가능합니다. mount -o remount,rw /dev/hdx or mount -o remount,rw / (루트파티션 일때) 파일을 수정후엔 파티션을 다시 읽기 전용으로 마운트한뒤 리부팅을 하면 됩니다. mount의 자세한 옵션은 man mount 하거나 아래링크를 참고하세요.. 2009. 10. 16.
장사를 한다. 뭔가를 팔 수 있다는 것은 굉장히 즐거운 일이다. 팔면 팔수록 부자가 될 수 있다. 얼마를 벌 수 있을지는 얼마나 노력하느냐에 달려있다. 시간이 걸리겠지만 내가 원하는 것은 뭐든지 만들어서 팔 수 있다. 작은것부터.... 하나씩 해보고 싶다. 어렵지만 해보고싶다.. 2009. 9. 26.
same subnet -2- source: http://kindlund.wordpress.com/2007/11/19/configuring-multiple-default-routes-in-linux/ Configuring Multiple Default Routes in Linux Assume you have a Linux system with more than one network interface card (NIC) — say eth0 and eth1. By default, administrators can define a single, default route (on eth0). However, if you receive traffic (i.e., ICMP pings) on eth1, the return traffic will g.. 2009. 9. 26.