From 4402acef11e299bc7c3733836a2d00b56da0f2da Mon Sep 17 00:00:00 2001 From: ictlyh Date: Tue, 27 Oct 2015 20:42:53 +0800 Subject: [PATCH] Translating: sources/tech/20151027 How to Install Ghost with Nginx on FreeBSD 10.2.md sources/tech/20151027 How to Use SSHfs to Mount a Remote Filesystem on Linux.md --- .../20151027 How to Install Ghost with Nginx on FreeBSD 10.2.md | 1 + ...027 How to Use SSHfs to Mount a Remote Filesystem on Linux.md | 1 + 2 files changed, 2 insertions(+) diff --git a/sources/tech/20151027 How to Install Ghost with Nginx on FreeBSD 10.2.md b/sources/tech/20151027 How to Install Ghost with Nginx on FreeBSD 10.2.md index 57e59b325e..e0624da202 100644 --- a/sources/tech/20151027 How to Install Ghost with Nginx on FreeBSD 10.2.md +++ b/sources/tech/20151027 How to Install Ghost with Nginx on FreeBSD 10.2.md @@ -1,3 +1,4 @@ +ictlyh Translating How to Install Ghost with Nginx on FreeBSD 10.2 ================================================================================ Node.js is open source runtime environment for developing the server-side applications. Node.js application is written in javascript and can be run on the server that running Node.js runtime. It is cross-platform runtime, running on Linux, Windows, OSX, IBM AIX, including FreeBSD. Node.js was created by Ryan Dahl and other developer working at Joyent on 2009. It is designed to build scalable network applications. diff --git a/sources/tech/20151027 How to Use SSHfs to Mount a Remote Filesystem on Linux.md b/sources/tech/20151027 How to Use SSHfs to Mount a Remote Filesystem on Linux.md index 41a825834c..957c34cd84 100644 --- a/sources/tech/20151027 How to Use SSHfs to Mount a Remote Filesystem on Linux.md +++ b/sources/tech/20151027 How to Use SSHfs to Mount a Remote Filesystem on Linux.md @@ -1,3 +1,4 @@ +ictlyh Translating How to Use SSHfs to Mount a Remote Filesystem on Linux ================================================================================ Have you ever wanted to mount remote file systems locally over secure shell? If so, SSHfs may be just what you’re looking for. It makes use of SSH and Fuse to allow you to mount remote computers (or servers) locally.