전체 글 썸네일형 리스트형 [리눅스] MySQL innodb 설치 MySQL innodb 설치 2.1 MySQL 계정 생성 [root@sangchul mysql-5.1.56]# useradd -m -c "MySQL Server" -d /usr/local/mysql -s /bin/false -u 27 mysql 2.2 MySQL config(innodb 활성화) [root@sangchul mysql-5.1.49]# ./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data --with-plugins=innobase,innodb_plugin --with-charset=euckr --with-extra-charsets=all 2.3 MySQL make && make install [root@sang.. 더보기 Windows 운영 체제에서 TIME_WAIT 상태를 줄이기 Windows 운영 체제에서 TIME_WAIT 상태를 줄이기 Windows 운영 체제에서 TIME_WAIT 상태를 줄이기 위해 몇 가지 레지스트리 설정을 조정할 수 있습니다. TIME_WAIT는 TCP 연결이 종료된 후 소켓이 닫히는 시간을 나타내며 기본적으로 4분(240초) 동안 유지됩니다. 이를 조정하여 네트워크 리소스를 더 효율적으로 사용하고 서버의 연결 제한을 줄일 수 있습니다. 그러나 주의해야 할 점은 이러한 설정을 변경하면 일부 연결 문제를 유발할 수 있으므로 주의해야 합니다. 주의: 이러한 레지스트리 설정을 변경하기 전에 시스템 백업을 만들어야 합니다. 잘못된 레지스트리 설정 변경은 시스템 문제를 유발할 수 있습니다. 다음은 Windows에서 TIME_WAIT 시간을 줄이는 방법입니다. 1... 더보기 How to set or change timezone on Ubuntu How to set or change timezone on Ubuntu 22.04The test environmentdocker run -d --privileged --name ubunut anti1346/ubuntu2204:systemddocker exec -it ubunut bash To set or change the timezone on Ubuntu, you can follow the steps below1. Check the current timezone configurationtimedatectl show$ timedatectl Local time: Mon 2023-06-19 11:19:07 UTC Universal time: Mon 2023-06-1.. 더보기 [기타] 티스토리(tistory) 블로그 연결 티스토리(tistory) 블로그 연결 2차 블로그 주소의 DNS 설정 IP 변경을 권장합니다. 새로운 소식/기능 업그레이드 2010/11/25 18:58 안녕하세요. TISTORY 입니다. 티스토리에서 2차 블로그 주소를 설정하여 사용하시는 분들이 많습니다. 외부 DNS 서비스에서 설정하신, IP는 DDoS 공격에 취약한 부분들이 있었습니다. 그래서 DDoS공격 또는 유사한 공격으로 인한 장애를 방지 할 수 있도록 새로운 서버를 준비하였습니다. 2차 블로그 주소를 사용하시거나 신규로 설정하실 분들은 아래 내용을 확인하시기 바랍니다. DNS 호스트 IP설정 변경 권장 대상 (1)현재 티스토리 2차 도메인 주소 사용중인 블로그 (2)앞으로 티스토리 2차 도메인 주소를 사용하실 블로그 권장 사유 기존에 설정 .. 더보기 [네임서버] bind view 설정 시 rndc 명령어 bind view 설정 시 rndc 명령어 rndc 사용법 reload Reload configuration file and zones. reload zone [class [view]] Reload a single zone. retransfer zone [class [view]] Retransfer a single zone without checking serial number. flush [view] Flushes the server's cache for a view. flushname name [view] Flush the given name from the server's cache(s) 마스트 서버 named 설정 파일 vim /etc/named.conf ... //internal zone(def.. 더보기 How to install the latest version of influxdb on Ubuntu How to install the latest version of influxdb on UbuntuInstall the latest version of InfluxDB on Ubuntu 1. Update the system packagessudo apt update 2. Import the InfluxDB GPG keywget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add - 3. Add the InfluxDB repository to the package managerFor Ubuntu 22.04echo "deb https://repos.influxdata.com/$(lsb_release -si) $(lsb_release -sc) .. 더보기 우분투에서 텔레포트(teleport)를 설치하는 방법(1) 우분투에서 텔레포트(teleport)를 설치하는 방법(1) 텔레포트(teleport)는 SSH와 같은 원격 접속 프로토콜을 이용하여 서버나 클러스터에 접속할 수 있는 오픈소스 도구입니다. 테스트 환경 $ lsb_release -d Description:Ubuntu 22.04.2 LTS 텔레포트(teleport) 설치하기 텔레포트 공개 키 설치 sudo curl -s https://apt.releases.teleport.dev/gpg \ -o /usr/share/keyrings/teleport-archive-keyring.asc 텔레포트 저장소 추가 source /etc/os-release echo "deb [signed-by=/usr/share/keyrings/teleport-archive-keyring.. 더보기 bind named.conf 파일 소유권 오류 (loading configuration: permission denied) bind named.conf 파일 소유권 오류 (loading configuration: permission denied) ※ named 데몬 named 계정으로 실행 시 /etc/named.conf named설정 파일 소유권 오류 named[2152]: none:0: open: /etc/named.conf: permission denied named[2152]: loading configuration: permission denied [root@mail ~]$ cat /var/log/messages Dec 9 01:38:11 mail named[2152]: starting BIND 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 -u named Dec 9 01:38:11 mail name.. 더보기 이전 1 ··· 285 286 287 288 289 290 291 ··· 298 다음