Linux Operating System Basics

Kernel (Kernel):Operating systems in Linux, with a focus on managing all the activities of the computer and all the hardware in the drive systemABI (Application Binary Interface):The application binary interface describes the low interface between

Linux Command Basics

Linux commands (provided by software written by developers)An instruction or program used to implement a class of functionsThe execution of the command depends on the interpreter program (for example:/bin/bash, etc.)Ii. Classification of Linux

Set up static IP in Linux

1: Enter in Terminal: cd/etc/sysconfig/network-scripts/2: See if there is this file: Ifcfg-eth0, if there are then input edits, vi ifcfg-eth0:3: Start editing, fill in the IP address, subnet mask, gateway, DNS and so on. Where "These are the ones

Linux delete your own openjdk, install jdk1.8

First step: See which packages are installed[Email protected] ~]# Rpm-qa | grep

Linux Basics Exercises

1. List the user names of all logged-in users on the current system, note: The same user logged in multiple times, only one time is displayed[[email protected] ~]# whoroot tty1 2018-06-08 12:24root pts/0 2018-06-08 10:58 (192.1

FFmpeg Linux under compilation

bz2

Note: Transfer from others, the source does not know.1. Install the Linux base environmentThe basic environment is the basic library of compiled code, Ubuntu networking installation software is very simple, a statement can be done, here are the

Key steps of HDFS cluster environment in Linux environment

The key steps of the HDFS cluster environment are recorded in the Linux environment. Media version: hadoop-2.7.3.tar.gz Number of nodes: 3 nodes. First, download the installation media Official website: http://hadoop.apache.org/releases.html

Linux Network configuration

First step: View network Information[Email protected] ~]# ifconfigEns33:flags=4163 MTU 1500Ether 00:0c:29:2d:4c:b4 Txqueuelen (Ethernet)RX Packets 456 Bytes 47202 (46.0 KiB)RX errors 0 dropped 0 overruns 0 frame 0TX Packets 0 Bytes 0 (0.0 B)TX

2018-06-07 Linux Learning

20.31 Expect script synchronization fileAutomatically synchronize files#!/usr/bin/expectSet passwd "123456"Spawn Rsync-av [Email protected]:/tmp/12.txt/tmp/Expect {"Yes/no" {send "yes\r"}"Password:" {send "$passwd \ r"}}Expect EOFOperation

Basic concepts of the startup process of the Linux kernel

components of the Linux systemKernel + root file system from the operational state point of viewFrom a static point of view, partitioning the disk partition + related filesKernel callThe first way: The calling kernel is too complex, so some kernel

Use PUTTYF to log in to the Linux system using password and key methods

can telnet to CentOS 7 using the Putty tool1, Download puttyhttps://www.putty.org/, 2, after downloading the installation, open the Putty software3, fill in the hostname above the CentOS IP address you want to login, click Open, you can go to the

Linux common commands--ifup, Ifdown

Ifup system Startup Anomaly DiagnosisSyntax format: ifup "option" ifup [options]Note: There must be at least one space between each element in the Ifup command and in the following optionsThe Ifup command is used to activate the specified network

Linux Common Commands--DMESG

dmesg 系统启动异常诊断Syntax format: DMESG "option" DMESG [options]Note: There must be at least one space between each element in the DMESG command and in the following optionsThe DMESG is used to display the contents of the kernel ring buffer. During

Linux Common Commands--rm

rm 复制文件或目录Syntax format: RM "option" "File" rm [options] [file]Note: The RM command and the following options and file directories must have at least one space between each elementOption Description: parameter Options

Linux Server time synchronization configuration

Time servers with CentOS7, other servers (Centos 6, RHEL7) Synchronize the server timeRHEL 7, CentOS 7 default network Time protocol is ChronyThis tutorial time Server service side host name: Centos7-node3 ip:192.168.231.130Client 1 Host Name: Rhel7-

Using RET2LIBC to bypass DEP under Linux

Use RET2LIBC to bypass Dep⑴ under Linux. Principle Analysis:System library functions are usually protected from DEP (about DEP, which can be viewed in more detail in my previous article), so you can bypass DEP protection by pointing the return

Linux-redhat-git Source Installation

1. Check to see if Git is installed, and if there is a git that comes with it, uninstallView git version$ git--versionDelete your own git$ yum Remove git2. Installing dependent Packages$ yum-y Install curl-devel expat-devel gettext-devel

An unfamiliar Linux command every day (1)

What is this order for?In a nutshell, change the group of files and directories with CHGRP. CHGRP is the abbreviation for Change group. The changed group name must be in the/etc/group file, which means that the group name must already exist.1.

Linux Dynamic Library multiple dependencies

1. Dynamic Library Dependency RelationshipTest->hello->world2. Source Files// world.cpp#include void World (void) { printf (" world.\n");} // hello.cpp #include void World (void void hello (void ) {printf ( " hello\n " ); World ();}

Linux-centos7 installing Python3 and coexistence with Python2

1. See if Python is already installedCentOS 7.2 installs python2.7.5 by default because some commands use it, like Yum, which uses python2.7.5.Use the PYTHON-V command to see if Python is installedThen use the command which Python to see the

Total Pages: 5467 1 .... 2463 2464 2465 2466 2467 .... 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.