linux xz压缩解压
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
1. 解压 xz 格式文件
方法一:
需要用到两步命令:
首先利用 xz-utils 的 xz 命令将 linux-3.12.
tar
.xz 解压为 linux-3.12.
tar
,
其次用
tar
命令将 linux-3.12.
tar
完全解压。
xz -d linux-3.12.
tar
.xz
tar
-xf linux-3.12.
tar
方法二(推荐)
tar
-Jxf linux-3.12.
tar
.xz
2. 创建 xz 格式文件
方法一:
也是用到两步命令:
首先利用
tar
命令将 linux-3.12 文件夹打包成 linux-3.12.
tar
其次用 xz-utils 的 xz 命令将 linux-3.12.
tar
压缩成 linux-3.12.
tar
.xz。
tar
-cf linux-3.12.
tar
linux-3.12/
xz -z linux-3.12.
tar
方法二(推荐)
tar
-Jcf linux-3.12.
tar
.xz linux-3.12/
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献40条内容
所有评论(0)