UNIX 썸네일형 리스트형 [UNIX] Valid Data Format Check #!/bin/ksh # validate date/time MMDD=$(expr substr "$*" 1 4) YYYY=$(expr substr "$*" 5 4) hh=$(expr substr "$*" 10 2) mm=$(expr substr "$*" 13 2) ss=$(expr substr "$*" 16 2) if touch -c -t $YYYY$MMDD$hh$mm.$ss dummyfile then echo valid else echo invalid fi 더보기 Oracle Linux Release 6 - Using YUM 사용 OEL 6 + VirtualBox Guest Additions » Original article Author: ORACLENERD I'm taking my first second spin at Oracle Enterprise Linux 6. The first time, I did not install a Desktop, so I was completely lost. I suppose I could do it now...but, I'm not going there just yet. One of the very first things I do when creating a VM is install the Guest Additions. The main reason is screen size. Out-of-the.. 더보기 linux port open # 방화벽 상태 알아보기 service iptables status # 방화벽 올리고 내리기 service iptables stop service iptables start # 방화벽 설정 수정하기 vi /etc/sysconfig/iptables # 방화벽 해제 iptables -F http://openstory.tistory.com/69 더보기 Oracle Linux Release 6 - cannot mount ntfs volumn fuse-ntfs-3g-2010.10.2-1.el6.rf.i686.rpm install download: http://rpmfind.net/linux/RPM/dag/redhat/el6/i386/fuse-ntfs-3g-2010.10.2-1.el6.rf.i686.html Oracle Linux Release 5.4 의 경우 1. fuse 관련 RPM 설치 in the Installation DVD /Server Check! 2. fuse-ntfs-3g Download and Install. Download: http://packages.sw.be/fuse-ntfs-3g/fuse-ntfs-3g-2010.10.2-1.el5.rf.i386.rpm 3. Done. 더보기 Oracle Linux Release 6 - yum 사용 Public Yum ServerLast updated: 9 May, 2011 IntroductionThe Oracle public yum server offers a free and convenient way to install packages from the Oracle Linux and Oracle VM installation media via a yum client. You can download the full Oracle Linux and Oracle VM installation media via edelivery.oracle.com/linux. Note that errata are not available via this public yum server. To access errata (bug.. 더보기 이전 1 2 3 4 ··· 9 다음