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
- iptables
- CentOS
- firewall
- Tomcat
- SSL
- phpmyadmin
- 8443
- docker-compose
- https
- MariaDB
- db
- letsencrypt
- 방화벽
- haproxy
- vsftpd
- 도커
- Maria
- centos7
- ubuntu
- Cent
- docker
- 인증서
- haproxy.cfg
- yum
- youtube-dl
- mysql
- HLS
- nginx
- mount
- YouTube
Archives
- Today
- Total
목록SCRIPT (2)
개발자의뇌
CentOS7 tomcat8 설치하기
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