일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ㅒ
- 코드로배우는스프링부트웹프로젝트
- /etc/network/interfaces
- 스프링부트핵심가이드
- 자료구조와함께배우는알고리즘입문
- 이터레이터
- 처음 만나는 AI수학 with Python
- network configuration
- iterator
- 리눅스
- 친절한SQL튜닝
- 목록처리
- Kernighan의 C언어 프로그래밍
- 선형대수
- baeldung
- 서버설정
- GIT
- 데비안
- 알파회계
- 코드로배우는스프링웹프로젝트
- 티스토리 쿠키 삭제
- 네트워크 설정
- 자료구조와 함께 배우는 알고리즘 입문
- 구멍가게코딩단
- resttemplate
- d
- 처음 만나는 AI 수학 with Python
- 페이징
- 스프링 시큐리티
- 자바편
- Today
- Total
목록OS 및 기타 (43)
bright jazz music
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/Kx4Eb/btr2D6RwyJp/VrwQw63ERl5dEmiii4cSNk/img.png)
지역환경변수 설정 [환경변수]=[환경변수내용] e.g. TOMCAT_HOME=/usr/local/tomcat 전역환경변수 설정 환경변수를 등록한 터미널 뿐만 아니라 다른 터미널에서도 사용할 수 있는 환경변수. export [환경변수]=[환경변수내용] e.g. TOMCAT_HOME=/usr/local/tomcat 루트 계정으로 해
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/GlefG/btr1dkYTcQs/FnHP4ZSLvmtt7RitKR3cfk/img.png)
들어가며 스웨거에는 두 종류가 있다. springdoc swagger springfox swagger 과거에는 springfox swagger가 일반적으로 사용되었다. 그러나 현재는 사실상 업데이트 중지상태이다. 이 포스팅에서는 springdoc swagger를 사용하여 swagger를 적용한다. springdopc swagger 공식 페이지 https://springdoc.org/ OpenAPI 3 Library for spring-boot Library for OpenAPI 3 with spring boot projects. Is based on swagger-ui, to display the OpenAPI description.Generates automatically the OpenAPI file..
https://vlog.tion.co.kr/usb-%EC%9A%A9%EB%9F%89-%EC%A4%84%EC%96%B4%EB%93%AC/ usb 용량 줄어듬 20메가에서 32기가로 다시 늘리기 usb 용량 줄어듬 20메가에서 32기가로 다시 늘리기 extend usb volume, how to decrease usb, how to increase usb, how to increase usb storage capacity, how to increase usb storage to 64gb, usb volume capacity windows 10, usb volume redic, usb vlog.tion.co.kr https://extrememanual.net/31896 USB 용량 줄어들었을 때 복구하는 방법..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/XDvTL/btr2TCB6Dud/IEhG4oihdeqmOd5Tk7TiVk/img.png)
Docker 기본 CLI명령어 https://docs.docker.com/engine/reference/commandline/docker/ docker docker: The base command for the Docker CLI. docs.docker.com 우선 Docker hub에서 centOS 이미지를 다운받아 테스트하겠다. https://hub.docker.com/_/centos centos - Official Image | Docker Hub DEPRECATION NOTICE This image is no longer supported/maintained (non-EOL tags last updated November 16, 2020, docker-library/official-images#9..
https://docs.docker.com/engine/install/centos/ Install Docker Engine on CentOS docs.docker.com - docker를 설치하기 위해선 centos 버전 7 이상이 필요 - centos-extras 리포지토리가 enabled 되어 있어야 함. - overlay2 storage driver 사용 추천 1. 구버전 도커 삭제 (설치되어 있을지 모르는 것들 삭제) sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ docker-engine [ro..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/dBuOgU/btrTiWJGJuI/AUkeQRBjUdkRds3koXgcF1/img.png)
이제 메모리를 라즈베리파이에 끼우고 전원을 연결해 부팅한다. 부팅하기 전에 모니터와 키보드를 연결해 놓는 것이 좋다. 첫 부팅이라면 Id: ubuntu / pw: ubuntu를 사용하여 로그인 할 수 있다. IP 설정. cd /etc/netplan 디렉토리에 접근한다.50~.yaml을 백업한다. 그리고 yaml 파일을 수정한다.
-rwxrwxrwx - : 파일이라는 의미. 만약 이 부분이 d로 되어 있으면 디렉토리라는 의미이다. rwx: read, write, execute의 의미. 만약 r-x로 되어 있으면 read와 execute는 할 수 있지만 write는 할 수 없다는 의미이다. 해당 항목이 디렉토리인 경우 x(execute) 권한이 없으면 디렉토리 내부로 진입할 수 없다. 첫 번째 rwx는 사용자, 두 번째 rwx는 그룹, 세 번째 rwx는 임의의 사용자이다. 권한 변경하기 rwx rwx rwx r: 4 w: 2 x: 1 4+2+1 = 7 따라서 sudo chmod 777sample.txt 명령어는 sample.txt 파일에 대해 소유자와, 소유자가 속한 그룹과, 임의의 사용자에게 모든 권한을 전부 주겠다는 의미이다. ..
https://owasp.deteact.com/cheat/cheatsheets/TLS_Cipher_String_Cheat_Sheet.html#recommendations-for-a-cipher-string TLS Cipher String · OWASP Cheat Sheet SeriesIntroduction This article is focused on providing clear and simple examples for the cipher string. They are based on different scenarios where you use the Transport Layer Security (TLS) protocol. Recommendations for a cipher string Scenari..
MariaDB [(none)]> desc mysql.user;+------------------------+-----------------------------------+------+-----+----------+-------+| Field | Type | Null | Key | Default | Extra |+------------------------+-----------------------------------+------+-----+----------+-------+| Host | char(60) | NO | PRI | ..