crontab 옵션 지정법

출처 : http://k.daum.net/qna/view.html?qid=3ysRA

2) crontab 파일 형식
----------    ----------  ---------------------------------------------------
  필  드                 의  미           범  위
----------    ----------  ---------------------------------------------------
첫 번째                      분              0-59
두 번째                      시              0-23
세 번째                      일              0-31
네 번째                      월              1-12
다섯 번째                  요일             0-7 (0 또는 7=일요일, 1=월, 2=화, ...)
여섯 번째                명령어             실행할 명령을 한줄로 쓴다.
----------    ----------  ---------------------------------------------------

Posted by 눈빛마음

2010/02/08 14:44 2010/02/08 14:44
, , ,
Response
No Trackback , No Comment
RSS :
http://iz.apgu.co.kr/tc/rss/response/525

빠스타에서 나오는 괜찮은 대사

꼬시는 기술이 뭔데요? 어떻게 해야 잘 꼬실수 있는데요?

니 요리는 짝사랑이다. 니 요리에 사람들이 좋아하고 인정해줄 꺼라는 확신과 자신감이 부족하다.
요리사 스스로 확신이 없는 요리는 살아있는 매력으로 포크와 나이프를 꼬시지 못한다.

짝사랑만 하지 말고 꼬셔봐 재대로.

Posted by 눈빛마음

2010/02/07 13:03 2010/02/07 13:03
,
Response
No Trackback , No Comment
RSS :
http://iz.apgu.co.kr/tc/rss/response/524

ubuntu를 잘 쓰는데 윈도우 사용자와 파일 공유가 안되시나요?
윈도우 사용자가 주려는 파일이 있는데 폴더로 접근이 안되시나요?

즉... smb://192.168.10.2/ 이렇게 접속하여
특정 폴더에 접근하려는데 폴더에 ID / Password 를 넣어도 접근이 안되시나요?

해결책이 있습니다. !!!!

/etc/smb.conf 파일을 수정해주시면 깔끔하게 해결됩니다.

sudo vim /etc/samba/smb.conf 를 열어서
[global] 옵션 밑에 다음을 추가해줍니다.

client lanman auth = yes
lanman auth = yes

이러면 끝나네요.. 와!!! 이거 때문에 고생하고 포기했던 스트레스를 생각하면....

다음은 해결책을 찾았던 영문 사이트 입니다.
http://sidux.com/PNphpBB2-viewtopic-t-14163.html

Posted by 눈빛마음

2010/02/04 11:53 2010/02/04 11:53
, , ,
Response
No Trackback , No Comment
RSS :
http://iz.apgu.co.kr/tc/rss/response/523

오~ 구글 애드 센스를 달고 이런 광고도 나오는 걸 봤는데
요거 괜찮네요.

제 블로그야 리눅스 이야기가 많으니깐.
redhat이 적당하고 생각한 것 같은데
이미지도 이쁘고 좋네요 ^^a

사용자 삽입 이미지

Posted by 눈빛마음

2010/02/02 09:28 2010/02/02 09:28
Response
No Trackback , No Comment
RSS :
http://iz.apgu.co.kr/tc/rss/response/522

무언가 해보기로 마음 먹은 이상
남들이 하는건 한번씩 다 해보려고 합니다.

아무튼 구글 애드 센스 달아서 이건 뭔가 느껴보기로 했습니다.

거북 스러우시더라도 양해 부탁 드릴께요 @_@a
아직 이쁘게 보이게는 못했네요.

거북 스러우시면 방명록에 간단히 좀 써주세요 ^^

Posted by 눈빛마음

2010/02/01 21:34 2010/02/01 21:34
, ,
Response
No Trackback , No Comment
RSS :
http://iz.apgu.co.kr/tc/rss/response/521

ubuntu kernel upgrade 이후 virtual box 가 실행이 안되면

대부분 VirtualBox kernel module 가 올라오지 못해서 일 것이다.

/etc/init.d/vboxdrv setup 하다가 에러가 나면 100%

다음과 같이 ubuntu의 linux-kernel-header을 인스톨 해주자

apt-get install linux-headers-`uname -r`

Posted by 눈빛마음

2009/12/06 13:53 2009/12/06 13:53
Response
No Trackback , No Comment
RSS :
http://iz.apgu.co.kr/tc/rss/response/515

평행 주차 방법

인터넷에서 퍼온 평행주차 방법

사용자 삽입 이미지

Posted by 눈빛마음

2009/11/28 07:12 2009/11/28 07:12
Response
No Trackback , No Comment
RSS :
http://iz.apgu.co.kr/tc/rss/response/513

Push Mail이란?

http://latte4u.tistory.com/686

http://keon.egloos.com/3599061


정리하면.... connection을 계속 열어둘 수 있도록 한다는 거고....

push 메일을 지원하게 되면서 iPod touch 에서 gmail 을 볼때 제목이 깨지게 된다는 것 -_-;;

Posted by 눈빛마음

2009/11/12 03:06 2009/11/12 03:06
Response
No Trackback , No Comment
RSS :
http://iz.apgu.co.kr/tc/rss/response/508

virtualbox에서 USB 사용하기 ubuntu 기준

http://www.samlesher.com/ubuntu/virtualbox-with-usb-support-on-ubuntu

There are two versions of Virtual Box:
- OSE (Open Source Edition) which is in the repos
- Closed Source Edition, or Standard, or just plain “Virtual Box”

OSE does not have USB support. There are a few other features from the closed source version that aren’t included in OSE, you can see the list here. So, if you want to have USB support in VirtualBox, you need to install closed source edition and make a change to /etc/fstab. Here are the steps:

1. Remove OSE
$ sudo apt-get autoremove virtualbox-ose

2. Add the VirtualBox repo for Intrepid Ibex. Click System > Administration > Software Sources. Click the ‘Third Party Software’ tab. Click ‘Add’ and enter:
deb http://download.virtualbox.org/virtualbox/debian intrepid non-free

Save the VirtualBox GPG key from here, then import it into Synaptic by clicking the ‘Authentication’ tab and then ‘Import Key File’.

Click the ‘Reload’ button in Synaptic to reload the repositories.

3. Install the latest virtualbox package (as of this writing it is virtualbox-2.2) by selecting it in Synaptic, or running this command from a terminal:
$ sudo apt-get install virtualbox-2.2

4. Add yourself to the vboxusers group:
$ sudo gpasswd -a YOURUSERNAME vboxusers

5. Find the devgid for ‘vboxusers’:
$ grep vboxusers /etc/group

It will return something like:
vboxusers:x:125:username

Add this line to the bottom of /etc/fstab, replace the devgid number with your devgid:
none /proc/bus/usb usbfs devgid=125,devmode=664 0 0

After you reboot you should now have USB support in VirtualBox.

Last tested on Ubuntu 9.04 Jaunty Jackalope.


Posted by 눈빛마음

2009/10/21 18:03 2009/10/21 18:03
Response
No Trackback , No Comment
RSS :
http://iz.apgu.co.kr/tc/rss/response/506

제 사진 공개입니다.

살짝 공개할께요. 쩝...

기대하지 마세요.


Posted by 눈빛마음

2009/10/09 23:01 2009/10/09 23:01
Response
No Trackback , No Comment
RSS :
http://iz.apgu.co.kr/tc/rss/response/505

« Previous : 1 : 2 : 3 : 4 : 5 : ... 35 : Next »

블로그 이미지

눈빛마음의 사색공간

- 눈빛마음

Archives

Calendar

«   2010/02   »
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28            

Site Stats

Total hits:
275131
Today:
102
Yesterday:
136