Archive for the ‘Programming’ Category

Apache with SSL

Monday, May 26th, 2008

This time I will show you how to install Apache web server with SSL. In the video you will also see how to access your Subversion repository, created and configured in previous episode, via SSL and SSH from Eclipse.

Whole process of configuring SSL certificates is automated using the Bash script I have prepared especially for this episode. You can download it here easycaandreq.sh

If you find this script or video useful please leave a comment.

Have fun.

Timeline:

00:20 Installing required packages
00:40 Using the custom script to install certificates
02:55 Configuring the script
06:00 Creating certificates
08:00 Explaining files created by the script
09:00 Configuring Apache 2
11:40 Creating virtual host for our SSL conections
12:25 Moving certificates to /etc/ssl
14:00 Adding SSL configuration options to virtual host file
17:42 Restarting Apache 2
18:50 Checking the configuration
20:33 Checking SVN via SSL (See Episode #5)
23:10 Removing password from Apache 2 private key
24:20 Configuring Eclipse to access SVN repository via SSL
27:40 Accessing SVN repository from Eclipse via SSH
30:50 Adjusting permissions on development server so SVN commits work with SSH and SSL connections

Best viewed in full screen with scaling off !!!


Episode #6. Apache with SSL by ralphz from ralphz on Vimeo.

Eclipse PDT #3

Sunday, April 20th, 2008

This time I will show you how to install Subversion (Subclipse) plugin to Eclipse.

In the tutorial I use command line. These are the commands in case you can’t see them:

$sudo apt-get install libsvn-javahl
$sudo ln -s /usr/lib/jni/libsvnjavahl-1.so.0.0.0 /usr/lib/libsvnjavahl-1.so
$sudo ln -s /usr/lib/jni/libsvnjavahl-1.so.0.0.0 /usr/lib/libsvnjavahl-1.so.0
$sudo ldconfig

Hope you like the tutorial. Any comments appreciated.

See my other video tutorials HERE.

Best viewed in full screen with scaling off !!!


Eclipse PDT #3 from ralphz on Vimeo.

Eclipse PDT #2

Wednesday, April 16th, 2008

This is second episode in the series of video tutorials about Eclipse PDT (PHP IDE). I would greatly appreciate any comments.

See my other video tutorials HERE.

Best viewed in full screen with scaling off !!!


Eclipse PDT #2 from ralphz on Vimeo.