আমি অবশেষে প্রিন্টার শেয়ারিং করতে পেরেছি :) System > Administration>Printing থেকে ধাপে ধাপে Windows Printer via Samba দিয়ে location চিনিয়ে দিয়ে এরপর সঠিক ড্রাইভারটি চিনিয়ে দিলেই কাজ শেষ। আমার ক্ষেত্রে HP Laserjet 1160 ছিল।
এখন, আমি অবাক হচ্ছি কেউ আমার IrDA এর সমস্যা সমাধান করে দিচ্ছেন না দেখে। বাংলাদেশে কি এগুলো নিয়ে বলার কেউ নেই? শুভেচ্ছা সবাইকে লেনিন On 8/19/08, Hasin Hayder <[EMAIL PROTECTED]> wrote: > > 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 > > [email protected] > > 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 > [email protected] > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd > -- ubuntu-bd mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
