Latest Publications

The error on VirtualBox: Please use a kernel apropriate for your cpu

I was trying to install new virtual machine (Ubuntu 8.10 Server – i386 ) on VirtualBox. After i install my O.S, while it was reebooting the system, my Ubuntu system stucked with the error:  ” Please use a kernel apropriate  for your cpu ” error.
After a while googling, i found how to solve this issue:
1. [...]

Read the rest of this entry »

Installing Arch GNU/Linux on TOSHIBA Satellite PRO U300

Installation:
I will not tell you basic setup of Arch Linux, because it has been told at Arch Linux beginners guide very well. So you can follow up the setps Part I (Install the Base System) and Part II (Configure&Update the New Arch Linux base system) exactly. After that:
1. We will install Xorg packet via terminal:
#sudo [...]

Read the rest of this entry »

Installing Sugarcrm Community Edition on Arch Linux

I want to check one of the most famous CRM softwares, SugarCRM, so i googled it, but unfortunately i got no result on Arch Linux, so i decided to setup myself. Then i posted here. Hope it helps somebody else who wants to setup on Arch Linux.
SugarCRM is a webbased CRM solution written in PHP. [...]

Read the rest of this entry »

How to create easy-rsa key for non-existing client at OpenVPN Server

1. Connect your OPENVPN Server via ssh.
2. Change your directory to easy-rsa directory, mine is:  “/usr/share/doc/openvpn/examples/easy-rsa/2.0/
3. Run the commands below for to create a new rsa key of “Cihan Dogan”:
#. ./vars
#./build-key cihan.dogan
4. You will see the informations below, give your answers to the corresponding questions like below:
Generating a 1024 bit RSA [...]

Read the rest of this entry »

How to setup OPENVPN Server on Debian Lenny

The following steps define how to setup OPENVPN Server side configuration on Debian Lenny, but do not forget that these steps are customized for the network scheme above. Therefore this documentation does not include default configurations at every stage.
1. Install Debian Lenny on your server. And be sure that you have two different nic available. [...]

Read the rest of this entry »

How to setup OpenVPN Client GUI on Microsoft Windows Vista x86

Follow up the steps described below for connecting your Openvpn Server from any Microsoft Windows Vista x86 Client:
1. Download openvpn-2.0.9-gui-1.0.3-install.exe
2. Right-click to the downloaded file and install it with administrative privilages.
3. For default, after that openvpn client installation, the master directory appears at “C:\ProgramFiles\OpenVPN\”. Right-click to OpenVPN folder and allow full permission to your logged-in [...]

Read the rest of this entry »