Boolean Island !

Entries categorized as ‘Linux’

মুক্ত জবস

April 5, 2008 · 14 Comments

শেষ পর্যন্ত জবার বেজ এর লোকালাইজেশনে সফল হলাম :) । এই প্রজেক্টটা অনেক আগে শুরু করে ছিলাম কিন্তু শেষ করতে পারছিলাম না । এটা আমার প্রথম বাংলা প্রজেক্ট ছিল । অনেক কিছুই নতুন শিখলাম । অমিহাসিন ভাইকে আগেই ধণ্যবাদ জানিয়ে ছিলাম এই প্রজেক্টটা আমাকে দেওয়ার জন্য । প্রথমে মনে হয়েছিল যে খুব একটা কঠীন হবে না , আসলেও কঠীন না কিন্তু তারপর ও শেষ করতে পারছিলাম না । জবার বেজ এর ডেভেলপেরকে জানালাম লাভ হলো না । সে বলে সব ঠিক আছে কিন্তু আমার কাছে ঠিকমত কাজ করছিল না । তারপর তুহিন ভইকে জানালাম সমস্যার কথা । উনি আমাকে মোরশেদ ভাই এর সাথে কথা বলতে বললেন , এবং সমস্যার সমাধান হলো । সমস্যাটা ছিল ডাটাবেজে :( । শুধু মাত্র collation type utf8_general_ci করাতে ঝামেলা মিটে গেল :) । গতকাল রাতে জবারবেজ বাংলায় মুক্ত জবস নামে হোসটিং করা হয়েছে । খুব তাড়াতাড়িই ওটা শুরু হবে ।

Categories: ACSE · JavaScript · Linux · PHP · Web Developing · mysql · programming
Tagged: , , ,

Install Apache2,PHP and MySQL

February 27, 2008 · 2 Comments

Hello every one today i’ll discuss how to compile Apache2,PHP and MySQL form source in linux.
First download the source form the sits.
Now first apache2
1.gunzip filename.tar.gz
2.tar -xvf filename.tar
Now change directory to that apache source folder.
We have to configure it now.
./configure –enable-so
make
make install

now start the apache server
/usr/local/apache/bin/apachectl start
Just open a browser and type localhost/ if it shows it works ! then its working.
Now MySQL
follow the 1 & 2 steps and configure it with
./configure –prefix=/usr/local/mysql
make
make install
Now time for PHP
Again we have to configure :(
./configure –with-apxs2=/usr/local/apache/bin/apxs –with-mysql=/usr/local/mysql
make
make install

Note : Use apxs if u use Apache

Categories: Linux · PHP · Web Developing · programming
Tagged: , , ,

Mafia(game) in Ubuntu !

January 12, 2008 · 2 Comments

Gaming in Linux is possible now.Using Wine/Cedega users can play various games in Linux.I’m using Ubuntu 7.04 and to day i played Mafia in my Ubuntu.Just install wine by typing sudo apt-get install wine in terminal.After install this install Mafia in Ubuntu.And run GAME.exe by wine.Here is a screen shot of Mafia. :D

Mafia in Ubuntu

Categories: Linux
Tagged: , , , , , , , , ,

Photoshop In Linux !

January 12, 2008 · 1 Comment

Its possible to work with photoshop under Linux . First install wine package . Its available in www.winehq.org . Then configure wine and select a directory as virtual C:// drive , then install the photoshop from any source by the help of wine
Applications>Accessories>Wine file
Then go to the directory and install the photoshop.
Now open wine file browser
Applications>Accessories>Wine file
From wine file browser select c:/ then go to
c:/Program Files/Adob/
Photoshop/Photoshop.exe

Here is a screenshot of Photoshop in Linux

photoshop in Linux !

Categories: Linux
Tagged: , , ,

Install pidgin in Ubuntu

January 12, 2008 · 2 Comments

Just copy the following code and past in one file named “pidgin”

CODE:
#!/bin/bash

sudo apt-get install libgtk2.0-dev libxml2-dev gettext libnss-dev libnspr-dev
sudo wget http://easynews.dl.sourceforge.net/sourceforge/pidgin/pidgin-2.0.1.tar.bz2

tar xvfj pidgin-2.0.1.tar.bz2
cd pidgin-2.0.1

./configure
make
sudo make install

then open the terminal and type

chmod 777 pidgin

./pidgin

Now search pidgin in Applications>Internet> Pidgin Internet Messenger
if you don’t find pidgin here then try /home/rana/pidgin-2.0.1/Pidgin Internet Messenger.
And enjoy :D

Note : Here /home/rana because my user name is rana replace it with your user name.

Note : Here /home/rana because my user name is rana replace it with your user name.

Categories: Linux
Tagged: , ,

GRUB recovery after installing Windows XP

January 12, 2008 · 6 Comments

If any one use dual boot system then after installing windows again we lost GRUB loader. It can recover in various method. Here i discuss GRUB recovery using Live cd. For this we have to boot our system by Live cd.

Follow the step to recover grub bootloader:
1. Boot with Ubuntu Live CD
2. Open gnome-terminal
Give the commands:
3. sudo grub
then it shows grub> like this
grub>find /boot/grub/stage1
it’ll give a output like this (hd0,7)  7 is here for example, itĺl be number of ur partition.
grub>root (hd0,7)
grub>setup (hd0)
grub>quit

Then reboot your machine. I think your boot loader should recovered.
there is another way.
1. Boot with Fedora CD 1.
2. write
linux rescue
it’ll open a shell
write
grub

then write previous grub command

Spacial thanks to Suzan bhai & Asad

Note: For hda1,sda1 it’ll be (hd0,0),hda2,sda2 it’ll be (hd0,1),hdb1,sdb1 it’ll be (hd1,0)

Categories: Linux
Tagged: , , ,

VMware in Windows

December 5, 2007 · 2 Comments

I downloaded WMware and install it in my PC.Here r 2 pics of VMware in my desktop.

vmware.jpg

Here i just starting Slax.its a live Cd. But later i install My favorite OS Ubuntu.

ubuntu.jpg

But this one is not pure Ubuntu.Ankur team custom Ubuntu 7.10 and named it Hoimonti.

 

Categories: Linux · Parsonal
Tagged: , , , ,