2014. 7. 12. 17:30

There is a sample.


TestHandleBars.zip


reference : http://handlebarsjs.com


Posted by CoolDragon
2014. 5. 14. 19:08

1) root 권한 획득

  $ sudo -s


2) 계정생성

  # useradd 사용자ID


3) 비밀번호생성

  # passwd test


4) 계정삭제

  # userdel 사용자ID


5) 계정생성확인

   vi /etc/passwd

   vi /etc/shadow

   vi /etc/group


6) root 권한 주기

"사용자ID  is not in the sudoers file.  This incident will be reported." 라고 메시지가 나온다면..

# vi /etc/sudoers 하면 아래 내용에 다음과 같은 줄이 있다.

....

   root ALL=(ALL) ALL #처럼 바래 아래 줄에

   사용자ID ALL=(ALL) ALL #으로 동일하게 설정해준다.

....


Posted by CoolDragon
2014. 4. 12. 16:14

catch on ~

1) 유행하다, 인기를 끌다

2) 이해하다, ~이 사실이라고 알다. 파악하다


예문

1) This novel will be caught on

2) I should have cought on when she started going to dentist four or five times a week.



Posted by CoolDragon