请教linux高手,如何入门Ubuntu?
黄舟
黄舟 2017-04-17 13:19:20
0
18
881

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

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(18)
阿神

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.
Peter_Zhu

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?).

洪涛

Of course I should read Brother Bird’s book first

洪涛

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

小葫芦

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

Ty80

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

伊谢尔伦

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.

伊谢尔伦

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

阿神

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

PHPzhong

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!