Blog

  • 3 of the Best Helpdesk Support Software This 2016

    3 of the Best Helpdesk Support Software This 2016

    If you’re looking for the best Help Desk Software for your small business, then read on to know more. I’ll be talking about the few systems and platform that I’ve personally tested and actually configured and used. This is not a review post, it’s a shortlist of what I’ve tested and worked for us.
  • How to Install osTicket on a Virtual Private Server – The Quick and Easy Way

    How to Install osTicket on a Virtual Private Server – The Quick and Easy Way

    Step-by-step guide for newbies, on osTicket installation (the free help desk software) using Ubuntu Server. You could follow this guide using Linux-based machine or server on your local area network, or on a Cloud VPS hosted by companies like; DigitalOcean, Linode or Vultr. You could also use a virtual machine if you want to.
  • Easily Build Your Own Email Server Using Ubuntu Linux

    Easily Build Your Own Email Server Using Ubuntu Linux

    Another step-by-step guide in building and running your own email server on the cloud using your own domain name. You’ll need Ubuntu Server and “Mailinabox” for this tutorial. You will need to self-host it on a dedicated server or VPS. You can use known VPS providers like DigitalOcean, Vulture or Linode. Take note, you need […]
  • Ultimate Guide on Remix OS Installation – USB or HDD Based

    Ultimate Guide on Remix OS Installation – USB or HDD Based

    UPDATED: 08-22-2017 – Here is the ultimate answer to your question on how to install Remix OS. I came up with various methods of installing this beautiful Linux-kernel based Operating System. This includes methods from the official site, along with other methods that some folks aren’t covering yet. You need to be a little tech […]
  • How to Build Your Own Cloud Storage Server using Nextcloud and Ubuntu

    How to Build Your Own Cloud Storage Server using Nextcloud and Ubuntu

    Once again I made a newbie-friendly and easy-to-follow guide for self-learners like myself. I’m not an expert, but I have enough knowledge to get the job done. So jump on in! This time I made a step-by-step tutorial in building your own cloud store file hosting and sharing service using free and open-source software called […]
  • How To Install uniCenta 4.4.2 On Linuxmint 19 (Mate Edition) or 18.04.1 LTS (Bionic Beaver) Desktop Edition

    How To Install uniCenta 4.4.2 On Linuxmint 19 (Mate Edition) or 18.04.1 LTS (Bionic Beaver) Desktop Edition

    Another step-by-step guide on how to install a Point-of-Sale software called uniCenta (v4.4.2), you need; 64-bit supported OS, Java SE Runtime Environment, and the latest version of uniCenta installed. v4.4.2 is the latest version (for x64 OS) at the time of writing this guide. So, on this step-by-step guide, we’ll be using Linux Mint 19 […]
  • Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing! Sample Code <virtualhost *:80> ServerName cloud.loc ServerAdmin [email protected] DocumentRoot /var/www/cloud.loc/owncloud ErrorLog /var/www/cloud.loc/logs/error.log CustomLog /var/www/cloud.loc/logs/access.log combined <directory /var/www/cloud.loc/owncloud> Options Indexes FollowSymLinks MultiViews AllowOverride All Require all granted </directory> </virtualhost> Sample Code 2 <virtualhost *:80> ServerName cloud.loc ServerAdmin [email protected] DocumentRoot /var/www/cloud.loc/owncloud ErrorLog […]