Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install the professional version of linux

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article introduces the relevant knowledge of "how to install a professional version of linux". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

I. Partition

Let's start with zoning. Why should we talk about zoning? This is also very important, poor partition will directly make it very difficult for you to reinstall. I usually divide it into two zones / root partition + home partition (you can also refer to the web to partition, but home partition is necessary). The root partition is generally the things installed by the system, such as kernel and system software system libraries, etc. All other personal things are in home. Personal use of linux system I usually partition / 10g 20g the rest of the full home. You can also make a backup partition just in case. Basically all of my environment configuration is on the home partition.

II. Necessary tools

Tools such as IDE Browser and so on. IDE under linux is also quite rich. But I love vim best. Talk less about the configuration script:

#! / bin/bash

Sudo apt-get install vim cscope exuberant-ctags global subversion git

# the necessary vim tools and code management tools are installed.

# indicator-multiload (system load indicator)

Sudo apt-get install indicator-multiload

# Psensor (hardware temperature indicator)

Sudo apt-get install lm-sensors hddtemp psensor

# ubuntu-tweak (ubuntu software cleanup tool is very good)

Sudo add-apt-repository ppa:tualatrix/ppa

Sudo apt-get update

Sudo apt-get install ubuntu-tweak

Among them, the configuration of vim is relatively complex and there are many plug-ins. Please check the official website of the alliance.

3. Gcc gathers + build-essential

Multiple versions of gcc can be installed under ubuntu. When we want to use that version, we can link / usr/bin/gcc directly to this version. Because some of the source code is quite picky, such as the lower version of the android source code and the higher version of the android source code with the higher version of gcc, there will be unexpected problems. It's a big headache to solve this kind of problem, and it's the same with other open source code that generally uses the recommended version of gcc. Because the standard of language is constantly improving and can be updated.

IV. Service

Our commonly used samba,nfs,apache,php,tomcat. A lot of services are not bad enough for normal operation. Samba,nfs,apache, which is a few commonly used configurations, is easy to say. Tomcat needs to be studied in depth, but relatively few individual users use it.

V. Entertainment tools

If you think it's boring to develop under linux, then for our entertainment, you can also listen to songs and watch the web page fly between your fingers. Listen to music with cool my music linux version of a variety of popular European and American classics you want to listen to, to play games can also install an arma, who said that linux can not play games? Since using linux, the mouse hand has been gone.

This is the end of "how to install a professional version of linux". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report