我使用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
我该如何解决这个问题?
所以,我正在用下面的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
我卸载了xampp并尝试重新安装它,但是当试图将它解压缩到/opt目录时,我得到以下错误:
$ sudo tar -xzf xampp-linux-1.8.3-2-installer.run.tar.gz -C /opt
tar (child): xampp-linux-1.8.3-2-installer.run.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is n
Ubuntu18.04 TLS已经移动到CUDA 9.1,它不再支持Nvidia Fermi架构。
我尝试过使用--override选项(放弃编译器验证)从nvidia安装cuda 8工具包,但安装失败如下:
命令:sudo ./cuda_8.0.61_375.26_linux.run --override --toolkitpath /usr/local/cuda-8.0/
输出
You are attempting to install on an unsupported configuration. Do you wish to continue?
(y)es/(n)o [ defaul