본문 바로가기

Infra Architecture

(34)
리눅스 방화벽 open - 최초 sudo iptables -nL로 했을때 규칙이 없으면, 막히지 않고 통신이 되는 것으로 보임. - 테스트로 아래와 같이 8082 port로 input규칙을 넣어봄. ACCEPT 이기 때문에 넣기 전에- 도 통신은 되었음. - 내용 잘 정리되어있음. 리눅스 운영체제 iptables에 기반한 방화벽 설정 방법 | 가비아 라이브러리 (gabia.com) 가비아 라이브러리 IT 콘텐츠 허브 library.gabia.com
ubuntu firefox 설치하기 1. firefox 설치하기 $sudo apt install firefox 2. firefox 실행시 xdg-settings: not found 에러 발생 xdg-utils 설치 $sudo apt-get install xdg-utils sudo apt-get install xdg-utils 3. firefox 실행시 "no DISPLAY environment variable specified"에러가 발생 firefox 설치, DISPLAY변수설정 등등 여러가지 해보려고 했는데 xwindow를 설치하는게 가장편했음. 앞으로 linux설치하면 xwindow부터 설치하는 것이 좋을것 같음.
ubuntu에 jdk 설치 $ sudo apt-get install openjdk-11-jdk 우분투(Ubuntu)에서 터미널로 JAVA 설치하기 (tistory.com) 우분투(Ubuntu)에서 터미널로 JAVA 설치하기 Ubuntu 20.04 환경에 Java를 설치하고자 한다. 직접 설치파일을 다운로드받아 설치할 수도 있지만, 여기서는 터미널 환경에서 설치하는 방법으로 진행했다. 1. 설치 $ sudo apt-get update $ sudo apt-get upgrade davelogs.tistory.com
linux에서 백스페이스시 ^?문자가 나올때 $stty erase ^? 하면 잘 동작된다. https://syuda.tistory.com/151 백스페이스가 안되고 ^H, ^? 같은 문자가 입력될 때 안녕하세요. 슈다 입니다. 유닉스에서 명령어를 입력하다 오타를 수정하기 위해 백스페이스를 눌렀는데, 글자는 지워지지 않고 ^H, ^? 이런 문자들이 입력되는 경우 해결방법을 알아보겠습니다 syuda.tistory.com
linux socket 통신 https://www.xmodulo.com/tcp-udp-socket-bash-shell.html How to open a TCP/UDP socket in a bash shell How to open a TCP/UDP socket in a bash shell Last updated on October 21, 2020 by Dan Nanni Suppose you want to open a TCP/UDP socket on a Linux server for various reasons. For example, you want to check if a specific address/port is reachable. Or you want www.xmodulo.com
리눅스 명령어 모음 1. IP 확인하기 hostname -I https://zetawiki.com/wiki/%EB%A6%AC%EB%88%85%EC%8A%A4_IP_%ED%99%95%EC%9D%B8 리눅스 IP 확인 - 제타위키 다음 문자열 포함... zetawiki.com 2. 웹에서 파일 다운받기 wget https://github.com/h2database/h2database/releases/download/version-2.1.214/h2-2022-06-13.zip curl -O https://github.com/h2database/h2database/releases/download/version-2.1.214/h2-2022-06-13.zip 3. zip파일 풀기 unzip 파일명.zip
How to open a TCP/UDP socket in a bash shell https://admin-ahead.com/forum/general-linux/how-to-open-a-tcpudp-socket-in-a-bash-shell/
associate 자료 chocoball.tistory.com/entry/Software-AWS-Certified-2 Software | AWS Certified 자격증 취득기 - 2 이 포스트는 AWS 인증 자격시험 두 번째인, AWS Certified Solutions Architect - Associate 취득기가 되겠습니다. * Exam Name - AWS Certified Solutions Architect - Associate * Exam Code - SAA-C01 * Onlin.. chocoball.tistory.com