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 |
Tags
- db
- CentOS
- MariaDB
- mysql
- Cent
- iptables
- YouTube
- docker-compose
- vsftpd
- mount
- Tomcat
- Maria
- 방화벽
- 인증서
- SSL
- nginx
- docker
- ubuntu
- phpmyadmin
- firewall
- yum
- centos7
- letsencrypt
- 8443
- haproxy
- HLS
- https
- haproxy.cfg
- 도커
- youtube-dl
Archives
- Today
- Total
목록openjdk (1)
개발자의뇌
yum install -y java-1.8.0-openjdk-devel.x86_64 tomcat-native mkdir /svc cd /svc wget http://apache.tt.co.kr/tomcat/tomcat-8/v8.5.47/bin/apache-tomcat-8.5.47.tar.gz tar -xzf apache-tomcat-8.5.47.tar.gz mv apache-tomcat-8.5.47 tomcat8 vi /usr/lib/systemd/system/tomcat.service # Systemd unit file for tomcat [Unit] Description=Apache Tomcat Web Application Container After=syslog.target network.targe..
개발/Linux
2019. 11. 4. 11:54