일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- Spring Security
- template
- springboot
- Spring Boot
- github
- Java
- intellij
- hikari
- bitbucket
- oracle between
- oracle
- ORACLE CLOUD
- between date
- git
- python 개발환경
- catalina log
- hikaricp
- Spring
- 배열스트링
- Linux
- 라즈베리파이
- MySQL
- log4j profile
- log4j2
- datasource
- between 날짜
- mybatis
- STS
- Gradle
- ubuntu
Archives
- Today
- Total
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- Spring Security
- template
- springboot
- Spring Boot
- github
- Java
- intellij
- hikari
- bitbucket
- oracle between
- oracle
- ORACLE CLOUD
- between date
- git
- python 개발환경
- catalina log
- hikaricp
- Spring
- 배열스트링
- Linux
- 라즈베리파이
- MySQL
- log4j profile
- log4j2
- datasource
- between 날짜
- mybatis
- STS
- Gradle
- ubuntu
Archives
- Today
- Total
목록라즈베리파이 #WIFI연결 #ubuntu #우분투 #편리함. (1)
파워노트
[라즈베리파이 4] ubuntu 고정아이피 , wifi 설정.
# 준비 - 라즈베리파이 4 - 라즈베리파이에 우분투가 설치 되어 있어야 합니다. https://ubuntu.com/download/raspberry-pi ethernet 고정아이피 : 192.168.0.250 > wifi 고정 아이피 : 192.168.0.240 > 아래 WIFI SSID 와 비밀번호를 설정해 주어야 합니다. access-points에 WIFI 접속에 필요한 정보를 기입합니다. ubuntu@ubuntu:/etc/netplan$ sudo vi 10-wifi-static-init.yaml network: ethernets: eth0: addresses: - 192.168.0.250/24 gateway4: 192.168.0.1 nameservers: addresses: [168.126.63...
Raspberry Pi
2020. 7. 11. 11:25