반응형 Study/Linux125 Manual Installation and Registration of Java Plugin for Linux When you install the Java platform, the Java plugin file is included as part of that install. If you want to use Java within Firefox, you need to manually create a symbolic link from the plugin file in the release to one of the locations that Firefox expects. To make the plugin available to all users, create the link inside of the Firefox application's directory, in the plugins subdirectory. Alt.. 2012. 2. 9. 우분투 fstab cat /etc/fstab 하면 UUID ~~~~ 막 나오는ㄷ 이건 ls -l /dev/disk/by-uuid 통해서 확인가능 http://minicube.tistory.com/171 2012. 1. 27. linux grep 출처 : http://innu.pe.kr/tt/43 GREPSection: User Commands (1) Updated: 2000/02/26 Index Return to Main Contents NAME grep, egrep, fgrep - print lines matching a pattern 패턴과 일치하는 라인을 출력한다. SYNOPSISgrep [options] PATTERN [FILE...] grep [options] [-e PATTERN | -f FILE] [FILE...] DESCRIPTION Grep searches the named input FILEs (or standard input if no files are named, or the file name - is given) for .. 2012. 1. 25. expect 스크립트를 사용하여 다른서버에서 sudo 사용하기 2012/01/19 - [Study/Linux] - 너무나 강력한 expect 2012/01/18 - [Study/Linux] - tcl 문법 어제 오늘 expect의 강력한 기능에 놀라고 있습니다. 이제 약간의 새로운 시나리오입니다. 1번 서버에서 2번서버로 ssh 접속을 하고(물론 여기서 암호 입력도 처리할수 있으나 전 RSA인증을 사용하므로 여기서는 패스, 이건 인터넷에서 보면 많이 나옵니다.) 그런다음 2번서버에다가 sudo shutdown -r now 라는 명령어를 내려서 재부팅하는 절차입니다. 그럼 2가지 방법입니다. 아규먼트를 받아서 shutdown -r now를 칠것인가 , 아니면 아예 입력되어있는 스크립트일것 인가. 일단 어짜피 전 재부팅만 필요한 기능이여서 안에 집어 넣었습니다. spa.. 2012. 1. 20. Secure CRT 설정 Emulation/Terminal : Linux + Ansi Color Appearance/Current Color Scheme : Windows .vimrc if $TERM =~ "linux" || $TERM =~ "ansi" set t_Co=8 set t_Sf=\033[3%p1%dm set t_Sb=\033[4%p1%dm syntax on endif ~ 2012. 1. 20. 너무나 강력한 expect 한참동안 서버에서 작업중인것이 있었는데. 반복적인 일이였습니다. 모 언듯보면 다르지만.. 그래서 스크립트를 만들어 사용했는데 bash 하고 expect 입니다. 두개의 경우를 갈라서 말하면 간단한 복사라던지 scp 라던지 단순한 작업음 bash로 되지만 예를들어 만들어진 다른 스크립트를 실행해야한던지, SSH를 통해 다른 서버에 작업을 해야한다든지 이런 복잡한 작업은 expect 로 해결하셔야 합니다. 제가 전 글에 tcl 문법이라는걸 올렸는데. expect가 tcl 문법이더군요. 약간의 팁을 드지면 expect같은경우 끝날때 interact를 사용한다고 합니다. 몇몇분들의 글을 보면 쉘이 프로그램을 실행하고 나서 그다음 실행할수 있는 권한을 유저에게 돌려준다고 있던것 같습니다. 그런데 이걸 응용할수가 .. 2012. 1. 19. 이전 1 ··· 4 5 6 7 8 9 10 ··· 21 다음 반응형