Questions tagged «cygwin»

cygwin在Microsoft Windows操作系统下提供了一个类似Unix / Linux的环境。

1
如何在Cygwin上使用SSH设置HOME路径?
我有一堆用户想要为其设置默认的HOME目录,以便当他们登录在Windows Server 2008上在Cygwin上运行的SSHD时,会在特定目录中设置(C:\ sandboxsites \ $ USER) 关于如何使用Cygwin / SSHD做到这一点的任何想法? 我按照以下说明在Windows上设置SSHD http://lifehacker.com/205090/geek-to-live--set-up-a-personal-home-ssh-server

1
Cygwin上的tdbloader:java.lang.NoClassDefFoundError
我正在尝试在Cygwin上使用tbdloader(Windows 7使用最新的Java安装)。 这是tbdloader文档: http://jenawiki.hpl.hp.com/wiki/TDB/Commands 这是我用来在我的机器上调用tdbloader的包装脚本: #!/bin/bash # Cygwin script to import large NT files in TDB. CD /cygdrive/c/mypath/TDB-0.8.10 echo "TDB found. Setting path" export TDBROOT=/cygdrive/c/mypath/TDB-0.8.10 export PATH=$PATH:$TDBROOT/bin CD /cygdrive/c/mypath/ontodata/ echo "Running import..." tdbloader --loc ./tdb ./datasets/large_file.nt 这是我得到的错误: java.lang.NoClassDefFoundError: tdb/tdbloader Caused by: java.lang.ClassNotFoundException: tdb.tdbloader at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at …


1
为什么我的Cygwin安装有错误的$ PATH?
我刚刚在我的电脑上安装了Cygwin。如果我输入 echo $PATH 我可以看到这个输出: $ export $PATH -bash: export: `/usr/local/bin:/usr/bin:/cygdrive/c/Program': not a valid identifier -bash: export: `(x86)/NVIDIA': not a valid identifier -bash: export: `Corporation/PhysX/Common:%CommonProgramFiles%/Microsoft': not a valid identifier -bash: export: `Shared/Windows': not a valid identifier -bash: export: `Live:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program': not a valid identifier -bash: export: `Files/OpenVPN/bin:/cygdrive/c/Program': not a valid identifier -bash: …
cygwin 

1
Cygwin使用Windows命令
我想用Cygwin构建一个库。 我在Windows 8.1上安装了Cygwin并将其添加到了Windows的路径中。 我仍然收到此错误: Cygwin仍然希望启动Windows的FIND命令而不是Unic版本。

0
Cygwin的Vim跳过按键
我的Cygwin安装工作正常,除非我在vim中编码,它会跳过我按下的键,而且经常烦人地发生。我在bash中时似乎没有这个问题,但是当我开始在vim中编辑文件时,它变得几乎无法忍受。 我正在使用远程Windows 7虚拟机(我不知道它运行的平台),但所有其他功能工作得相当好。

0
如何在Mingw或Cygwin下更改权限?
我的 ~/.ssh/id_rsa 我相信它应该是640.主机是Windows 10,我有git-bash 2.17.0和MobaXterm 10.5-3582。 如果我试着 改变组 ,git-bash会失败 $ chown :Users ~/.ssh/id_rsa* chown: invalid group: ‘:Users’ 但是,MobaXterm将改变该组织。无论如何,既不会更改权限,也不会使用 chmod 600 ~/.ssh/id_rsa 要么 setfacl -s u::rw-,g::---,o:--- ~/.ssh/id_rsa 文件权限保持不变: $ ll ~/.ssh/id_rsa -rw-r--r-- 1 MyUser UsersGrp 3243 Nov 30 18:24 /home/mobaxterm/.ssh/id_rsa 编辑: $ getfacl /home/mobaxterm/.ssh/id_rsa # file: /home/mobaxterm/.ssh/id_rsa # owner: MyUser # …

0
如何根据时间戳下载网站的HTML页面?
我知道这可能是一个重复的问题,我为此感到抱歉, 但是我找不到任何问题的答案。 我只是想下载Pages html文件,没有任何其他内容, 和(如果可能的话)我想制作一个时间戳选项,只下载“比...更新”的页面 我认为Wget可能会很棒。 (我的系统上安装了CygWin和GNUWin32) 任何帮助请 - 提前感谢...

0
在cygwin中,我无法修改主目录中的文件
在我的 cygwin 终端,我无法修改我的主目录中的文件 $ echo $HOME /home/user123 $ cd $HOME $ pwd /home/user123 $ ls -ld . drwxr-xr-x+ 1 user123 None 0 Jan 2 16:46 . $ touch foo touch: cannot touch `foo': Permission denied $ whoami user123 但是,如果我 Run as administrator 当我开始的时候 cygwin 终端,我可以修改文件 $ echo $HOME /home/user123 $ …
cygwin 

1
未知功能:vundle #start
我将vundle文件克隆到cygwin下的主目录中 然后我按照以下说明操作: https://github.com/VundleVim/Vundle.vim 因为我在cygwin下运行vim,所以改变了我的运行时路径 .vimrc 档案: set rtp+=C:cygwin64/home/USERNAME/.vim/bundle/Vundle.vim/ call vundle#begin('C:/cygwin64/home/USERNAME/.vim/bundle/') 现在我每次在cygwin下运行vim时都会遇到以下错误: Error detected while processing /home/username/.vimrc line 7: E117: Unknown function: vundle#begin line 10: E492: Not an editor comand: Plugin 'VundleVim/Vundle.vim' line 15: E117: Unknown function: vundle#end Press ENTER or type command to continue 按Enter后,vim正常运行但没有vundle。 问题: 什么想法可能是错的? vundle与cygwin兼容?

1
Cygwin:使用密钥对运行SSH.exe(不带cygwin.bat)
我有一个盒子我正在尝试使用没有密码的密钥对创建SSH隧道。如果我运行cygwin.exe并使用ssh-keygen生成没有密码的密钥对并将公钥放在服务器上我可以使用ssh在2个框之间创建隧道没问题。 我的问题是这个。我可以这样做而无需运行cygwin.bat并直接从命令提示符使用ssh.exe。 当我尝试这个时,系统会提示我输入用户的密码,而不是使用密钥对。我假设当我运行cygwin.exe时,它正在加载我的usr目录并使用.ssh目录中的密钥对,当我直接运行ssh.exe时,它没有加载我的usr目录,因此它没有尝试使用密钥对,并提示我输入密码。 我该如何解决这个问题?

1
如何从批处理文件中递归压缩utf-8文件和文件夹?
我有一个名为“Attachments2”的文件夹。我在Windows 7中工作,并使用从cygwin下载的zip.exe来压缩此文件夹。 在此文件夹中,有文件夹和文件,其名称和内容中包含希伯来字符(在文件的内容中)。 文件和文件夹的名称不会保留为原点,但文件的内容是。 请帮忙。 Remerrds,Omer。

1
在登录期间仅为一个特定用户ssh关闭连接
我正面临这个奇怪的问题,即SSH服务器在登录期间关闭此特定用户的连接。我从未看到用户的密码提示,服务器甚至在此之前关闭连接。 我已经检查了服务器上相关文件的权限设置是否正确。服务器是运行cygwin的Windows机器。 这是以下日志ssh -vvv ronakg@<server_ip>: OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connecting to <server_ip> [<server_ip>] port 22. debug1: Connection established. debug1: identity file /users/ronakg/.ssh/identity type -1 debug1: identity file /users/ronakg/.ssh/id_dsa type -1 debug3: Not a …

0
cvs - 连接到Windows远程pserver:没有这样的存储库
我安装了Windows 10和Cygwin并安装了cvs。我正在尝试连接到远程Windows CVS pserver进行测试。尽管我可以连接Eclipse CVS客户端,但我无法连接Cygwin命令行。它说“没有这样的存储库”。 我在Eclipse CVS设置中拥有的是: 用户名:我的用户名 密码:我的密码 主持人:10.99.64.39(我猜这是内部的) repo路径:N:\ CVSRepositorio \ xxxxxx port:使用默认端口 我使用的命令是: cvs -d :pserver:username@10.99.64.39:2401/N:\\CVSRepositorio\\xxxxxx login 输入密码后,会发生错误。 有变化的\\,以/与不工作。我只是没有看到将Windows路径映射到UNIX-CVS可识别表单的可能性。 问题是什么?

0
cygwin ssh连接OK通过localhost,但不是通过127.0.0.1
我已经安装了Cygwin和OpenSSH服务器。 Cygwin版本为2.2.1(0.289 / 5/3),OpenSSH版本为7.0p1-1 经过一些配置后,我可以在我的SSH服务器上连接: $ ssh username@localhost username@localhost's password: Last login: Sat Aug 22 13:37:06 2015 from ::1 但是,我无法在我的SSH服务器上连接: $ ssh username@127.0.0.1 username@127.0.0.1's password: Permission denied, please try again. username@127.0.0.1's password: Permission denied, please try again. username@127.0.0.1's password: Received disconnect from 127.0.0.1: 2: Too many attempts. Disconnected from 127.0.0.1 …

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.