Re: [ Ubuntu-BD ] ubuntu users guide

2008-08-18 Thread nasir khan
 লেখা শেষ হলে সব জায়গায় দেয়া হবে।
-- 
[saikat]
nasir8891.googlepages.com
-- 
ubuntu-bd mailing list
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [ Ubuntu-BD ] ubuntu users guide

2008-08-18 Thread DarkLord (:=
সেগুলো কি mukto.org তেও দেওয়া যায়?

-- 
DARKLORD (:=
 
Ishtiaque Ahmed (Foisal)

Contributor : http://mukto.org  
(First opensource related web magazine in bangla language )

My Blog: http://foisal.wordpress.com
My youtube : http://www.youtube.com/medarklord



9el wrote:
> শাহরিয়ার ভাই এর সাথে একমত। :) আমিও লিখবো আশা রাখি।
>
> 2008/8/18 Shahriar Tariq <[EMAIL PROTECTED]>
>
>   
>> On Mon, Aug 18, 2008 at 12:46 PM, রুবন <[EMAIL PROTECTED]> wrote:
>>
>> 
>>> 2008 আগস্ট 18 09:08 এ তে, nasir khan <[EMAIL PROTECTED]> লিখেছে:
>>>
>>>   উবুন্টুর 8.04 এর সহজ ও দরকারি কিছু টিপস, টিউটোরিয়াল নিয়ে একটি ম্যানুয়াল
>>> বানাবো। উবুন্টু বিডি এর টিউটোরিয়াল বিভাগের কিছু লেখাও(নাম লিখে কৃতজ্ঞতা
>>> জানানো হবে) এখানে দিতে চাই ।  শেষ করতে আপনাদের আরও সাহায্য দরকার হতে
>>>   
>> পারে।
>> 
>>>   আপনাদের আপত্তি থাকলে জানাবেন।
>>>
>>>   
>> আরে আপত্তির কথা বলে তো আপনি আমাদের অপমানই করছেন :X
>>
>> আপত্তির কিছু কারন দেখিনা।
>>
>> নাসির ভাই আমি নিজেও লিখছি কিছু। আশা করি একসাথে কাজ করা যাবে??
>>
>> আর আমি আমার সব ফাইল google.doc এর মাধ্যমে অনলাইনে শেয়ার করি। এতে অনলাইন
>> কোলাবোরেশন সহজ হয়ে যায়। একই লেখার উপর ১০০ জন কাজ করতে পারেন।
>>
>> নাসির ভাই উন্মুক্ত করে দিন আমরাও কাজ করি। সাহায্য করতে পারলে ভালোই লাগবে।
>>
>> আমার পরীক্ষা শেষ তাই নিয়মিত কাজ করতে সমস্যা হবার কথা না। :D
>> --
>> ubuntu-bd mailing list
>> ubuntu-bd@lists.ubuntu.com
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>>
>> 




-- 
ubuntu-bd mailing list
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread Hasin Hayder
in addition

if your db is in MyISAM, it may work, but chances are higher that data will
corrupt.

and if it is InnoDB, it will never work :)

thanks
hasin

2008/8/19 Tarin Mahmood <[EMAIL PROTECTED]>

> Its not a very good idea to copy and paste Mysql data that way,
>
> use mysqldump command instead
> mysqldump -u [username] -p [database name]  > output.sql
> there are options to select which database to output. when you have the sql
> file just execute it in the mysql console to import it to your target.
>
> its also not a good idea to make /var/www 777 while it does not matter if
> you are working in single user PC but its better to follow the best
> practices. There is a group that have all the access the /var/www folder.
> Add your user to that group.
>
> or you can use userdir mod using that you can keep all your code in your
> home folder, you have to edit your apache config file for that, but its
> very
> useful ;)
>
> --
> Mahmood
> Arena Mobile, Bangladesh
> --
> ubuntu-bd mailing list
> ubuntu-bd@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>



-- 
Regards
Hasin Hayder
Sr Software Engineer
i2we inc (www.i2we.com)
http://hasin.wordpress.com

GPG DSA Key : 2FD0F9E9
-- 
ubuntu-bd mailing list
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread Tarin Mahmood
Its not a very good idea to copy and paste Mysql data that way,

use mysqldump command instead
mysqldump -u [username] -p [database name]  > output.sql
there are options to select which database to output. when you have the sql
file just execute it in the mysql console to import it to your target.

its also not a good idea to make /var/www 777 while it does not matter if
you are working in single user PC but its better to follow the best
practices. There is a group that have all the access the /var/www folder.
Add your user to that group.

or you can use userdir mod using that you can keep all your code in your
home folder, you have to edit your apache config file for that, but its very
useful ;)

--
Mahmood
Arena Mobile, Bangladesh
-- 
ubuntu-bd mailing list
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread 9el
var/www ফোল্ডারকে অবশ্যই chmod -R 777 করে নিবেন।
আর মাইএসকিউএল ডাটা ফোল্ডার /var/lib/mysql এ কপি করে দিবেন। অবশ্যই পারমিশন
দিয়ে নিতে হবে।
আর সবাইকে অনুরোধ আমার ইন্টারনেট ব্যবহার করার জন্য সাহায্য করুন দয়া করে।

শুভ রাত্রি
লেনিন

On Mon, Aug 18, 2008 at 8:44 PM, রুবন <[EMAIL PROTECTED]> wrote:

> ধন্যবাদ লেনিন ভাই। হয়েছে।
>
> slocate ইন্সটল করা ছিলো না। প্রথমে ইন্সটল করে নিয়েছি। তারপর slocate কমান্ড
> দিলাম। প্রথম লাইন নিলো। পরের লাইন নেয়নি। পিএইচপিমাইএডমিন চেক করলাম। দেখি
> ইন্সটল হয়নি। প্রথমেই কিন্তু ইন্সটল করেছিলাম। তখন সম্ভবত কোন কারণে ইন্সটল
> হয়নি। ইন্সটল করে আবার বাকী কমান্ড দিতেই কাজ হলো।
> এখন পিএইচপিমাইডমিন এ লগইন করতে পারছি।
>
> পরের টুকু বলেন। উইন্ডোজ কম্পিউটারে করা আমার এপ্লিকেশনগুলো এবং ডাটাবেজগুলো
> কিভাবে www ফোল্ডারে এবং ডাটাবেজের লোকেশনে নিয়ে যাবো।
>
> কপি, পেষ্ট করার চেষ্টা করেছি, কাজ হয় না।
>
> 2008/8/18 9el <[EMAIL PROTECTED]>
>
> > Roobon bro,
> > First install phpmyadmin by doing
> >
> > sudo apt-get install phpmyadmin
> > or you can install it from  synaptic package manager
> > then..
> > sudo slocate -u
> > slocate config.inc.phpsudo ln -s /usr/share/phpmyadmin
> /var/www/phpmyadmin
> > use the above commands
> >
> > then you should be able to use phpmyadmin :)  .. courtesy Hasin bhai
> >
> > Regards
> >
> > 9el
> >
> > On Mon, Aug 18, 2008 at 7:52 PM, রুবন <[EMAIL PROTECTED]> wrote:
> >
> > > হাসিন ভাই,
> > >
> > > মনে হচ্ছে লোকালসার্ভার কাজ করছে। আমার ডাটাবেজগুলো এবং ওয়েব
> এপ্লিকেশনগুলো
> > > কোথায় রাখবো? কিভাবে রাখবো?
> > > পিএইচপিমাইএডমিন ইন্সটল করবো কিভাবে?
> > >
> > > - রুবন
> > >
> > >
> > > 2008/8/18 Hasin Hayder <[EMAIL PROTECTED]>
> > >
> > > > hello roobon bhai
> > > >
> > > > congratulation that you are trying to get you hand dirty with ubuntu
> :D
> > -
> > > > let me answer you one by one
> > > >
> > > > 1. what did you mean by windows directory? in whichever case, after
> > > > installing ubuntu you will find your drives inside the "compuetr" and
> > in
> > > > the
> > > > "places menu" - you can access your other drives and files from
> there.
> > > >
> > > > 2. from synaptic package manager install apache, php5, php5-cli and
> > > > mysql-server-5.0 and mysql client 5.0. if you have installed ubunutu
> > from
> > > a
> > > > dvd, you dont need to download anything else. synaptic package
> manager
> > > will
> > > > find all the necessary files from the dvd and install them for ya.
> for
> > > > incase you have installed from cd, you must have live internet
> > connection
> > > > while installimg AMP
> > > >
> > > > you can also try using xampp - a really nice package.
> > > >
> > > > 3. almost every common packages for your everyday needs are in the
> dvd,
> > > so
> > > > you can try - but there is no guranty that you will find everything
> in
> > > the
> > > > dvd for your need
> > > >
> > > > 4. nope - howeever you can run old versions of dreamweaver (like MX)
> > via
> > > > wine. for that please install WINE package first and then click on
> > > > dreameweaver setup icon. Do you have a valid and licensed dreamweaver
> > ;)
> > > > ???
> > > > if not, dont go for the cracked software. I would suggest you to try
> > > amaya
> > > > or quanta. they are not fully featured like dreamweaver, but it makes
> u
> > > > feel
> > > > good - as they are free :)
> > > >
> > > > say NO to software piracy
> > > >
> > > > 5. gFTP is my favorite - it supports both FTP and SFTP. you can also
> > try
> > > > FileZilla - its favorite to many people, but personally i dont like
> it
> > > very
> > > > much.
> > > >
> > > > 6. I am not sure about this question - if you meant "how to share
> files
> > > > from
> > > > ur nix machine with other windows machines" - simple, install samba
> and
> > > you
> > > > can do it. you will find detaild "how tos" on using samba
> > > >
> > > > hope you will be sticking with linux (or *licensed* windows/mac) :D
> > > >
> > > > thanks
> > > > hasin hayder
> > > >
> > > > 2008 আগস্ট 18 15:57 এ তে, রুবন <[EMAIL PROTECTED]> লিখেছে:
> > > >
> > > > > সবাইকে শুভেচ্ছা।
> > > > > অনেকবার লিনাক্স ইন্স্টল করেছি। কিন্তু পুরোপুরি লিনাক্স ব্যবহারকারী
> > হয়ে
> > > > উঠতে
> > > > > পারিনি। বিভিন্ন সমস্যায় পড়েছি। সেগুলো থেকে দ্রুত উদ্ধার না পাওয়ায়
> > আবার
> > > > > উইন্ডোজে ফিরেছি। আবার একবার উবুন্টুতে ঢোকার চেষ্টা করছি। আপনাদের
> > সকলের
> > > > > সহায়তা পেলে দীর্ঘমেয়াদী ব্যবহারকারী হয়ে উঠতে পারবো ইনশাআল্লাহ।
> > > > >
> > > > > এখন আমার পিসিতে উবুন্টু ৮.০৪ ইন্সটল করছি। আপনাদের সহায়তা কামনা করছি
> > > > পরবর্তী
> > > > > ধাপগুলো পেরনোর জন্য।
> > > > >
> > > > > ইন্সটল হওয়ার পরপরই আমার যে প্রশ্নগুলো থাকবে বা প্রয়োজন হবে
> > > > >
> > > > >
> > > > >   1. আমি কিভাবে উইন্ডোজ ডিরেক্টরীর ফাইলগুলো ব্যবহার করতে পারবো?
> > > > >   2. LAMP ইন্সটলেশন প্রক্রিয়া বা mysql, php, apache ইন্সটলেশন
> কিভাবে
> > > > করবো?
> > > > >   3. আমার ডিভিডিতে সবগুলো প্যাকেজ আছে কি না? পূর্বে কোন কিছু ইন্সটল
> > > দিলে
> > > > >   ডিভিডি থেকে শুরু করলেও পরবর্তীতে বেশিরভাগ ফাইল ইন্টারনেট থেকে
> > ডাউনলোড
> > > > করে
> > > > >   ইন্সটল হতো। এতে সময়ের অপচয় হতো। এবার এই ঝামেলা থেকে মুক্তি পে

Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread রুবন
ধন্যবাদ লেনিন ভাই। হয়েছে।

slocate ইন্সটল করা ছিলো না। প্রথমে ইন্সটল করে নিয়েছি। তারপর slocate কমান্ড
দিলাম। প্রথম লাইন নিলো। পরের লাইন নেয়নি। পিএইচপিমাইএডমিন চেক করলাম। দেখি
ইন্সটল হয়নি। প্রথমেই কিন্তু ইন্সটল করেছিলাম। তখন সম্ভবত কোন কারণে ইন্সটল
হয়নি। ইন্সটল করে আবার বাকী কমান্ড দিতেই কাজ হলো।
এখন পিএইচপিমাইডমিন এ লগইন করতে পারছি।

পরের টুকু বলেন। উইন্ডোজ কম্পিউটারে করা আমার এপ্লিকেশনগুলো এবং ডাটাবেজগুলো
কিভাবে www ফোল্ডারে এবং ডাটাবেজের লোকেশনে নিয়ে যাবো।

কপি, পেষ্ট করার চেষ্টা করেছি, কাজ হয় না।

2008/8/18 9el <[EMAIL PROTECTED]>

> Roobon bro,
> First install phpmyadmin by doing
>
> sudo apt-get install phpmyadmin
> or you can install it from  synaptic package manager
> then..
> sudo slocate -u
> slocate config.inc.phpsudo ln -s /usr/share/phpmyadmin /var/www/phpmyadmin
> use the above commands
>
> then you should be able to use phpmyadmin :)  .. courtesy Hasin bhai
>
> Regards
>
> 9el
>
> On Mon, Aug 18, 2008 at 7:52 PM, রুবন <[EMAIL PROTECTED]> wrote:
>
> > হাসিন ভাই,
> >
> > মনে হচ্ছে লোকালসার্ভার কাজ করছে। আমার ডাটাবেজগুলো এবং ওয়েব এপ্লিকেশনগুলো
> > কোথায় রাখবো? কিভাবে রাখবো?
> > পিএইচপিমাইএডমিন ইন্সটল করবো কিভাবে?
> >
> > - রুবন
> >
> >
> > 2008/8/18 Hasin Hayder <[EMAIL PROTECTED]>
> >
> > > hello roobon bhai
> > >
> > > congratulation that you are trying to get you hand dirty with ubuntu :D
> -
> > > let me answer you one by one
> > >
> > > 1. what did you mean by windows directory? in whichever case, after
> > > installing ubuntu you will find your drives inside the "compuetr" and
> in
> > > the
> > > "places menu" - you can access your other drives and files from there.
> > >
> > > 2. from synaptic package manager install apache, php5, php5-cli and
> > > mysql-server-5.0 and mysql client 5.0. if you have installed ubunutu
> from
> > a
> > > dvd, you dont need to download anything else. synaptic package manager
> > will
> > > find all the necessary files from the dvd and install them for ya. for
> > > incase you have installed from cd, you must have live internet
> connection
> > > while installimg AMP
> > >
> > > you can also try using xampp - a really nice package.
> > >
> > > 3. almost every common packages for your everyday needs are in the dvd,
> > so
> > > you can try - but there is no guranty that you will find everything in
> > the
> > > dvd for your need
> > >
> > > 4. nope - howeever you can run old versions of dreamweaver (like MX)
> via
> > > wine. for that please install WINE package first and then click on
> > > dreameweaver setup icon. Do you have a valid and licensed dreamweaver
> ;)
> > > ???
> > > if not, dont go for the cracked software. I would suggest you to try
> > amaya
> > > or quanta. they are not fully featured like dreamweaver, but it makes u
> > > feel
> > > good - as they are free :)
> > >
> > > say NO to software piracy
> > >
> > > 5. gFTP is my favorite - it supports both FTP and SFTP. you can also
> try
> > > FileZilla - its favorite to many people, but personally i dont like it
> > very
> > > much.
> > >
> > > 6. I am not sure about this question - if you meant "how to share files
> > > from
> > > ur nix machine with other windows machines" - simple, install samba and
> > you
> > > can do it. you will find detaild "how tos" on using samba
> > >
> > > hope you will be sticking with linux (or *licensed* windows/mac) :D
> > >
> > > thanks
> > > hasin hayder
> > >
> > > 2008 আগস্ট 18 15:57 এ তে, রুবন <[EMAIL PROTECTED]> লিখেছে:
> > >
> > > > সবাইকে শুভেচ্ছা।
> > > > অনেকবার লিনাক্স ইন্স্টল করেছি। কিন্তু পুরোপুরি লিনাক্স ব্যবহারকারী
> হয়ে
> > > উঠতে
> > > > পারিনি। বিভিন্ন সমস্যায় পড়েছি। সেগুলো থেকে দ্রুত উদ্ধার না পাওয়ায়
> আবার
> > > > উইন্ডোজে ফিরেছি। আবার একবার উবুন্টুতে ঢোকার চেষ্টা করছি। আপনাদের
> সকলের
> > > > সহায়তা পেলে দীর্ঘমেয়াদী ব্যবহারকারী হয়ে উঠতে পারবো ইনশাআল্লাহ।
> > > >
> > > > এখন আমার পিসিতে উবুন্টু ৮.০৪ ইন্সটল করছি। আপনাদের সহায়তা কামনা করছি
> > > পরবর্তী
> > > > ধাপগুলো পেরনোর জন্য।
> > > >
> > > > ইন্সটল হওয়ার পরপরই আমার যে প্রশ্নগুলো থাকবে বা প্রয়োজন হবে
> > > >
> > > >
> > > >   1. আমি কিভাবে উইন্ডোজ ডিরেক্টরীর ফাইলগুলো ব্যবহার করতে পারবো?
> > > >   2. LAMP ইন্সটলেশন প্রক্রিয়া বা mysql, php, apache ইন্সটলেশন কিভাবে
> > > করবো?
> > > >   3. আমার ডিভিডিতে সবগুলো প্যাকেজ আছে কি না? পূর্বে কোন কিছু ইন্সটল
> > দিলে
> > > >   ডিভিডি থেকে শুরু করলেও পরবর্তীতে বেশিরভাগ ফাইল ইন্টারনেট থেকে
> ডাউনলোড
> > > করে
> > > >   ইন্সটল হতো। এতে সময়ের অপচয় হতো। এবার এই ঝামেলা থেকে মুক্তি পেতে কি
> > > করবো?
> > > >   4. ড্রীমওয়েভার ইন্সটল করতে পারবো কি না? বা লিনাক্সে ড্রীমওয়েভার না
> > > থাকলে
> > > >   বিকল্প কোন সফটওয়্যার  ব্যবহার করবো? কিভাবে ইন্সটল করবো?
> > > >   5. এফটিপি'র জন্য কোন ক্লায়েন্ট সফটওয়্যার ব্যবহার করবো? কোনটি ভালো?
> > > >   6. ফাইল সার্ভার হিসাবে তৈরি করতে হলে কি করতে হবে?
> > > >
> > > > আরো অনেক প্রশ্ন আছে, সেগুলি ধীরে ধীরে করি।
> > > >
> > > > আশা করি আপনাদের কাছে থেকে সহায়তা পাবো।
> > > >
> > > > - রুবন
> > > > --
> > > >
> > > >
> > >
> >
> --

Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread Hasin Hayder
i have no idea about printer sharing. there might be something in the cups
admin panel.

not sure though.

good that lappy is now working :)

-hasin

2008/8/18 9el <[EMAIL PROTECTED]>

> হাসিন ভাই,
> সুখবর, আমার ল্যাপটপ আবার জেগেছে! খেয়াল করিনি, ব্যাটারী আসলে পাওয়ার পাচ্ছিলো
> না! :P
> এদিকে কান্নকাটি করা সারা lol
> যাক্ এবার আমার ইনফ্রা-রেড দিয়ে নকিয়া ৬০২০ টিকে ইন্টারনেট ব্যবহার করার
> উপযোগী
> করতে হবে। কেউ কি করেছেন এমন উবুন্টু-তে?
> উবুন্টু-তে হার্ডওয়্যার যোগ করা হলে তা উইন্ডোজ এর মতো দেখায় না। ndis ব্যবহার
> করে আমি ইনফ্রা-রেড ইউএসবি টা ইনস্টল করতে পেরেছি এখন বাকী হলো নকিয়া মোডেম টা
> চিনিয়ে দেয়া। কি করে করা যায়?
> আর একটি সমস্যা হচ্ছে আমাদের অফিস প্রিন্টার-টি এইচপি এর আর এটি নেটওয়ার্কে
> যুক্ত অন্য একটি পিসি-তে শেয়ারিং করা। কি করে এটি ব্যবহার করা যায়? সামবা
> ইনস্টল করতে হবে কি?
> শুভেচ্ছা সবাইকে
> :)
>
> 9el
>
> On Mon, Aug 18, 2008 at 8:01 PM, 9el <[EMAIL PROTECTED]> wrote:
>
> > Roobon bro,
> > First install phpmyadmin by doing
> >
> > sudo apt-get install phpmyadmin
> > or you can install it from  synaptic package manager
> > then..
> > sudo slocate -u
> > slocate config.inc.phpsudo ln -s /usr/share/phpmyadmin
> /var/www/phpmyadmin
> > use the above commands
> >
> > then you should be able to use phpmyadmin :)  .. courtesy Hasin bhai
> >
> > Regards
> >
> > 9el
> >
> >
> > On Mon, Aug 18, 2008 at 7:52 PM, রুবন <[EMAIL PROTECTED]> wrote:
> >
> >> হাসিন ভাই,
> >>
> >> মনে হচ্ছে লোকালসার্ভার কাজ করছে। আমার ডাটাবেজগুলো এবং ওয়েব এপ্লিকেশনগুলো
> >> কোথায় রাখবো? কিভাবে রাখবো?
> >> পিএইচপিমাইএডমিন ইন্সটল করবো কিভাবে?
> >>
> >> - রুবন
> >>
> >>
> >> 2008/8/18 Hasin Hayder <[EMAIL PROTECTED]>
> >>
> >> > hello roobon bhai
> >> >
> >> > congratulation that you are trying to get you hand dirty with ubuntu
> :D
> >> -
> >> > let me answer you one by one
> >> >
> >> > 1. what did you mean by windows directory? in whichever case, after
> >> > installing ubuntu you will find your drives inside the "compuetr" and
> in
> >> > the
> >> > "places menu" - you can access your other drives and files from there.
> >> >
> >> > 2. from synaptic package manager install apache, php5, php5-cli and
> >> > mysql-server-5.0 and mysql client 5.0. if you have installed ubunutu
> >> from a
> >> > dvd, you dont need to download anything else. synaptic package manager
> >> will
> >> > find all the necessary files from the dvd and install them for ya. for
> >> > incase you have installed from cd, you must have live internet
> >> connection
> >> > while installimg AMP
> >> >
> >> > you can also try using xampp - a really nice package.
> >> >
> >> > 3. almost every common packages for your everyday needs are in the
> dvd,
> >> so
> >> > you can try - but there is no guranty that you will find everything in
> >> the
> >> > dvd for your need
> >> >
> >> > 4. nope - howeever you can run old versions of dreamweaver (like MX)
> via
> >> > wine. for that please install WINE package first and then click on
> >> > dreameweaver setup icon. Do you have a valid and licensed dreamweaver
> ;)
> >> > ???
> >> > if not, dont go for the cracked software. I would suggest you to try
> >> amaya
> >> > or quanta. they are not fully featured like dreamweaver, but it makes
> u
> >> > feel
> >> > good - as they are free :)
> >> >
> >> > say NO to software piracy
> >> >
> >> > 5. gFTP is my favorite - it supports both FTP and SFTP. you can also
> try
> >> > FileZilla - its favorite to many people, but personally i dont like it
> >> very
> >> > much.
> >> >
> >> > 6. I am not sure about this question - if you meant "how to share
> files
> >> > from
> >> > ur nix machine with other windows machines" - simple, install samba
> and
> >> you
> >> > can do it. you will find detaild "how tos" on using samba
> >> >
> >> > hope you will be sticking with linux (or *licensed* windows/mac) :D
> >> >
> >> > thanks
> >> > hasin hayder
> >> >
> >> > 2008 আগস্ট 18 15:57 এ তে, রুবন <[EMAIL PROTECTED]> লিখেছে:
> >> >
> >> > > সবাইকে শুভেচ্ছা।
> >> > > অনেকবার লিনাক্স ইন্স্টল করেছি। কিন্তু পুরোপুরি লিনাক্স ব্যবহারকারী
> হয়ে
> >> > উঠতে
> >> > > পারিনি। বিভিন্ন সমস্যায় পড়েছি। সেগুলো থেকে দ্রুত উদ্ধার না পাওয়ায়
> আবার
> >> > > উইন্ডোজে ফিরেছি। আবার একবার উবুন্টুতে ঢোকার চেষ্টা করছি। আপনাদের
> সকলের
> >> > > সহায়তা পেলে দীর্ঘমেয়াদী ব্যবহারকারী হয়ে উঠতে পারবো ইনশাআল্লাহ।
> >> > >
> >> > > এখন আমার পিসিতে উবুন্টু ৮.০৪ ইন্সটল করছি। আপনাদের সহায়তা কামনা করছি
> >> > পরবর্তী
> >> > > ধাপগুলো পেরনোর জন্য।
> >> > >
> >> > > ইন্সটল হওয়ার পরপরই আমার যে প্রশ্নগুলো থাকবে বা প্রয়োজন হবে
> >> > >
> >> > >
> >> > >   1. আমি কিভাবে উইন্ডোজ ডিরেক্টরীর ফাইলগুলো ব্যবহার করতে পারবো?
> >> > >   2. LAMP ইন্সটলেশন প্রক্রিয়া বা mysql, php, apache ইন্সটলেশন কিভাবে
> >> > করবো?
> >> > >   3. আমার ডিভিডিতে সবগুলো প্যাকেজ আছে কি না? পূর্বে কোন কিছু ইন্সটল
> >> দিলে
> >> > >   ডিভিডি থেকে শুরু করলেও পরবর্তীতে বেশিরভাগ ফাইল ইন্টারনেট থেকে
> >> ডাউনলোড
> >> > করে
> >> > >   ইন্সটল হতো। এতে সময়ের অপচয় হতো। এবার এই ঝামেলা থেকে মুক্তি পেতে কি
> >> > করবো?
> >> > >   4. ড্রীমওয়েভার ইন্সটল করতে পারবো কি না? বা লিনাক্

Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread রুবন
Thanks Lenin bhai.

Let me try...

Roobon

2008/8/18 9el <[EMAIL PROTECTED]>

> Roobon bro,
> First install phpmyadmin by doing
>
> sudo apt-get install phpmyadmin
> or you can install it from  synaptic package manager
> then..
> sudo slocate -u
> slocate config.inc.phpsudo ln -s /usr/share/phpmyadmin /var/www/phpmyadmin
> use the above commands
>
> then you should be able to use phpmyadmin :)  .. courtesy Hasin bhai
>
> Regards
>
> 9el
>
> On Mon, Aug 18, 2008 at 7:52 PM, রুবন <[EMAIL PROTECTED]> wrote:
>
> > হাসিন ভাই,
> >
> > মনে হচ্ছে লোকালসার্ভার কাজ করছে। আমার ডাটাবেজগুলো এবং ওয়েব এপ্লিকেশনগুলো
> > কোথায় রাখবো? কিভাবে রাখবো?
> > পিএইচপিমাইএডমিন ইন্সটল করবো কিভাবে?
> >
> > - রুবন
> >
> >
> > 2008/8/18 Hasin Hayder <[EMAIL PROTECTED]>
> >
> > > hello roobon bhai
> > >
> > > congratulation that you are trying to get you hand dirty with ubuntu :D
> -
> > > let me answer you one by one
> > >
> > > 1. what did you mean by windows directory? in whichever case, after
> > > installing ubuntu you will find your drives inside the "compuetr" and
> in
> > > the
> > > "places menu" - you can access your other drives and files from there.
> > >
> > > 2. from synaptic package manager install apache, php5, php5-cli and
> > > mysql-server-5.0 and mysql client 5.0. if you have installed ubunutu
> from
> > a
> > > dvd, you dont need to download anything else. synaptic package manager
> > will
> > > find all the necessary files from the dvd and install them for ya. for
> > > incase you have installed from cd, you must have live internet
> connection
> > > while installimg AMP
> > >
> > > you can also try using xampp - a really nice package.
> > >
> > > 3. almost every common packages for your everyday needs are in the dvd,
> > so
> > > you can try - but there is no guranty that you will find everything in
> > the
> > > dvd for your need
> > >
> > > 4. nope - howeever you can run old versions of dreamweaver (like MX)
> via
> > > wine. for that please install WINE package first and then click on
> > > dreameweaver setup icon. Do you have a valid and licensed dreamweaver
> ;)
> > > ???
> > > if not, dont go for the cracked software. I would suggest you to try
> > amaya
> > > or quanta. they are not fully featured like dreamweaver, but it makes u
> > > feel
> > > good - as they are free :)
> > >
> > > say NO to software piracy
> > >
> > > 5. gFTP is my favorite - it supports both FTP and SFTP. you can also
> try
> > > FileZilla - its favorite to many people, but personally i dont like it
> > very
> > > much.
> > >
> > > 6. I am not sure about this question - if you meant "how to share files
> > > from
> > > ur nix machine with other windows machines" - simple, install samba and
> > you
> > > can do it. you will find detaild "how tos" on using samba
> > >
> > > hope you will be sticking with linux (or *licensed* windows/mac) :D
> > >
> > > thanks
> > > hasin hayder
> > >
> > > 2008 আগস্ট 18 15:57 এ তে, রুবন <[EMAIL PROTECTED]> লিখেছে:
> > >
> > > > সবাইকে শুভেচ্ছা।
> > > > অনেকবার লিনাক্স ইন্স্টল করেছি। কিন্তু পুরোপুরি লিনাক্স ব্যবহারকারী
> হয়ে
> > > উঠতে
> > > > পারিনি। বিভিন্ন সমস্যায় পড়েছি। সেগুলো থেকে দ্রুত উদ্ধার না পাওয়ায়
> আবার
> > > > উইন্ডোজে ফিরেছি। আবার একবার উবুন্টুতে ঢোকার চেষ্টা করছি। আপনাদের
> সকলের
> > > > সহায়তা পেলে দীর্ঘমেয়াদী ব্যবহারকারী হয়ে উঠতে পারবো ইনশাআল্লাহ।
> > > >
> > > > এখন আমার পিসিতে উবুন্টু ৮.০৪ ইন্সটল করছি। আপনাদের সহায়তা কামনা করছি
> > > পরবর্তী
> > > > ধাপগুলো পেরনোর জন্য।
> > > >
> > > > ইন্সটল হওয়ার পরপরই আমার যে প্রশ্নগুলো থাকবে বা প্রয়োজন হবে
> > > >
> > > >
> > > >   1. আমি কিভাবে উইন্ডোজ ডিরেক্টরীর ফাইলগুলো ব্যবহার করতে পারবো?
> > > >   2. LAMP ইন্সটলেশন প্রক্রিয়া বা mysql, php, apache ইন্সটলেশন কিভাবে
> > > করবো?
> > > >   3. আমার ডিভিডিতে সবগুলো প্যাকেজ আছে কি না? পূর্বে কোন কিছু ইন্সটল
> > দিলে
> > > >   ডিভিডি থেকে শুরু করলেও পরবর্তীতে বেশিরভাগ ফাইল ইন্টারনেট থেকে
> ডাউনলোড
> > > করে
> > > >   ইন্সটল হতো। এতে সময়ের অপচয় হতো। এবার এই ঝামেলা থেকে মুক্তি পেতে কি
> > > করবো?
> > > >   4. ড্রীমওয়েভার ইন্সটল করতে পারবো কি না? বা লিনাক্সে ড্রীমওয়েভার না
> > > থাকলে
> > > >   বিকল্প কোন সফটওয়্যার  ব্যবহার করবো? কিভাবে ইন্সটল করবো?
> > > >   5. এফটিপি'র জন্য কোন ক্লায়েন্ট সফটওয়্যার ব্যবহার করবো? কোনটি ভালো?
> > > >   6. ফাইল সার্ভার হিসাবে তৈরি করতে হলে কি করতে হবে?
> > > >
> > > > আরো অনেক প্রশ্ন আছে, সেগুলি ধীরে ধীরে করি।
> > > >
> > > > আশা করি আপনাদের কাছে থেকে সহায়তা পাবো।
> > > >
> > > > - রুবন
> > > > --
> > > >
> > > >
> > >
> >
> -
> > > > Syed Ziaul Habib (Roobon), Program Officer
> > > > The Hunger Project-Bangladesh,
> > > > Volunteer Web Programmer of shujan.org
> > > > Team member and contributor of biggani.org,
> > > > Contributor photographer of photoshare.org
> > > > Technology writer of jaijaidin.com
> > > > Blog: roobon.wordpress.com
> > > > --
> > > > ubuntu-bd mailing list
> > > > ubuntu-bd@lists.ubuntu.com
> > > > https://lists.ubuntu.com/mailman/listinfo/ub

Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread 9el
হাসিন ভাই,
সুখবর, আমার ল্যাপটপ আবার জেগেছে! খেয়াল করিনি, ব্যাটারী আসলে পাওয়ার পাচ্ছিলো
না! :P
এদিকে কান্নকাটি করা সারা lol
যাক্ এবার আমার ইনফ্রা-রেড দিয়ে নকিয়া ৬০২০ টিকে ইন্টারনেট ব্যবহার করার উপযোগী
করতে হবে। কেউ কি করেছেন এমন উবুন্টু-তে?
উবুন্টু-তে হার্ডওয়্যার যোগ করা হলে তা উইন্ডোজ এর মতো দেখায় না। ndis ব্যবহার
করে আমি ইনফ্রা-রেড ইউএসবি টা ইনস্টল করতে পেরেছি এখন বাকী হলো নকিয়া মোডেম টা
চিনিয়ে দেয়া। কি করে করা যায়?
আর একটি সমস্যা হচ্ছে আমাদের অফিস প্রিন্টার-টি এইচপি এর আর এটি নেটওয়ার্কে
যুক্ত অন্য একটি পিসি-তে শেয়ারিং করা। কি করে এটি ব্যবহার করা যায়? সামবা
ইনস্টল করতে হবে কি?
শুভেচ্ছা সবাইকে
:)

9el

On Mon, Aug 18, 2008 at 8:01 PM, 9el <[EMAIL PROTECTED]> wrote:

> Roobon bro,
> First install phpmyadmin by doing
>
> sudo apt-get install phpmyadmin
> or you can install it from  synaptic package manager
> then..
> sudo slocate -u
> slocate config.inc.phpsudo ln -s /usr/share/phpmyadmin /var/www/phpmyadmin
> use the above commands
>
> then you should be able to use phpmyadmin :)  .. courtesy Hasin bhai
>
> Regards
>
> 9el
>
>
> On Mon, Aug 18, 2008 at 7:52 PM, রুবন <[EMAIL PROTECTED]> wrote:
>
>> হাসিন ভাই,
>>
>> মনে হচ্ছে লোকালসার্ভার কাজ করছে। আমার ডাটাবেজগুলো এবং ওয়েব এপ্লিকেশনগুলো
>> কোথায় রাখবো? কিভাবে রাখবো?
>> পিএইচপিমাইএডমিন ইন্সটল করবো কিভাবে?
>>
>> - রুবন
>>
>>
>> 2008/8/18 Hasin Hayder <[EMAIL PROTECTED]>
>>
>> > hello roobon bhai
>> >
>> > congratulation that you are trying to get you hand dirty with ubuntu :D
>> -
>> > let me answer you one by one
>> >
>> > 1. what did you mean by windows directory? in whichever case, after
>> > installing ubuntu you will find your drives inside the "compuetr" and in
>> > the
>> > "places menu" - you can access your other drives and files from there.
>> >
>> > 2. from synaptic package manager install apache, php5, php5-cli and
>> > mysql-server-5.0 and mysql client 5.0. if you have installed ubunutu
>> from a
>> > dvd, you dont need to download anything else. synaptic package manager
>> will
>> > find all the necessary files from the dvd and install them for ya. for
>> > incase you have installed from cd, you must have live internet
>> connection
>> > while installimg AMP
>> >
>> > you can also try using xampp - a really nice package.
>> >
>> > 3. almost every common packages for your everyday needs are in the dvd,
>> so
>> > you can try - but there is no guranty that you will find everything in
>> the
>> > dvd for your need
>> >
>> > 4. nope - howeever you can run old versions of dreamweaver (like MX) via
>> > wine. for that please install WINE package first and then click on
>> > dreameweaver setup icon. Do you have a valid and licensed dreamweaver ;)
>> > ???
>> > if not, dont go for the cracked software. I would suggest you to try
>> amaya
>> > or quanta. they are not fully featured like dreamweaver, but it makes u
>> > feel
>> > good - as they are free :)
>> >
>> > say NO to software piracy
>> >
>> > 5. gFTP is my favorite - it supports both FTP and SFTP. you can also try
>> > FileZilla - its favorite to many people, but personally i dont like it
>> very
>> > much.
>> >
>> > 6. I am not sure about this question - if you meant "how to share files
>> > from
>> > ur nix machine with other windows machines" - simple, install samba and
>> you
>> > can do it. you will find detaild "how tos" on using samba
>> >
>> > hope you will be sticking with linux (or *licensed* windows/mac) :D
>> >
>> > thanks
>> > hasin hayder
>> >
>> > 2008 আগস্ট 18 15:57 এ তে, রুবন <[EMAIL PROTECTED]> লিখেছে:
>> >
>> > > সবাইকে শুভেচ্ছা।
>> > > অনেকবার লিনাক্স ইন্স্টল করেছি। কিন্তু পুরোপুরি লিনাক্স ব্যবহারকারী হয়ে
>> > উঠতে
>> > > পারিনি। বিভিন্ন সমস্যায় পড়েছি। সেগুলো থেকে দ্রুত উদ্ধার না পাওয়ায় আবার
>> > > উইন্ডোজে ফিরেছি। আবার একবার উবুন্টুতে ঢোকার চেষ্টা করছি। আপনাদের সকলের
>> > > সহায়তা পেলে দীর্ঘমেয়াদী ব্যবহারকারী হয়ে উঠতে পারবো ইনশাআল্লাহ।
>> > >
>> > > এখন আমার পিসিতে উবুন্টু ৮.০৪ ইন্সটল করছি। আপনাদের সহায়তা কামনা করছি
>> > পরবর্তী
>> > > ধাপগুলো পেরনোর জন্য।
>> > >
>> > > ইন্সটল হওয়ার পরপরই আমার যে প্রশ্নগুলো থাকবে বা প্রয়োজন হবে
>> > >
>> > >
>> > >   1. আমি কিভাবে উইন্ডোজ ডিরেক্টরীর ফাইলগুলো ব্যবহার করতে পারবো?
>> > >   2. LAMP ইন্সটলেশন প্রক্রিয়া বা mysql, php, apache ইন্সটলেশন কিভাবে
>> > করবো?
>> > >   3. আমার ডিভিডিতে সবগুলো প্যাকেজ আছে কি না? পূর্বে কোন কিছু ইন্সটল
>> দিলে
>> > >   ডিভিডি থেকে শুরু করলেও পরবর্তীতে বেশিরভাগ ফাইল ইন্টারনেট থেকে
>> ডাউনলোড
>> > করে
>> > >   ইন্সটল হতো। এতে সময়ের অপচয় হতো। এবার এই ঝামেলা থেকে মুক্তি পেতে কি
>> > করবো?
>> > >   4. ড্রীমওয়েভার ইন্সটল করতে পারবো কি না? বা লিনাক্সে ড্রীমওয়েভার না
>> > থাকলে
>> > >   বিকল্প কোন সফটওয়্যার  ব্যবহার করবো? কিভাবে ইন্সটল করবো?
>> > >   5. এফটিপি'র জন্য কোন ক্লায়েন্ট সফটওয়্যার ব্যবহার করবো? কোনটি ভালো?
>> > >   6. ফাইল সার্ভার হিসাবে তৈরি করতে হলে কি করতে হবে?
>> > >
>> > > আরো অনেক প্রশ্ন আছে, সেগুলি ধীরে ধীরে করি।
>> > >
>> > > আশা করি আপনাদের কাছে থেকে সহায়তা পাবো।
>> > >
>> > > - রুবন
>> > > --
>> > >
>> > >
>> >
>> 

Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread 9el
Roobon bro,
First install phpmyadmin by doing

sudo apt-get install phpmyadmin
or you can install it from  synaptic package manager
then..
sudo slocate -u
slocate config.inc.phpsudo ln -s /usr/share/phpmyadmin /var/www/phpmyadmin
use the above commands

then you should be able to use phpmyadmin :)  .. courtesy Hasin bhai

Regards

9el

On Mon, Aug 18, 2008 at 7:52 PM, রুবন <[EMAIL PROTECTED]> wrote:

> হাসিন ভাই,
>
> মনে হচ্ছে লোকালসার্ভার কাজ করছে। আমার ডাটাবেজগুলো এবং ওয়েব এপ্লিকেশনগুলো
> কোথায় রাখবো? কিভাবে রাখবো?
> পিএইচপিমাইএডমিন ইন্সটল করবো কিভাবে?
>
> - রুবন
>
>
> 2008/8/18 Hasin Hayder <[EMAIL PROTECTED]>
>
> > hello roobon bhai
> >
> > congratulation that you are trying to get you hand dirty with ubuntu :D -
> > let me answer you one by one
> >
> > 1. what did you mean by windows directory? in whichever case, after
> > installing ubuntu you will find your drives inside the "compuetr" and in
> > the
> > "places menu" - you can access your other drives and files from there.
> >
> > 2. from synaptic package manager install apache, php5, php5-cli and
> > mysql-server-5.0 and mysql client 5.0. if you have installed ubunutu from
> a
> > dvd, you dont need to download anything else. synaptic package manager
> will
> > find all the necessary files from the dvd and install them for ya. for
> > incase you have installed from cd, you must have live internet connection
> > while installimg AMP
> >
> > you can also try using xampp - a really nice package.
> >
> > 3. almost every common packages for your everyday needs are in the dvd,
> so
> > you can try - but there is no guranty that you will find everything in
> the
> > dvd for your need
> >
> > 4. nope - howeever you can run old versions of dreamweaver (like MX) via
> > wine. for that please install WINE package first and then click on
> > dreameweaver setup icon. Do you have a valid and licensed dreamweaver ;)
> > ???
> > if not, dont go for the cracked software. I would suggest you to try
> amaya
> > or quanta. they are not fully featured like dreamweaver, but it makes u
> > feel
> > good - as they are free :)
> >
> > say NO to software piracy
> >
> > 5. gFTP is my favorite - it supports both FTP and SFTP. you can also try
> > FileZilla - its favorite to many people, but personally i dont like it
> very
> > much.
> >
> > 6. I am not sure about this question - if you meant "how to share files
> > from
> > ur nix machine with other windows machines" - simple, install samba and
> you
> > can do it. you will find detaild "how tos" on using samba
> >
> > hope you will be sticking with linux (or *licensed* windows/mac) :D
> >
> > thanks
> > hasin hayder
> >
> > 2008 আগস্ট 18 15:57 এ তে, রুবন <[EMAIL PROTECTED]> লিখেছে:
> >
> > > সবাইকে শুভেচ্ছা।
> > > অনেকবার লিনাক্স ইন্স্টল করেছি। কিন্তু পুরোপুরি লিনাক্স ব্যবহারকারী হয়ে
> > উঠতে
> > > পারিনি। বিভিন্ন সমস্যায় পড়েছি। সেগুলো থেকে দ্রুত উদ্ধার না পাওয়ায় আবার
> > > উইন্ডোজে ফিরেছি। আবার একবার উবুন্টুতে ঢোকার চেষ্টা করছি। আপনাদের সকলের
> > > সহায়তা পেলে দীর্ঘমেয়াদী ব্যবহারকারী হয়ে উঠতে পারবো ইনশাআল্লাহ।
> > >
> > > এখন আমার পিসিতে উবুন্টু ৮.০৪ ইন্সটল করছি। আপনাদের সহায়তা কামনা করছি
> > পরবর্তী
> > > ধাপগুলো পেরনোর জন্য।
> > >
> > > ইন্সটল হওয়ার পরপরই আমার যে প্রশ্নগুলো থাকবে বা প্রয়োজন হবে
> > >
> > >
> > >   1. আমি কিভাবে উইন্ডোজ ডিরেক্টরীর ফাইলগুলো ব্যবহার করতে পারবো?
> > >   2. LAMP ইন্সটলেশন প্রক্রিয়া বা mysql, php, apache ইন্সটলেশন কিভাবে
> > করবো?
> > >   3. আমার ডিভিডিতে সবগুলো প্যাকেজ আছে কি না? পূর্বে কোন কিছু ইন্সটল
> দিলে
> > >   ডিভিডি থেকে শুরু করলেও পরবর্তীতে বেশিরভাগ ফাইল ইন্টারনেট থেকে ডাউনলোড
> > করে
> > >   ইন্সটল হতো। এতে সময়ের অপচয় হতো। এবার এই ঝামেলা থেকে মুক্তি পেতে কি
> > করবো?
> > >   4. ড্রীমওয়েভার ইন্সটল করতে পারবো কি না? বা লিনাক্সে ড্রীমওয়েভার না
> > থাকলে
> > >   বিকল্প কোন সফটওয়্যার  ব্যবহার করবো? কিভাবে ইন্সটল করবো?
> > >   5. এফটিপি'র জন্য কোন ক্লায়েন্ট সফটওয়্যার ব্যবহার করবো? কোনটি ভালো?
> > >   6. ফাইল সার্ভার হিসাবে তৈরি করতে হলে কি করতে হবে?
> > >
> > > আরো অনেক প্রশ্ন আছে, সেগুলি ধীরে ধীরে করি।
> > >
> > > আশা করি আপনাদের কাছে থেকে সহায়তা পাবো।
> > >
> > > - রুবন
> > > --
> > >
> > >
> >
> -
> > > Syed Ziaul Habib (Roobon), Program Officer
> > > The Hunger Project-Bangladesh,
> > > Volunteer Web Programmer of shujan.org
> > > Team member and contributor of biggani.org,
> > > Contributor photographer of photoshare.org
> > > Technology writer of jaijaidin.com
> > > Blog: roobon.wordpress.com
> > > --
> > > ubuntu-bd mailing list
> > > ubuntu-bd@lists.ubuntu.com
> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> > >
> >
> >
> >
> > --
> > Regards
> > Hasin Hayder
> > Sr Software Engineer
> > i2we inc (www.i2we.com)
> > http://hasin.wordpress.com
> >
> > GPG DSA Key : 2FD0F9E9
> > --
> > ubuntu-bd mailing list
> > ubuntu-bd@lists.ubuntu.com
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> >
>
>
>
> --
>
> ---

Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread রুবন
হাসিন ভাই,

মনে হচ্ছে লোকালসার্ভার কাজ করছে। আমার ডাটাবেজগুলো এবং ওয়েব এপ্লিকেশনগুলো
কোথায় রাখবো? কিভাবে রাখবো?
পিএইচপিমাইএডমিন ইন্সটল করবো কিভাবে?

- রুবন


2008/8/18 Hasin Hayder <[EMAIL PROTECTED]>

> hello roobon bhai
>
> congratulation that you are trying to get you hand dirty with ubuntu :D -
> let me answer you one by one
>
> 1. what did you mean by windows directory? in whichever case, after
> installing ubuntu you will find your drives inside the "compuetr" and in
> the
> "places menu" - you can access your other drives and files from there.
>
> 2. from synaptic package manager install apache, php5, php5-cli and
> mysql-server-5.0 and mysql client 5.0. if you have installed ubunutu from a
> dvd, you dont need to download anything else. synaptic package manager will
> find all the necessary files from the dvd and install them for ya. for
> incase you have installed from cd, you must have live internet connection
> while installimg AMP
>
> you can also try using xampp - a really nice package.
>
> 3. almost every common packages for your everyday needs are in the dvd, so
> you can try - but there is no guranty that you will find everything in the
> dvd for your need
>
> 4. nope - howeever you can run old versions of dreamweaver (like MX) via
> wine. for that please install WINE package first and then click on
> dreameweaver setup icon. Do you have a valid and licensed dreamweaver ;)
> ???
> if not, dont go for the cracked software. I would suggest you to try amaya
> or quanta. they are not fully featured like dreamweaver, but it makes u
> feel
> good - as they are free :)
>
> say NO to software piracy
>
> 5. gFTP is my favorite - it supports both FTP and SFTP. you can also try
> FileZilla - its favorite to many people, but personally i dont like it very
> much.
>
> 6. I am not sure about this question - if you meant "how to share files
> from
> ur nix machine with other windows machines" - simple, install samba and you
> can do it. you will find detaild "how tos" on using samba
>
> hope you will be sticking with linux (or *licensed* windows/mac) :D
>
> thanks
> hasin hayder
>
> 2008 আগস্ট 18 15:57 এ তে, রুবন <[EMAIL PROTECTED]> লিখেছে:
>
> > সবাইকে শুভেচ্ছা।
> > অনেকবার লিনাক্স ইন্স্টল করেছি। কিন্তু পুরোপুরি লিনাক্স ব্যবহারকারী হয়ে
> উঠতে
> > পারিনি। বিভিন্ন সমস্যায় পড়েছি। সেগুলো থেকে দ্রুত উদ্ধার না পাওয়ায় আবার
> > উইন্ডোজে ফিরেছি। আবার একবার উবুন্টুতে ঢোকার চেষ্টা করছি। আপনাদের সকলের
> > সহায়তা পেলে দীর্ঘমেয়াদী ব্যবহারকারী হয়ে উঠতে পারবো ইনশাআল্লাহ।
> >
> > এখন আমার পিসিতে উবুন্টু ৮.০৪ ইন্সটল করছি। আপনাদের সহায়তা কামনা করছি
> পরবর্তী
> > ধাপগুলো পেরনোর জন্য।
> >
> > ইন্সটল হওয়ার পরপরই আমার যে প্রশ্নগুলো থাকবে বা প্রয়োজন হবে
> >
> >
> >   1. আমি কিভাবে উইন্ডোজ ডিরেক্টরীর ফাইলগুলো ব্যবহার করতে পারবো?
> >   2. LAMP ইন্সটলেশন প্রক্রিয়া বা mysql, php, apache ইন্সটলেশন কিভাবে
> করবো?
> >   3. আমার ডিভিডিতে সবগুলো প্যাকেজ আছে কি না? পূর্বে কোন কিছু ইন্সটল দিলে
> >   ডিভিডি থেকে শুরু করলেও পরবর্তীতে বেশিরভাগ ফাইল ইন্টারনেট থেকে ডাউনলোড
> করে
> >   ইন্সটল হতো। এতে সময়ের অপচয় হতো। এবার এই ঝামেলা থেকে মুক্তি পেতে কি
> করবো?
> >   4. ড্রীমওয়েভার ইন্সটল করতে পারবো কি না? বা লিনাক্সে ড্রীমওয়েভার না
> থাকলে
> >   বিকল্প কোন সফটওয়্যার  ব্যবহার করবো? কিভাবে ইন্সটল করবো?
> >   5. এফটিপি'র জন্য কোন ক্লায়েন্ট সফটওয়্যার ব্যবহার করবো? কোনটি ভালো?
> >   6. ফাইল সার্ভার হিসাবে তৈরি করতে হলে কি করতে হবে?
> >
> > আরো অনেক প্রশ্ন আছে, সেগুলি ধীরে ধীরে করি।
> >
> > আশা করি আপনাদের কাছে থেকে সহায়তা পাবো।
> >
> > - রুবন
> > --
> >
> >
> -
> > Syed Ziaul Habib (Roobon), Program Officer
> > The Hunger Project-Bangladesh,
> > Volunteer Web Programmer of shujan.org
> > Team member and contributor of biggani.org,
> > Contributor photographer of photoshare.org
> > Technology writer of jaijaidin.com
> > Blog: roobon.wordpress.com
> > --
> > ubuntu-bd mailing list
> > ubuntu-bd@lists.ubuntu.com
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> >
>
>
>
> --
> Regards
> Hasin Hayder
> Sr Software Engineer
> i2we inc (www.i2we.com)
> http://hasin.wordpress.com
>
> GPG DSA Key : 2FD0F9E9
> --
> ubuntu-bd mailing list
> ubuntu-bd@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>



-- 
-
Syed Ziaul Habib (Roobon), Program Officer
The Hunger Project-Bangladesh,
Volunteer Web Programmer of shujan.org
Team member and contributor of biggani.org,
Contributor photographer of photoshare.org
Technology writer of jaijaidin.com
Blog: roobon.wordpress.com
-- 
ubuntu-bd mailing list
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread 9el
Roobon bro,
আপনার নতুন যোগ করা হার্ডডিস্ক ও দেখাবে যদি ওটা NTFS হয় তাহলে sudo apt-get
ntfs-config জাতীয় command ব্যবহার করতে হবে।

লেনিন

2008/8/18 রুবন <[EMAIL PROTECTED]>

> >
> > রুবন ভাই আপনার প্রশ্ন এখনও পরিস্কার নয়।
> >
> > আপনার হার্ডডিস্ক দুইটা কম্পিউটারে লাগানো আছে ঠিক? ১ নং হার্ডডিস্কে আপনার
> > উইন্ডোজ ছিলো আপনি ২ নং হার্ডডিস্কে উবুন্টু ইনস্টল দিয়েছেন।
> > যেকোন হার্ডডিস্কের যেকোন পার্টিশন (সাপোর্টেড- এবং NTFS সাপোর্টেড) দেখতে
> > পারবেন
> >
> > তবে যদি ইনস্টলের সময় একটা হার্ডডিস্ক লাগানো থাকতো তাহলে আপনাকে গ্রাব মনে
> হয়
> > আবারও আপডেট দিতে হবে। কারন পার্টিশন টেবিল আপনার পরিবর্তন হচ্ছে।
> >
> > আরও বিস্তারিত বলুন বুঝতে সুবিধা হবে,
> >
> > কিভাবে ইনস্টল করেছেন? হার্ডডিস্ক দুইটাই লাগানো ছিলো নাকি একটা???
> > --
> >
> ধন্যবাদ তারিক ভাই।
>
> ১টা হার্ডডিস্ক লাগিয়ে লিনাক্স ইন্সটল করেছি। পরবর্তীতে উইন্ডোজের ফাইল
> ফরমেটসহ
> হার্ডডিস্কটা যুক্ত করেছি। এই হার্ডডিস্কের ফাইলগুলো দেখতে চাই, সেখানে কাজ
> করতে চাই।
> --
> ubuntu-bd mailing list
> ubuntu-bd@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>
-- 
ubuntu-bd mailing list
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread 9el
Hasin Bro,
I have DKU-5 and CA-42 but those are fake ones and I failed them to use with
Windows as Modem. And I dont like cabling much. I had been using IrDA in
windows for about 6months and liking it :)
I also wanna use BlueTooth later when I'll have a fine PDA end of the month
inshallah.

Need help from all Ubuntu experts why we wont be able to use IrDA or
BlueTooth as we can in Windows!

Regards

9el

On Mon, Aug 18, 2008 at 5:54 PM, Hasin Hayder <[EMAIL PROTECTED]>wrote:

> lenin
>
> as far as I know its a great pain to install infra red drivers in ubuntu,
> and to make them working. did you try connecting it using DKU5 or CK42
> cable
> instead?
>
> and performance of irda is not satisfactory :)
>
> -hasin
>
> 2008/8/18 9el <[EMAIL PROTECTED]>
>
> > Hi all,
> > I am using Ubuntu 8.04 in my Office PC and also my colleague(Ferdous). I
> > bought a laptop recently HP 520 in which all credit goes to Hasin Bro :)
> > for
> > helping me buy in installments. Also thanks to Shanku da(RS Computers)
> for
> > allowing me the installment. We are distributing and attracting our
> > students
> > and peers to using Ubuntu and nothing else :D
> >
> > I installed sole Ubuntu on my HP 520 as its to me a gift from Hasin Bro!
> I
> > dont wish to install Windows in it at all.
> >
> > I will require help from you guys to install my Nokia 6020 IrDA Modem
> > driver
> > successfully to be able to use net. I successfully installed the Windows
> > version of .inf file for my USB IrDA device. Now the point of installing
> > the
> > modem of my Nokia 6020 which is to be accessed through the USB IrDA
> device.
> >
> > Pray for my laptop as it is dead from morning while I was trying to find
> > out
> > a fix for ubuntu( wake up from Hibernation/Suspend).
> >
> > Anyone who can help me installing the IrDA will be thanked millions.
> >
> > Regards
> >
> > 9el
> >
> >
> > On Mon, Aug 18, 2008 at 5:33 PM, রুবন <[EMAIL PROTECTED]> wrote:
> >
> > > ধন্যবাদ হাসিন ভাই, দ্রুত উত্তরের জন্য।
> > >
> > >
> > >
> > > 2008/8/18 Hasin Hayder <[EMAIL PROTECTED]>
> > >
> > > > hello roobon bhai
> > > >
> > > > congratulation that you are trying to get you hand dirty with ubuntu
> :D
> > -
> > > > let me answer you one by one
> > > >
> > > > 1. what did you mean by windows directory? in whichever case, after
> > > > installing ubuntu you will find your drives inside the "compuetr" and
> > in
> > > > the
> > > > "places menu" - you can access your other drives and files from
> there.
> > >
> > >
> > > আমার উইন্ডোজ যে হার্ডডিস্কে ছিলো সেটিতে উবুন্টু ইন্সটল করলাম না। ভিন্ন
> > একটি
> > > হার্ডডিস্কের ৩৫গিগাবাইটে (১২০গিগা) ইন্সটল করেছি। এখন প্রশ্ন হচ্ছে পুরনো
> > > হার্ডডিস্কটাতে রক্ষিত ফাইলপত্র দেখতে চাই। এটা কি উবুন্টুতে সম্ভব?
> > উল্লেখ্য
> > > পুরনো হার্ডডিস্কটার ফাইল সিস্টেম NTFS
> > >
> > > >
> > > >
> > > > 2. from synaptic package manager install apache, php5, php5-cli and
> > > > mysql-server-5.0 and mysql client 5.0. if you have installed ubunutu
> > from
> > > a
> > > > dvd, you dont need to download anything else. synaptic package
> manager
> > > will
> > > > find all the necessary files from the dvd and install them for ya.
> for
> > > > incase you have installed from cd, you must have live internet
> > connection
> > > > while installimg AMP
> > > >
> > > > you can also try using xampp - a really nice package.
> > > >
> > > > 3. almost every common packages for your everyday needs are in the
> dvd,
> > > so
> > > > you can try - but there is no guranty that you will find everything
> in
> > > the
> > > > dvd for your need
> > > >
> > > > 4. nope - howeever you can run old versions of dreamweaver (like MX)
> > via
> > > > wine. for that please install WINE package first and then click on
> > > > dreameweaver setup icon. Do you have a valid and licensed dreamweaver
> > ;)
> > > > ???
> > > > if not, dont go for the cracked software. I would suggest you to try
> > > amaya
> > > > or quanta. they are not fully featured like dreamweaver, but it makes
> u
> > > > feel
> > > > good - as they are free :)
> > > >
> > > > say NO to software piracy
> > > >
> > > > 5. gFTP is my favorite - it supports both FTP and SFTP. you can also
> > try
> > > > FileZilla - its favorite to many people, but personally i dont like
> it
> > > very
> > > > much.
> > > >
> > > > 6. I am not sure about this question - if you meant "how to share
> files
> > > > from
> > > > ur nix machine with other windows machines" - simple, install samba
> and
> > > you
> > > > can do it. you will find detaild "how tos" on using samba
> > > >
> > > > hope you will be sticking with linux (or *licensed* windows/mac) :D
> > > >
> > > > thanks
> > > > hasin hayder
> > > >
> > > > 2008 আগস্ট 18 15:57 এ তে, রুবন <[EMAIL PROTECTED]> লিখেছে:
> > > >
> > > > > সবাইকে শুভেচ্ছা।
> > > > > অনেকবার লিনাক্স ইন্স্টল করেছি। কিন্তু পুরোপুরি লিনাক্স ব্যবহারকারী
> > হয়ে
> > > > উঠতে
> > > > > পারিনি। বিভিন্ন সমস্যায় পড়েছি। সেগুলো থেকে দ্রুত উদ্ধার না পাওয়ায়
> > আবার
> > > > > উইন্ডোজে ফিরেছি। আবার এক

Re: [ Ubuntu-BD ] ubuntu users guide

2008-08-18 Thread 9el
শাহরিয়ার ভাই এর সাথে একমত। :) আমিও লিখবো আশা রাখি।

2008/8/18 Shahriar Tariq <[EMAIL PROTECTED]>

> On Mon, Aug 18, 2008 at 12:46 PM, রুবন <[EMAIL PROTECTED]> wrote:
>
> > 2008 আগস্ট 18 09:08 এ তে, nasir khan <[EMAIL PROTECTED]> লিখেছে:
> >
> >   উবুন্টুর 8.04 এর সহজ ও দরকারি কিছু টিপস, টিউটোরিয়াল নিয়ে একটি ম্যানুয়াল
> > বানাবো। উবুন্টু বিডি এর টিউটোরিয়াল বিভাগের কিছু লেখাও(নাম লিখে কৃতজ্ঞতা
> > জানানো হবে) এখানে দিতে চাই ।  শেষ করতে আপনাদের আরও সাহায্য দরকার হতে
> পারে।
> >
> >   আপনাদের আপত্তি থাকলে জানাবেন।
> >
>
> আরে আপত্তির কথা বলে তো আপনি আমাদের অপমানই করছেন :X
>
> আপত্তির কিছু কারন দেখিনা।
>
> নাসির ভাই আমি নিজেও লিখছি কিছু। আশা করি একসাথে কাজ করা যাবে??
>
> আর আমি আমার সব ফাইল google.doc এর মাধ্যমে অনলাইনে শেয়ার করি। এতে অনলাইন
> কোলাবোরেশন সহজ হয়ে যায়। একই লেখার উপর ১০০ জন কাজ করতে পারেন।
>
> নাসির ভাই উন্মুক্ত করে দিন আমরাও কাজ করি। সাহায্য করতে পারলে ভালোই লাগবে।
>
> আমার পরীক্ষা শেষ তাই নিয়মিত কাজ করতে সমস্যা হবার কথা না। :D
> --
> ubuntu-bd mailing list
> ubuntu-bd@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>
-- 
ubuntu-bd mailing list
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread রুবন
>
> রুবন ভাই আপনার প্রশ্ন এখনও পরিস্কার নয়।
>
> আপনার হার্ডডিস্ক দুইটা কম্পিউটারে লাগানো আছে ঠিক? ১ নং হার্ডডিস্কে আপনার
> উইন্ডোজ ছিলো আপনি ২ নং হার্ডডিস্কে উবুন্টু ইনস্টল দিয়েছেন।
> যেকোন হার্ডডিস্কের যেকোন পার্টিশন (সাপোর্টেড- এবং NTFS সাপোর্টেড) দেখতে
> পারবেন
>
> তবে যদি ইনস্টলের সময় একটা হার্ডডিস্ক লাগানো থাকতো তাহলে আপনাকে গ্রাব মনে হয়
> আবারও আপডেট দিতে হবে। কারন পার্টিশন টেবিল আপনার পরিবর্তন হচ্ছে।
>
> আরও বিস্তারিত বলুন বুঝতে সুবিধা হবে,
>
> কিভাবে ইনস্টল করেছেন? হার্ডডিস্ক দুইটাই লাগানো ছিলো নাকি একটা???
> --
>
ধন্যবাদ তারিক ভাই।

১টা হার্ডডিস্ক লাগিয়ে লিনাক্স ইন্সটল করেছি। পরবর্তীতে উইন্ডোজের ফাইল ফরমেটসহ
হার্ডডিস্কটা যুক্ত করেছি। এই হার্ডডিস্কের ফাইলগুলো দেখতে চাই, সেখানে কাজ
করতে চাই।
-- 
ubuntu-bd mailing list
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread Hasin Hayder
lenin

as far as I know its a great pain to install infra red drivers in ubuntu,
and to make them working. did you try connecting it using DKU5 or CK42 cable
instead?

and performance of irda is not satisfactory :)

-hasin

2008/8/18 9el <[EMAIL PROTECTED]>

> Hi all,
> I am using Ubuntu 8.04 in my Office PC and also my colleague(Ferdous). I
> bought a laptop recently HP 520 in which all credit goes to Hasin Bro :)
> for
> helping me buy in installments. Also thanks to Shanku da(RS Computers) for
> allowing me the installment. We are distributing and attracting our
> students
> and peers to using Ubuntu and nothing else :D
>
> I installed sole Ubuntu on my HP 520 as its to me a gift from Hasin Bro! I
> dont wish to install Windows in it at all.
>
> I will require help from you guys to install my Nokia 6020 IrDA Modem
> driver
> successfully to be able to use net. I successfully installed the Windows
> version of .inf file for my USB IrDA device. Now the point of installing
> the
> modem of my Nokia 6020 which is to be accessed through the USB IrDA device.
>
> Pray for my laptop as it is dead from morning while I was trying to find
> out
> a fix for ubuntu( wake up from Hibernation/Suspend).
>
> Anyone who can help me installing the IrDA will be thanked millions.
>
> Regards
>
> 9el
>
>
> On Mon, Aug 18, 2008 at 5:33 PM, রুবন <[EMAIL PROTECTED]> wrote:
>
> > ধন্যবাদ হাসিন ভাই, দ্রুত উত্তরের জন্য।
> >
> >
> >
> > 2008/8/18 Hasin Hayder <[EMAIL PROTECTED]>
> >
> > > hello roobon bhai
> > >
> > > congratulation that you are trying to get you hand dirty with ubuntu :D
> -
> > > let me answer you one by one
> > >
> > > 1. what did you mean by windows directory? in whichever case, after
> > > installing ubuntu you will find your drives inside the "compuetr" and
> in
> > > the
> > > "places menu" - you can access your other drives and files from there.
> >
> >
> > আমার উইন্ডোজ যে হার্ডডিস্কে ছিলো সেটিতে উবুন্টু ইন্সটল করলাম না। ভিন্ন
> একটি
> > হার্ডডিস্কের ৩৫গিগাবাইটে (১২০গিগা) ইন্সটল করেছি। এখন প্রশ্ন হচ্ছে পুরনো
> > হার্ডডিস্কটাতে রক্ষিত ফাইলপত্র দেখতে চাই। এটা কি উবুন্টুতে সম্ভব?
> উল্লেখ্য
> > পুরনো হার্ডডিস্কটার ফাইল সিস্টেম NTFS
> >
> > >
> > >
> > > 2. from synaptic package manager install apache, php5, php5-cli and
> > > mysql-server-5.0 and mysql client 5.0. if you have installed ubunutu
> from
> > a
> > > dvd, you dont need to download anything else. synaptic package manager
> > will
> > > find all the necessary files from the dvd and install them for ya. for
> > > incase you have installed from cd, you must have live internet
> connection
> > > while installimg AMP
> > >
> > > you can also try using xampp - a really nice package.
> > >
> > > 3. almost every common packages for your everyday needs are in the dvd,
> > so
> > > you can try - but there is no guranty that you will find everything in
> > the
> > > dvd for your need
> > >
> > > 4. nope - howeever you can run old versions of dreamweaver (like MX)
> via
> > > wine. for that please install WINE package first and then click on
> > > dreameweaver setup icon. Do you have a valid and licensed dreamweaver
> ;)
> > > ???
> > > if not, dont go for the cracked software. I would suggest you to try
> > amaya
> > > or quanta. they are not fully featured like dreamweaver, but it makes u
> > > feel
> > > good - as they are free :)
> > >
> > > say NO to software piracy
> > >
> > > 5. gFTP is my favorite - it supports both FTP and SFTP. you can also
> try
> > > FileZilla - its favorite to many people, but personally i dont like it
> > very
> > > much.
> > >
> > > 6. I am not sure about this question - if you meant "how to share files
> > > from
> > > ur nix machine with other windows machines" - simple, install samba and
> > you
> > > can do it. you will find detaild "how tos" on using samba
> > >
> > > hope you will be sticking with linux (or *licensed* windows/mac) :D
> > >
> > > thanks
> > > hasin hayder
> > >
> > > 2008 আগস্ট 18 15:57 এ তে, রুবন <[EMAIL PROTECTED]> লিখেছে:
> > >
> > > > সবাইকে শুভেচ্ছা।
> > > > অনেকবার লিনাক্স ইন্স্টল করেছি। কিন্তু পুরোপুরি লিনাক্স ব্যবহারকারী
> হয়ে
> > > উঠতে
> > > > পারিনি। বিভিন্ন সমস্যায় পড়েছি। সেগুলো থেকে দ্রুত উদ্ধার না পাওয়ায়
> আবার
> > > > উইন্ডোজে ফিরেছি। আবার একবার উবুন্টুতে ঢোকার চেষ্টা করছি। আপনাদের
> সকলের
> > > > সহায়তা পেলে দীর্ঘমেয়াদী ব্যবহারকারী হয়ে উঠতে পারবো ইনশাআল্লাহ।
> > > >
> > > > এখন আমার পিসিতে উবুন্টু ৮.০৪ ইন্সটল করছি। আপনাদের সহায়তা কামনা করছি
> > > পরবর্তী
> > > > ধাপগুলো পেরনোর জন্য।
> > > >
> > > > ইন্সটল হওয়ার পরপরই আমার যে প্রশ্নগুলো থাকবে বা প্রয়োজন হবে
> > > >
> > > >
> > > >   1. আমি কিভাবে উইন্ডোজ ডিরেক্টরীর ফাইলগুলো ব্যবহার করতে পারবো?
> > > >   2. LAMP ইন্সটলেশন প্রক্রিয়া বা mysql, php, apache ইন্সটলেশন কিভাবে
> > > করবো?
> > > >   3. আমার ডিভিডিতে সবগুলো প্যাকেজ আছে কি না? পূর্বে কোন কিছু ইন্সটল
> > দিলে
> > > >   ডিভিডি থেকে শুরু করলেও পরবর্তীতে বেশিরভাগ ফাইল ইন্টারনেট থেকে
> ডাউনলোড
> > > করে
> > > >   ইন্সটল হতো। এতে সময়ের অপচয় হতো। এবার এই ঝামেলা থেকে মুক্তি পেতে কি
> > > করবো?
>

Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread রুবন
2008/8/18 Hasin Hayder <[EMAIL PROTECTED]>

> hello roobon bhai
>
> congratulation that you are trying to get you hand dirty with ubuntu :D -
> let me answer you one by one
>
> 1. what did you mean by windows directory? in whichever case, after
> installing ubuntu you will find your drives inside the "compuetr" and in
> the
> "places menu" - you can access your other drives and files from there.
>
> 2. from synaptic package manager install apache, php5, php5-cli and
> mysql-server-5.0 and mysql client 5.0. if you have installed ubunutu from a
> dvd, you dont need to download anything else. synaptic package manager will
> find all the necessary files from the dvd and install them for ya. for
> incase you have installed from cd, you must have live internet connection
> while installimg AMP
>
> you can also try using xampp - a really nice package.
>
> 3. almost every common packages for your everyday needs are in the dvd, so
> you can try - but there is no guranty that you will find everything in the
> dvd for your need
>
> 4. nope - howeever you can run old versions of dreamweaver (like MX) via
> wine. for that please install WINE package first and then click on
> dreameweaver setup icon. Do you have a valid and licensed dreamweaver ;)
> ???
> if not, dont go for the cracked software. I would suggest you to try amaya
> or quanta. they are not fully featured like dreamweaver, but it makes u
> feel
> good - as they are free :)
>
> say NO to software piracy
>
> 5. gFTP is my favorite - it supports both FTP and SFTP. you can also try
> FileZilla - its favorite to many people, but personally i dont like it very
> much.
>
> 6. I am not sure about this question - if you meant "how to share files
> from
> ur nix machine with other windows machines" - simple, install samba and you
> can do it. you will find detaild "how tos" on using samba


সামবা কনফিগারেও সমস্যা আছে।  মাঝে সাঝে দ্রুতই হয়। মাঝে মাঝে আবার ঝামেলা করে।
আশা করি সহজ উপায়টা বলবেন।

আমি আসলে লিনাক্স ফাইল সার্ভারের কথা বলেছি। যে ফাইল সার্ভারে পুরো অফিসের ফাইল
ব্যাকআপ হবে। অটোমেট ব্যাকআপ জাতীয় ব্যাপার।

৭. আমার ইন্টারনেটকে এই সার্ভারের মাধ্যমে রাউট করাতে চাই। এজন্য কোন সফটওয়্যার
ব্যবহার করবো? আসলে ইন্টারনেটকে ম্যানেজ করতে চাই। ব্যান্ডউইডথ, সার্ভিস এবং
সবকিছু। নেটওয়ার্কের কোন কোন কম্পিউটার ইন্টারনেট পাবে, কোনটা পাবে না, কোন কোন
সাইট ব্লক থাকবে, কারা কি ধরনের সাইট দেখছে, কত বড় সাইজের ফাইল ডাউনলোড করছে
ইত্যাদি।


>
> hope you will be sticking with linux (or *licensed* windows/mac) :D
>
> thanks
> hasin hayder
>
> 2008 আগস্ট 18 15:57 এ তে, রুবন <[EMAIL PROTECTED]> লিখেছে:
>
> > সবাইকে শুভেচ্ছা।
> > অনেকবার লিনাক্স ইন্স্টল করেছি। কিন্তু পুরোপুরি লিনাক্স ব্যবহারকারী হয়ে
> উঠতে
> > পারিনি। বিভিন্ন সমস্যায় পড়েছি। সেগুলো থেকে দ্রুত উদ্ধার না পাওয়ায় আবার
> > উইন্ডোজে ফিরেছি। আবার একবার উবুন্টুতে ঢোকার চেষ্টা করছি। আপনাদের সকলের
> > সহায়তা পেলে দীর্ঘমেয়াদী ব্যবহারকারী হয়ে উঠতে পারবো ইনশাআল্লাহ।
> >
> > এখন আমার পিসিতে উবুন্টু ৮.০৪ ইন্সটল করছি। আপনাদের সহায়তা কামনা করছি
> পরবর্তী
> > ধাপগুলো পেরনোর জন্য।
> >
> > ইন্সটল হওয়ার পরপরই আমার যে প্রশ্নগুলো থাকবে বা প্রয়োজন হবে
> >
> >
> >   1. আমি কিভাবে উইন্ডোজ ডিরেক্টরীর ফাইলগুলো ব্যবহার করতে পারবো?
> >   2. LAMP ইন্সটলেশন প্রক্রিয়া বা mysql, php, apache ইন্সটলেশন কিভাবে
> করবো?
> >   3. আমার ডিভিডিতে সবগুলো প্যাকেজ আছে কি না? পূর্বে কোন কিছু ইন্সটল দিলে
> >   ডিভিডি থেকে শুরু করলেও পরবর্তীতে বেশিরভাগ ফাইল ইন্টারনেট থেকে ডাউনলোড
> করে
> >   ইন্সটল হতো। এতে সময়ের অপচয় হতো। এবার এই ঝামেলা থেকে মুক্তি পেতে কি
> করবো?
> >   4. ড্রীমওয়েভার ইন্সটল করতে পারবো কি না? বা লিনাক্সে ড্রীমওয়েভার না
> থাকলে
> >   বিকল্প কোন সফটওয়্যার  ব্যবহার করবো? কিভাবে ইন্সটল করবো?
> >   5. এফটিপি'র জন্য কোন ক্লায়েন্ট সফটওয়্যার ব্যবহার করবো? কোনটি ভালো?
> >   6. ফাইল সার্ভার হিসাবে তৈরি করতে হলে কি করতে হবে?
> >
> > আরো অনেক প্রশ্ন আছে, সেগুলি ধীরে ধীরে করি।
> >
> > আশা করি আপনাদের কাছে থেকে সহায়তা পাবো।
> >
> > - রুবন
> > --
> >
> >
> -
> > Syed Ziaul Habib (Roobon), Program Officer
> > The Hunger Project-Bangladesh,
> > Volunteer Web Programmer of shujan.org
> > Team member and contributor of biggani.org,
> > Contributor photographer of photoshare.org
> > Technology writer of jaijaidin.com
> > Blog: roobon.wordpress.com
> > --
> > ubuntu-bd mailing list
> > ubuntu-bd@lists.ubuntu.com
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> >
>
>
>
> --
> Regards
> Hasin Hayder
> Sr Software Engineer
> i2we inc (www.i2we.com)
> http://hasin.wordpress.com
>
> GPG DSA Key : 2FD0F9E9
> --
> ubuntu-bd mailing list
> ubuntu-bd@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>



-- 
-
Syed Ziaul Habib (Roobon), Program Officer
The Hunger Project-Bangladesh,
Volunteer Web Programmer of shujan.org
Team member and contributor of biggani.org,
Contributor photographer of photoshare.org
Technology writer of jaijaidin.c

Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread 9el
Roobon bhai,
If you have NTFS partitions then you might look at Russell bro's recent
reply here about installing support for NTFS in Ubuntu.

Thanks

9el

2008/8/18 Shahriar Tariq <[EMAIL PROTECTED]>

> 2008/8/18 Shahriar Tariq <[EMAIL PROTECTED]>
>
> > তবে যদি ইনস্টলের সময় একটা হার্ডডিস্ক লাগানো থাকতো তাহলে আপনাকে গ্রাব মনে
> হয়
> > আবারও আপডেট দিতে হবে। কারন পার্টিশন টেবিল আপনার পরিবর্তন হচ্ছে।
> >
> > আরও বিস্তারিত বলুন বুঝতে সুবিধা হবে,
> >
> > কিভাবে ইনস্টল করেছেন? হার্ডডিস্ক দুইটাই লাগানো ছিলো নাকি একটা???
> >
>
>
> আপডেট: একস্টার্ন্যাল হার্ডডিস্কের ক্ষেত্রে এই ঝামেলা করার দরকার নেই।
> --
> Thanking you
> Shahriar
> --
> ubuntu-bd mailing list
> ubuntu-bd@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>
-- 
ubuntu-bd mailing list
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread 9el
Hi all,
I am using Ubuntu 8.04 in my Office PC and also my colleague(Ferdous). I
bought a laptop recently HP 520 in which all credit goes to Hasin Bro :) for
helping me buy in installments. Also thanks to Shanku da(RS Computers) for
allowing me the installment. We are distributing and attracting our students
and peers to using Ubuntu and nothing else :D

I installed sole Ubuntu on my HP 520 as its to me a gift from Hasin Bro! I
dont wish to install Windows in it at all.

I will require help from you guys to install my Nokia 6020 IrDA Modem driver
successfully to be able to use net. I successfully installed the Windows
version of .inf file for my USB IrDA device. Now the point of installing the
modem of my Nokia 6020 which is to be accessed through the USB IrDA device.

Pray for my laptop as it is dead from morning while I was trying to find out
a fix for ubuntu( wake up from Hibernation/Suspend).

Anyone who can help me installing the IrDA will be thanked millions.

Regards

9el


On Mon, Aug 18, 2008 at 5:33 PM, রুবন <[EMAIL PROTECTED]> wrote:

> ধন্যবাদ হাসিন ভাই, দ্রুত উত্তরের জন্য।
>
>
>
> 2008/8/18 Hasin Hayder <[EMAIL PROTECTED]>
>
> > hello roobon bhai
> >
> > congratulation that you are trying to get you hand dirty with ubuntu :D -
> > let me answer you one by one
> >
> > 1. what did you mean by windows directory? in whichever case, after
> > installing ubuntu you will find your drives inside the "compuetr" and in
> > the
> > "places menu" - you can access your other drives and files from there.
>
>
> আমার উইন্ডোজ যে হার্ডডিস্কে ছিলো সেটিতে উবুন্টু ইন্সটল করলাম না। ভিন্ন একটি
> হার্ডডিস্কের ৩৫গিগাবাইটে (১২০গিগা) ইন্সটল করেছি। এখন প্রশ্ন হচ্ছে পুরনো
> হার্ডডিস্কটাতে রক্ষিত ফাইলপত্র দেখতে চাই। এটা কি উবুন্টুতে সম্ভব? উল্লেখ্য
> পুরনো হার্ডডিস্কটার ফাইল সিস্টেম NTFS
>
> >
> >
> > 2. from synaptic package manager install apache, php5, php5-cli and
> > mysql-server-5.0 and mysql client 5.0. if you have installed ubunutu from
> a
> > dvd, you dont need to download anything else. synaptic package manager
> will
> > find all the necessary files from the dvd and install them for ya. for
> > incase you have installed from cd, you must have live internet connection
> > while installimg AMP
> >
> > you can also try using xampp - a really nice package.
> >
> > 3. almost every common packages for your everyday needs are in the dvd,
> so
> > you can try - but there is no guranty that you will find everything in
> the
> > dvd for your need
> >
> > 4. nope - howeever you can run old versions of dreamweaver (like MX) via
> > wine. for that please install WINE package first and then click on
> > dreameweaver setup icon. Do you have a valid and licensed dreamweaver ;)
> > ???
> > if not, dont go for the cracked software. I would suggest you to try
> amaya
> > or quanta. they are not fully featured like dreamweaver, but it makes u
> > feel
> > good - as they are free :)
> >
> > say NO to software piracy
> >
> > 5. gFTP is my favorite - it supports both FTP and SFTP. you can also try
> > FileZilla - its favorite to many people, but personally i dont like it
> very
> > much.
> >
> > 6. I am not sure about this question - if you meant "how to share files
> > from
> > ur nix machine with other windows machines" - simple, install samba and
> you
> > can do it. you will find detaild "how tos" on using samba
> >
> > hope you will be sticking with linux (or *licensed* windows/mac) :D
> >
> > thanks
> > hasin hayder
> >
> > 2008 আগস্ট 18 15:57 এ তে, রুবন <[EMAIL PROTECTED]> লিখেছে:
> >
> > > সবাইকে শুভেচ্ছা।
> > > অনেকবার লিনাক্স ইন্স্টল করেছি। কিন্তু পুরোপুরি লিনাক্স ব্যবহারকারী হয়ে
> > উঠতে
> > > পারিনি। বিভিন্ন সমস্যায় পড়েছি। সেগুলো থেকে দ্রুত উদ্ধার না পাওয়ায় আবার
> > > উইন্ডোজে ফিরেছি। আবার একবার উবুন্টুতে ঢোকার চেষ্টা করছি। আপনাদের সকলের
> > > সহায়তা পেলে দীর্ঘমেয়াদী ব্যবহারকারী হয়ে উঠতে পারবো ইনশাআল্লাহ।
> > >
> > > এখন আমার পিসিতে উবুন্টু ৮.০৪ ইন্সটল করছি। আপনাদের সহায়তা কামনা করছি
> > পরবর্তী
> > > ধাপগুলো পেরনোর জন্য।
> > >
> > > ইন্সটল হওয়ার পরপরই আমার যে প্রশ্নগুলো থাকবে বা প্রয়োজন হবে
> > >
> > >
> > >   1. আমি কিভাবে উইন্ডোজ ডিরেক্টরীর ফাইলগুলো ব্যবহার করতে পারবো?
> > >   2. LAMP ইন্সটলেশন প্রক্রিয়া বা mysql, php, apache ইন্সটলেশন কিভাবে
> > করবো?
> > >   3. আমার ডিভিডিতে সবগুলো প্যাকেজ আছে কি না? পূর্বে কোন কিছু ইন্সটল
> দিলে
> > >   ডিভিডি থেকে শুরু করলেও পরবর্তীতে বেশিরভাগ ফাইল ইন্টারনেট থেকে ডাউনলোড
> > করে
> > >   ইন্সটল হতো। এতে সময়ের অপচয় হতো। এবার এই ঝামেলা থেকে মুক্তি পেতে কি
> > করবো?
> > >   4. ড্রীমওয়েভার ইন্সটল করতে পারবো কি না? বা লিনাক্সে ড্রীমওয়েভার না
> > থাকলে
> > >   বিকল্প কোন সফটওয়্যার  ব্যবহার করবো? কিভাবে ইন্সটল করবো?
> > >   5. এফটিপি'র জন্য কোন ক্লায়েন্ট সফটওয়্যার ব্যবহার করবো? কোনটি ভালো?
> > >   6. ফাইল সার্ভার হিসাবে তৈরি করতে হলে কি করতে হবে?
> > >
> > > আরো অনেক প্রশ্ন আছে, সেগুলি ধীরে ধীরে করি।
> > >
> > > আশা করি আপনাদের কাছে থেকে সহায়তা পাবো।
> > >
> > > - রুবন
> > > --
> > >
> > >
> >
> ---

Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread Shahriar Tariq
2008/8/18 Shahriar Tariq <[EMAIL PROTECTED]>

> তবে যদি ইনস্টলের সময় একটা হার্ডডিস্ক লাগানো থাকতো তাহলে আপনাকে গ্রাব মনে হয়
> আবারও আপডেট দিতে হবে। কারন পার্টিশন টেবিল আপনার পরিবর্তন হচ্ছে।
>
> আরও বিস্তারিত বলুন বুঝতে সুবিধা হবে,
>
> কিভাবে ইনস্টল করেছেন? হার্ডডিস্ক দুইটাই লাগানো ছিলো নাকি একটা???
>


আপডেট: একস্টার্ন্যাল হার্ডডিস্কের ক্ষেত্রে এই ঝামেলা করার দরকার নেই।
-- 
Thanking you
Shahriar
-- 
ubuntu-bd mailing list
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread Shahriar Tariq
On Mon, Aug 18, 2008 at 5:33 PM, রুবন <[EMAIL PROTECTED]> wrote:

> আমার উইন্ডোজ যে হার্ডডিস্কে ছিলো সেটিতে উবুন্টু ইন্সটল করলাম না। ভিন্ন একটি
> হার্ডডিস্কের ৩৫গিগাবাইটে (১২০গিগা) ইন্সটল করেছি। এখন প্রশ্ন হচ্ছে পুরনো
> হার্ডডিস্কটাতে রক্ষিত ফাইলপত্র দেখতে চাই। এটা কি উবুন্টুতে সম্ভব? উল্লেখ্য
> পুরনো হার্ডডিস্কটার ফাইল সিস্টেম NTFS
>
>
রুবন ভাই আপনার প্রশ্ন এখনও পরিস্কার নয়।

আপনার হার্ডডিস্ক দুইটা কম্পিউটারে লাগানো আছে ঠিক? ১ নং হার্ডডিস্কে আপনার
উইন্ডোজ ছিলো আপনি ২ নং হার্ডডিস্কে উবুন্টু ইনস্টল দিয়েছেন।
যেকোন হার্ডডিস্কের যেকোন পার্টিশন (সাপোর্টেড- এবং NTFS সাপোর্টেড) দেখতে
পারবেন

তবে যদি ইনস্টলের সময় একটা হার্ডডিস্ক লাগানো থাকতো তাহলে আপনাকে গ্রাব মনে হয়
আবারও আপডেট দিতে হবে। কারন পার্টিশন টেবিল আপনার পরিবর্তন হচ্ছে।

আরও বিস্তারিত বলুন বুঝতে সুবিধা হবে,

কিভাবে ইনস্টল করেছেন? হার্ডডিস্ক দুইটাই লাগানো ছিলো নাকি একটা???
-- 
ubuntu-bd mailing list
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [ Ubuntu-BD ] ubuntu users guide

2008-08-18 Thread Shahriar Tariq
On Mon, Aug 18, 2008 at 12:46 PM, রুবন <[EMAIL PROTECTED]> wrote:

> 2008 আগস্ট 18 09:08 এ তে, nasir khan <[EMAIL PROTECTED]> লিখেছে:
>
>   উবুন্টুর 8.04 এর সহজ ও দরকারি কিছু টিপস, টিউটোরিয়াল নিয়ে একটি ম্যানুয়াল
> বানাবো। উবুন্টু বিডি এর টিউটোরিয়াল বিভাগের কিছু লেখাও(নাম লিখে কৃতজ্ঞতা
> জানানো হবে) এখানে দিতে চাই ।  শেষ করতে আপনাদের আরও সাহায্য দরকার হতে পারে।
>
>   আপনাদের আপত্তি থাকলে জানাবেন।
>

আরে আপত্তির কথা বলে তো আপনি আমাদের অপমানই করছেন :X

আপত্তির কিছু কারন দেখিনা।

নাসির ভাই আমি নিজেও লিখছি কিছু। আশা করি একসাথে কাজ করা যাবে??

আর আমি আমার সব ফাইল google.doc এর মাধ্যমে অনলাইনে শেয়ার করি। এতে অনলাইন
কোলাবোরেশন সহজ হয়ে যায়। একই লেখার উপর ১০০ জন কাজ করতে পারেন।

নাসির ভাই উন্মুক্ত করে দিন আমরাও কাজ করি। সাহায্য করতে পারলে ভালোই লাগবে।

আমার পরীক্ষা শেষ তাই নিয়মিত কাজ করতে সমস্যা হবার কথা না। :D
-- 
ubuntu-bd mailing list
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread রুবন
ধন্যবাদ হাসিন ভাই, দ্রুত উত্তরের জন্য।



2008/8/18 Hasin Hayder <[EMAIL PROTECTED]>

> hello roobon bhai
>
> congratulation that you are trying to get you hand dirty with ubuntu :D -
> let me answer you one by one
>
> 1. what did you mean by windows directory? in whichever case, after
> installing ubuntu you will find your drives inside the "compuetr" and in
> the
> "places menu" - you can access your other drives and files from there.


আমার উইন্ডোজ যে হার্ডডিস্কে ছিলো সেটিতে উবুন্টু ইন্সটল করলাম না। ভিন্ন একটি
হার্ডডিস্কের ৩৫গিগাবাইটে (১২০গিগা) ইন্সটল করেছি। এখন প্রশ্ন হচ্ছে পুরনো
হার্ডডিস্কটাতে রক্ষিত ফাইলপত্র দেখতে চাই। এটা কি উবুন্টুতে সম্ভব? উল্লেখ্য
পুরনো হার্ডডিস্কটার ফাইল সিস্টেম NTFS

>
>
> 2. from synaptic package manager install apache, php5, php5-cli and
> mysql-server-5.0 and mysql client 5.0. if you have installed ubunutu from a
> dvd, you dont need to download anything else. synaptic package manager will
> find all the necessary files from the dvd and install them for ya. for
> incase you have installed from cd, you must have live internet connection
> while installimg AMP
>
> you can also try using xampp - a really nice package.
>
> 3. almost every common packages for your everyday needs are in the dvd, so
> you can try - but there is no guranty that you will find everything in the
> dvd for your need
>
> 4. nope - howeever you can run old versions of dreamweaver (like MX) via
> wine. for that please install WINE package first and then click on
> dreameweaver setup icon. Do you have a valid and licensed dreamweaver ;)
> ???
> if not, dont go for the cracked software. I would suggest you to try amaya
> or quanta. they are not fully featured like dreamweaver, but it makes u
> feel
> good - as they are free :)
>
> say NO to software piracy
>
> 5. gFTP is my favorite - it supports both FTP and SFTP. you can also try
> FileZilla - its favorite to many people, but personally i dont like it very
> much.
>
> 6. I am not sure about this question - if you meant "how to share files
> from
> ur nix machine with other windows machines" - simple, install samba and you
> can do it. you will find detaild "how tos" on using samba
>
> hope you will be sticking with linux (or *licensed* windows/mac) :D
>
> thanks
> hasin hayder
>
> 2008 আগস্ট 18 15:57 এ তে, রুবন <[EMAIL PROTECTED]> লিখেছে:
>
> > সবাইকে শুভেচ্ছা।
> > অনেকবার লিনাক্স ইন্স্টল করেছি। কিন্তু পুরোপুরি লিনাক্স ব্যবহারকারী হয়ে
> উঠতে
> > পারিনি। বিভিন্ন সমস্যায় পড়েছি। সেগুলো থেকে দ্রুত উদ্ধার না পাওয়ায় আবার
> > উইন্ডোজে ফিরেছি। আবার একবার উবুন্টুতে ঢোকার চেষ্টা করছি। আপনাদের সকলের
> > সহায়তা পেলে দীর্ঘমেয়াদী ব্যবহারকারী হয়ে উঠতে পারবো ইনশাআল্লাহ।
> >
> > এখন আমার পিসিতে উবুন্টু ৮.০৪ ইন্সটল করছি। আপনাদের সহায়তা কামনা করছি
> পরবর্তী
> > ধাপগুলো পেরনোর জন্য।
> >
> > ইন্সটল হওয়ার পরপরই আমার যে প্রশ্নগুলো থাকবে বা প্রয়োজন হবে
> >
> >
> >   1. আমি কিভাবে উইন্ডোজ ডিরেক্টরীর ফাইলগুলো ব্যবহার করতে পারবো?
> >   2. LAMP ইন্সটলেশন প্রক্রিয়া বা mysql, php, apache ইন্সটলেশন কিভাবে
> করবো?
> >   3. আমার ডিভিডিতে সবগুলো প্যাকেজ আছে কি না? পূর্বে কোন কিছু ইন্সটল দিলে
> >   ডিভিডি থেকে শুরু করলেও পরবর্তীতে বেশিরভাগ ফাইল ইন্টারনেট থেকে ডাউনলোড
> করে
> >   ইন্সটল হতো। এতে সময়ের অপচয় হতো। এবার এই ঝামেলা থেকে মুক্তি পেতে কি
> করবো?
> >   4. ড্রীমওয়েভার ইন্সটল করতে পারবো কি না? বা লিনাক্সে ড্রীমওয়েভার না
> থাকলে
> >   বিকল্প কোন সফটওয়্যার  ব্যবহার করবো? কিভাবে ইন্সটল করবো?
> >   5. এফটিপি'র জন্য কোন ক্লায়েন্ট সফটওয়্যার ব্যবহার করবো? কোনটি ভালো?
> >   6. ফাইল সার্ভার হিসাবে তৈরি করতে হলে কি করতে হবে?
> >
> > আরো অনেক প্রশ্ন আছে, সেগুলি ধীরে ধীরে করি।
> >
> > আশা করি আপনাদের কাছে থেকে সহায়তা পাবো।
> >
> > - রুবন
> > --
> >
> >
> -
> > Syed Ziaul Habib (Roobon), Program Officer
> > The Hunger Project-Bangladesh,
> > Volunteer Web Programmer of shujan.org
> > Team member and contributor of biggani.org,
> > Contributor photographer of photoshare.org
> > Technology writer of jaijaidin.com
> > Blog: roobon.wordpress.com
> > --
> > ubuntu-bd mailing list
> > ubuntu-bd@lists.ubuntu.com
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> >
>
>
>
> --
> Regards
> Hasin Hayder
> Sr Software Engineer
> i2we inc (www.i2we.com)
> http://hasin.wordpress.com
>
> GPG DSA Key : 2FD0F9E9
> --
> ubuntu-bd mailing list
> ubuntu-bd@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>



-- 
-
Syed Ziaul Habib (Roobon), Program Officer
The Hunger Project-Bangladesh,
Volunteer Web Programmer of shujan.org
Team member and contributor of biggani.org,
Contributor photographer of photoshare.org
Technology writer of jaijaidin.com
Blog: roobon.wordpress.com
-- 
ubuntu-bd mailing list
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread Hasin Hayder
hello roobon bhai

congratulation that you are trying to get you hand dirty with ubuntu :D -
let me answer you one by one

1. what did you mean by windows directory? in whichever case, after
installing ubuntu you will find your drives inside the "compuetr" and in the
"places menu" - you can access your other drives and files from there.

2. from synaptic package manager install apache, php5, php5-cli and
mysql-server-5.0 and mysql client 5.0. if you have installed ubunutu from a
dvd, you dont need to download anything else. synaptic package manager will
find all the necessary files from the dvd and install them for ya. for
incase you have installed from cd, you must have live internet connection
while installimg AMP

you can also try using xampp - a really nice package.

3. almost every common packages for your everyday needs are in the dvd, so
you can try - but there is no guranty that you will find everything in the
dvd for your need

4. nope - howeever you can run old versions of dreamweaver (like MX) via
wine. for that please install WINE package first and then click on
dreameweaver setup icon. Do you have a valid and licensed dreamweaver ;) ???
if not, dont go for the cracked software. I would suggest you to try amaya
or quanta. they are not fully featured like dreamweaver, but it makes u feel
good - as they are free :)

say NO to software piracy

5. gFTP is my favorite - it supports both FTP and SFTP. you can also try
FileZilla - its favorite to many people, but personally i dont like it very
much.

6. I am not sure about this question - if you meant "how to share files from
ur nix machine with other windows machines" - simple, install samba and you
can do it. you will find detaild "how tos" on using samba

hope you will be sticking with linux (or *licensed* windows/mac) :D

thanks
hasin hayder

2008 আগস্ট 18 15:57 এ তে, রুবন <[EMAIL PROTECTED]> লিখেছে:

> সবাইকে শুভেচ্ছা।
> অনেকবার লিনাক্স ইন্স্টল করেছি। কিন্তু পুরোপুরি লিনাক্স ব্যবহারকারী হয়ে উঠতে
> পারিনি। বিভিন্ন সমস্যায় পড়েছি। সেগুলো থেকে দ্রুত উদ্ধার না পাওয়ায় আবার
> উইন্ডোজে ফিরেছি। আবার একবার উবুন্টুতে ঢোকার চেষ্টা করছি। আপনাদের সকলের
> সহায়তা পেলে দীর্ঘমেয়াদী ব্যবহারকারী হয়ে উঠতে পারবো ইনশাআল্লাহ।
>
> এখন আমার পিসিতে উবুন্টু ৮.০৪ ইন্সটল করছি। আপনাদের সহায়তা কামনা করছি পরবর্তী
> ধাপগুলো পেরনোর জন্য।
>
> ইন্সটল হওয়ার পরপরই আমার যে প্রশ্নগুলো থাকবে বা প্রয়োজন হবে
>
>
>   1. আমি কিভাবে উইন্ডোজ ডিরেক্টরীর ফাইলগুলো ব্যবহার করতে পারবো?
>   2. LAMP ইন্সটলেশন প্রক্রিয়া বা mysql, php, apache ইন্সটলেশন কিভাবে করবো?
>   3. আমার ডিভিডিতে সবগুলো প্যাকেজ আছে কি না? পূর্বে কোন কিছু ইন্সটল দিলে
>   ডিভিডি থেকে শুরু করলেও পরবর্তীতে বেশিরভাগ ফাইল ইন্টারনেট থেকে ডাউনলোড করে
>   ইন্সটল হতো। এতে সময়ের অপচয় হতো। এবার এই ঝামেলা থেকে মুক্তি পেতে কি করবো?
>   4. ড্রীমওয়েভার ইন্সটল করতে পারবো কি না? বা লিনাক্সে ড্রীমওয়েভার না থাকলে
>   বিকল্প কোন সফটওয়্যার  ব্যবহার করবো? কিভাবে ইন্সটল করবো?
>   5. এফটিপি'র জন্য কোন ক্লায়েন্ট সফটওয়্যার ব্যবহার করবো? কোনটি ভালো?
>   6. ফাইল সার্ভার হিসাবে তৈরি করতে হলে কি করতে হবে?
>
> আরো অনেক প্রশ্ন আছে, সেগুলি ধীরে ধীরে করি।
>
> আশা করি আপনাদের কাছে থেকে সহায়তা পাবো।
>
> - রুবন
> --
>
> -
> Syed Ziaul Habib (Roobon), Program Officer
> The Hunger Project-Bangladesh,
> Volunteer Web Programmer of shujan.org
> Team member and contributor of biggani.org,
> Contributor photographer of photoshare.org
> Technology writer of jaijaidin.com
> Blog: roobon.wordpress.com
> --
> ubuntu-bd mailing list
> ubuntu-bd@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>



-- 
Regards
Hasin Hayder
Sr Software Engineer
i2we inc (www.i2we.com)
http://hasin.wordpress.com

GPG DSA Key : 2FD0F9E9
-- 
ubuntu-bd mailing list
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


[ Ubuntu-BD ] Installing ubuntu in THP

2008-08-18 Thread রুবন
সবাইকে শুভেচ্ছা।
অনেকবার লিনাক্স ইন্স্টল করেছি। কিন্তু পুরোপুরি লিনাক্স ব্যবহারকারী হয়ে উঠতে
পারিনি। বিভিন্ন সমস্যায় পড়েছি। সেগুলো থেকে দ্রুত উদ্ধার না পাওয়ায় আবার
উইন্ডোজে ফিরেছি। আবার একবার উবুন্টুতে ঢোকার চেষ্টা করছি। আপনাদের সকলের
সহায়তা পেলে দীর্ঘমেয়াদী ব্যবহারকারী হয়ে উঠতে পারবো ইনশাআল্লাহ।

এখন আমার পিসিতে উবুন্টু ৮.০৪ ইন্সটল করছি। আপনাদের সহায়তা কামনা করছি পরবর্তী
ধাপগুলো পেরনোর জন্য।

ইন্সটল হওয়ার পরপরই আমার যে প্রশ্নগুলো থাকবে বা প্রয়োজন হবে


   1. আমি কিভাবে উইন্ডোজ ডিরেক্টরীর ফাইলগুলো ব্যবহার করতে পারবো?
   2. LAMP ইন্সটলেশন প্রক্রিয়া বা mysql, php, apache ইন্সটলেশন কিভাবে করবো?
   3. আমার ডিভিডিতে সবগুলো প্যাকেজ আছে কি না? পূর্বে কোন কিছু ইন্সটল দিলে
   ডিভিডি থেকে শুরু করলেও পরবর্তীতে বেশিরভাগ ফাইল ইন্টারনেট থেকে ডাউনলোড করে
   ইন্সটল হতো। এতে সময়ের অপচয় হতো। এবার এই ঝামেলা থেকে মুক্তি পেতে কি করবো?
   4. ড্রীমওয়েভার ইন্সটল করতে পারবো কি না? বা লিনাক্সে ড্রীমওয়েভার না থাকলে
   বিকল্প কোন সফটওয়্যার  ব্যবহার করবো? কিভাবে ইন্সটল করবো?
   5. এফটিপি'র জন্য কোন ক্লায়েন্ট সফটওয়্যার ব্যবহার করবো? কোনটি ভালো?
   6. ফাইল সার্ভার হিসাবে তৈরি করতে হলে কি করতে হবে?

আরো অনেক প্রশ্ন আছে, সেগুলি ধীরে ধীরে করি।

আশা করি আপনাদের কাছে থেকে সহায়তা পাবো।

- রুবন
-- 
-
Syed Ziaul Habib (Roobon), Program Officer
The Hunger Project-Bangladesh,
Volunteer Web Programmer of shujan.org
Team member and contributor of biggani.org,
Contributor photographer of photoshare.org
Technology writer of jaijaidin.com
Blog: roobon.wordpress.com
-- 
ubuntu-bd mailing list
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd