Merge pull request #3465 from ictlyh/master

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
This commit is contained in:
ictlyh 2015-10-27 20:43:40 +08:00
commit d8f2c93388
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -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 youre looking for. It makes use of SSH and Fuse to allow you to mount remote computers (or servers) locally.