Linux installation help required

Ankit Litoriya

Ankit Litoriya

@ankit-litoriya-E1enaJ Oct 27, 2024
Dear #-Link-Snipped-# #-Link-Snipped-#

i need a help or somewhat say suggestion from u sir ..
as i am pursuing a diploma course in embedded system design from cdac nowadays .. and i would like to install one f the linux platform on my laptop to practice at home .. which one you would like to suggest .. and also as am going to start my journey in linux please provide some helpful guidance too .. so i be able to learn more and more ..
kindly help me out sir

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Abhishek Rawal

    Abhishek Rawal

    @abhishek-fg9tRh Aug 22, 2014

    Ankit Litoriya
    and i would like to install one f the linux platform on my laptop to practice at home .. which one you would like to suggest
    For the beginners, Ubuntu (or any Ubuntu based) distro is good beginning. However, I prefer you should begin with Fedora, and then as soon you get hold of it, you might like to switch to openSUSE. By now you would be well versed with Linux based distros, and if you're really keen to understand Linux deeply, ArchLinux is one great distro. Gentoo too.
    It doesn't really matter which distro you're going to use for development, it's more about taste. You'll know which desktop environment you like as you start exploring different Linux based distros.
    My vote : openSUSE, Fedora or ArchLinux.

    Ankit Litoriya
    also as am going to start my journey in linux please provide some helpful guidance too .. so i be able to learn more and more ..
    kindly help me out sir
    That totally depends on what your interest is. Seems that you're interested in Embedded systems, so just grab Beaglebone Black or Raspberry Pi, boot any linux based distro in it & start exploring it.
  • Ankit Litoriya

    Ankit Litoriya

    @ankit-litoriya-E1enaJ Aug 22, 2014

    #-Link-Snipped-#

    thanx alot ..
    any online tutorial or any book or any thing you would like to prefer for startups.
  • Abhishek Rawal

    Abhishek Rawal

    @abhishek-fg9tRh Aug 22, 2014

    There is an online course going on by LinuxFoundation in edX. You can learn all the basics of Linux to lil bit of bash scripting there.
    Google : "edX + Linux course"

    We have uploaded plenty of resources on Linux in "Downloads" section of CE. You may like to refer it.
  • Sanyam Khurana

    Sanyam Khurana

    @sanyam-Nl7Zqc Aug 23, 2014

    I work on Fedora now 😀

    #-Link-Snipped-# made me realized, Linux is awesome 😁
  • Abhishek Rawal

    Abhishek Rawal

    @abhishek-fg9tRh Aug 23, 2014

    Sanyam Khurana
    I work on Fedora now 😀

    #-Link-Snipped-# made me realized, Linux is awesome 😁
    Hope you're enjoying the ride 😀
  • Sanyam Khurana

    Sanyam Khurana

    @sanyam-Nl7Zqc Aug 23, 2014

    Abhishek Rawal
    Hope you're enjoying the ride 😀
    Learned some BASH as well, and I'm working on Python. Making some projects 😁
  • Ankit Litoriya

    Ankit Litoriya

    @ankit-litoriya-E1enaJ Aug 26, 2014

    #-Link-Snipped-#

    Dear I hav installed fedora and really loving its interface n love to use it.
    Thanx fr such an awesome suggestion.

    But I am facing some problem in terminal as not able to compile my c code both gcc n cc is not working
    N bash introduce that cmmnd nt exist .. please help me out .. n provide any pdf or .txt file of some regular n useful cmmnds m very thankful to you.

    And as you are kind hearted and will sure help me so
    THANX in advance. 😀
  • Jeffrey Arulraj

    Jeffrey Arulraj

    @jeffrey-xA7lUP Aug 26, 2014

    U need to install the gcc Compiler in Fedora. Use this command

    yum install gcc

    That should install the compiler and lets you play with it
  • Sanyam Khurana

    Sanyam Khurana

    @sanyam-Nl7Zqc Aug 26, 2014

    Jeffrey Samuel
    U need to install the gcc Compiler in Fedora. Use this command

    yum install gcc

    That should install the compiler and lets you play with it
    ^^ Do it with sudo
  • Ankit Litoriya

    Ankit Litoriya

    @ankit-litoriya-E1enaJ Aug 26, 2014

    Jeffrey Samuel
    U need to install the gcc Compiler in Fedora. Use this command

    yum install gcc

    That should install the compiler and lets you play with it
    thnx #-Link-Snipped-#
    cmmnd has installed the plugins but with it gives a msg
    you need to be root to perform this cmmnd
  • Ankit Litoriya

    Ankit Litoriya

    @ankit-litoriya-E1enaJ Aug 26, 2014

    one more thing #-Link-Snipped-#
    in fedora when i wrote my cmmnd on terminal there is $ sign which mmeans i am not a superuser,
    while i use su cmmnd n provide passwd it prompts authentication failure .. it also contain ankit@localhost

    so how to switch to superuser permissions
    ??
  • Abhishek Rawal

    Abhishek Rawal

    @abhishek-fg9tRh Aug 26, 2014

    #-Link-Snipped-#
    Open terminal & type
    su -c "yum install gcc"
    Press 'Enter'. It will ask for password, submit the password & press 'Enter' again.

    Or you can simply type
    su -
    to enter superuser mode.
  • Ankit Litoriya

    Ankit Litoriya

    @ankit-litoriya-E1enaJ Aug 27, 2014

    thanx😀😀