Running MongoDB Overview MongoDB is fast, document-oriented NoSQL server. It’s complementary to key-value cache stores like Redis or Memcached and is suitable when necessary....
Running Node.js Overview Node.js is a performant JavaScript backend built off Chrome’s JavaScript engine (v8). It’s also wicked fast. Node.js and its...
Running Redis Overview Redis is an advanced key-value cache and store, similar to memcached with better performance. It is available on newer...
Setting a task to run at startup Overview Services or scripts may be set to run upon server start within the control panel or via crontab(5) from the terminal....
tail emits warning: unrecognized file system type Symptom tail when used on v6.5+ platforms will successfully open a file, but elicit a warning similar to: tail: unrecognized...
Using Composer Overview Composer is a dependency manager for PHP akin to npm for Node and Bundler for Ruby. Composer is provided with...