변군이글루 썸네일형 리스트형 캐시 DNS 서버 - DNSSEC 서명 검증 기능 설정 캐시 DNS 서버 - DNSSEC 서명 검증 기능 설정BIND 설정 파일 수정(/etc/named.conf)vim /etc/named.conf아래 옵션을 options 블록 내부에 추가합니다.options { ... // ✅ DNSSEC 기능 활성화 dnssec-enable yes; dnssec-validation yes; dnssec-lookaside auto; // ✅ 신뢰 anchor 및 key 경로 설정 bindkeys-file "/etc/named.iscdlv.key"; managed-keys-directory "/var/named/dynamic"; ...};// ✅ Root Trus.. 더보기 CentOS 4에 rsync 서버를 설치하고 설정하는 방법 CentOS 4에 rsync 서버를 설치하고 설정하는 방법rsync 패키지 설치rsync 패키지를 설치해야 합니다.sudo yum install rsyncrsync 설정rsync 패키지 확인$ rpm -qa | grep rsyncrsync-2.6.3-1xinetd 패키지 확인$ rpm -qa | grep xinetdxinetd-2.3.13-4.5.el4xinetd(rsync) 설정 파일 수정rsync를 사용하기 위한 설정(disable = yes -> disable = no 변경)vim /etc/xinetd.d/rsync# default: off# description: The rsync server is a good addition to an ftp server, as it \# allows crc c.. 더보기 How to install Ruby on Ubuntu How to install Ruby on UbuntuMethod 1: Installing Ruby using the Default Package Manager1. Update the package listOpen a terminal and update the package list to make sure you have the latest information about available packagessudo apt update2. Install RubyTo install the default version of Ruby provided by Ubuntu's package manager, you can use the following commandsudo apt install ruby-fullThis .. 더보기 [솔라리스] 솔라리스 10 에서 svc 제어하기(svccfg) 솔라리스 10 에서 svc 제어하기(svccfg) [sangchul.kr(scbyun)::/export/home/scbyun]$ svccfg svc:> list ... application/print/rfc1179 application/font/stfsloader network/rpc/smserver network/dns/server network/rpc/ocfserv application/print/server ... svc:> select network/dns/server svc:/network/dns/server> listprop filesystem_minimal dependency filesystem_minimal/entities fmri svc:/system/filesystem/minimal f.. 더보기 [솔라리스] 오픈솔라리스 네트워크 설정 오픈솔라리스 네트워크 설정 IP(Internet Protocol) root@opensolaris:~# cat /etc/hostname.iprb0 10.0.10.100 Netmask root@opensolaris:~# cat /etc/netmasks # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License, Version 1.0 only # (the "License"). You may not use this file except in compliance # with the License. # # You can obtain a copy.. 더보기 [솔라리스] Open Solaris VNC 설치 Open Solaris VNC 설치 VNC 패키지 검색 root@opensolaris:~# pkginfo | grep vnc system SUNWvncviewer VNC viewer client system SUNWxvnc X11/VNC server VNC 패키지 정보(버전) root@opensolaris:~# pkginfo -l SUNWxvnc PKGINST: SUNWxvnc NAME: X11/VNC server CATEGORY: system ARCH: i386 VERSION: 6.9.0.5.11.11100,REV=0.2009.05.07 VENDOR: Sun Microsystems, Inc. DESC: X Window System server based on X.Org Foundation open so.. 더보기 네트워크 설정을 변경하여 고정 IP를 할당하는 방법 네트워크 설정을 변경하여 고정 IP를 할당하는 방법1. /etc/hosts (IP, 호스트 설정)$ cat /etc/hosts#::1 localhost127.0.0.1 solaris1 solaris1.local localhost loghost192.168.0.55 solaris1 loghost2. /etc/defaultrouter (gateway 설정)기본적으로 생성되어 있지 않음$ vi /etc/defaultrouter192.168.0.13. /etc/nsswitch.conf (dns 추가)$ vi /etc/nsswitch.confgroup: fileshosts: files dnsipnodes: files4. /etc/res.. 더보기 리눅스에서 하드 디스크를 증설하는 방법 리눅스에서 하드 디스크를 증설하는 방법1. 하드 디스크(HDD) 장착새로운 하드 디스크를 시스템에 물리적으로 연결합니다.2. 시스템 리부팅하드 디스크를 장착한 후 시스템을 다시 부팅합니다.3. 물리적 하드 디스크 확인새로운 하드 디스크를 확인합니다.fdisk -l$ fdisk -l Disk /dev/sda: 12.8 GB, 12884901888 bytes255 heads, 63 sectors/track, 1566 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System/dev/sda1 * 1 13 104391 83 Linux/dev/sda2 14 1566 12474472+ 8e Linux .. 더보기 이전 1 ··· 35 36 37 38 39 다음