일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- CSS
- nodejs
- windows
- ASP
- php7
- javascript
- install
- JS
- node
- Godot3
- HTML
- Linux
- HaProxy
- API
- Python
- 리눅스
- java
- error
- Android
- PHP
- Godot
- node.js
- Eclipse
- 우분투
- mysql
- 구글
- Mac
- ubuntu
- HTTP
- Today
- 9
- Total
- 1,235,464
목록install (22)
Blue Breeze
Install MongoDB MongoDB Download Center Native and cross-platform MongoDB manager Studio3T, Robo3T scoop/bucket/mongodb.json Install MongoDB for widnows scoop scoop install mongodb Setup Path # MONGOPATH MONGOPATH = C:\Users\username\scoop\apps\mongodb\current PATH = %PATH%;%MONGOPATH%\bin; # bin 만 설정 PATH = %PATH%;C:\Users\username\scoop\apps\mongodb\current\bin; config C:\Users\username\scoop\..
https://www.postgresql.org/ Install Postgresql for windows scoop scoop install postgresql Path PGPATH = C:\Users\username\scoop\apps\postgresql\current PGDATA = %PGPATH%\bin PATH = %PATH%;%PGPATH%\bin; Start / Stop pg_ctl start pg_ctl stop pg_ctl --help PG Admin [Window+s] pgadmin user / database psql -U postgres psql (11.1) 도움말을 보려면 help를 입력하십시오. # 사용자 생성 postgres=# create user username with pa..
Scoop A command-line installer for Windows Scoop - Github.com Documentation 윈도우 명령줄 설치관리자 Make sure Powershell 3 (or later) and .NET Framework 4.5 (or later) are installed. Then run: Powershell 3와 .NET Framework 4.5이 사전 설치 되어 있다면 아래 명령어로 실행할 수 있다. Requirement Windows 7 SP1+ / Windows Server 2008+ PowerShell 3 (or later) and .NET Framework 4.5+ PowerShell must be enabled for your user account e.g..
Downloads Setting up MariaDB Repositories 우분투 저장소에 10.0.1 이 기본으로 제공되므로 10.0.1을 사용하는게 좋다는 안내문구. MariaDB 10.3 저장소 키 등록 sudo apt-get install software-properties-common sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 sudo add-apt-repository 'deb [arch=amd64,arm64,ppc64el] https://ftp.harukasan.org/mariadb/repo/10.3/ubuntu bionic main' 저장소 등록 sources.list 하단에..
Get Docker CE for CentOS Index of /linux/centos/7/x86_64/stable/Packages/ CentOS Docker OS requirements Docker CE를 설치하려면 CentOS 7의 64 비트 버전이 필요합니다. 저장소 설치 # 필수 유틸리티 설치, yum-utils는 yum-config-manager, device-mapper-persistent-data 및 lvm2는 devicemapper 저장 장치 드라이버에 필요. sudo yum install -y yum-utils device-mapper-persistent-data lvm2 # 저장소 설정 sudo yum-config-manager \ --add-repo \ https://download.d..
How to Install Latest MySQL 5.7.9 on RHEL/CentOS 7/6/5 and Fedora 23/22/21 Centos 7 - 데이타베이스(MySql) 설치 Chapter 1 Installing MySQL on Linux Using the MySQL Yum Repository setting mysql root password in CentOS 7 mysql root 비번 분실 MySQL 5.7.7 - Centos 7 el7 - Access denied MySQL 5.7.9 릴리즈 변화된 root 비밀번호 변경하기 MySQL 5.7 설치시 알아둬야 할 사항 MySQL 5.7 Reference Manual / Security / Security Plugins / The Passwo..
RHEL/CentOS 7 에서 방화벽(firewalld) 설정하기 CentOS 7 에서 PHP 7 설치하기 CENTOS 7 PHP7 설치 방법 (NGINX 기준) How to Install PHP 7 NGINX & MySQL 5.6 on CentOS/RHEL 7.1 & 6.7 How To Install Linux Nginx MySQL PHP (LEMP) stack On CentOS 7 NGINX-php-MySQL 설치 NGINX + php-FPM에서 502 BAD GATEWAY 에러 해결법 총정리 리눅스 php-mcrypt 설치 php7 yum install -y epel-release yum update -y rpm -ivh http://rpms.remirepo.net/enterprise/remi-re..