In today’s modern world, the copyrighted content is something very important. When you have spent a lot ofwork creating a web application, but if there is no protection available, someone can easily take advantage of your work and copy your code. This is an issue ! There are many tools out there to protect the […]
Read MorePosts in category Linux
watermarking jpeg files
One of my niece need help to watermarking her photo so she can put on her facebook page and ask me how to do that on linux. Yeah, of course my first thought is gimp π it’s easy to give a transparent watermark text and then blend or overlaying the two image to produce the […]
Read Morersyncd server on lenny
This mini how-to provides a comprehensive instruction on how to install rsync in Debian Lenny. Iβm always using rsync to sync files on several servers I maintained. Letβs install and configure rsyncd server : Install rsync apt-get install rsync Create a configuration file for rsyncd vi /etc/rsyncd.conf with the following content : log file=/var/log/rsyncd pid […]
Read Moreviewvc svn browser
Just recently I need some software to browse one of our svn repository as an interface so the manager could monitoring the progress from their dev team. I usualy not need this independently since I always maintain the development using trac that has a built in module for svn repository. This time the dev team […]
Read Morem2ts on vlc
My friend just bought a brand new Panasonic HD camcorder which records the videos in m2ts format and wants me to help converting to standard dvd format for her big lcd screen because she have no idea what the bluray is nor hdmi. π m2ts according to wikipedia is a high definition MPEG-2 Transfer Stream […]
Read Morebravlon RTL8188CE_pci
This Bravlon HNM Model using Azurewave AW-NB057H which are a dual combo device WLAN using rtl8188ce chipset and IMC Network bluetooth in a single module that fits on a single mini pci slots. Using kernel-2.6.33.7 series and this r8188ce WLAN cannot be seen but the bluetooth module is good to go. Here is the lspci […]
Read MoreSetting up an android device for development
When building a mobile application, it’s important that you always test your application on a real device before releasing it to users. This page describes how to set up your development environment and Android-powered device for testing and debugging on the device. Setting up an android device for development With an Android-powered device, you can […]
Read Morepicopad rooting
It’s been quite a number of busy weeks since my last post … pheeeew … real life can be so demanding. Not only just a personal life, there are also many bussines and intricacy at work that draw a lot of my attention lately. C’est La Vie π … but from now on … my […]
Read Moreapache, mod_ssl and virtualhosts
Securing connections to your website are vital when entering passwords or entering administration areas. Gathering information from RHEL and some debian admin site I found some nice steps creating a self-signed certificate and configuring your virtual host to use https (port 443) connections. Non-commercial Before we go any further I would point out that self-signed […]
Read Moreredmine on klixs
Redmine is a powerful and flexible project management web apps written on ruby on rails framework. I’ve been using trac for years and want to try this redmine for further functionality and exploring possibility. Been lucky to install redmine on my klixs server on the first try, and here is the steps I want to […]
Read More