Set Up Git and GitHub on CentOS 6

ETCS 2012-09-15

A quick guide to installing and setting up Git and GitHub on CentOS 6 using yum.

bash centos clone

Clean the WinSxS Folder in Windows 7

ETCS 2012-09-09

Winsxs can grow to be quite large, a cleanup can help saving space on the system drive.

windows

Install Lighttpd on CentOS 6

ETCS 2012-08-09

A quick guide to installing and running the Lighttpd web server on CentOS 6, a lightweight and high-performance alternative to Apache.

centos install lighttpd

Install Python and Django on CentOS 6

ETCS 2012-08-09

A guide to installing Python and the Django web framework on CentOS 6 with Apache.

apache centos django

Install VirtualBox Guest Additions on CentOS 6 Minimal

ETCS 2012-08-08

How to install VirtualBox Guest Additions on a CentOS 6 minimal installation, including the required build dependencies.

centos install virtualbox

Install VirtualBox Guest Additions on Ubuntu Server

ETCS 2012-08-08

A walkthrough for installing VirtualBox Guest Additions on Ubuntu Server 12.04 and 12.10, from enabling root access to mounting and running …

ubuntu virtualbox virtualization

Set Up BOINC on CentOS, RHEL, or Fedora

ETCS 2012-08-07

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

ETCS 2012-08-03

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

calipso centos cms

Install LiteSpeed Web Server on CentOS 6

ETCS 2012-07-30

A step-by-step guide to installing and configuring LiteSpeed Web Server on CentOS 6.3.

centos litespeed web-server

Install Meteor.js on CentOS

ETCS 2012-07-30

How to install Meteor.js on CentOS, create your first app, deploy to meteor.com, and configure it as a system daemon.

centos javascript meteor-js

Install Ruby on Rails on CentOS 6

ETCS 2012-07-30

A step-by-step guide to installing Ruby, RubyGems, SQLite, and Ruby on Rails on a fresh CentOS 6.3 minimal server.

centos gcc rhel

Install MySQL, MongoDB, and CouchDB on CentOS 6

ETCS 2012-07-29

Installation instructions for MySQL, MongoDB, and CouchDB on RHEL/CentOS 6.3, covering both SQL and NoSQL database options.

centos couchdb mongodb

Install Nginx on CentOS 6

ETCS 2012-07-29

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

Fix Wrong Post Titles in Google with WordPress SEO

ETCS 2012-07-23

How to fix incorrect post titles showing up in Google search results for your WordPress site using the WordPress SEO by Yoast plugin.

google wordpress seo

Fix ‘Cannot Find Module block-stream’ in npm on CentOS

ETCS 2012-07-21

Overview While writing and exploring on Node.js I did lots of ‘yum remove/install’ for npm node.js. after a while I realized that npm …

centos linux node-js

Install npm on CentOS 6 Using install.sh

ETCS 2012-07-21

How to install npm on CentOS 6 minimal using the install.sh script, including a workaround for the missing which command.

node-js npm centos

Install Node.js and Express.js on CentOS

ETCS 2012-07-19

 CentOS Node.js / Express.js / Derby.js / Meteor.js is EASY! In the following tutorial I will show you how to install CentOS Node.js and the …

centos derby-js express-js

Add a Delete Confirmation Alert to HTML Forms with JavaScript

ETCS 2012-07-11

A simple JavaScript technique to add a confirmation dialog before a delete action is submitted in an HTML form.

html javascript php