Articles Search Results

  1. How to Setup and Configure an OpenVPN Server on CentOS 6 This article will guide you through the setup and configuration of OpenVPN server on your CentOS 6 cloud server. We will also cover how to configure your Windows, OS X, or Linux client to connect to your newly installed OpenVPN server. Before we beg... Read More
  2. How To Set Up a Postfix Email Server with Dovecot: Dynamic Maildirs and LMTP PrefaceThis tutorial is based on How To Set Up a Postfix E-Mail Server with Dovecot and picks up where the first part ended. Please go through that tutorial first. In this article, we will divorce mailboxes from system accounts using dovecot&rsquo... Read More
  3. How To Install and Use PostgreSQL on Ubuntu 12.04 Install PostgresBefore we install postgres, we should quick perform a quick update of the apt-get repository: apt-get updateOnce apt-get has updated go ahead and download Postgres and its helpful accompanying dependencies: sudo apt-get install postg... Read More
  4. How To Install Node.js with NVM (Node Version Manager) on Server IntroductionIf you already know what Node.js is what it's for and why it's cool, then skip straight to the installation directions. If you want to know a bit more about node and it's ecosystem read on. For those who haven't hear... Read More
  5. How To Write a Linux Daemon with Node.js IntroductionA daemon is a program that runs in background and has no controlling terminal. They are often used to provide background services. For example, a web-server or a database server can run as a daemon. This tutorial will show you how to w... Read More
  6. Geddy.JS: A No-Brainer MVC Node.js Framework IntroductionGeddy is a full stack open source MVC framework based on ruby on rails methodology with built-in authentication module, passportjs and socket.io integration. Creating realtime secure applications in Geddy takes only a few commands; it giv... Read More
  7. How To Install an Upstream Version of Node.js on Ubuntu 12.04 About Node.jsNode.js. is a system that uses event-driven (as opposed to thread-based) programming to build scalable applications and network programs. It is especially helpful for building web servers. Written in Javascript, node.js was created i... Read More
  8. How To Install And Run A Node.js App On Centos 6.4 64bit Node.js installationNow that we're ready to install Node.js from sources. First, we'll move to /usr/src directory - the usual place to hold software sources. cd /usr/srcNow, we pick the latest compressed source archive from Node.js website... Read More
  9. How To Configure and Maintain Ghost from the Command Line How To Control the Ghost ServiceThe Ghost application is implemented on a daemon on our server instance. This means that we can start, stop and restart it easily using Ubuntu's service command. We can control the Ghost service like any other ser... Read More
  10. How To Manage Content Using the Ghost Blogging Platform How to Navigate the Content InterfaceGhost's content creation interface is incredibly simple. We can access our content by going to: your_domain_name/ghost You may have to sign in with the credentials you used to create the site. After that, you... Read More
Displaying 1 to 10 out of 78 articles found First Page Previous Page Page 1 of 8 Next Page Last Page