Linux CentOS System Configuration install FTP server

The approximate process is: First install VSFTP. 1 Installation vsftpdYum Install vsftpdPress Y to enter, the system installs automatically/ETC/INIT.D/VSFTPD Start #启动vsftpdService VSFTPD Restart #重启Service VSFTPD Stop #停止Chkconfig vsftpd on

CentOS 6.6 System installation Configuration graphics and text tutorial

Description As of the current CentOS 6.x latest version of CentOS 6.6, the following describes the CentOS 6.6 of the specific installation configuration process Server-related settings are as follows: Operating system:

How to view CentOS User login log

Data interchange, shutdown, and restart are also recorded in the Wtmp file. All records contain a timestamp.Each time a user logs on, the login program sees the UID of the user in the file lastlog. If found, writes the user's last login, exit time,

CentOS How to mount a FAT partition

After freeing up the NTFS, I found that my project file was in a FAT32 directory, so I decided to get him in.Yesterday carved a win7_sp1_x86_64 plate, ready to change a pure system, you know. 1. Use this command: Mount-o Iocharset=utf8/dev/sdb3/mnt/

CentOS 5.5 mount a removable hard drive method

1, first confirm Fuse,centos 5.5 with fuse, you can use Rpm-qa | grep fuse to see if it is installed. The code is as follows Copy Code [Root@localhost ntfs-3g-2010.5.22]# Rpm-qa | grep fuseFuse-2.7.4-8.el5

CentOS System SSH Service opening method

SSH is a remote login service similar to Telnet, but faster/safer than Telnet.1. View the status of the SSH serviceEnter the following command:Root user directlyService sshd StatusFront of non-root user plus sudosudo service sshd statusIf you

CentOS set user for Apache httpd

First, create a user www in CentOS. The code is as follows Copy Code Groupadd wwwUseradd--shell/sbin/nologin-g www www Second, set up User,group in the Apache configuration file httpd.conf. The

viewing file and folder sizes in the CentOS system

When the disk size exceeds the standard there will be alarm prompts, then if Master df and du command is very wise choice.DF can view the level of folder size, usage ratio, file system, and its mount points, but it does nothing for the file.Du can

Install apache2.2.21 mysql5.5.18 and php5.3.8 on CentOS 6

Use local ISO file as Yum sourceStep # 1:mount an ISO file# yum Install Createrepo# Mkdir-p/mnt/iso/{1,2,3}# Mount-o LOOP/PATH/TO/CENTOS1.ISO/MNT/ISO/1Step # 2:create a repository# Cd/mnt/iso# Createrepo.Clean repo, enter:# Yum Clean AllStep #

OpenJDK and installation Sunjdk method of CentOS system deleting self-band

View the current system Jdk:rpm-qa | grep jdk The results obtained: The code is as follows Copy Code [Root@dc-01 java]# Rpm-qa | grep JDKjava-1.6.0-openjdk-1.6.0.0-1.45.1.11.1.el6.i686 Uninstall OPENJDK:

Installation and configuration of SVN server under CentOS

1, the Installation SVN service side: [Root@localhost ~]# Yum Install subversion 2, to determine whether the installation of SVN success: [Root@localhost ~]# Svnserve--versionSvnserve, Version 1.6.11 (r934486)...3, create the SVN library

CentOS World in Linux and local time synchronization

First use the date command to see if the CentOS time is correct, date-r to see if time zone is right. First determine if the NTP service is installed before using time synchronization, view command "Yum List | grep NTP, no then enter "Yum install

Solve the problem that CentOS 6.5 is installed without a network

Yesterday I got CentOS 6.5 Minimal version. After it was installed on VMware 10, I found that the network could not be connected, and PING the internet could not work.I searched the internet and found that after Linux is installed, the NIC is not

Solution to VirtualBox installation error in centos

Core tips:Check the file (SYmbolic LinK) header in the/lib/module/{kernel version number}/kernel/directory and whether the source is valid. They should be linked to your kernel Compilation directory.In centos 6. x linux, the self-compiled kernel 3.0.

How to Build PHP7.0.x in Centos to make php5.3 and php7 compatible

Install php5.3 first, not to mention, saying that the Centos PHP7.0 tutorial is:# Wget http://php.net/get/php-7.0.4.tar.gz/from/a/mirrorUnzip and install# Tar zxvf php-7.0.4.tar.gz# Cd php-7.0.4Check the installation help.#./Configure -- helpMy blog

CENTOS compilation and installation of APACHE2.4 + PHP5.6 tutorial

1. Download the source code package Apache2.4 + PHP5.6Download httpd-2.4.17.tar.gzand other filefrom http://httpd.apache.org/download.cgi?apache24to download httpd-2.4.17-deps.tar.gzDownload the php-5.6.16.tar.gzsource code package from

An error occurred while Installing Git on CentOS and compiling and Installing git.

Compile the basic environment The code is as follows:Copy code Yum-y install gcc make  Make sure that the dependent package is installed. The code is as follows:Copy code Yum install-y curl-devel zlib-devel openssl-devel perl-devel cpio

Centos apache2.2.4 MySql5.6.X PHP5.5.3 note for future reference

It is more important to see how software is installed !!!* First, uninstall apache mysql php aprapr-util and so on.Install a third-party PHP extension packageNote the following before installing iis6:First, check whether libtool and

View logged-on users and disconnected users in Centos

View the users in the system: cut-d:-f 1/etc/passwdView users who can log on to the system: cat/etc/passwd | grep-v/sbin/nologin | cut-d:-f 1View user operations: w command (root permission required)View a User: w user nameView logon User: whoView

Total Pages: 394 1 .... 173 174 175 176 177 .... 394 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.