isodrive
Use your mobile device to boot Linux distributions/ISO files on your PC
파일 탐색기
- FUNDING.yml
- androidusbisomanager.h
- configfsisomanager.h
- util.h
- androidusbisomanager.cpp
- configfsisomanager.cpp
- main.cpp
- util.cpp
- .gitignore
- LICENSE
- Makefile
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
git clone
설명 보기 ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
mount
설명 보기 ▼
mount
호스트의 디렉터리/드라이브/이미지를 가상 DOS 드라이브로 마운트하는 명령어.
더 많은 정보: <https://www.dosbox.com/wiki/MOUNT>.
MOUNT C .
현재 디렉터리를 C 드라이브로 마운트:
MOUNT C {{C:\path\to\directory}}
특정 디렉터리를 C 드라이브로 마운트:
MOUNT C {{C:\path\to\directory}} -freesize {{1024}}
사용 가능한 공간의 제한 설정 (MB 단위로):
apt install
설명 보기 ▼
apt install
Install packages for Debian-based distributions.
sudo apt install {{package}}
Install a package, or update it to the latest version:
sudo apt install {{[-V|--verbose-versions]}} {{package}}
Display verbose package version information during installation or update:
