Linux ifconfig Configuration

Options in the ifconfig command: 1) Up: Used to activate the interface For example, ifconfig eth0 up will activate eth0 2) Down: opposite to up Ifconfig eth0 down 3) netmask [ADDR]: sets the network mask for the interface. For example,

Install firefox.tar.zip in Linux

Firefox.tar.zip: The tar.zip file is compressed by zip. Put it in the root directory, and open the terminal and enter unzip firefox.tar.zip plugin. The installation method is tar-zxvf firefox.tar.gz. A folder named after the file name is

Linux stat to view the File Creation Time

In Linux, there is no concept of File Creation Time. Only the file access time, modification time, and state change time are allowed. That is to say, you cannot know the file creation time. However, if the file has not been modified after it is

Linux self-study _ new driver steps

1. Write the driver sourceProgram 2. Modify the kconfig file in the directory and add the configuration options supported by the system for the driver. 3. Enter "make menuconfig", check the corresponding driver option, compile the system, and

Linux study _ LCD Driver Transplantation

Because linux2.6.30.4 already contains the S3C2440 driver, the porting workload is not large. But I also encountered problems during the porting process. After porting the LCD driver according to the Development Board tutorial for the first time,

Linux sz rz command

I think there are even more people who have never heard of the zmodem protocol, not to mention convenient tools like RZ/Sz. Good things are not exclusive. Here is a bit of my knowledge. The following section is copied from the help of securecrt:

WebLogic 10 cracking (applicable to both Linux and Windows)

A half a month ago, I installed a Linux server for my company, and then I installed Oracle 10 GB and WebLogic 10 on it. I wanted to write the Weblogic installation process separately, but I installed it in text mode. Because I encountered a problem

Install Apache in Linux

Install Apache in Linux 1. Go to www.apache.comto download apache. here I will download httpd-2.2.3.tar.gz 2. Copy the compressed file to the installation directory. I will put it under/usr/local /. 3. Unzip this file tar xzvf httpd-2.2.3.tar.gz

Subversion 1.4.3 + Apache 2.2.4 for Linux Installation

  After several days of hard work, we have finally installed subversion + Apache on Linux and successfully accessed the version library through the HTTP and SVN protocols. Here we will share with you. Installation environment:OS: RedHat

Quick installation of vsftpd in Linux

Vsftp means very security FTP, which is actually an FTP software. Each person has their own different methods when installing software, but most of them are similar. The following is my own method for installing vsftpd: 1. Download:Download the

Linux operation-level explanation

What are the steps required to start Linux? This article describes in detail the roles of different running levels in startup. Linux seems to be a monster for advanced users on the DOS/Win9x/NT platform. No config. sys, no autoexec. bat, and

In Linux, view the process start time, end time, and running time.

For example, you want to view the start time (stime) and how long (etime) of some Python processes have been run)   [Dwapp @ ldrac:/home/dwapp/admin/alisql/task/rtdc] PS-eo pid, tty, user, comm, stime, etime | grep Python14433? Dwapp Python 09:26:4

Install and use VNC in Linux

Installation Service: sudo apt-Get install vnc4server Install the client: sudo apt-Get install xvnc4viewer   Start the service vncserver. The first time you start the service, you will be prompted to enter a password.   Start the client:

View the processes that consume the most CPU and memory in Linux

View the processes that consume the most CPU and memory in Linux1. top 10 processes with the most CPU usage: PS auxw | head-1; PS auxw | sort-Rn-K3 | head-102. top 10 processes with the most memory consumption PS auxw | head-1; PS auxw | sort-Rn-K4 |

Linux: An Example of GCC

In Linux, it is estimated that you often use the PWD command, which is to print the current working path, that is, print working directroy. Today we also use the C language to implement this command.To implement this function, you need to use the

Linux: framebuffer Test Program

Set FB to 24-Bit mode: Fbset-FB/dev/fb0-G 800 600 800 24-n Fill FB with r g B: Use-FB 255 0 0 // red Use-FB 0 255 0 // green ...   Use-fb.c code: /* Use-fb.c */ # Include # Include # Include # Include # Include Struct fb_var_screeninfo

Linux running mode: runlevel startup Item Service

The Linux operating system has gone through several different stages since it was started to start. These stages are called runlevel, which is the sameWhen the Linux operating system is shut down, there are several different runlevels. Next we will

Run Linux on the Web

From: http://coolshell.cn/articles/4722.html   A programmer named Fabrice bellard wrote a piece of JavaScript to start Linux in a web browser. , I put this webpage IFRAME below), currently, you can only use Firefox 4 and chrome 11 to run this Linux.

Significance of Linux kernel version

In Linux, there is a directory named "/usr/src/kernels/". The following shows a Linux Kernel File, for example, 2.6.18-164. el5-x86_64, 2.6.18-8. el5-x86_64 and 2.6.18-194. el5-x86_64 and so on, what do these file numbers mean? For example, what

Configuration of NFS servers in Linux

Configuration of NFS servers in Linux Type: System V-launched ServiceSoftware Package: nfs-utilsProcess: NFSD, lockd, rpciod, rpc. {mounted, rquotad, statd}Script: NFS, nfslockPort: port assigned by Portmap (111)Configuration

Total Pages: 5467 1 .... 4867 4868 4869 4870 4871 .... 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.