如何透過 CVS 查看 OpenBSD 網站?

如何透過 CVS 查看 OpenBSD 網站?

我最近在 OpenBSD 雜項郵件清單上讀到了這篇文章:

"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 a CVS checkout and
view it locally...

我不是程式設計師,所以這個提示並沒有告訴我如何做到這一點。

答案1

這一切都在OpenBSD AnonCVS 頁面。具體來說,在這種情況下:

$ cvs -d [email protected]:/cvs get www

這是透過 SSH 進行的,因此資料副本按照您引用的電子郵件交換中的承諾進行加密。

下載網站樹後,www/index.html在您選擇的瀏覽器中開啟。

當您稍後想要更新鏡像時,請進入該www目錄並輸入cvs up.

相關內容