일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- plugin
- 보조정렬
- tomcat
- Spring
- window
- Express
- mapreduce
- Kotlin
- xPlatform
- Eclipse
- table
- Python
- mybatis
- MSSQL
- vaadin
- JavaScript
- hadoop
- SQL
- Android
- es6
- NPM
- IntelliJ
- SPC
- GIT
- SSL
- Java
- react
- R
- 공정능력
- Sqoop
- Today
- Total
목록os (35)
DBILITY
LKEY_LOCAL_MACHINE\SOFTWARE 아래에 Microsoft\browser, Microsoft>Edge,Google\Chrome에 RSAKeyUsageForLocalAnchorsEnabled REG_DWORD = 0를 입력해 준다.
[root@webtest opt]# cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/" CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" RE..
기록해 두자.머리는 저장이 안된다. 예전에 help를 보고했는데, 이젠 그것도 귀찮다. # find -newermt 'yyyy-mm-dd' 지정된 날짜이후에 수정된 목록이 출력된다. ex) # find -newermt '2022-07-01' # find -type f -mtime -d 현재부터 d일 이전부터 수정된 목록이 출력된다. 이게 더 편하다. ex) # find -type f -mtime -100 ex) # find -type f -mtime -100 | wc -l 100일 이내에 수정된 파일의 숫자를 표시할 수 있음.
다음과 같다. PS C:\Dev64\workspace\react001> Remove-Item -Recurse -Force .\node_modules\
공유기 환경에서 bridge adapter사용시 공유기가 gateway가 되서 virtualbox에 설치된 pi에 ssh로 접속할 수 있다.