IT/정리

[이것저것] OCI 클라우드 환경 구성하면서 참고한 사이트 정리

_하늘여우_ 2024. 2. 12. 22:31

MySQL

양방향 암복호화 - https://stricky.tistory.com/330

양방향 암복호화&인/디코딩 - https://e2e2e2.tistory.com/28

삭제 후 새로 설치 - https://jsonobject.tistory.com/116

(오류) cannot connect... - https://seong6496.tistory.com/324

(오류) ERROR 1064(42000) - https://nonaninona.tistory.com/58

(설치) mysql_secure_installation -https://cecildesk.tistory.com/entry/Mysql-mysqlsecureinstallation%EC%9C%BC%EB%A1%9C-%ED%8C%A8%EC%8A%A4%EC%9B%8C%EB%93%9C-%EC%84%A4%EC%A0%95%EC%9D%B4-%EC%96%B4%EB%A0%A4%EC%9A%B8%EB%95%8C

 

 

리눅스

yum 명령어 - https://security-log.tistory.com/24

LAMP 스택 구성 - https://www.cyberciti.biz/faq/how-to-install-linux-apache-mysql-php-lamp-stack-on-rhel-8/

LAMP 스택 구성 - https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-20-04

iptables 다루기 (방화벽) - https://m.blog.naver.com/anysecure3/222454197151

명령행에서 메일 보내기 - https://www.lesstif.com/lpt/send-mail-from-linux-command-line-24445045.html

smtp로 메일 보내기 - https://boyinblue.github.io/008_ubuntu/001.html

터미널에서 메일 보내기 - https://hoing.io/archives/1191

yum 설치항목 삭제하기 - https://mattmk.tistory.com/77

 

 

오라클 클라우드

방화벽 설정 - https://blog.dalso.org/article/%EC%98%A4%EB%9D%BC%ED%81%B4-%ED%81%B4%EB%9D%BC%EC%9A%B0%EB%93%9C-%EB%B0%A9%ED%99%94%EB%B2%BD-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0

mysql - https://access.redhat.com/documentation/ko-kr/red_hat_enterprise_linux/8/html/deploying_different_types_of_servers/assembly_using-mysql_using-databases

방화벽 정책 설정 - https://kibua20.tistory.com/124

 

 

RoundCube

포럼 - https://www.roundcubeforum.net/index.php/board,17.0.html

깃허브 - https://github.com/roundcube/roundcubemail/tree/master

설치 안내 - https://github.com/roundcube/roundcubemail/wiki/Installation

설치 - https://hostadvice.com/how-to/web-hosting/ubuntu/how-to-install-roundcube-email-client-on-ubuntu-18-04/

설치 튜토리얼 - https://blog.cloudsigma.com/installing-webmail-client-with-roundcube-on-ubuntu-20-04-a-tutorial/

 

 

아파치

(오류) access denied - https://m.blog.naver.com/visioner7/220914042422

(오류) permission - https://www.happyjung.com/lecture/2481?sca=Linux

iptables 영속 - https://medium.com/@oryaacov/3-ways-to-make-iptables-persistent-a77e956ee78

mod_rewrite 설정 - https://www.digitalocean.com/community/tutorials/how-to-set-up-mod_rewrite-for-apache-on-centos-7

mod_rewrite 설정 - https://www.digitalocean.com/community/tutorials/how-to-rewrite-urls-with-mod_rewrite-for-apache-on-ubuntu-20-04

(설치) 아파치 웹서버 2.4.6 - https://www.infracody.com/2022/05/install-apache-http-web-server-246-on-centos-7.html

 

 

 

JUnit

(오류) missing library error - https://discuss.gradle.org/t/using-ant-task-junit-produces-missing-library-error/4207

(오류) junit task was not found - https://stackoverflow.com/questions/9774264/junit-ant-task-junittask-was-not-found

(설치) 가이드 - https://centlinux.com/install-junit-in-linux/

 

 

Ant

설치&테스트 - https://everyflower.tistory.com/141

사용하기 - https://blog.naver.com/ndskr/222354784327

 

 

기타

tidy.jar 다운로드 - http://www.java2s.com/Code/Jar/t/Downloadtidyjar.htm

junit jar 다운로드 - http://www.java2s.com/Code/Jar/j/junit.htm

도서 다운로드 - https://ebin.pub/web-development-toolkit-for-java-developers-build-dynamic-secure-and-scalable-web-applications-with-java.html

메이븐 repo - https://mvnrepository.com/artifact/junit/junit/4.13.2

ant-junit 1.9.7 다운로드 - https://jar-download.com/artifacts/org.apache.ant/ant-junit/1.9.7/source-code

installed libraries - ant-junit-1.8.4.jar, junit-3.8.2.jar, junit-4.13.2.jar, tidy.jar

https://boyinblue.github.io/008_ubuntu/001.html