[HP-UX] @ 가 입력이 안될때

.profile에 넣어버리자

stty intr  ^C
stty erase ^H
stty kill ^U

* 출처 : http://moonlighting.tistory.com/91

PageRank
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by ⓒ쟁이™

2010/03/11 09:40 2010/03/11 09:40
, ,
Response
No Trackback , No Comment
RSS :
http://funix.net/rss/response/53

$ cat > stat.sh

perl -e '@d=localtime ((stat(shift))[8]); printf "file create time: " . "%4d%02d%02d%02d%02d%02d\n", $d[5]+1900,$d[4]+1,$d[3],$d[2],$d[1],$d[0]' "$1"
perl -e '@d=localtime ((stat(shift))[9]); printf "file modify time: " . "%4d%02d%02d%02d%02d%02d\n", $d[5]+1900,$d[4]+1,$d[3],$d[2],$d[1],$d[0]' "$1"
perl -e '@d=localtime ((stat(shift))[10]); printf "file access time: "  . "%4d%02d%02d%02d%02d%02d\n", $d[5]+1900,$d[4]+1,$d[3],$d[2],$d[1],$d[0]' "$1



usages:
./stats.sh filename


PageRank
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by ⓒ쟁이™

2009/11/25 17:09 2009/11/25 17:09
, ,
Response
No Trackback , No Comment
RSS :
http://funix.net/rss/response/52

[LINUX] 수동으로 시간 맞추기

date 월일시분년

PageRank
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by ⓒ쟁이™

2009/10/19 18:46 2009/10/19 18:46
, , ,
Response
No Trackback , No Comment
RSS :
http://funix.net/rss/response/51

오픈소스SW 라이선스 가이드

 o 저자사항 : 정보통신부, 컴퓨터프로그램보호위원회
o 발간부서 : SW정책개발팀
o 발행년도 : 2007
o 총페이지 : 56p.

□ 목차


I. 오픈소스SW의 개요 = 06


II. 오픈소스SW의 지적재산권과 라이선스 = 10
 1. SW 지적재산권 = 10
 2. 라이선스와 오픈소스SW = 11
 3. 오픈소스SW 라이선스의 이해와 활용 = 13


III. 오픈소스SW 라이선스의 구체적 내용 = 16
 1. 공통적 준수사항 = 16
 2. 라이선스별 준수사항 = 18
 3. 주요 쟁점 = 29
 4. 주요 오픈소스SW 사례 = 32
 5. 오픈소스SW 라이선스 위반사례 = 35


IV. 기업에서의 오픈소스SW 라이선스 관리/활용 방안 = 38
 1. 오픈소스SW 관련 정책의 수립 = 38
 2. 오픈소스SW 라이선스 관리를 위한 프로세스 및 조직의 구축 = 40


참고자료  주요 오픈소스SW와 라이선스 = 48


PageRank
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by ⓒ쟁이™

2009/06/11 03:29 2009/06/11 03:29
, , ,
Response
No Trackback , No Comment
RSS :
http://funix.net/rss/response/48

[HP-UX] depot 설치

* 출처 : http://whitebear.tistory.com/3
HP에서 소프트웨어를 설치하고자 하면 root 권한으로 설치를 해야 한다.

1. 설치할 소프트웨어 설치파일(.depot)을 서버에 업로드 한다.
  - JDK를 설치 하고자 한다면 sdk14_14211_pa.depot 파일을 /tmp에 업로드 한다.

2. OS locale을 변경한다.
  - # export LANG=C

3. swagentd를 재시작 한다.
  - # swagentd -r

4. 소프트웨어를 설치 한다.
  - # swinstall -s /tmp/sdk14_14211_pa.depot
  - 설치 목록에 설치할 소프트웨어를 선택한다.
  - Action 메뉴에서 Install 을 선택한다.
  - 새로운 창이 뜨면서 설치 파일을 검사하고 검사가 완료되면 Done을 선택한다.
  - 설치가 진행되며 설치가 완료되면 Done을 선택한다.

Added
 swinstall -s /fullpath/depotname.depot \*
(non interactive mode 자동설치 시)

PageRank
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by ⓒ쟁이™

2009/02/03 09:32 2009/02/03 09:32
, , , ,
Response
No Trackback , No Comment
RSS :
http://funix.net/rss/response/40

*nix 에서 atime, ctime, mtime 옵션 값

* 출처 : http://blog.eggnara.com/search/find 


PageRank
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by ⓒ쟁이™

2009/01/31 00:46 2009/01/31 00:46
, , , , ,
Response
No Trackback , No Comment
RSS :
http://funix.net/rss/response/39

[cifs] cifs 마운트 할때 IP로

/etc/hosts 파일가지곤 안되더라요~

ip로 지정하시길!

mount -t cifs //server/share /mnt --verbose -o user=username
( man mount.cif)

server=ip로


PageRank
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by ⓒ쟁이™

2008/11/26 20:49 2008/11/26 20:49
, , , ,
Response
No Trackback , No Comment
RSS :
http://funix.net/rss/response/35

xargs -t -i cp {}

PageRank
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by ⓒ쟁이™

2008/11/17 16:27 2008/11/17 16:27
, , ,
Response
No Trackback , No Comment
RSS :
http://funix.net/rss/response/33

복사 빠르게 하기

tar cvf - /home/foobar | (cd /var ; tar xvf -)

PageRank
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by ⓒ쟁이™

2008/10/17 15:55 2008/10/17 15:55
, , , , ,
Response
No Trackback , No Comment
RSS :
http://funix.net/rss/response/31

Error message 'Attempt to access beyond end of device'

Extracted from debian-isp
Tip provided by Ove Kaaven
 

> Well this harddrive never stops...  I've got about 200 lines like these in
> the syslog.  What exactly do they mean wand what could cause an error like
> this?  I get the basic jist that something tried to access sectors that
> didn't exist.
>
> Mar 20 01:19:50 server kernel: attempt to access beyond end of device
> Mar 20 01:19:50 server kernel: 03:41: rw=0, want=950783358, limit=11773912
> Mar 20 01:19:50 server kernel: attempt to access beyond end of device
> Mar 20 01:19:50 server kernel: 03:41: rw=0, want=1514515083, limit=11773912
> Mar 20 01:19:50 server kernel: attempt to access beyond end of device
> Mar 20 01:19:50 server kernel: 03:41: rw=0, want=1758954358, limit=11773912
 
 They mean "attempt to access beyond end of device".
 
 To put it another way: Something (probably some metadata on the disk, like
 directory entry or control block) said "the inode you want is at this
 position", the filesystem said "ok, accessing it now", the device driver
 said "hey, that's not anywhere on the surface of this disk"
 
 And well, it's likely to be caused by damaged meta-information (filesystem
 structure data) on the disk.
 
 I got it on my swap partitions once because of bad RAM chips, though
.

PageRank
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by ⓒ쟁이™

2008/10/16 19:09 2008/10/16 19:09
, , ,
Response
No Trackback , No Comment
RSS :
http://funix.net/rss/response/30


Archives

124

103

-14 days

today : 95

Creative Commons License

이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.