alpine linux

Alibabacloud.com offers a wide variety of articles about alpine linux, easily find your alpine linux information here online.

Linux Basics 99 Q (v) _unix Linux

Five, do Linux administrator: 21 questions 70. How to check the use of Linux hard disk? In a Linux environment, you can use the DF command to view the hard disk usage. Here's an example of an df-t-H (-t parameter: Displaying the file system type, the-h parameter displaying information in a more readable way) command input: FileSystem Type Size Used avail use% Mou

One linux command every day (24): Linux file type and extension

One linux command every day (24): link to the Linux file type and extension: One linux command every day (1): ls command running (2): cd command http://www.2cto.com/ OS /201210/163050.html#per... One linux command every day (24): Linux file type and extension link: One

[Basic knowledge] Linux Novice series of four _unix Linux

  On   Novice to Linux [Series IV] OK, I want to talk about the hard disk partition. Before I talk about this question, I'll talk about conceptual issues first, what are conceptual issues? Do you remember the first time, the absolute first time you heard a: disk, B: disk, C disk when the feeling? Before that, you might know that a computer has a place to store data, Because I've seen a tape drive on TV or on an ad. (I never know why I've been here a l

Linux networking: how to build a firewall with old-fashioned Pentium and Linux

Article title: Linux networking: how to build a firewall with an old-fashioned Pentium host and Linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source. Author: Rawn Shah    I'm talki

Deep learning about Linux and Linux kernel programming style

Article Title: Learn more about the Linux kernel programming style. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.    This short document describes the recommended programming style in Li

Linux driver development initialization parameters, linux driver development

Linux driver development initialization parameters, linux driver development First run the Code: #include Parameters can be accepted during Linux driver initialization. The command is as follows: insmod hello.ko howmany=10 whom="Daddy" Here, two parameters are input, howmany and whom. To enable the module to receive the two parameters: 1. Include the header

Garbled characters in Linux and in linux

Garbled characters in Linux and in linuxModify the/etc/sysconfig/i18n file, as shown in figureLANG = "en_US.UTF-8", xwindow displays the English interface,LANG = "zh_CN.GB18030", xwindow displays the Chinese interface.Another method is cp/etc/sysconfig/i18n $ HOME/. i18n.Modify the $ HOME/. i18n file, as shown in figureLANG = "en_US.UTF-8", xwindow displays the English interface,LANG = "zh_CN.GB18030", xwindow displays the Chinese interface.In this wa

Comparison of five Linux releases, Linux releases

Comparison of five Linux releases, Linux releasesUbuntu Whether you are a new user planning to get your first computer, or someone migrating from Windows or Mac OS X, Ubuntu shoshould be your first choice. it's extremely easy to install and manage; everything just works out of the box. there are hundreds and thousands of applications available for Ubuntu users, which makes it even more appealing. and the Ub

How to install software in linux and install software in linux

How to install software in linux and install software in linux I. parse the Linux application installation packageGenerally, there are three installation packages for Linux application software:1) tarpackages, such as software-1.2.3-1.tar.gz. It is packaged using tar, a packaging tool for UNIX systems.2) rpm packages,

Linux system Tutorial: how to install software in Linux

Linux system Tutorial: how to install software in Linux I. parse the Linux application installation packageGenerally, there are three installation packages for Linux application software:1) tarpackages, such as software-1.2.3-1.tar.gz. It is packaged using tar, a packaging tool for UNIX systems.2) rpm packages, such as

Linux Kernel Analysis (4) ---- Process Management | network subsystem | Virtual File System | driver introduction, linux ----

Linux Kernel Analysis (4) ---- Process Management | network subsystem | Virtual File System | driver introduction, linux ---- Linux Kernel Analysis (4) I haven't updated it in two days. I analyzed the linux memory management subsystem in the last blog. I didn't want to analyze the process management subsystem, network

Install JDK on Linux and jdk on linux

Install JDK on Linux and jdk on linux Step 1:Download the JDK 1.7 installation package JDK 1.7: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html During the download process, pay attention to the following two points: 1: Pay attention to the operating system version and 32-bit or 64-bit operating system. Linux is divided into x86

Red Flag Linux 4.0 (Red Flag Linux 4.0)

I. preparations: 1. Purchase or download the installation CD or image file of Red Flag Linux Desktop 4.0. : Http://www.redflag-linux.com/xiazai/xiazai.php? Id = 1325 2. leave at least two partitions in the hard disk for the installation system. 4 GB or more partitions are recommended for mount points. The swap zone is not too large and is suitable for around-MB. The file system format is optional, the installation process is reformatted. 3. record the

Linux Command 2 and Linux Command 2

Linux Command 2 and Linux Command 2 In the process of viewing linux, File Attribute management is a difficult point. Therefore, as a beginner, I put it directly behind it for further research, therefore, I personally think it is an excellent opinion to learn some of the following knowledge points first and then go back and try to understand what you don't underst

Use the Python language to compile and obtain basic Linux system information (1): Obtain the Linux version, kernel, current time, And pythonlinux

Use the Python language to compile and obtain basic Linux system information (1): Obtain the Linux version, kernel, current time, And pythonlinux I have been applying for a blog for a while, but I haven't written any more ..... I did not think of anything to write. I recently learned the Python language and read the most basic things in the book. I found that I could not read them at all, in addition, I tho

Linux basic commands and linux basic notes

Linux basic commands and linux basic notes Today, we are building a Linux production environment. This is a complex task that has to be done. Although I have done it many times, there are still many steps and commands that I don't remember. Every time I find information everywhere, it is very troublesome. So I wrote down some steps for searching.Log on to the rem

Discussion on the optimization and security of Linux operating system _unix Linux

On the internet to see a lot about Linux optimization of good articles, here I do not repeat these articles, I just want to from my own experience to talk about this aspect of the problem. As a system administrator, I'm talking about Linux based on server applications, because the use of Linux on personal computers may not be as secure and stable as the server,

Linux Administrator's Manual (4)--memory management _unix Linux

This chapter describes the memory management features of Linux, namely virtual memory and disk caching. Describe what the system administrator should consider, work, and purpose. What is virtual memory? Linux supports virtual memory by using disk as an extension of RAM, allowing available memory to expand effectively. The core saves the memory blocks that are not currently in use to the hard drive, freein

Red Banner Linux Desktop version 4.0 CD Boot installation process diagram (Red Flag Linux 4.0) _ Installation Tutorial

first, prepare for work: 1, purchase or download Red Banner Linux Desktop version 4.0 of the installation CD or image files. Download Address: http://www.redflag-linux.com/xiazai/xiazai.php?id=1325 2, in the hard drive at least 2 partitions to the installation system, the mount point of the partition recommended more than 4G, the swap area is not too large in the 200m-600m or so, file system format regardless, anyway, the installation process will be

Build Linux development environment and Linux directory structure and document usage learning

The figure below is that when we open "count My Computer" in Windows, I see a letter: Under Linux, we don't see these characters, we see folders (directories): In the early Unix system, each manufacturer defined its own UNIX system file directory, which is rather confusing. Shortly after Linux was published, the file directory was standardized, and in 1994 the root file directory was uni

Total Pages: 15 1 .... 11 12 13 14 15 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.