- Video만 모두 다운로드하기
- youtube-dl 경로 –yes-playlist
- Audio로 변환하여 모두 다운로드하기
- youtube-dl 경로 -x –yes-playlist
Month: April 2019
Azure 구독 설정 삭제하기
1. Clear-AzureProfile -Force
2. PowerShell ISE나 PowerShell 콘솔 종료후 다시 시작.
3. 자격증명 자동 저장(캐시)을 중지
Disable-AzContextAutoSave
위의 내용은 PowerShell 콘솔이나 ISE에서 여러 계정으로 Azure 에 접속할 때 구독 계정이 혼란할 때 조치하는 방법이다.
Windows 10 Sandbox 기능 사용하기
참고자료: http://bit.ly/2DzzGaq
What is Sandbox?
In short, Windows Sandbox is half app, half virtual machine.
How Do I Get It?
Currently, the only way to use Sandbox is to join the Windows Insider program and put your PC on the fast track for updates.
Step One: Make Sure Virtualization is Enabled
Step Two: Turn On Nested Virtualization if You’re Running the Host System in a Virtual Machine (Optional)
Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true
Step Three: Enable the Windows Sandbox Feature
Control Panel > Programs > Turn Windows Features On
삭제하다, 제거하다
remove: 존재 자체를 없애다(backup한 것으로만 다시 restore할 수 있다; rm -rf)
delete: 종이를 구겨서 버리다 (repair하여 다시 사용할 수 있다; delete the message)
prune: 썩은 가지(사용되지 않는 것)를 잘라내다(docker system prune -a)
truncate: 가지를 아무렇게나 잘라내다(분제사들이 나무를 예쁘게 하기 위해 사용)
purge: 일소하다, 몽땅 삭제하다(apt purge gcc -y를 하면 package와 config 파일 모두 삭제)
flush: 누적된 것을 없애다(ipconfig /flushdns)
erase: 흔적/글씨를 제거하다(remove), (생각/느낌/기억을)없애다(remove)
clear: (방해되는 것/원하지 않는 것을)제거하다(remove)(Clear-Item: Item에 들어 있는 내용(속성 값; 원하지 않는 데이터)을 삭제하다; Clear! (아무도 없음))