Home  >  Q&A  >  body text

如何适应以centos为系统的服务器?

最近在centos上部署一个项目,我是搞Java的,从没接触过Linux。
现在初步的接触了下,也学到了一些东西,
但我知道离入门还很远,我想知道如何才能适应centos这种linux服务器?

怪我咯怪我咯2733 days ago826

reply all(6)I'll reply

  • 黄舟

    黄舟2017-04-25 09:03:07

    1. The first step is to install the management software, usually yum search xxx, yum install xxx, yum remove xxx. This is the most basic. For example, if you want to use java, you need to install a jdk. Of course, it would be more convenient to install eclipse.

    2. Configuration service. If you are doing web, you may need to know how to install and configure apache and mysql. Sometimes you may also edit files remotely, and understanding ssh is also a must.

    3. Some shell commands are also necessary. Once you get used to the shell, you may not be willing to use graphical tools.

    4. As for whether Linux is a server, it depends on how you use it. If you install a graphical environment and use it as a desktop, it will also be very powerful.

    reply
    0
  • 给我你的怀抱

    给我你的怀抱2017-04-25 09:03:07

    There is no shortcut, the only way is to work hard.
    In fact, no matter which language you use to write programs, it is not inconsistent with understanding and using Linux. On the contrary, using the Linux system can bring many benefits. If the questioner has never been exposed to Linux, there may be a bit of a learning curve at the beginning, and the use process is not very smooth. You can start with "Brother Niao's Linux Private Cooking" to take a look. It is better to install a Linux system by yourself and use it frequently. , Archlinux is a good choice. Best wishes for progress :)

    reply
    0
  • 習慣沉默

    習慣沉默2017-04-25 09:03:07

    CeontOS has a lot of information~~~51CTO also has a lot of videos~~~

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-25 09:03:07

    I installed the CentOS system on a computer myself, and continued to practice using it (frustration). If I encountered any problems, I checked online.
    It is recommended to follow these two books:

    • "Brother Bird's Private Dishes: Basic Learning"
    • "Brother Bird's Private Dishes: Server Setup"

    reply
    0
  • 我想大声告诉你

    我想大声告诉你2017-04-25 09:03:07

    No need to study hard

    Google whatever you want to use, and take some simple notes

    reply
    0
  • 世界只因有你

    世界只因有你2017-04-25 09:03:07

    I came here through hard work and took a lot of detours. Here’s the summary:
    - Read the document carefully (you will be confused if you don’t read it)
    - Read the error message carefully (if you don’t look at that small problem, you may be struggling for a long time)
    Then google

    reply
    0
  • Cancelreply