Category Archives: Installing

Install an OpenVPN server and connect to it on windows

Follow the tutorial on linode to install openvpn: http://library.linode.com/networking/openvpn/debian-6-squeeze Attention: Both openvpn and dnsmasq shall be installed on the server. And on the file /etc/openvpn/server.conf, the following line must be exist and not commented : push “redirect-gateway def1″ By default … Continue reading

Posted in Installing, VPN, Windows | Tagged , , | Comments Off

How to install a network HP printer on Arch linux

The printer package does not work as it should be on my arch for HP laser jet P2035n. It costs me some hour to get it to work. Here’s the steps. 1). Install cups service pacman -S cups cups-pdf hplip … Continue reading

Posted in Installing, Network | Tagged , , | Comments Off

How to install pyramid

1.Install python 2.7/3.x 2.Install setuptools For windows, need to add C:\Python27\Scripts to PATH variable 3. Install virtualenv $ easy_install virtualenv create a virtual environement mysite: $virtualenv mysite $cd mysite $source bin/activate Then a new environment variable VIRTUAL_ENV would be set. … Continue reading

Posted in Installing, Module, Python | Tagged , , | Comments Off

Install an OpenVPN server and connect to it on windows

Follow the tutorial on linode to install openvpn: http://library.linode.com/networking/openvpn/debian-6-squeeze Attention: Both openvpn and dnsmasq shall be installed on the server. And on the file /etc/openvpn/server.conf, the following line must be exist and not commented : push “redirect-gateway def1″ By default … Continue reading

Posted in Installing, VPN, Windows | Tagged , , | Comments Off

Using nginx as front server to HipHop

As a HipHop user, you may need to use extras features like SSL support, faster static cache files, gzip compression, geolocalisation, DoS evasion or just a server to do load balancing. It can also be useful to show a nicer error message … Continue reading

Posted in Installing, Nginx | Tagged , | Comments Off

Building and Installing on Ubuntu 11.04 HipHop

Packages installation Using sudo or as root user: sudo apt-get install git-core cmake g++ libboost-dev libmysqlclient-dev libxml2-dev libmcrypt-dev libicu-dev openssl binutils-dev libcap-dev libgd2-xpm-dev zlib1g-dev libtbb-dev libonig-dev libpcre3-dev autoconf libtool libcurl4-openssl-dev libboost-system-dev libboost-program-options-dev libboost-filesystem-dev wget memcached libreadline-dev libncurses-dev libmemcached-dev libicu-dev libbz2-dev … Continue reading

Posted in Installing, Ubuntu | Tagged , , | Comments Off

Installing irssi via MacPorts on OS X Lion 10.7.1

I’ve floated back and forth between graphical IRC clients and terminal-based clients for a long time. However, I was sad to see that irssi wouldn’t build via MacPorts on OS X Lion. During the build, I saw quite a few … Continue reading

Posted in Installing | Tagged | Comments Off

Window 8 Installed and running!

Well, so it’s only the Dev version, but it still looks cool (so far!) Screenshots are on our Facebook page: http://www.facebook.com/WindowsPCguy

Posted in Installing, Windows | Tagged | Comments Off

Linux CentOS 5 Server: YUM Repository to Install Zend Optimizer

I recently needed to install Zend Optimizer which was required by a ZenCart addon using Zend Guard. Zend Guard encrypts some or all of a PHP application to help protect its contents from being copied or modified. So I was … Continue reading

Posted in Installing, yum | Tagged , , | Comments Off

Integrating eAccelerator Into PHP (CentOS 5.0)

This guide explains how to integrate eAccelerator into PHP5 on a CentOS 5.0 system. From the eAccelerator project page: “eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them … Continue reading

Posted in Cache, Installing, php | Tagged , , | Comments Off