World of *Nix

by S. M. Ibrahim (lavluda)

Archive for জুন, 2007

my debian unoffical repository

মঙ্গলবার, জুন 17th, 2007

Few minutes ago i make a unoffical repository of deb packages for debian (though it’s empty).
you have to add this line to your /etc/apt/sources.list
deb http://debian.lavluda.com binary/

if you want to release any deb file unofficaly for debian and need help to host it, send me the .deb file and don’t forget to add signature to your package.

** for testing i added the d4x on my repository, i will remove it.

please test my repository and give your feedback here.

Share/Save/Bookmark

No to windows

সোমবার, জুন 16th, 2007

no to windows

At last from yeasterday i avoid windows 100% .

Previously my home pc was runing on linux but my developemnt laptop was runing on windows & linux (mostly windows).

But from yeasterday i removed windows from my lapptop.

So back to linux :D .

Here is the list that i am using now:

My OS: Debian GNU/Linux (etch)
php Editor: Zend Development Environment(linux )
Email Client: Evolution
CD/DVD burning software: GnomeBaker
Mp3/audio player: Rythm Box, totem, amarok
DVD/Video: totem/xine
Browser: Iceweasel (firefox)
Office: openOffice.org
Image editor: gimp, inkspace
Project Time tracker: gnoTime
Downloader: d4x

Share/Save/Bookmark

how to enable mod_rewrite in apache2.2 (debian/ubuntu)

রবিবার, জুন 15th, 2007

Here i am going to describe how to enable mod_rewrite in apache2.2 -specaily for debian.

In default installion of apache2.2 on debian never enable mod_rewrite default. So you may need to enable .

First install the apache2.2 with this command :
debian user please use “su” before start this process
ubuntu user please use “sudo su” before start this process

apt-get install apache2 (it will install apache 2.2)

now use locate to find if the mod_rewrite.so is availble on your server

updatedb
locate mod_rewrite.so

it will found in “/usr/lib/apache2/modules”

new apache follow some folders to enable and desuable mods.
so now do this:

cd /etc/apache2/mods-enabled
touch rewrite.load
gedit rewrite.load (you may use any editor to edit this file)

now paste this following line

LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so

Then edit /etc/apache2/sites-available/000-default

Find the following

Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all

and change it to

Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
allow from all

and finally restart Apache

/etc/init.d/apache2 restart

OK, you done :D

don’t forget to comment, if it works or not.

thanks.

Share/Save/Bookmark

Do you have a great project??

শুক্রবার, জুন 13th, 2007

If you have a very good project & need help to host, please contact with me. May be I can help you to host it.
What you have to do is only give me little credit for this help.

My contact email: smibrahim[at]gmail.com

Don’t forget to write details of your project.

Share/Save/Bookmark

Train journey from Dhaka to chittagong

বুধবার, জুন 11th, 2007

on train me 1

Yesterday I made a journey from Dhaka to Chittagong (my home). On the train I used my laptop and get connected online by using edge connection. I really enjoyed the time. Here is some pictures that is taken by my brother farid mazumder .

You can get more details (live) here
brother
image088.jpg

Share/Save/Bookmark