Run suid Perl scripts under Apache without suidperl using a really simple C wrapper

If Perl was installed on your computer without the ‘suidperl’ program, you can’t run suid Perl script. One situation may be when you want to use your nifty administrative Perl tool from a web interface, i.e. run a script which requires root access. Anyhow, your Apache server runs…

FFMPEG

Let’s say you want to watch a video in that classic old low resolution [http://en.wikipedia.org/wiki/Image_resolution] flv format that used to be common on the web -or- you may want to upload videos [http://en.wikipedia.org/wiki/Video] to your site, but have…

Vipin's cogitations: How to make video streaming site's like youtube

Vipin’s cogitations: How to make video streaming site’s like youtube [http://vipinkrsahu.blogspot.com/2010/01/how-to-make-video-streaming-sites-like.html] . How to make video streaming site’s like youtube [http://vipinkrsahu.blogspot.com/2010/01/how-to-make-video-streaming-sites-like.html] Video streaming really a very awesome and a very new type of technology…

WordPress Shop Demo Using NextGen Gallery and WP Shopping Cart | WordPress eCommerce

This is a demo page showing how the WordPress Paypal [http://www.tipsandtricks-hq.com/?p=768?ap_id=naa986] shopping cart plugin is used in conjunction with the NextGen Gallery to create an online store for digital photos. Hit the ‘Add to Cart’ button to see how the shopping cart…

PECL Modules Install and Gentoo

wget http://pecl.php.net/get/uploadprogress [http://pecl.php.net/get/uploadprogress] tar -xvzf uploadprogress cd ./uploadprogress-1.0.1 phpize aclocal libtoolize –force autoheader autoconf ./configure make && make install…