当前位置:网站首页>Package folders as ISO
Package folders as ISO
2022-06-29 13:16:00 【Know the old code】
Package folders into iso
Linux Package folders into iso
Synced epel The source is ready to set up offline yum Source , But there are too many documents , Uploading to the server is too slow , Pack it up iso Format , After uploading, you can mount directly without decompressing .mkisofs Only support Ubuntu and Centos, I won't support it Windows
# mkisofs -r -o Disc name .iso -J -R -V bb The path to package
mkisofs -o epel7.iso -J -R -V bb share
# -r Parameters Set all file attributes to all human readable attributes
# -o Parameters Specify disc name
# -V Parameters After that, specify the ID
# -J Parameters Keep the original file name
# -R Parameters recursive , Pack all the files in the folder
Windows Package folders into iso
Third party tools need to be installed
边栏推荐
- Qt的信号与槽
- C # implements the operations of sequence table definition, insertion, deletion and search
- If I am in Shenzhen, where can I open an account? In addition, is it safe to open an account online now?
- SCHIEDERWERK电源维修SMPS12/50 PFC3800解析
- 从零搭建Pytorch模型教程(四)编写训练过程--参数解析
- Schiederwerk Power Supply repair smps12 / 50 pfc3800 Analysis
- 【君正T31】只读rootfs文件系统squashfs的解压和打包
- 安装typescript环境并开启VSCode自动监视编译ts文件为js文件
- Memorized Function
- 记一次固态更新与系统迁移debug的过程
猜你喜欢

从零搭建Pytorch模型教程(五)编写训练过程--一些基本的配置

趣谈网络协议(二)传输层

Interesting talk on network protocol (II) transport layer

Qt的信号与槽

Don't build the wheel again. It is recommended to use Google guava open source tool class library. It is really powerful!

Hystrix circuit breaker

Matlab简单入门

Cvpr2022 𞓜 loss problem in weakly supervised multi label classification

CVPR2022 | 弱监督多标签分类中的损失问题

C#线索二叉树的定义
随机推荐
Deep understanding of volatile keyword
qt json
C # implements queue structure definition, incoming and outgoing operations
bind原理及模拟实现
安装terraform-ovirt插件为ovirt提供自动化管理
编写一个shell脚本,求一个数的”逆序数“
Redis deletion policy and eviction algorithm
Application Service Vulnerability scanning and exploitation of network security skills competition in secondary vocational schools (SSH private key disclosure)
CVPR2022 | 通过目标感知Transformer进行知识蒸馏
如何统计项目代码(比如微信小程序等等)
Testing -- automated testing: about the unittest framework
RT-Thread内存管理
如果我在深圳,到哪里开户比较好?另外想问,现在在线开户安全么?
[Junzheng T31] decompression and packaging of read-only rootfs file system squashfs
C # implements the operations of sequence table definition, insertion, deletion and search
从零搭建Pytorch模型教程(四)编写训练过程--参数解析
C语言的指针详解
【云驻共创】工业智慧“大脑”,老厂焕新的加速秘籍
Schiederwerk power supply maintenance smps12/50 pfc3800 analysis
mybaits入门(含实例教程和源码)