Skip to main content

সেরা ৫ YouTube চ্যানেল - রিয়ালের ল্যাব


ইন্টারনেটের এ যুগে YouTube ব্যাবহারকারীর সংখ্যা প্রতিনিয়ত বেড়েই চলেছে ! আর এর সাথে সাথে বেড়ে চলেছে YouTube এর চ্যানেল ও তাদের সাবস্ক্রাইবার সংখ্যাও । তো চলুন আজ জেনে নেওয়া যাক YouTube এ রাজত্য চালানো সেরা পাঁচটি চ্যানেল সম্পর্কে যাদের সাবস্ক্রাইব সংখ্যা সবচেয়ে বেশি । Let's begin ...

১.PewDiePie সাবস্ক্রাইবার সংখ্যা ঃ ৫৫ মিলিয়ন

২.HolaSoyGerman. সাবস্ক্রাইবার সংখ্যা ঃ ৩১ মিলিয়ন

৩.JustinBieberVEVO সাবস্ক্রাইবার সংখ্যা ঃ ২৯ মিলিয়ন

৪.YouTube Spotligh সাবস্ক্রাইবার সংখ্যা ঃ ২৫ মিলিয়ন

৫.RihannaVEVO সাবস্ক্রাইবার সংখ্যা ঃ ২৪ মিলিয়ন

Source : Wiki

Comments

Post a Comment

Popular posts from this blog

How to set python 3 as default interpreter instead of python 2 in Linux (Kali Linux, Ubuntu)

  How to set Python 3 as default interpreter in Linux Open terminal and write "alias python=python3" and hit enter. You are done! alias python=python3 Now check your default interpreter version by simply run "python -V" command in the terminal. python -V

রিয়ালের ল্যাব

সবাইকে স্বাগতম আমার ব্লগে !                                                       আমি আশিউজ্জামান রিয়াল । বর্তমানে কম্পিউটার প্রকৌশল বিষয়ে পড়াশোনা করছি ইউরোপিয়ান ইউনিভার্সিটি অফ বাংলাদেশে (ই.ইউ.বি) । আমি  গ্রাফিক্স   ,   প্রোগ্রামিং  ও  ফটোগ্রাফি   করতে ভালবাসি  , এছাড়া ঘোরাঘুরি ,টুকটাক আড্ডাবাজি,অনলাইন সার্ফিং,ফুড ফ্রিকিং ,পছন্দের বই পড়া, নতুন কিছু শেখা, নতুন টেকনোলজি  সম্পর্কে জানা এগুলো আমার খুবই পছন্দের ।   ফেসবুকে আমি      বিহ্যান্সে টুকটাক গ্রাফিক্স     ইন্সটাগ্রাম

How to install google chrome in Ubuntu using command line

Step 01: Add Key Open terminal and add this key simply by just copy & paste this command to command line. Give your password and hit enter. wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -     Step 02: Add Repository  Copy and paste this command to the command line to add this repository echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list Step 03: Update the Repository  Now run this command to update the repository. sudo apt-get update Step 04: Install Google Chrome After completing repository update, run this command to install  Google Chrome! sudo apt-get install google-chrome-stable You are done!   Now simply search for Google Chrome in your applications and enjoy it. Feel free to comment. Connect with me on facebook:  https://www.facebook.com/mdashequzzaman.real  Happy browsing :)