본문 바로가기

shell terminal 이 종료되어도 계속해서 작업 수행되도록 하기 원문 : http://dreamlog.tistory.com/470build 같이 시간이 걸리는 작업을 걸어놓으면, windows pc 를 off 할 수 없어서 곤란한 상황이 생길때가 있다. 혹은 실수로 터미널을 종료할 때도 있다. 아래와 같이 screen 을 사용하면 그런 우려를 덜 수 있다. 자세한 설명은 위 원문에 잘 설명되어 있고, 사용법만을 보관을 위해 적어 둔다. . screen 사용법screen 만들기.$ screen -S build1 screen 목록 보기.$ screen -listThere is a screen on: 3703.build1(2015년 11월 11일 01시 43분 38초)(Attached) 1 Socket in /var/run/screen/S-hyunmu. 사용 예)$ scr.. 더보기
터미널의 컬러 text 를 클립보드로 복사하기 아직 작성중... http://www.linuxquestions.org/questions/linux-desktop-74/preserve-colors-when-copy-pasting-from-terminal-943213/ -> perl 로 html 로 변환하는 해법http://stackoverflow.com/questions/245121/a-library-to-convert-ansi-escapes-terminal-formatting-color-codes-to-html http://stackoverflow.com/questions/5505515/how-do-i-embed-source-code-or-html-in-open-office-org-presentations-without-usin 더보기
윈도우 shell 에서 linux shell command 사용하기 Gow – The lightweight alternative to Cygwin가볍고 사용이 편리함.=> Gow 는 cmd 를 실행하면 자동으로 실행되면서 윈도우 shell 상에서 gnu 명령어들이 동작하도록 해 줍니다.따라서 윈도우에서도 linux shell command 를 사용하고자 한다면,이 프로그램이 대안입니다.https://github.com/bmatzelle/gow/releases clinkwondiws cmd 에서 ctrl+v 같은 단축키가 동작하도록 해주는 프로그램입니다.clink+sygwin 방법이 있다는데 아직 시도해 보지 못했습니다.Gow 와 함께 쓰면 매우 편안한 windows shell 환경을 제공합니다. ConEmuwindows cmd 의 화룡정점이라고 해야할까..ssh 프로그램.. 더보기