| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- Repository
- vimrc 옵션
- MySQL 5.1.41
- vim color scheme
- mod_unique_id
- node.js
- httpd-dav.conf
- CentOS 6
- httpd-default.conf
- apache 연동
- Mod_Security 룰 셋
- httpd-autoindex.conf
- gcc update
- python 3.X 소스 설치
- unique_id
- httpd.conf
- MySQL
- httpd 2.2.32
- CentOS
- httpd-info.conf
- httpd-vhosts.conf
- Node.js apache 연동
- jQuery
- PHP 5.2.17 .ini
- CentOS 6.10
- Node.js 소스 설치
- httpd-mpm.conf
- epel repository
- PHP 5.2 .ini
- python 3.5.10
- 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..