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 | 31 |
Tags
- 정규식 컴파일
- snmp test
- c3 축 가리기
- python os
- linux시간으로 변경
- selinux port 등록
- c3 second
- centos pyhon 설치
- python popen
- gcc 업데이트
- 정규식 활용
- CentOS7
- python subprocess
- c3 축 없애기
- regex_search
- 백준
- InfluxDB
- 1697
- c3 step graph
- snmp
- influxdb 설치
- telegraf
- c3 초
- gcc regex
- subporcess path
- grafana dashboard
- semanage
- g++ 업데이트
- c++ 정규식
- 정규식 문자열 출력
Archives
- Today
- Total
리셋 되지 말자
date(UTC)시간을 linux 시간으로 변경 본문
[root@kkj htcondor-config]# date -d "2014-05-01" +%s
1398870000
[root@kkj htcondor-config]# date -d "2014-05-01T09:03:21" +%s
1398902601
위와 같은 명령어 및 옵션으로 date 시간을 linux시간으로 변경할 수 있다.
'Linux Tips' 카테고리의 다른 글
[CentOS 8] Python(파이썬) 설치 (0) | 2020.03.25 |
---|---|
[CentOS] pstree 안될때 (0) | 2020.03.20 |
[CentOS7] selinux 포트 설정(ssh 접근 포트 변경) (0) | 2020.01.31 |
bash 출력 다루기 - tail, awk (0) | 2020.01.29 |
[CentOS] centos version 확인 (0) | 2020.01.29 |
Comments