Re: [Ubuntu-BD] When is the release party of Ubuntu 16.04?

2016-04-21 Thread Pavel Sayekat
I can give it a try, give me a time frame if its possible.

Thanks!

On Thu, Apr 21, 2016 at 9:55 AM, Maksudur Rahman Maateen <
ugcode...@gmail.com> wrote:

> Hello Everyone,
>
> From Ubuntu Bangladesh, we are gonna arrange for a release party. But I am
> afraid of getting a university as host. Would you please like to find
> suitable one?
>
> Thanks
>
> On Thu, Apr 21, 2016 at 3:37 AM, Pavel Sayekat <pavelsaye...@gmail.com>
> wrote:
>
> > Hello everyone,
> > Like to know when is the release party of Ubuntu 16.04? looking forward
> to
> > it
> >
> > Pavel Sayekat | pavlushka
> >
> > "please say hi in "#ubuntu-bd" irc channel at freenode.net irc server
> with
> > any irc client."
> > --
> > Ubuntu Bangladesh
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> >
>
>
>
> --
> *Maksudur Rahman Maateen*
> *Amateur Blogger, Linux Sysadmin, Python Programmer*
> Website: http://www.ugcoder.com/
> --
> Ubuntu Bangladesh
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [Ubuntu-BD] শুধু USB Pendrive read only mount হচ্ছে 14.04 এ, শুধু আমার উবুন্টুতে, অন্য উবুন্টু 14.04 এ সেটা write-permission সহ mount হচ্ছে

2016-03-09 Thread Pavel Sayekat
হা হা হা, আমিও বুঝতে পারিনি প্রথমে ব্যাপারটা, আর সারারাতের মধ্যে আমি কিং অব
ফাইটার গেইমটিও খেলেছিলাম, লল।

2016-03-09 23:26 GMT+06:00 সাজেদুর রহিম জোয়ারদার :

> ভাই পাভেল সৈকত
> বোঝা গেলো গরুটা আছে, তবে তাঁর দড়িটা এত লম্বা যে, তা দিয়ে গ্রামসুদ্ধ লোক
> বেঁধে রাখা যাবে। :)
>
> আপনি পরবর্তীতে কোন বিষয়ে পরামর্শ চাইলে অবশ্যই পুরো ঘটনা বলবেন। অাংশিক বললে
> সমাধানের ক্ষেত্রেও সেটা আংশিকই মিলবে এবং সেজন্যে আপনার চেপে যাওয়া ঘটনাই
> দায়ী হবে।
> --
> রিং
> +8801511411437
>
> মহাসচিব
> এফওএসএস বাংলাদেশ
> --
> Ubuntu Bangladesh
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

Re: [Ubuntu-BD] Fwd: উবুন্টুর ওয়েবসাইট থেকে কি 'লিনাক্স‌ গায়েব হয়ে গেল?

2013-05-02 Thread Pavel Sayekat
I forgot, It will always be a Linux distro as Mac will always be a Unix
based system,kind of Linux.


On Thu, May 2, 2013 at 10:45 PM, Pavel Sayekat pavelsaye...@gmail.comwrote:

 Why is it free?
 It’s open source

 Our global community is made up of thousands of people who want to help
 build the best open-source operating system in the world. They volunteer
 their time and skills to make sure that Ubuntu keeps getting better and
 better.


 It's on the meet Ubuntu page.


 On Thu, May 2, 2013 at 3:45 PM, Abu Ashraf Masnun mas...@gmail.comwrote:

 Totally agreed with Nasim vai.

 Slightly off topic for curiosity's sake - Is android as much Linux as
 Ubuntu is? I mean wasn't android branch removed from the Linux source
 repo?
 Since I am not much into Kernels, I would highly appreciate anyone
 explaining a bit more :)



 On Thu, May 2, 2013 at 4:37 AM, Nasimul Haque nasim.ha...@gmail.com
 wrote:

  You don't see Darwin or (Free)BSD in the Apple website. You do not see
  win32, winRT, NT kernels in a microsoft website. You do not see Linux in
  Android sites. Ubuntu is itself a known brand. Not having the word
 'Linux'
  in its site proves nothing. Linux is a part of Ubuntu. You don't see
 GNOME,
  X, and other parts of Ubuntu mentioned there. People who know about
 Linux
  already know Ubuntu is a Linux distro same as android. People who
 doesn't
  know Ubuntu is Linux will learn it later using it.
 
  It doesn't matter if people know what's underneath. It matters people
 use
  best quality Open Source System. Ubuntu's target is always general
 people.
 
  Having said that, here's some 'Linux' word in the site:
  http://www.ubuntu.com/about/about-ubuntu
 
  --
  M. Nasimul Haque
  Appliansys, Coventry, UK
  http://www.nasim.me.uk
  --
  Ubuntu Bangladesh
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
 



 --
 Abu Ashraf Masnun | +8801711960803 | http://masnun.me
 --
 Ubuntu Bangladesh
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd



-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

[Ubuntu-BD] The compiled program in g++ didn't give complete output in the terminal or any output file.

2012-01-26 Thread Pavel Sayekat
I did a c++ code for solving a third order D.E. as follows:

/*By this program we will find out the initial condition.

/*The initial condition (when t=0) of the third order nonlinear ODE*/

/*Date: 23.01.2012*/

#include stdio.h

#include math.h

// FILE *fp;

 #define N 3

 int rk();

 int sub();

 int i, m;

 float F[N], K[4][N], temp[N],V[N], T_limit=5.1, h=0.5, T=0., e=0.1, c1,
c2, c3, lm=.8, x, x0, x1, x2;

   // Y[N] is the initial value of the dependent variable of our original
equation.

   // T (time) is the independent variable of our original equation.

   // K is used for iteration of Runge Katta Method.

   // T_limit is used as the final value of T (time)

int main()

 {

 float a0=0.4, b0=0.2, c0=0.1;

float y0, y1, y2, z0, z1, z2;

 float k,j;

 float r, m1, m2, m3, m4, m5, m6, m7, m8, m9;

 float p1, p2, p3;

 float q1, q2;

 for (j=2.5;j=10;j=j+0.2)

 {

 printf(\n);

 k=j;

// printf(Enter a +ve value of the root, k=);

  //k means lamda

// scanf(%f, k);

  //r=-1/(k*k);

 //m1=2/(k*k*k);

   m2=18/pow(k,4);

   m3=72/pow(k,5);

   m4=120/pow(k,6);

   //m5=1/pow(k,3);

   //m6=12/pow(k,4);

   m7=m3;

   m8=240/pow(k,6);

   m9=360/pow(k,7);

 p1=-1/(k*k);

   p2=-6/pow(k,3);

   p3=-12/pow(k,4);

 q1=-2/pow(k,2);

 q2=-6/pow(k,3);

 y0=a0;

 z0=e*(b0*c0*m4+c0*c0*m9);

 x0=y0+z0;

 y1=-k*a0+e*(a0*a0*p1+a0*b0*p2+(b0*b0+2*c0*a0)*p3)+b0;

 z1=e*(-2*k*(b0*c0*m4+c0*c0*m9)+b0*c0*m3+c0*c0*m8);

 x1=y1+z1;

 
y2=k*k*a0-3*e*k*(a0*a0*p1+a0*b0*p2+(b0*b0+2*c0*a0)*p3)-2*k*b0+2*e*(a0*b0*q1+(b0*b0+2*c0*a0)*q2)+2*c0;

 z2=e*(4*k*k*(b0*c0*m4+c0*c0*m9)-4*k*(b0*c0*m3+c0*c0*m8)+2*b0*c0*m2+2*c0*c0*m7);

x2=y2+z2;

 printf(\n\t\t x0=%f \n\t\t x1=%f \n\t\t x2=%f, x0, x1, x2);

 printf(\n);

 printf(\n);

 sub();

 }

return 0;

}

 int sub()

 {

 c1=-3.0*lm; //sum of the A.U. roots.

 c2=3.0*lm*lm; //sum of the product of the roots taken two at a time

 c3=-lm*lm*lm; //product of the roots

// fp=fopen(learn1.dat, w);

 V[0]=x0;

 V[1]=x1;

 V[2]=x2;

// printf(initial value\n);

// for (i=0; iN; i++)

// {

// printf(Y[%d]=,i);

// scanf(%f, (Y+i));

// }

 do

 {

 printf (%.2f\t,T);

// fprintf(fp, %.2f\n, T);

 x=V[0];

 for(i=0; iN; i++)

 {

 temp[i]=V[i];

 printf(%f\t,V[i]);

 }

 printf(%f\n,x);

// fprintf(fp, %f\n, x);

 for(m=0; m4; m++)

 {

 F[0]=V[1];

 F[1]=V[2];

 F[2]=-c3*V[0]-c2*V[1]-c1*V[2]-e*V[0]*V[0]*V[0];

 rk();

 }

 } while(TT_limit+h);

 return 0;

 }

 int rk()

 {

 for(i=0; iN; i++)

 {

 K[m][i]=F[i];

 if (m==0 || m==1)

 V[i]=temp[i]+.5*h*K[m][i];

 else if(m==2)

 V[i]=temp[i]+h*K[m][i];

 else V[i]=temp[i]+(K[0][i]+2*K[1][i]+2*K[2][i]+K[3][i])*h/6.;

 }

 if (m==0 || m==2)

 T=T+.5*h;

 return 0;

 }

But the compiled program gave me this

   x0=0.401573
   x1=-0.814725
   x2=1.773615

0.00 0.401573 -0.814725 1.773615 0.401573
0.50 0.369061 1.085164 6.471668 0.369061
1.00 2.058680 6.524188 16.426159 2.058680
1.50 7.990735 18.327394 27.232946 7.990735
2.00 18.454220 7.876439 -167.319901 18.454220
2.50 -28.053253 -251.635757 -664.048889 -28.053253
3.00 556.427917 14110.076172 153872.875000 556.427917
3.50 -71204488.00 -11171593216.00 1046708024770560.00
-71204488.00
4.00 24474019397295355228848128.00 -inf -inf
24474019397295355228848128.00
4.50 -nan -nan -nan -nan
5.00 -nan -nan -nan -nan
5.50 -nan -nan -nan -nan

   x0=0.400964
   x1=-0.890924
   x2=2.096703

6.00 0.400964 -0.890924 2.096703 0.400964

   x0=0.400612
   x1=-0.968352
   x2=2.455168

6.50 0.400612 -0.968352 2.455168 0.400612

   x0=0.400401
   x1=-1.046550
   x2=2.847923

7.00 0.400401 -1.046550 2.847923 0.400401

   x0=0.400270
   x1=-1.125250
   x2=3.274284

7.50 0.400270 -1.125250 3.274284 0.400270

   x0=0.400187
   x1=-1.204286
   x2=3.733802

8.00 0.400187 -1.204286 3.733802 0.400187

   x0=0.400131
   x1=-1.283556
   x2=4.226174

8.50 0.400131 -1.283556 4.226174 0.400131

   x0=0.400094
   x1=-1.362993
   x2=4.751190

9.00 0.400094 -1.362993 4.751190 0.400094

   x0=0.400069
   x1=-1.442549
   x2=5.308702

9.50 0.400069 -1.442549 5.308702 0.400069

   x0=0.400051
   x1=-1.522195
   x2=5.898601

10.00 0.400051 -1.522195 5.898601 0.400051

   x0=0.400039
   x1=-1.601908
   x2=6.520808

10.50 0.400039 -1.601908 6.520808 0.400039

   x0=0.400029
   x1=-1.681673
   x2=7.175263

11.00 0.400029 -1.681673 7.175263 0.400029

   x0=0.400023
   x1=-1.761478
   x2=7.861919

11.50 0.400023 -1.761478 7.861919 0.400023

   x0=0.400018
   x1=-1.841314
   x2=8.580742

12.00 0.400018 -1.841314 8.580742 0.400018

   x0=0.400014
   x1=-1.921176
   x2=9.331702

12.50 0.400014 -1.921176 9.331702 0.400014

   x0=0.400011
   x1=-2.001059
   x2=10.114779

13.00 0.400011 -2.001059 10.114779 0.400011

   x0=0.49
   x1=-2.080957
   x2=10.929955

13.50 0.49 -2.080957 10.929955 0.49

   x0=0.47
   x1=-2.160870
   x2=11.777213

14.00 0.47 -2.160870 11.777213 0.47

   x0=0.46
   x1=-2.240794
   x2=12.656545

14.50 

Re: [Ubuntu-BD] Fwd: GP-modems Philips-PC-DATA edge modem connecting problem in Ubuntu 10.04

2011-12-25 Thread Pavel Sayekat
2011/12/18 shiplu shiplu@gmail.com

 2011/12/18 সাজেদুর রহিম জোয়ারদার tosha...@gmail.com:
  প্রিয় পাভেল সৈকত
 
  এখানে রবি সংযোগ ব্যবহার করা হয়েছে।
  [Dialer ph] (রবি)
  Init1 = ATZ
  Init2 = ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
  Init3 = AT+CGDCONT=1,IP,internet
  Stupid Mode = 1
  Modem Type = USB Modem
  ISDN = 0
  New PPPD = yes
  Phone = *99***1#
  Modem = /dev/ttyACM0
  Username = web
  Password = web
  Baud = 460800
 
 
  এটুকু পড়ে যা বুঝতে পারছি তা হলো আপনার মডেমটাকে নেটে কানেক্ট করার জন্য
  ব্যবহারকারীর নাম (ইউজারন নেম) ও পাসওয়ার্ড ব্যবহার করতে হয় এবং এটা web।
  আমার জানামতে রবি ইন্টারনেটে এটা করতে হয় না। মানে কোন ব্যবহারকারীর নাম বা
  পাসওয়ার্ডের প্রয়োজন নেই রবি ইন্টারনেটে যুক্ত হতে। আপনি এ অংশটুকু ফাঁকা
  রাখুন।
 Stupid Mode = 1 রাখলে পাসওয়ার্ড কোন সমস্যা না। আমি Username/Password
 a/b ইউজ করতাম।

  আর আপনার মডেমটা যে নম্বরটায় ডায়াল করছে তা হলো *99***1# । আমার জানামতে
 আপনি
  যদি কোন হ্যান্ডসেটকে মডেম হিসেবে ব্যবহার করে থাকেন তো নম্বরটা এরূপ লেখা
 ঠিক
  আছে। কিন্তু যদি এটা শুধুমাত্র মডেম ডিভাইসই হয় তো নম্বরটা হওয়া উচিত *99# ।
  আপনি এখানে একটু অদল-বদল করে দেখুন।
 এটা রবি যা ঠিক করে দিয়েছে তা হবে। রবির নাম্বার *99#।
 গ্রামীন ছাড়া সবার নাম্বার *99#। শুধু মাত্র গ্রামীনের নাম্বারই
 *99***01# বা *99***1#।

  সর্বোপরি আমি আপনাকে আরো একটা সহজ পদ্ধতি বাতলে দিচ্ছি। যদি মনঃপুত হয় তো
 একটু
  চেষ্টা করে দেখতে পারেন। wvdial এর থেকেও সহজতর পদ্ধতি রয়েছে। আর আপনি
 ব্যবহার
  করছেন উবুন্টু ১০.০৪। এক্ষেত্রে আপনি অতি সহজেই রিপো থেকে usb-modswitch
 নামের
  প্যাকেজটা খুঁজে নিয়ে ইন্সটল করতে পারেন। আর তারপর আপনার ব্যবহৃত মডেমগুলোকে
  খুব সহজেই গ্রাফিক্যালি কনফিগার করে নিতে পারবেন আপনার পছন্দের নেটওয়ার্কে।
 ইউএসবি মডসুইচের কাজ ডিভাইসের মোড পরিবর্তন করা। মোড পরিবর্তন করে এটা
 ডিভাইসকে
 মডেম মোডে রাখে। wvdial মডেম না পেলে কাজ করে না। এক্ষেত্রে মডেম আগেই
 পেয়েছে সম্ভবত নয়ত
 wvdial পর্যন্ত যাওয়া সম্ভব না। যদি মডেম পায় তাহলে গ্রাফিক্যালিও কাজটা করা
 যাবে।

 পাভেল সৈকত,
 ১। wvidial.conf ফাইল কিভাবে তৈরী করেছেন?  নিজের হাতে লিখেছেন নাকি
 wvdialconf কমান্ডের মাধ্যমে তৈরী করেছেন?
 ২। আপনি wvdial দিয়ে কিভাবে বুঝলেন যে এটা কানেক্ট হচ্ছে না?? কোন ইরর
 মেসেজ বা কোন সমস্যা যা আপনার চোখে পড়েছে। বিস্তারিত লিখুন।

 --
 Shiplu.Mokadd.im
 ImgSign.com | A dynamic signature machine
 Innovation distinguishes between follower and leader
 --
 Ubuntu Bangladesh
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

ধন্যবাদ, আপনার সহজ পদ্ধতি পরামর্শ কাজে লেগেছে। কিন্তু আমার ব্যর্থ
configuring command এর .sh file টাও নিচে দিলাম।
#!/bin/bash
sudo usb_modeswitch -v 0x0471 -p 0x1237 -V 0x0471 -P 0x1234 -M
5553424312345678061b000300
sudo modprobe usbserial vendor=0x0471 product=0x1234
sudo wvdialconf
sudo wvdial

প্রথম দুটো command এর পর NetworkManager কাজ করছে but wvdial কাজ করে না।
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

[Ubuntu-BD] Fwd: [Ububntu-BD] GP-modems Philips-PC-DATA edge modem connecting problem in Ubuntu 10.04

2011-12-17 Thread Pavel Sayekat
জিপি মডেম অথবা ফিলিপস্ পিসি ডাটা এজ মডেম উবুন্টু ১০.০৪ এর জন্য কনফিগার করা
গেলেও নেট কানেকশন successful হচ্ছে না। আমি wvdial 1.60 ব্যবহার করি এবং আমার
/etc/wvdial.conf ফাইলটা নিম্নে দেওয়া হল


[Dialer ph]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
Init3 = AT+CGDCONT=1,IP,internet
Stupid Mode = 1
Modem Type = USB Modem
ISDN = 0
New PPPD = yes
Phone = *99***1#
Modem = /dev/ttyACM0
Username = web
Password = web
Baud = 460800

[Dialer E122]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
Modem Type = Analog Modem
ISDN = 0
Phone = #777
Modem = /dev/ttyUSB0
Username = waps
Password = waps
Baud = 9600

পুনশ্চ: আমি Citycell ZTE এবং Citycell huawei E122 modem ও যেকোন gsm phone
modem wvdial ব্যবহার করে successfully connect করতে পারি।

ধন্যবাদ
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

[Ubuntu-BD] Fwd: GP-modems Philips-PC-DATA edge modem connecting problem in Ubuntu 10.04

2011-12-17 Thread Pavel Sayekat
জিপি মডেম অথবা ফিলিপস্ পিসি ডাটা এজ মডেম উবুন্টু ১০.০৪ এর জন্য কনফিগার করা
গেলেও নেট কানেকশন successful হচ্ছে না। আমি wvdial 1.60 ব্যবহার করি এবংএবং
আমার /etc/wvdial.conf ফাইলটা নিম্নে দেওয়া হল

এখানে রবি সংযোগ ব্যবহার করা হয়েছে।
[Dialer ph] (রবি)
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
Init3 = AT+CGDCONT=1,IP,internet
Stupid Mode = 1
Modem Type = USB Modem
ISDN = 0
New PPPD = yes
Phone = *99***1#
Modem = /dev/ttyACM0
Username = web
Password = web
Baud = 460800

[Dialer E122] (সিটিসেল)
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
Modem Type = Analog Modem
ISDN = 0
Phone = #777
Modem = /dev/ttyUSB0
Username = waps
Password = waps
Baud = 9600

পুনশ্চ: আমি Citycell ZTE এবং Citycell huawei E122 modem ও যেকোন gsm phone
modem wvdial ব্যবহার করে successfully connect করতে পারি।

ধন্যবাদ
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

Re: [Ubuntu-BD] R.I.P Dennis Ritchie

2011-10-17 Thread Pavel Sayekat
Rest in Peace, Dennis Ritchie.
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [Ubuntu-BD] no economic problems since i started it...

2011-10-17 Thread Pavel Sayekat
আমিও একমত, আর কথা না বাড়ানই ভাল। কিন্তু আমিই বোধ হয় কথা বাড়িয়ে ফেললাম।
উপস্...
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

Re: [Ubuntu-BD] C code tuning

2011-10-08 Thread Pavel Sayekat
ধন্যবাদ, এটা g++ এ কাজ করছে। এবং ধন্যবাদ লিংক গুলোর জন্য।
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

Re: [Ubuntu-BD] cant install Avro

2011-10-04 Thread Pavel Sayekat
প্রিয় সাজ্জাদ ভাই,
আমি অভ্র ছাড়াই বাংলা লিখছি। আমার মনে হয় আপনারো অভ্রের দরকার নাই। অবশ্য আমিও
একসময় চেষ্টা করেছিলাম অভ্র ইনস্টল করতে কিন্তু ডিপেন্ডেন্সি সমস্যা কোনভাবেই
সমাধান করতে পারিনি। আপনি উবুন্টু'র জন্যে বাংলা ল্যাংগুয়েজ প্যাক ইনস্টল করে
নিন এবং কিবোর্ড অপশনে গিয়ে বাংলা কিবোর্ড এড করে নিন। এছাড়া আপনি
system-preference-iBus option এ গিয়ে অভ্র এর ইউনিবিজয় লে-আউট এড করে নিতে
পারেন। আপনার প্যানেল এ USA/Ban অপশন আসবে, সেখানে মাউস ক্লিক করে আপনি ইচ্ছে
মত বাংলা অথবা ইংরেজি লিখতে পারবেন।
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

Re: [Ubuntu-BD] cant install Avro

2011-10-04 Thread Pavel Sayekat
সাজ্জাদ ভাই,
আপনি synaptic-package-manager এ গিয়ে বাংলা ল্যাংগুয়েজ প্যাক
language-pack-bn, language-support-bn, language-support-input-bn,
language-support-fonts-bn, ttf-bengali-fonts  প্যাকগুলি ইনস্টল করে নিন (এর
জন্য ইন্টারনেট কানেকশন দরকার)। তারপর কিবোর্ড অপশনে গিয়ে বাংলা কিবোর্ড এড করে
নিলেই আপনার প্যানেল এ USA/Ban অপশন আসবে, সেখানে মাউস ক্লিক করে আপনি ইচ্ছে মত
বাংলা অথবা ইংরেজি লিখতে পারবেন।
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

Re: [Ubuntu-BD] cant install Avro

2011-10-04 Thread Pavel Sayekat
2011/10/4 Pavel Sayekat pavelsaye...@gmail.com


 সাজ্জাদ ভাই,
 আপনি synaptic-package-manager এ গিয়ে বাংলা ল্যাংগুয়েজ প্যাক
 language-pack-bn, language-support-bn, language-support-input-bn,
 language-support-fonts-bn, ttf-bengali-fonts  প্যাকগুলি ইনস্টল করে নিন (এর
 জন্য ইন্টারনেট কানেকশন দরকার)। তারপর কিবোর্ড অপশনে গিয়ে বাংলা কিবোর্ড এড করে
 নিলেই আপনার প্যানেল এ USA/Ban অপশন আসবে, সেখানে মাউস ক্লিক করে আপনি ইচ্ছে মত
 বাংলা অথবা ইংরেজি লিখতে পারবেন।


আর লে-আউট টা USA/Ban অপশন এ ডান মাউস ক্লিক করে সেখান থেকে দেথে নিতে হবে।
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

Re: [Ubuntu-BD] cant install Avro

2011-10-04 Thread Pavel Sayekat
2011/10/4 Pavel Sayekat pavelsaye...@gmail.com



 2011/10/4 Pavel Sayekat pavelsaye...@gmail.com


 সাজ্জাদ ভাই,
 আপনি synaptic-package-manager এ গিয়ে বাংলা ল্যাংগুয়েজ প্যাক
 language-pack-bn, language-support-bn, language-support-input-bn,
 language-support-fonts-bn, ttf-bengali-fonts  প্যাকগুলি ইনস্টল করে নিন (এর
 জন্য ইন্টারনেট কানেকশন দরকার)। তারপর কিবোর্ড অপশনে গিয়ে বাংলা কিবোর্ড এড করে
 নিলেই আপনার প্যানেল এ USA/Ban অপশন আসবে, সেখানে মাউস ক্লিক করে আপনি ইচ্ছে মত
 বাংলা অথবা ইংরেজি লিখতে পারবেন।


 আর লে-আউট টা USA/Ban অপশন এ ডান মাউস ক্লিক করে সেখান থেকে দেথে নিতে হবে।
 ডেস্কটপ প্যানেল এ এই অপশন টা আসাবে।

-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

[Ubuntu-BD] C code tuning

2011-10-03 Thread Pavel Sayekat
How can I run a working c or c++ code for windows in Ubuntu c compiler like
gcc or g++ or Anjuta. I've attached the files with this mail and i want to
know what are the changes need to make. Usually the compiler says the
function int main should return int and some more Greek things. pls help
me,
your's faithfully
always an Ubuntu user
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

Re: [Ubuntu-BD] C code tuning

2011-10-03 Thread Pavel Sayekat
Ok but then it says some problem with pow function and suggests to use
powf for float type instead. Thats good but do i have to write it like
this?
powf(float x, float y) even after declaring the x and y as float? It's a bit
harassing.
What is the procedure to manage the code as a project in Anjuta??
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [Ubuntu-BD] C code tuning

2011-10-03 Thread Pavel Sayekat
click on the attachment, the mn-bd-5th.cpp file ive tried to compile with
gcc in terminal and it gives error with return code 1

/tmp/ccQVZtWb.o: In function `main':
MN_BD_5th.CPP:(.text+0x10a): undefined reference to `pow'
MN_BD_5th.CPP:(.text+0x16e): undefined reference to `pow'
MN_BD_5th.CPP:(.text+0x1a0): undefined reference to `pow'
MN_BD_5th.CPP:(.text+0x1cd): undefined reference to `pow'
MN_BD_5th.CPP:(.text+0x1ee): undefined reference to `pow'
/tmp/ccQVZtWb.o:MN_BD_5th.CPP:(.text+0x21b): more undefined references to
`pow' follow
/tmp/ccQVZtWb.o:(.eh_frame+0x12): undefined reference to
`__gxx_personality_v0'
collect2: ld returned 1 exit status
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


[Ubuntu-BD] C compiler tuning

2011-10-02 Thread Pavel Sayekat
How can I run a working c or c++ code for windows in Ubuntu c compiler like
gcc or g++ or Anjuta. I've attached the files with this mail and i want to
know what are the changes need to make. Usually the compiler says the
function int main should return int and some more Greek things. pls help
me,
your's faithfully
always an Ubuntu user
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

[Ubuntu-BD] Ubuntu Autorun for .exe type file

2011-08-25 Thread Pavel Sayekat
Forwarded conversation
Subject: Re: [Ubuntu-BD] উবুন্টুতে সিডি অটোপ্লে ক


From: ** pavelsaye...@gmail.com
Date: 2011/8/13
To: Ubuntu-bd Mail ubuntu-bd@lists.ubuntu.com


Install wine(windows program simulator)
being connected to the internet run in the terminal
sudo apt-get install wine
and then try to open the cd by selecting the wine app from the open with
menu. I think it'll work. Let me know.
* Original message *
From:
sagi...@gmail.com
Sent:
01:24:26pm
12-08-2011
To:
ubuntu-bd@lists.ubuntu.com
Subject:
Re: [Ubuntu-BD] উবুন্টুতে সিডি অটোপ্লে করবো কে করে?

 Open with Autorun Prompt দিয়ে চালু করতে গেলে বলছে Cannot find the autorun
program।
সিডিটি চালু করতে start.exe নামে একটি ফাইল ব্যবহার করতে হয়।

১২ আগস্ট, ২০১১ ১:১৯ pm এ তে, sagir khan sagi...@gmail.com লিখেছে:

 ভাই এটি অনেকটা সফটওয়্যার ধরনের। এর প্রধান ফাইলটা .exe এর। এটি চালু হলে
 ভিতরে কাজ করতে হয়। কিছু ভিডিও আছে সেগুলো চাইলে আলাদা দেখা যায় কিন্তু
সেখানে
 আমার আসল জিনিষগুলো পাওয়া যাবে না।

 ১২ আগস্ট, ২০১১ ১২:২৬ am এ তে, সাজেদুর রহিম জোয়ারদার tosha...@gmail.com
লিখেছে:

 প্রিয় সগীর ভাই

 উবুন্টুতে সিডি অটো প্লে অপশন বাই ডিফল্টই এনাবল করা থাকে, আপনাকে শুধু
 প্রয়োজনীয় অ্যাপ্লিকেশনের তালিকা থেকে পছন্দেরটি সিলেক্ট করে দিতে হয়।

 আপনার সিডিটি উইন্ডোজের কোন অ্যাপ্লিকেশনের সাহায্যে চলে? মাল্টিমিডিয়া
 টাইপের
 কন্টেন্ট হলে এসএমপ্লেয়ার কিংবা ভিএলসি খুব ভালো কাজ করবে। আর ফ্ল্যাশের
 ক্ষেত্রে swfplayer এবং প্লাগইনসগুলো ইনস্টল করে নিন। আশা করি পরামর্শগুলো
 আপনার কাজে আসবে।

 ধন্যবাদ আপনাকে।
 --
 রিং
 +8801671411437

 মহাসচিব
 ফাউন্ডেশন ফর ওপেন সোর্স সলিউশনস বাংলাদেশ

 প্রধান সমন্বয়ক, পেঙ্গুইন মেলা - ২০১১ http://fossbd.org/index.php/event
 
 ।। ব্যক্তিগত ব্লগঃ রিং-দ্য ডন 'র ব্লগ http://toshazed.wordpress.com/ ।।
 সদস্য, লিনাক্স মিন্ট বাংলাদেশ http://linuxmint-bd.org/about_us ।।
 সদস্য, উবুন্টু
 বাংলাদেশ https://launchpad.net/%7Etoshazed
 --
 Ubuntu Bangladesh
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd




 --
 ধন্যবাদ
 সগীর হোসাইন খান
 ___
 ‌‍‍✽ ✽ ✽ দেশকে পরিবর্তন করতে চাইলে সবার আগে নিজেকে পরিবর্তন করতে হবে। ✽ ✽
✽
 ___




--
ধন্যবাদ
সগীর হোসাইন খান
___
‌‍‍✽ ✽ ✽ দেশকে পরিবর্তন করতে চাইলে সবার আগে নিজেকে পরিবর্তন করতে হবে। ✽ ✽ ✽
___
--
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
--
From: *Mail Delivery Subsystem* mailer-dae...@googlemail.com
Date: 2011/8/13
To: pavelsaye...@gmail.com


Delivery to the following recipient failed permanently:
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient
domain. We recommend contacting the other email provider for further
information about the cause of this error. The error that the other server
returned was: 550 550 Message headers fail syntax check (state 18).

- Original message -

Received: by 10.216.37.16 with SMTP id x16mr1407287wea.93.1313212130088;
   Fri, 12 Aug 2011 22:08:50 -0700 (PDT)
Return-Path: pavelsaye...@gmail.com
Received: from [10.54.42.197] ([119.30.38.37])
   by mx.google.com with ESMTPS id h62sm12182wee.32.2011.08.12.22.08.45
   (version=SSLv3 cipher=OTHER);
   Fri, 12 Aug 2011 22:08:48 -0700 (PDT)
Date: Sat, 13 Aug 2011 11:08:32 +0600
From: pavelsaye...@gmail.com
Reply-To: smtp.gmail.com
To: Ubuntu-bd Mail ubuntu-bd@lists.ubuntu.com
Subject:
=?UTF-8?B?UmU6IFtVYnVudHUtQkRdIOCmieCmrOCngeCmqOCnjeCmn+CngeCmpOCnhyA=?=
 =?UTF-8?B?4Ka44Ka/4Kah4Ka/IOCmheCmn+Cni+CmquCnjeCmsuCnhyDgppU=?=
Message-ID: 5432.997679...@gmail.com
Importance: Normal
X-MSMail-Priority: Normal
X-Priority: 3
MIME-Version: 1.0
Content-Type: multipart/mixed;
   boundary=_-_-_=_Next_Part:.FE3D_=_-_-_
Content-Transfer-Encoding: 7bit

--
From: ** pavelsaye...@gmail.com
Date: 2011/8/13
To: Ubuntu-bd Mail ubuntu-bd@lists.ubuntu.com



--
From: *Mail Delivery Subsystem* mailer-dae...@googlemail.com
Date: 2011/8/13
To: pavelsaye...@gmail.com


Received: by 10.216.80.96 with SMTP id j74mr1396290wee.72.1313212567305;
   Fri, 12 Aug 2011 22:16:07 -0700 (PDT)
   by mx.google.com with ESMTPS id
a43sm2248030wed.28.2011.08.12.22.16.03
   (version=SSLv3 cipher=OTHER);
   Fri, 12 Aug 2011 22:16:06 -0700 (PDT)
Date: Sat, 13 Aug 2011 11:15:50 +0600
Message-ID: 5435.997679...@gmail.com

--
From: ** pavelsaye...@gmail.com
Date: 2011/8/15
To: Ubuntu-bd Mail ubuntu-bd@lists.ubuntu.com



--
From: *Mail Delivery Subsystem* mailer-dae...@googlemail.com
Date: 2011/8/15
To: pavelsaye...@gmail.com


Received: by 10.227.195.67 with SMTP id eb3mr3183561wbb.29.1313384162751;
   Sun, 14 Aug 2011 21:56:02 -0700 (PDT)
Received: from [10.54.62.160] ([119.30.39.42])
   by mx.google.com with ESMTPS id
eq21sm4000661wbb.18.2011.08.14.21.55.56
   (version=SSLv3 cipher=OTHER);
   Sun, 14 Aug 2011 21:56:00 -0700