我使用zip命令行和-r选项压缩了Mac上的一个目录。我将.zip scp到一个在Linux上运行的集群。
如果我尝试用以下命令解压缩.zip
tar -vxzf foo.zip
在我的机器上它可以工作。但是相同的命令在集群上不起作用。我得到了错误
gzip: stdin has more than one entry--rest ignored
tar: Child returned status 2
tar: Error is not recoverable: exiting now
我该如何解决这个问题?
我目前正在使用remastersys备份我的Ubuntu系统,但最后它告诉我以下错误:
The compressed filesystem is larger than genisoimage allows for a single file. You must try to reduce the amount of data you are backing up and try again.
但是,备份系统后,空闲空间留下了2GB。我没有办法解决这个问题。(此外:我的笔记本电脑里还有一个Windows 7系统)
Partition table: Device Boot Star
所以,我正在用下面的Dockerfile构建我的码头
# dummy base, which contains R
ARG MY_BASE_IMAGE=r-base
FROM ${MY_BASE_IMAGE}
ARG KING_URL="http://people.virginia.edu/~wc9c/KING/executables/Linux-king215.tar.gz"
ARG PLINK2_URL="https://github.com/chrchang/plink-ng/releases/download/2019/plink2_linux_x86_64_
我创建了一台ubuntu虚拟机器,并试图从mysqldump文件中恢复db模式。该文件是5560行SQL,因此我将不给您详细信息。我没有生成转储,但它的格式似乎与我通过google看到的一样。
jordan@jordan-VirtualBox:~/Desktop$ mysql -u [my login] -p [db name] < schemadump.sql
Enter password:
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresp