Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Maria
- db
- MariaDB
- letsencrypt
- haproxy
- 8443
- 방화벽
- Cent
- mysql
- phpmyadmin
- iptables
- haproxy.cfg
- SSL
- docker-compose
- Tomcat
- docker
- vsftpd
- youtube-dl
- https
- ubuntu
- firewall
- CentOS
- mount
- yum
- nginx
- YouTube
- centos7
- 도커
- 인증서
- HLS
Archives
- Today
- Total
목록ip-to-location (1)
개발자의뇌
node 사용하여 ip to location 서버 만들기
# CentOS7 nvm 설치 node version manager wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash # nvm 설치 후 reboot reboot # nvm 으로 노드 설치 버전 목록 확인 nvm ls-remote # nvm 특정 버전 설치 nvm install 14.16.1 # nvm 특정 버전 사용 nvm use 14.16.1 # node 버전 확인 node --version # ip-to-locatino 모듈 설치 npm install ip-to-location --save # express 모듈 설치 npm install express --save # vi svr.js const expr..
개발/Linux
2021. 4. 12. 17:54