Server

Set Up BOINC on CentOS, RHEL, or Fedora

Boinc BOINC is an open-source software platform for computing using volunteered resources, Use the idle time on your computer (Windows, …

bash centos linux

Install Calipso CMS on CentOS 6

Step-by-step guide to installing Calipso CMS on CentOS 6.3 using Node.js, npm, and MongoDB.

calipso centos cms

Install Nginx on CentOS 6

What is nginx nginx [engine x] is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev. read more

apache centos http

Monitor FlexLM License Status with Bash

Overview A Bash script that automatically monitors FlexLM (FlexNet) license server status across multiple applications and sends email …

bash centos linux

Build a Snapshot Backup Server with Linux and Rsync

Overview How to set up a snapshot-style backup server on Linux using rsync and hard links, with SSH key authentication and NFS or CIFS …

bash centos linux

ERPXE: Network Boot and Manage Your Computers

This article will explain what is a PXE system, and how to install an Open Source project called: ERPXE.

erpxe install pxe

Transfer data from PHP to Android (JSON) - Part 3

this is part 3 of 3 about transferring data from PHP to Android app. you can read part 1 here. you can read part 2 here.

android development eclipse

Transfer data from PHP to Android (JSON) - Part 1

You may reach a point where you need to transfer data from a server (web-service) to a an android client. although, there are many ways to …

android development eclipse

Transfer data from PHP to Android (JSON) - Part 2

This is part 2 of 3 about transferring data from a PHP page to an android app using JSON. you can read part 1 here.

android development eclipse