Install KPDF reader on ubuntu
1. download dependency libpoppler2:user@computer:$ wget http://cuplis.net/wp-content/uploads/2009/05/libpoppler2_06-0ubuntu23_i386.deb2. download kpdf:user@computer:$ wget...
View ArticleSubversion installation on windows
Below is the step by step procedure to install subversion using apache on windows.IntroductionI decided to write this article in order to save time to those people who must install and set up...
View ArticleConnecting to linux server form ubuntu using .ppk file
Make sure you have installed:sudo apt-get install openssh-server openssh-clientInstall putty using:sudo apt-get install puttyGenerate rsa keys and place them in your .ssh folder.Create the public key...
View Articlemail alert for root login
Paste the below in either .bashrc or .bash_profile and restart your terminalecho 'ALERT - Root Shell Access on:' `date` `who` | mail -s "Alert: Root Access from `who | cut -d"(" -f2 | cut -d")" -f1` to...
View ArticleCGI installation on ubuntu server
I'm keen to execute perl CGI scripts on my ubuntu system, So i need to configure cgi in my apache2. I followed below steps.sudo vi /etc/apache2/apache2.confAdd the following line somewhere:ServerName...
View ArticleBuildForge Introduction
Before you startAbout this tutorialIn this tutorial, learn how to install and configure IBM Rational® Build Forge® to build the open source project Jakarta Tomcat. Create a continuous integration...
View ArticleCrontabs
To edit the crontabs of a specific user use the below command:$crontab -e -u username
View ArticleArticle 2
This guide will explain how to install sventon, the java subversion repository browser on Debian Lenny. You will need to be logged in as the root user.First of all we need to enable the the “non-free”...
View ArticleHow to install Groovy on ubuntu
Download zip file from http://groovy.codehaus.org/ and unzip to folder$ sudo unzip groovy-binary-1.7.6.zip -d /opt/groovy/Edit PATH in the environment file$ sudo nano /etc/environmentAdd the following...
View ArticleSet Apache Password Protected Directories With .htaccess File
Step # 1: Make sure Apache is configured to use .htaccess fileYou need to have AllowOverride AuthConfig directive in httpd.conf file in order for these directives to have any effect. Look for...
View Article