프로그램 사용/GIMP2012. 7. 14. 13:51
자세히 보니 2012년 5월에 2.6.12 에서 2.8.0으로 버전이 점프했다.
한글이 선택되어도 거의 영어로 나오는 문제 아닌 문제가 있으니
아직 2.8.0을 쓰기에는 많이 시기 상조인듯.

---
gimp 2.8.0이 나왔는 듯?
그나저나 매우매우 깔끔!


그나저나 번역문서가 용량 장난 아니네 -_-


올~ 쌈빡!!!!

Posted by 구차니
이야기는 들어봤지만 써보진 않았던 switch / branch 기능인데
아무튼 메뉴는 아래에서 처럼 존재한다.


branch / tag를 하면 head branch에서 하거나 특정 버전에서 하거나 "Working Copy" 에서 할수도 있다!!! 
아무튼 만약 현재 저장소에서 수정된 사항이 있을 경우 Working Copy 에서 branch를 따는 것도 방법이다. 


그렇게 Switch를 통해서 branch를 하나 따고 나면
현재 저장소의 내용과 경로는 기존과 달라진게 없으니
(별 의미는 없지만) 저장소 변경을 위해 switch를 실행한다. 


별건 없고 branch 의 주소를 "To URL"에 넣어주면 된다.


만약 conflict/충돌이 있을 경우 진행이 멈추니
소스간의 이동은 실제적으로 쓰기 힘들수도 있겠다. 
Posted by 구차니
winmerge에서 폴더 비교하는데 서브버전의 관리용 폴더가 보여서 짜증 -_-
기본적으로 2.12.4 버전부터는 적용이 된다는데 안되는 경우가 있어서 검색을 해보니
필터에서 \\와 \\\의 차이로 제대로 예외로 처리되지 않았던듯 하다.

도구 - 필터


파일 필터 - Exlcude Source Control


이런 내용을
d: \\\.svn$ ## Subversion working copy
d: \\_svn$  ## Subversion working copy ASP.NET Hack
d: \\\cvs$   ## CVS control directory
d: \\\.git$ ## Git directory
d: \\\.bzr$ ## Bazaar branch
d: \\\.hg$ ## Mercurial repository

이렇게 붙여넣어 주면 땡~
d: \\.svn$ ## Subversion working copy
d: \\_svn$  ## Subversion working copy ASP.NET Hack
d: \\cvs$   ## CVS control directory
d: \\.git$ ## Git directory
d: \\.bzr$ ## Bazaar branch
d: \\.hg$ ## Mercurial repository
 
[링크 :  http://stackoverflow.com/questions/1477236/ignoring-svn-folders-in-winmerge]  

'프로그램 사용 > WinMerge & kdiff3' 카테고리의 다른 글

winmerge 3-way diff 지원  (0) 2019.09.11
kdiff3 - 한글문서 깨지는 문제  (0) 2011.12.17
winmerge 사용환경 설정  (2) 2011.11.12
디렉토리 비교 - Directory Diff  (0) 2011.02.21
kdiff3 - 3way 비교  (0) 2011.01.15
Posted by 구차니
프로그램 사용/screen2012. 7. 10. 21:22
-d -m 옵션으로 실행하면 그냥 프롬프트로 떨어진다.
즉, 실행하면서 바로 detached 시킨다.

       -d -m   Start screen in "detached" mode. This creates a new session but
               doesn't  attach  to  it.  This  is  useful  for  system startup scripts.

       -D -m   This also starts screen in "detached" mode, but doesn't fork  a
               new process. The command exits if the session terminates. 

 
Posted by 구차니
아따 제목길다 -_-
아무튼 ssh를 통해서 실행하고 백그라운드로 돌려도
ssh를 접속 종료 하면 프로세스가 죽어 버린다.
그래서 vnc 등으로 서버에 직접 접속해서 실행하는 수 밖에 없었는데
그렇다고 해서 프로세스의 PPID(Parent PID)를 변경하는 법을 찾아도 이건 아닌거 같고 -_-
아무튼, 방법을 찾아보니 아래와 같은 명령어 / 유틸리티들이 존재한다.

nohup
screen
dtach
disown

[링크 : http://www.linuxquestions.org/.../how-to-keep-program-running-after-closing-ssh-session-471820/ ]

screen을 사용하기
$ screen rtorrent
// 화면에서 ctrl - a + d
$ screen rtorrent 
 [detached from 2720.pts-1.devmini]
$ screen -RD
// 떼어놨던 rtorrent를 다시 붙임 

[링크 : http://serverfault.com/questions/311593/keeping-a-linux-process-running-after-i-logout ] 


단, 우분투 11.04 에서 테스트 할 경우
Putty로는 ctrl-a+d를 보낼수 없어서 vnc를 통해서 실행했고
screen 명령으로 detach 했을 경우, dashboard에서 띄워놓은 terminal이 실행중으로 인식하여
우클릭으로 new terminal로 터미널을 새로 띄워야 한다. 
Posted by 구차니
일단 ajaxplorer 4.2.0을 받아서 웹서버에 올리고
settings - global configurations - plugins - action 에서 update engine을 선택한다.


그리고 하단의 v3.2.4를 No에서 Yes로 바꾸어 준다.


그리고 나서 F5를 누르던 한번 갱신해주면
아래와 같이 Toolbar에 From 3.2.4 라는 버튼이 생긴다.


절대경로로 이전 버전의 경로를 넣어주고 "Simulate the data import"를 누르고


다시 "Run real import now"를 누르면


이렇게 좀 싱겁게 끝!


로그아웃 하고 나서 다시 로그인 하면 해결!

[링크 :  http://ajaxplorer.info/documentation/administration/9-other-how-tos/]
Posted by 구차니
프로그램 사용/nfs2012. 6. 8. 19:52
집에와서 공유기 빼고 해보니 자~알 된다 -_-
아마도 공유기(D-LINK DI-524) 모델이 1024번 이하에 대해서 제대로 열어주지 못하는게 아닐까 조금 의심이 된다.
showmount 시에 RPC timeout이 된 것 봐서는 111번 포트를 매~우 유력한 후보로...

--- 삭제(백업용) ---
회사는 둘다 KT 망을 사용하는데
동일 건물이라서 그런지 nfs를 붙이는데 아무런 이상이 없다.(물론 둘다 10.04 LTS ubuntu desktop)
하지만 집의 녀석과 붙이려니 요런 에러를 뱉어주신다.  (12.04 LTS ubuntu desktop)
  mount 에서는    mount.nfs: access denied by server while mounting
  dmesg 에서는   nfsd: last server has exited, flushing export cache 

이래저래 고민을 해보니.. 집은 SK(구, 하나로 케이블) 라서 인가? 이런 고민도 드는데..
강제로 -o vers=3 를 통해 구버전으로 맞춰줘도 여전한걸 보니..
1024번 이하의 포트를 막아둔게 아닐까라는 의심이 새록새록..

 반대 방향으로 해보니 된다... 도대체 머가 문제지 -_- 
혹시.. no_subtree_check 이녀석 문제인가? << 이건 아님 ㅠ.ㅠ

no_subtree_check
This option disables subtree checking, which has mild security implications, but can improve reliability in some circumstances.
If a subdirectory of a filesystem is exported, but the whole filesystem isn't then whenever a NFS request arrives, the server must check not only that the accessed file is in the appropriate filesystem (which is easy) but also that it is in the exported tree (which is harder). This check is called the subtree_check.

In order to perform this check, the server must include some information about the location of the file in the "filehandle" that is given to the client. This can cause problems with accessing files that are renamed while a client has them open (though in many simple cases it will still work).

subtree checking is also used to make sure that files inside directories to which only root has access can only be accessed if the filesystem is exported with no_root_squash (see below), even if the file itself allows more general access.

As a general guide, a home directory filesystem, which is normally exported at the root and may see lots of file renames, should be exported with subtree checking disabled. A filesystem which is mostly readonly, and at least doesn't see many file renames (e.g. /usr or /var) and for which subdirectories may be exported, should probably be exported with subtree checks enabled.

The default of having subtree checks enabled, can be explicitly requested with subtree_check.

From release 1.1.0 of nfs-utils onwards, the default will be no_subtree_check as subtree_checking tends to cause more problems than it is worth. If you genuinely require subtree checking, you should explicitly put that option in the exports file. If you put neither option, exportfs will warn you that the change is pending.
 
[링크 :  http://linux.die.net/man/5/exports]   

showmount로 해보니 이런 에러 발생 -_-
clnt_create: RPC: Port mapper failure - Timed out 

설마.. 공유기 문제는 아니려나? 

'프로그램 사용 > nfs' 카테고리의 다른 글

svc: failed to register lockdv1 RPC service (errno 111)  (0) 2015.02.10
nfs mount 시 옵션들  (0) 2012.12.11
showmount  (0) 2012.06.08
ubuntu nfs 지원  (4) 2012.06.06
conflict of nfs file lock and samba  (0) 2011.08.04
Posted by 구차니
프로그램 사용/nfs2012. 6. 8. 19:47
원격지의 nfs 서버의 exports 목록을 보여주는 명령어이다.

$ showmount -e [ip_address|url]

[링크 :  http://nixcraft.com/...nfs-server-mount-nfs-access-denied-server-while-mounting-...-shared-folder.html]
[링크 :  http://linux.die.net/man/8/showmount]
Posted by 구차니
프로그램 사용/nfs2012. 6. 6. 18:28
kernel-nfs-server 패키지를 설치하지 않고 nfs로 붙이려고 하니
/proc/filesystem에 nfs를 지원하다고 나옴에도 불구하고 붙어지질 않는다.
그런 이유로 nfs를 mount 하기 위해서는  kernel-nfs-server 패키지를 설치해야한다
(/etc/exports를 비워두거나 서비스를 실행하지 않도록 설정필요)

mount: wrong fs type, bad option, bad superblock on server:/path,
       missing codepage or helper program, or other error
       (for several filesystems (e.g. nfs, cifs) you might
       need a /sbin/mount.<type> helper program)
       In some cases useful info is found in syslog - try
       dmesg | tail  or so 

Posted by 구차니
프로그램 사용/VLC2012. 6. 5. 21:26
설정파일의 경로는 아래와 같다.

/etc/vlc/lua/.hosts

2009/12/08 - [프로그램 사용/VLC] - VLC 웹 인터페이스 원격지에서 안될경우

'프로그램 사용 > VLC' 카테고리의 다른 글

VLC RTSP 데이터 덤프하기?  (0) 2013.02.26
vlc를 이용한 html rtsp 스트리밍 예제  (2) 2013.01.11
VLC codebase axvlc.cab  (2) 2011.11.18
VLC classid  (0) 2011.11.18
VLC로 웹상에서 RTSP 비디오 띄우기  (0) 2011.11.17
Posted by 구차니