(macOS) .DS_Store 삭제
os.listdir로 directory file name을 불러올 때 .DS_Store가 존재하고 있었다. 네트워크 상 파일 이동 시 자동으로 생성되는 파일이었으며, 이를 삭제하는 방법은 다음과 같다. 네트워크 볼륨에서 .DS_Store 생성 차단 $ defaults write com.apple.desktopservices DSDontWriteNetworkStores true OS X 볼륨에서 .DS_Store 찾아서 삭제하기 $ sudo find / -name ".DS_Store" -depth -exec rm {} \; 일정 주기(아래 코드는 8:00)로 OS X 볼륨에서 .DS_Store 찾아서 삭제하기 sudo crontab -e i (insert) 00 8 * * * root find / -nam..
python/Numpy, Pandas
2020. 2. 28. 09:49
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- DAQ
- r
- MacOS
- raspberrypi
- vscode
- Pandas
- 확진
- 코로나
- SSH
- template
- DS18B20
- Regression
- Model
- COVID-19
- 코로나19
- Raspberry Pi
- ERP
- server
- CSV
- git
- github
- 라즈베리파이
- Templates
- Python
- Django
- arduino
- analysis
- 자가격리
- pyserial
- sublime text
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함