블로그
- [Linux] Packet Generater Cisco TREX 설치 및 사용 TREX 설치 1) 필수 패키지 설치 sudo apt update sudo apt install pciutils python3 python3-distutils -y 2) TREX 설치 # TRex용 디렉토리 생성 및 이동 mkdir -p /opt/trex cd /opt/trex # trex 다운로드 (서버 인증서 오류 방지를 위해 옵션 추가) sudo wget
- 프론트 백앤드 백오피스 프레임워크 구성 "/opt/homebrew/opt/nvm/nvm.sh"' >> ~/.zshrc source ~/.zshrc nvm install --lts watchman 설치(파일변경 감지용) brew install watchman JDK 설치 (React Native는 Android 개발에 Java 필요) brew install openjdk@17 # zsh에
- Template 서버 생성하기 #1 대해 알아보도록 하겠습니다. [1] 자바 설치 [2] 톰캣 설치 설치 환경> UCloud Server cent63 > OS : CentOS > JDK : 1.7 Install Infomation> Owner Account : ucloud > Application : /home/ucloud (80G mounted) > Engine : /opt
- [apache] 설치 (2) gcc No recognized SSL/TLS toolkit detected - yum install openssl-devel make: command not found - yum install make
- Install Python2.6.4, mod_wsgi and Django on CentOS 5.4 The solution was to install 2.6.4 from source and use /opt for the prefix so that 2.6.4 becomes the default : Install Build Requirements Run the following command as root (or with sudo) to install gc.......