nfs

Network File System (NFS) is a popular distributed filesystem protocol that enables users to mount remote directories on their server. It does not require client to have big disk space to store all files. NFS lets you leverage storage space in a different location and allows you to write onto the same space from multiple servers or clients in an effortless manner. Following commands are used to config CentOS 7.6 server.

Getting started with Docker

Since its release in 2013, Docker has been receiving a lot of attention and is considered to be likely to change the software industry.

However, many people don’t know exactly what Docker is, what problems to solve, and what are the benefits? This article explains it in detail to help everyone understand it. It also comes with easy-to-understand examples to teach you how to use it for daily development.

Docker Logo

JavaScript Versions

ECMAScript is the standard upon which JavaScript is based, and it’s often abbreviated to ES.

ES Versions

Edition Official name Date published
ES9 ES2018 June 2018
ES8 ES2017 June 2017
ES7 ES2016 June 2016
ES6 ES2015 June 2015
ES5.1 ES5.1 June 2011
ES5 ES5 December 2009

Pull Request

Pull Request is a Feature of GitHub

Pull request can be used in GitHub and platforms like GitLab and GitBucks.
It is not supported in your server if you make a repository by using git.