当前位置:网站首页>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
边栏推荐
- LR、CR纽扣电池对照表
- MATLAB求极限
- RT thread memory management
- Memorized Function
- Definition of C # clue binary tree
- Detailed explanation on configuration and commissioning of third-party servo of Beifu TwinCAT -- Taking Huichuan is620n as an example
- Schiederwerk power supply maintenance smps12/50 pfc3800 analysis
- ZALSM_EXCEL_TO_INTERNAL_TABLE 导入数据大问题解决
- leetcode 第 299场周赛
- C#实现二叉树非递归中序遍历程序
猜你喜欢

Schiederwerk power supply maintenance smps12/50 pfc3800 analysis

安装typescript环境并开启VSCode自动监视编译ts文件为js文件

C binary tree structure definition and node value addition

Interesting talk on network protocol (II) transport layer

Cvpr2022 𞓜 thin domain adaptation

Aes-128-cbc-pkcs7padding encrypted PHP instance

Testing -- automated testing: about the unittest framework

Schiederwerk Power Supply repair smps12 / 50 pfc3800 Analysis

Cvpr2022 𞓜 future transformer with long-term action expectation

MATLAB求极限
随机推荐
Netdata mail alarm configuration
C # output the middle order traversal through the clue binary tree
Interesting talk on network protocol (II) transport layer
C#实现二叉树非递归中序遍历程序
STK_GLTF模型
Adjacency matrix and adjacency table structure of C # realization graph
PyGame flips the image
CVPR2022 | 弱监督多标签分类中的损失问题
中职网络安全技能竞赛之应用服务漏洞扫描与利用(SSH私钥泄露)
强大、优秀的文件管理软件评测:图片管理、书籍管理、文献管理
How to count project codes (e.g. wechat applets)
编写一个shell脚本,求一个数的”逆序数“
【君正T31】只读rootfs文件系统squashfs的解压和打包
RT thread memory management
C # clue binary tree through middle order traversal
C语言的指针详解
Viewing splitchunks code segmentation from MPX resource construction optimization
C语言模拟实现所有字符函数
Code tidiness learning notes
服务器上的RTC时间与世界时间不一致解决办法