Ubuntu dapper bn

From

Image:Ubuntuguide_logo.png

আনঅফিসিয়াল উবুনটু ৬.০৬ (ডেপার ড্রেক) শুরু করার সহায়িকা

এই সহায়িকাটি http://ubuntuguide.org/ শুরু করেছিলেন চু ওয়েন কিয়াত (কুয়ালালামপুর, মালয়শিয়া)। বর্তমানে এটি চলছে লাটভিয়া বিশ্ববিদ্যালয়ের, লিনাক্স সেন্টারের তত্ত্বাবধানে, এবং অবশ্যই অন্য যারা অবদান রাখতে আগ্রহী।


Contributors: অরভিলস, কুয়াশ, মানিকা, Jiyuu0, কার্গো, বাইট, ক্রাম্পো, সিমস, স্টাব্বি, এলজাকো, শায়ি, থান্ডার এম, হাসিল, এডামমাইকেলরচ, বেলিসারভিস, চিয়েটর...


এই সহায়িকা সম্পর্কে অফিসিয়াল UbuntuGuide.org Forum উবুনটু ফোরাম ডট অর্গ এ আলোচনা করা যাবে। সেখানে আলোচনা করুন।


দুর্ভাগ্যবশত, wiki-vandalism এর কারনে, শুধুমাত্র রেজিস্টার্ড ব্যবহারকারীগণ এই উইকি সম্পাদনা করতে পারবেন, এবং একাউন্ট তৈরী করতে হলেও রেজিস্টার্ড ব্যবহারকারী হতে হবে। যদি আপনি অংশগ্রহন করে, সহায়তা করতে চান তাহলে, আমাকে জানান [ orvils _at_ gmail _dot_ com ]। আপনার ব্যবহারকারীর নাম কি হবে, তা বলতে ভূলবেন না।



পুরাতন সংস্করণ: Ubuntu 5.10 (Breezy Badger)




Contents


লক্ষ্যনীয়


  1. এটি আনঅফিসিয়াল উবুনটু 6.06 (ডেপার ড্রেক) শুরু করার গাইড। এটি উবুনটু এবং কেনোনিকাল লিমিটেড এর সাখে সম্পর্কযুক্ত নয়।
  2. This guide can be discussed at the official UbuntuGuide.org Forum at ubuntuforums.org. Stop by and join the discussion.
  3. Guide is tested on a full installation of the Ubuntu 6.06 x86 Install CD (Dapper Drake)
  4. If you see a bluish box, this means you have to execute the commands in Terminal mode (Applications -> System Tools -> Terminal) or use the content of that box as mentioned in some other instructions.
  5. To reduce typo mistakes, copy and paste the commands into Terminal mode (right click on the commands -> "Copy" or "Paste". You can also use Ctrl+C to copy and Shift+Insert to paste it)
  6. "sudo" means superuser do. "sudo" will prompt for "Password:". Please specify user password
  7. If you want more information about any command, simply look at the manual page for it using the "man" command. For example, "man sudo" will display the manual page for the "sudo" command.
  8. If you are tired of typing "apt-get" all the time, Read #How to apt-get the easy way (Synaptic)
  9. "apt-get" and "wget" requires Internet connection to install/update/download programs
  10. To download file, right click on the link -> Select "Save Link As..." -> Make sure file name and extension are correct
  11. If you wish to help translating Ubuntu to your native language or to help Ubuntu otherwise visit https://launchpad.net/
  12. May the "humanity to others" spirit be with you always...


If you are using Kubuntu you don't need to install Gedit anymore, because now there's a symbolic link from "gedit" to "kate", so you can use all the commands below with no problems. By the way, if you want to use gedit as your editor, do:
sudo apt-get install gedit
If the "gedit" command (symbolic link) is not working, you could also create it:
sudo ln -s /usr/bin/kate /usr/bin/gedit
If you are using 64-bit version replace any "i386" with "amd64"

আরম্ভ করুন

উবুনটু কি

নতুন উবুনটু ৬.‌‌০৬ ডেপার ড্রেক কি

কোথায় উবুনটু'র স্ক্রীনশট / স্ক্রীনকাস্ট দেখা হবে

চলচ্চিত্র

কোথায় কুবুনটু'র স্ক্রীনশট / স্ক্রীনকাস্ট দেখা হবে

চলচ্চিত্র

http://osvids.com/files/page3-108-pop.html

উবুনটু এর সমস্ত প্রোগ্রাম/লাইব্রেরী, যেখানে পাওয়া যাবে

কোথায় উবুনটু ডাউনলোড করবেন

সম্পূর্ণ বিনামূল্যে, যেখানে উবুনটু সিডি পাওয়া যাবে

Please note that CDs may take four to six weeks to deliver. You are encouraged to copy, modify, and redistribute the disks as much as possible.

কোথায় পাওয়া যাবে উবুনটু সাহায্য

কোথায় নতুন প্রোগ্রাম পাওয়া যাবে

কোথায় ডেস্কটপ সাজানোর উপাদান পাওয়া যাবে

ভান্ডারসমূহ (Repositories)

কিভাবে অতিরিক্ত ভান্ডার যোগ করবেন

sudo cp -p /etc/apt/sources.list /etc/apt/sources.list_backup
sudo gedit /etc/apt/sources.list
  • Replace everything with the following lines
To use your local mirror you can add "cc." before archive.ubuntu.com (cc = your country code)
e.g. deb http://lv.archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
## Add comments (##) in front of any line to remove it from being checked.   
## Use the following sources.list at your own risk.  

deb http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse

## MAJOR BUG FIX UPDATES produced after the final release
deb http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse

## UBUNTU SECURITY UPDATES
deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse

## BACKPORTS REPOSITORY (Unsupported.  May contain illegal packages.  Use at own risk.)
deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse

## PLF REPOSITORY (Unsupported.  May contain illegal packages.  Use at own risk.)
deb http://packages.freecontrib.org/plf dapper free non-free
deb-src http://packages.freecontrib.org/plf dapper free non-free                                               
                                                                                                                                          
## CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu
## servers. RealPlayer10, Opera and more to come.) 
deb http://archive.canonical.com/ubuntu dapper-commercial main
  • Save the edited file
sudo apt-get update
  • You may also replace your sources.list with this very complete list: sources.list (be sure to replace "it" from "it.archive.ubuntu.com" with your country code. Use at own risk.
  • Modify the default Ubuntu sources.list only if you understand what you're doing. Mixing repos can cause breakage.

উবুনটু আপডেট

কিভাবে ম্যানুয়ালি উবুনটু আপডেট করবেন

sudo apt-get update
sudo apt-get upgrade

অথবা

আপডেট ম্যানেজার ব্যবহার করুন: System -> Administration -> Update Manager

অন্যান্য এপলিকেশন

কিভাবে ইজি উবুনটু ব্যবহার করবেন

  • #General Notes পড়ুন
  • Easy Ubuntu is a small straight-forward utility that allows novice users to easily install a wide variety of content for Ubuntu such as media codecs, fonts, Macromedia Flash and Sun Java.
wget http://easyubuntu.freecontrib.org/files/easyubuntu-3.021.tar.gz
tar -zxf easyubuntu-3.021.tar.gz
cd easyubuntu
sudo python easyubuntu.in
  • From the Easy Ubuntu window, check the appropriate boxes to download and install content to Ubuntu.
  • Note: Users of the previous EasyUbuntu 3.0 version may experience issues with installing Flash and Java.

কিভাবে উবুনুটু, কুবুনটু এবং জুবুনটুতে অটোম্যাটিক্স ইনস্টল করবেন

  • #General Notes পড়ুন
  • Automatix is a graphical interface for automating the installation of the most commonly requested applications in Ubuntu/Kubuntu/Xubuntu linux.
  • Note: Before installing, please note that certain codecs it provides certain software that may be prohibited in certain countries. You are responsible for ensuring those laws are not broken.
  • using your favorite text editor (kwrite, gedit)
sudo kwrite /etc/apt/sources.list
  • Uncomment the following lines
#deb http://archive.ubuntu.com/ubuntu dapper main
#deb-src http://archive.ubuntu.com/ubuntu dapper main
  • If you use Ubuntu or Xubuntu Dapper, add the following lines to the end of the file.
deb http://www.getautomatix.com/apt dapper main
  • If you use Kubuntu, add the following lines to the end of the file.
deb http://www.getautomatix.com/apt kubuntu main 
  • Save the file and close it
  • Aquire GPG key
wget http://www.getautomatix.com/apt/key.gpg.asc
gpg --import key.gpg.asc
gpg --export --armor 521A9C7C | sudo apt-key add -

  • Run the following commands to install Automatix
sudo apt-get update
sudo apt-get install zenity
sudo apt-get install automatix

  • Automatix can be started from the command line
automatix
  • It will be added to the Menu, as well
Menu>System>Automatix-Kubuntu

কিভাবে গনোম এর জন্য ক্