Archive for January, 2007

Password length in Linux

I used to run local test web server with FreeBSD, which allow you to set password like “123″. I like using simple password as its local test server and i don’t want to type big and complicated passwords.

Recently i switched to Linux as more data centers support Linux web servers than FreeBSD. FreeBSD works great for me, but faced some problems with cpanel control panel. So descided to go with Linux, with Linux, as much more popular than FreeBSD, it is easy to find support etc…

On Linux, i can’t set simple password like “123″. It have a minimum 5 character limit by default.

You can change this limit by editing the file / etc / login.defs

PASS_MIN_LEN 5

Change it to what ever you need.

Comments off

ffmpeg and ffmpeg-php installation service

Recently lot of people start making YouTube clone, this need some special requirement in server. Most shared hosting do not support ffmpeg and ffmpeg-php.

There are few shared hosts like http://www.DomainsToBuy.com have special you tube clone hosting package.

I have installed several ffmpeg and ffmpeg-php on dedicated and VPS server, i made an offer in sitepoint forums today.

ffmpeg installation service

Comments off

Next entries »