标签: cvs

我如何通过 CVS 查看 OpenBSD 网站?

我最近在 OpenBSD misc 邮件列表上读到了这个:

"John Darrah" writes:
> Hi. Would it be possible to get SSL on the OpenBSD website(s)?
> It would be just a couple lines to change in nginx.conf/httpd.conf.
> SSL certificates are free from Startcom and cheap from other vendors.
> It would be really nice to have, even if it's not the default. I feel naked
> viewing the site over plain http. Thanks.

If you want encrypted access to the OpenBSD web site, do …
Run Code Online (Sandbox Code Playgroud)

openbsd cvs

3
推荐指数
1
解决办法
619
查看次数

在 rc 文件(如 .cvsrc)中指定一个别名作为首选编辑器?

我的 .cvsrc 中有:

cvs -q -e vim
Run Code Online (Sandbox Code Playgroud)

我想创建一个别名(比如 my-vim 或类似的东西):

alias my-vim="vim -S ~/myscript.vim"
Run Code Online (Sandbox Code Playgroud)

并且做

cvs -q -e my-vim
Run Code Online (Sandbox Code Playgroud)

不幸的是,这行不通。我该怎么做才能使别名在cvs -e参数内工作?

vim editors alias cvs

2
推荐指数
1
解决办法
329
查看次数

标签 统计

cvs ×2

alias ×1

editors ×1

openbsd ×1

vim ×1