Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Private Key
- ubuntu
- PuTTYgen
- IoT Central
- x.509
- Python
- Ethernet
- micropython
- raspberrypi
- nodejs
- PIR
- aws
- openssl
- adafruitio
- SSH
- 라즈베리파이3
- W5100S
- W5500
- putty
- Linux
- RP2040
- WIZnet
- vscode
- circuitPython
- W5100S-EVB-Pico
- w5500-evb-pico
- Azure
- Raspberry Pi
- thonny
- ChatGPT
Archives
- Today
- Total
목록lsb_release (1)
Develop Note
[Linux] 리눅스 배포판 정보 확인 방법
현재 사용중인 리눅스의 배포판을 확인하는 방법에 대해 소개한다. 1. lsb_release 명령어 사용 // ubuntu 14.04 $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.5 LTS Release: 14.04 Codename: trusty // ubuntu 16.04 $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.3 LTS Release: 16.04 Codename: xenial 2. grep . /etc/*-release // ubuntu 14.04..
Linux
2017. 10. 28. 18:36