Home  >  Q&A  >  body text

请教linux高手,如何入门Ubuntu?

电脑新装了Ubuntu,像学习学习。
不知道该学什么,怎么入手,本人是程序员。
可以推荐些项目或者什么的吗?

黄舟黄舟2743 days ago882

reply all(18)I'll reply

  • 阿神

    阿神2017-04-17 13:21:20

    I was at that time. The lab teacher asked me to install hadoop. I looked at the configuration documents on the Internet. I didn’t understand anything at first. I followed the commands first, but now I know how to do it. Now there is no pressure to switch to osx
    In fact, the main thing to learn is some

    1. File Operation

      • Copy
      • Move
      • . . .
    2. File creation, deletion, decompression

    3. vi operation
    4. How to use apt-get under ubuntu (yum for fedora, homebrew for osx)
    5. Permission operations chown chmod these
    6. Understand Linux directories, especially some such as usr/bin
    7. Compilation of downloaded source code, make etc.

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-17 13:21:20

    You have the wrong person. You should look for Linux newbies, because the experts have been getting started for a long time, and even if they still remember, many specific things no longer apply.

    In fact, it is very simple. First solve the problem of accessing Google and other websites, and then use it as you like. If you encounter problems, just ask Google and the documentation.

    If you don’t know what to learn, just learn Python (or Rust?).

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 13:21:20

    Of course I should read Brother Bird’s book first

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 13:21:20

    I am engaged in PHP development, so of course I need to configure a LAMP development environment. First use apt-get to install a LAMP, and then try to compile a LAMP environment from the source code when I have time, such as:
    http: //my.oschina.net/eechen/blog/298027

    reply
    0
  • 高洛峰

    高洛峰2017-04-17 13:21:20

    ok I don’t know what entry means
    But my understanding is multi-purpose
    Various commands at the beginning
    It is best to develop in Ubuntu
    Java Perl PHP and then configure the environment yourself. Various problems occurred during the period. Try to solve the problem
    Just use it once you are familiar with it. It is very different from Windows

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 13:21:20

    I agree with @Evian very much. You should ask newbies for advice. You can also read Brother Niao’s Linux book. It’s a thick book and enough for you to drink

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 13:21:20

    Start writing from the shell. Linux is just a tool. Use it when you really want to use Linux. Then you won't have the problem of "what to learn and how to get started". Don't use Linux just for the sake of using Linux, otherwise you won't be able to persist.

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 13:21:20

    Find a Linux tutorial, and then just use --help man

    reply
    0
  • 阿神

    阿神2017-04-17 13:21:20

    Personally, I think "Brother Niao's Linux Private Cooking" is not suitable for beginners to use. . . . In fact, it’s not difficult to get started. Just work hard and try to force yourself to work in the command line. Google whatever commands you use (except for those frequently used commands, which need to be learned systematically). Slowly You will. . . . You can’t learn how to develop under Ubuntu without doing it a few times. . . Haha, come on, when you get tired of playing Ubuntu, you can change to another Linux system

    reply
    0
  • PHPz

    PHPz2017-04-17 13:21:20

    Just use Ubuntu. If you encounter any problems, just Google them. Once you get used to it, it will be easier to use than Windows
    If you want to understand Linux in depth, you can read some textbooks, Brother Niao’s book or understanding ~~linex~~ linux kernel are both good

    reply
    0
  • Cancelreply