Open Source

How to multilingualize or localize URL in Gallery2 – enhancement of multilang module to create multilingual URLs, Multi-language URL for SEO with Multi Language Module

Know how to make your G2 URL multi language. The multilang module has been enhanced to implement this feature.

Wednesday, December 23rd, 2009

Webalizer with extended reports feature

Now you can generate variety of reports using Webalizer with its custom report generation module.
Using this you can generate RSS feed, sitemaps, html pages for top urls, or low performing urls, or HTML page showing your top viewed wallpapers or least viewed wallpapers or any kind of special report for your analysis in format that [...]

Tuesday, May 19th, 2009

How to debug Webalizer in kdevelop, how to debug a custom make project?

Steps:

Create project in kdevelop

Click on Project->Import Existing Project menu item
Specify the Directory and Project name
Choose the Project type as Generic C Application (Custom Buildsystem)
Click on OK
It will prompt you to populate files, click on Populate button
Add *.h and *.c files

Set Makefile option

Click on Project->Project Options
Click on Build Options in sidebar
Click on Make tab
Enter CFLAGS=”-g -O0″ [...]

Monday, May 4th, 2009

What is SSH, why do you need SSH, using openSSH in cygwin environment

Stands for Secure Shell, SSH is network protocol for secure connection. Protocol like ftp, telnet, rlogin are not secure; the data can be intercepted in between.
SSH is must for you if data security is of utmost importance to you
I use it currently for extreme convenience in managing my site hosted in some remote server.
All I [...]

Thursday, January 29th, 2009

What is cygwin, need of cygwin, who needs cygwin?

Cygwin is a Linux-like environment for Windows. Cygwin is a package that can give you power of Linux shell in your windows box. It’s a shell where you can execute all your bash shell commands.
For more detail click here
Why do you need cygwin?
If you are linux fan and currently use Windows OS for some reason
If [...]

Thursday, January 29th, 2009