본문 바로가기

728x90

전체 글

(166)
Linux Bridge 원글(이글루): 2009-12-29 20:41:50 Brige란 네트워크 카드(NIC) 2장을 한장처럼 쓰는 거지. 한 카드로 두 구간의 트래픽을 동시에 받고 싶을때 주로쓰지? 왜? 두 개망이 다른 카드에서 온다면, 한쪽 망이 문제가 생겨도 정상적으로 서비스를 할수 있기 때문이지. 아래 자료는 2005년도 자료야. 요즘엔 더 안정화 된게 있겠지.아마도... 왜냐면 난 저거 쓸때 시스템이 좀 불안해짐을 느꼈거든.. 3. Set Linux up to serve 3.1 Setting up the bridge We need Linux to know about the bridge. First tell it that we want one virtual ethernet bridge interface: (this is..
[Linux] 윈도우 공유 폴더 접근방법 원글(이글루): 2009-12-29 20:38:37 아래와 같은 형태로 하면 된다. mount -t smbfs -o username=parkmo //192.168.0.15/FileServer /mnt/Z 패스워드도 지정하려면 mount -t smbfs -o username=parkmo,password=12345678 //192.168.0.15/FileServer /mnt/Z 12345678
[DOS/UNIX] 디렉토리 내의 파일 한번에 이름 바꾸기 원글(이글루): 2009-12-29 20:35:35 예전 파일명 한번에 바꾸기 귀찮아서 작성한 짜잘한 코드, 몇 년전 보니까 편리하게 nzrename이란게 있더군. #include #include #include #include /* [동키고고][애니]Dragon.Ball.088.smi to [애니]Dragon Ball 088.smi */ void tolower_chars(char *x) { int i; for (i=0;id_name)==35) { if (strstr(ep->d_name,"[동키고고]") != NULL) { printf("LEN = %3d ",strlen(ep->d_name)); strcpy(targetname,ep->d_name); ptarget=&targetname[10]; puts ..

728x90