일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- CentOS
- PHP 5.2.17 .ini
- Node.js 소스 설치
- unique_id
- mod_unique_id
- CentOS 6.10
- jQuery
- MySQL 5.1.41
- MySQL
- vimrc 옵션
- python 3.5.10
- gcc update
- httpd-default.conf
- apache 연동
- Mod_Security 룰 셋
- python 3.X 소스 설치
- httpd.conf
- CentOS 6
- epel repository
- httpd-vhosts.conf
- httpd-mpm.conf
- httpd-autoindex.conf
- vim color scheme
- PHP 5.2 .ini
- httpd-dav.conf
- httpd 2.2.32
- node.js
- httpd-info.conf
- Node.js apache 연동
- Repository
- Today
- Total
목록분류 전체보기 (84)
곰시기's
HTMLElement.prototype.remove_ = function () { this.parentNode.removeChild(this); }
// 이전 HTMLElement.prototype.beforeElement = function (ele) { this.insertAdjacentElement("beforebegin", ele); } // 이후 HTMLElement.prototype.afterElement = function (ele) { this.insertAdjacentElement("afterend", ele); }
HTMLElement.prototype.closestClass = function (className_) { var target = this; while (!target.classList.contains(className_)) { if ("body" === target.parentNode.tagName.toLowerCase()) { return false; } target = target.parentNode; } return target; }

ISO 다운로드 kakao: http://mirror.kakao.com/centos/8-stream/isos/x86_64/CentOS-Stream-8-x86_64-20220728-dvd1.iso kaist: http://ftp.kaist.ac.kr/CentOS/8-stream/isos/x86_64/CentOS-Stream-8-x86_64-20220728-dvd1.iso 가상 머신 생성하기 2021.02.21 - [Sever/CentOS 7] - [ Linux ] CentOS 7 가상 머신 생성 [ Linux ] CentOS 7 가상 머신 생성 Contents List 1. CentOS란? 2. ISO DownLoad Link 3. CentOS 7.9 설치 3-1. Virtual Box 호스트 키 설정 3..