
삼성 PAVV DLP는 램프, 컬러휠의 사용시간을 확인할 수 있습니다. 확인 방법은 서비스 모드로 들어가면 되는데 mute - 1 -8 - 2 - power 버튼을 순서대로 누르면 켜질 때 서비스 모드로 진입하게 됩니다. 이곳에 option 부분에 전구 사용시간이 나옵니다.
Posted by Enowy

Posted by Enowy

ファインダー方式 ペンタプリズム使用、アイレベル式視野率 上下/左右とも約100%
ViewfinderType Eye-level pentaprismCoverage Vertical/Horizontal approx. 100%
Intelligent Viewfinder with 100% field of view, wide viewing angle of 29.4°, high magnification of 1.0, intelligent viewfinder with glass pentaprism and an overlaid LCD display in viewfinder supports various shooting styles.
Posted by Enowy
@interface NSObject <NSObject>{Class isa;}
struct objc_class *Class;
struct objc_class {struct objc_class *isa;struct objc_class *super_class;const char *name;long version;long info;long instance_size;struct objc_ivar_list *ivars;struct objc_method_list **methodLists;struct objc_cache *cache;struct objc_protocol_list *protocols;};
Posted by Enowy
Posted by Enowy

$ sudo apt-get update //패키지 목록 업데이트$ sudo apt-get upgrade //패키지 최신으로 업데이트$ dpkg -l //설치된 패키지 확인$ sudo apt-cache search 패키지이름 // 패키지 찾기$ sudo apt-get install 패키지이름 // 패키지 설치
$ sudo apt-get install vsftpd // 서버 패키지 설치$ sudo vi /etc/vsftpd.conf //설정 파일 수정anonymous_enable=NO //NO로 변경local_enable=YES //주석을 제거write_enable=YES //주석을 제거local_umask=022 //주석을 제거$ sudo /etc/init.d/vsftpd restart // 변경 사항 반영을 위해 서버 재시작
sudo apt-get install samba4$ sudo smbpasswd -a userid // id 생성$ sudo vi /etc/samba/smb.confShare Difinitions >[home][homes]comment = Home Directoriesbrowseable = nowritable = yes$ sudo /etc/init.d/samba restart //삼바 재시작
$ sudo apt-get install php5-gd$ sudo /etc/init.d/apache2 restart
$ sudo apt-get install netatalk
$ mkdir svn$ cd svn$ svnadmin create --fs-type fsfs project$ svnserve -d -r /home/edan/svn/저장소/conf/svnserve.confanon-access = noneauth-access = writepassword-db = passwdrealm = edan's Repositorypasswduser = password이후 새로운 프로젝트를 생성하여 import를 한 뒤 check out을 한번 수행하여 작업을 시작한다.
Posted by Enowy

Posted by Enowy

Posted by Enowy

무선 공유기와의 간섭으로 같은 무선 대역을 사용하는 무선기기의 작동에 문제가 있을 수 있다. 장비를 유선으로 바꾸거나 공유기를 다른 대역으로 변경하지 않는 이상 방법은 없다.무선 공유기는 Linksys의 WRT54G 모델을 사용하고 있고 11g를 사용하고 있지요. 이젠 802.11n을 써야하는 시대인 모양입니다.
Posted by Enowy
Posted by Enowy