Skip to main content

আমার পছন্দের কিছু গ্রাফিক্সের কাজ

টাইগার ভেক্টর ট্রেস
ঈগল ম্যাস্কট লোগো
ক্যানন ডিজিটাল ক্যামেরা
বার্ড
ফায়ার স্টিক

হ্যালো সামার

আইসক্রিম 

আমার করা আরও কিছু গ্রাফিক্সের কাজ পাবেন এখানে  বিহ্যান্স

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 :)