LINUX study notes 5-SHELL parser

A) Role: Convert user-input commands into programs that can be run on the corresponding machine. It is convenient to repeatedly enter the same command.   B) script file: It means the program.   C) create a shell script file   1. directly open the

Crontab-scheduled Task Command in Linux

  Firmware (CMOS/BIOS) post power-on self-check-à bootstrap loader (GRUB) (Load Kernel) à load Kernel (driver hardware) à START process init à read execution configuration file/etc/inittab   Stage 1: BIOS startup   1. After pressing the power supply,

Linux echo Color Control

  When echo needs to change the color, use the-e parameter. Format: echo-e "\ 033 [background color; font color m string \ 033 [0 m" For example: Echo-e "\ 033 [41; 36 m something here \ 033 [0 m" The position 41 represents the background color, and

Linux tar package and decompress the package to a specified folder

  When writing shell scripts, you often need to decompress them to the specified folder. the tar command is the most commonly used   For more information, see-C usage.   Tar command     Decompress the file to the specified directory:

Upgrade Fedora 16 and install Ubuntu 11.04

Two and a half years ago, Fedora11 was installed, and then upgraded to Fedora 12 and Fedora 14. During this period, a lot of software was installed, and the system was getting slower and slower ...... Although there are some reasons why I am not

Redhat 5 upgrade Vim7.3

1. First uninstall the old version of vim# Rpm-qa | grep vimCheck whether to uninstall the four packages in the old version.# Rpm-e rpmname (rpmname is the packages found in)2. decompress the compressed package# Tar jxvf vim-7.3.tar.bz23. # cd vim73/

Solution to the problem that the M9 SDK simulator in Linux is too large to display all

When I used the M9 SDK in Ubuntu, I found that the M9 simulator was too large, exceeding my screen (1280*800 ).There is no way to see the full picture of the simulator, and the subsequent development is quite inconvenient.Here is my solution:Because

Solution to Chinese garbled characters in Linux JDK6

Because Linux JDK6 does not support Chinese characters, the solution is as follows: 1. Copy the downloaded yaheistmlas. ttf to/usr/share/fonts/default/path. 2. Go to the JDK installation directory www.2cto.com. # Cd $ JAVA_HOME/jre/lib/fonts 3.

Full Process of jdk installation in ubuntu

Sudo chmod u + x/usr/lib/jvm/java/jdk1.6.0 _ 12.bin  Sudo/usr/lib/jvm/java/jdk1.6.0 _ 12.bin  Sudo vi/etc/environment  PATH = "......:/usr/lib/jvm/java/jdk1.6.0 _ 12/bin"CLASSPATH =.:/usr/lib/jvm/java/jdk1.6.0 _ 12/libJAVA_HOME

Linux basic commands-disk and file system management

I. Detection of New Hard Disks [Root @ localhost ~] # Fdisk-l list all hard disk devices and their partition information in the current system The list information has the following parameters: Device: the name of the Device file in the

Build a memcached Environment

The previous article mentioned some ideas about memcached in the project. Before micro-innovation, we will first perform a test. Here we will give a summary.Step 1: Install the memcached ServerBecause memcached uses the libevent module, you should

LINUX partition table Repair Tool testdisk to retrieve the original partition and volume label before the blue screen

Yesterday I wanted to install a VS2010 Enterprise Edition. I looked at the system partition and found that 2G was missing... Let's create a partition. The biggest partition in the hard disk is the one that was originally allocated to LINUX, with a

Configure the samba server in Gentoo Linux to share Linux with Windows.

HOST: Gentoo 11.2 with linux kernel 3.0.6     1. Install the Samba server USE the default USE flag to directly execute the command [Cpp] www.2cto.com print?Emerge samba2. Configure/etc/samba/smb. conf. First copy/etc/samba/smb. conf. default and

Install a USB wireless Nic TL-WN321G under Fedora7

Today is the last day of work a year ago. We want to install a USB wireless network adapter-TP-Link WN321G + under Fedora7, which uses the rt73 chip and belongs to the Ralink chipset, I encountered a problem during the installation process and

Add code complementing function in vim (Added STL support for Omnicppcomplete)

Many new users will feel it is difficult to get started when using Vim, and it is easy to vomit Vim's support for STL completion. Then go to VS. Here we will introduce how to add code complementing function to Vim. After Code Completion is added,

What shutdown command enable linux to automatically turn off power?

Author: iamlaosng Find the Linux shutdown command on the Internet, most of which are described as follows: The shutdown command can safely shut down or restart the Linux system. It prompts a warning message to all logged-on users before the system

Differences between TTY and PTY in Linux

Terminal explanationA terminal is a type of terminal device. It has multiple types and generally uses tty for short. Tty is short for Teletype. Teletype is one of the earliest terminal devices, such as a telex typewriter (OR), produced by Teletype.

Three methods for running Python WEB Applications in Apache

1. Traditional CGI:Vim/var/www/cgi-bin/hello. py  #! /Usr/bin/python#-*-Coding: UTF-8 -*- Print "Content-type: text/html \ n"Print "Hello World"Chmod a + x hello. py Vim/etc/httpd/conf/httpd. confScriptAlias/cgi-bin // var/www/cgi-bin/ 2, Mod_Python

Vi editor usage

Vi is a screen editor provided by all UNIX systems. It provides a Windows device that allows you to edit files. Of course, people who know a little about UNIX systems think that vi is super difficult to use, but vi is the most basic editor. After

Configure local source in RedHat server 5.5

After the redhat system was reinstalled today, when installing apache, I encountered the no acceptable C compiler found in $ PATH error. I found some information from the Internet and asked me not to install gcc or other compilers, we recommend that

Total Pages: 5467 1 .... 3348 3349 3350 3351 3352 .... 5467 Go to: GO

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.