FAQs about LINUX Installation and Use

Source: Internet
Author: User
Several FAQs about LINUX installation and use-general Linux technology-Linux technology and application information. For more information, see the following. 1, the phenomenon: X-WINDOS mode can not enter. BASH commands cannot be used.
Cause:
An error occurred while setting environment variables.
Solution:
Enter
Export PATH =/usr/bin:/usr/sbin:/bin:/sbin:/usr/X11R6/bin:
Enter
In this way, you can temporarily restore the environment variable settings,
Then you can use it. Always useful
# Or $ cd ~
Vi. bashrc or vi. bash_profile
Then write the above sentence, as if you want to add something.
Export PATH =/usr/bin:/usr/sbin:/bin:/sbin:/usr/X11R6/bin $ PATH
The next time bash is used, it will take effect.

2. Install redhat linux 9.0 Chinese Version

The feedback from the terminal is translated into Chinese, and it looks awkward.

Change to English:
/Etc/sysconfig/i18n
LANG = "en_US"
SUPPORTED = "en_US: en"
SYSFONT = "lat0-sun16"
SYSFONTACM = "iso01"

3. Clear search coloring for VI.
If you search in the VI editing status, the keywords to be searched are highlighted.
Remove the search coloring method:
: Nohl

4. Turn off the speaker

Xset B off

5. From the original graphic mode to the command line mode during linux Startup

Simply put, you only need to edit/etc/inittab,
Set
Id: 5: initdefault:
This line is changed
Id: 3: initdefault:
Save and restart.
If you want to access xwindows, run the following command:
# Startx
You can.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.