전체 글(809)
-
Spring Boot 설치
STS 다운로드 : https://spring.io/tools Spring Tools 4 is the next generation of Spring tooling Largely rebuilt from scratch, Spring Tools 4 provides world-class support for developing Spring-based enterprise applications, whether you prefer Eclipse, Visual Studio Code, or Theia IDE. spring.io https://download.springsource.com/release/STS4/4.13.0.RELEASE/dist/e4.22/spring-tool-suite-4-4.13.0.RELEASE-..
2021.12.25 -
CentOS 설치
참조 : https://mainia.tistory.com/5945 리눅스 CentOS 7 설치 부팅 디스크 만드는 방법 컴퓨터를 포맷하고 새로운 OS 를 설치하기 위해서는 부팅디스크가 필요합니다. 요즘은 CD 플레이어가 컴퓨터 구성에서 대부분 사라졌기 때문에 대용으로 USB 를 부팅디스크로 사용합니다. 부팅디 mainia.tistory.com 유선 셋팅 https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=nkkh159&logNo=221000526392 CentOS (7 기준) 이더넷(유선랜) 활성화하기 CentOS를 풀패키지 버전으로 설치한다면 모를까, 보통 설치한다면 서버버전, 그러니까 최소(Minimal)버... blog.naver..
2021.12.25 -
채굴 셋팅
1660 super Core Clock: -110 Memory Clock: +1133 Power Limit: 61 76W Hash: 30-32MH 자꾸 해쉬가 26MH 으로 내려가고, 전력 100w이상 으로 올라가서 셋팅 변경 Core Clock: 0 Power Limit: 56 70W Hash: 31-32MH RTX 3060 Core Clock: -200 Memory Clock: +1200 Power Limit: 65 110W Hash: 34-35MH : 온도가 높으면, 해시가 떨어짐 모니터 연결 안해야 함 # 22-02-19 셋팅 Core Clock: -200 Memory Clock: +1200 Power Limit: 70 Fan : 70 CPU Temp : 59 118W Hash: 35-36MH R..
2021.12.24 -
핸드폰 루팅
갤럭시 S7 참고 : https://m.blog.naver.com/timeless947/221927525919 [안드로이드] 갤럭시 S7 루팅 하는 법 / Odin / TWRP / Magisk 가끔 정차중에 네비화면으로 유뷰브나 영상 보는일이 많이 있는데, 이상하게 화면 미러링 기능을 공식적으... blog.naver.com 프로그램 다운로드 https://github.com/topjohnwu/Magisk GitHub - topjohnwu/Magisk: The Magic Mask for Android The Magic Mask for Android. Contribute to topjohnwu/Magisk development by creating an account on GitHub. github.com..
2021.12.11 -
Alpine 명령어
usb 마운트 fdisk -l mkdir /mnt/usb mount /dev/sdc1 /mnt/usb failed: Invalid argument 에러 발생 mount -t -vfat /dev/sdc1 /mnt/usb 변수 설정 result=`kubectl get secret -n {namespace} --kubeconfig=docker/config | grep {pod이름}` echo ${result} if else https://linuxhandbook.com/if-else-bash/ Using If Else in Bash Scripts [Examples] In this chapter of bash beginner series, you'll learn about using if-else, nested..
2021.12.11 -
Centos 명령어
Bit 확인 getconf LONG_BIT CentOS SELinux 해제 상태 확인 sestatus 설정 해제 vi /etc/selinux/config SELINUX=disabled #SELINUX=enforcing 재기동 reboot Firewall 포트 등록 및 확인 firewall-cmd --list-all firewall-cmd --add-port=포트/tcp --permanent firewall-cmd --add-port=포트/udp --permanent firewall-cmd --remove-port=포트/tcp --permanent sudo systemctl restart firewalld ssh를 이용한 파일 다운로드 https://www.lanian.co.kr/entry/SSH%EB%A..
2021.12.11