Modify the time zone and NTP time synchronization of centos

When we use the centos system, problems may occur frequently in the time zone, and sometimes errors may occur after the change. Next we will learn a way to change this situation. If you are not using centos, run the yum install NTP command. Then:

Build vsftpd server in centos 6.2

Build vsftpd server in centos 6.2 First check whether FTP is installed:Rpm-Qa | grep vsftpd   1. If the installed centos does not have the FTP command, it is likely that this step is ignored during the installation process.Yum install

Root Password in centos

when cenos is installed on a VM several times, no prompt is displayed for entering the root password. The root account cannot be used, I used to think it was a problem with the virtual machine version. There are still some problems with virtual

Centos Experiment 5: Set the Host Name

After centos is installed, the default host name is localhost. localdomain. I want to change it to a centos-server.virtual-domain.   Open the/etc/sysconfig/network file. The original content should be as follows: Networking =Yeshostname=

Centos Experiment 6: Set a command prompt

The default centos command prompt is as follows: [Amonest @ centos-server profile. d] $   Only the last part of the current working directory is listed. Sometimes it is not very convenient. I want to change it to display the complete current

Step 3: Build the svn server in centos

Build SVN service and effectively manageCodeIn the following three steps.1. Installation # Yum install subversion determine whether the installation is successful # subversion-V svnserve, version 1.6.11 (r93411) The above prompt appears,

Solution to slow download from centos 5.5 Yum Source

gpg

Centos 5.5 has been installed under the virtual machine recently. When yum is used, it is found that the download speed is abnormal and slow. You can modify the yum configuration file and direct its image to a domestic server. Solution 1: #

Install mono 2.10.6 in centos 5.5

Note: This articleArticleRefer to the article centos 6.0 installing mono 2.10.6 and mark the original article based on some problems encountered after the installation. 1. Update the system Yum update 2. install necessary Libraries Yum

Centos 6.4 compile and install gcc-4.8.0

1. DownloadSource code Wget http://ftp.gnu.org/gnu/gcc/gcc-4.8.0/gcc-4.8.0.tar.bz2 2. Extract Tar-jxvf gcc-4.8.0.tar.bz2 3. Download the dependencies required for compilation. CD gcc-4.8.0./contrib/download_prerequisites CD .. 4. Create

Resolved the problem of failed IP address, MAC address, and UUID modification after cloning the centos virtual machine.

Reference Solution:   So here's how we fix it: Remove the kernel's networking interface rules file so that it can be regenerated  # Rm-F/etc/udev/rules. d/70-persistent-net.rules   Restart the

Solve the problem of an error when deploying jasperreport in centos. Error: net. SF. jasperreports. Engine. util. jrfontnotfoundexception: font

  An error occurred while deploying jasperreport in centos:   Net. SF. jasperreports. Engine. util. jrfontnotfoundexception: font 'body' is not available to the JVM. See the javadoc for more details.   Cause: the default Operating

Manually configure the Linux (centos) IP Address

The IP address of the Linux Nic is stored in the file. The configuration file is stored in/etc/sysconfig/network-scripts,The names are ifcfg-eth0, ifcfg-eth1 .... if you have a network card, there is only one ifcfg-eth0 file, if you have two or more

Analysis of centos Yum source Problems

After placing the server in the IDC and setting a fixed IP address, I can't use the yum source. The following error always occurs every time Yum install. Pipeline [errno 14] pycurl Error 6-"" trying other mirror. Error: cannot retrieve repository

Smb. conf configuration file (centos)

The red part is the key modification. After installing the following configuration, you can create a samba shared directory without a username or password. This directory owner attribute should be set to the nobody user and its corresponding group.

File synchronization between centos servers

Configure the file synchronization server as a synchronization service for other servers 1. Install xinetd first. Yum-y install xinetd 2. Rsync is generally installed by default. 3. Run Vim/etc/xinetd. conf to change disable = yes to disable

Configure the Certificate for apahce in centos

Use OpenSSL to generate a certificate① Generation of RSA keysOpenSSL genrsa-out privkey. pem 2048Some certificates require 1024, so you must:OpenSSL genrsa-out privkey. pem 1024② Generate a certificate requestOpenSSL req-New-key privkey. pem-out

Centos vsftpd virtual user details

Today, we have set up the FTP service as needed. here we need to note that there are differences between the RedHat in centos and Linux. I have done and studied it myself, and I will talk about some of the learning points, if any error occurs,

Minimum centos 6.2 installation for virtual machines

ArticleDirectory Install centos 6.2 In the home network environment, one desktop computer and one laptop computer share a wireless router to access the Internet through ADSL. A desktop is a wired link and a laptop is a wireless

Configure ftp in centos

Configure ftp in centos 1. Terminal command: yum-y install vsftpd. Vsftpd. 2. Create an ftp user group and user: $ Groupadd ftpgroup $ Useradd ftpuser-g ftpgroup-d/webroot/myftpdir-m $ Passwd ftpuser Password /Webroot/myftpdir is the folder

Install and configure SVN servers in CentOS 5.2

After installing the SVN server, this article is not integrated with Apache. The process is as follows: 1. Download related software: [Root @ youxia201 test] # wget http://subversion.tigris.org/downloads/subversion-1.6.1.tar.gz [Root @ youxia201

Total Pages: 394 1 .... 282 283 284 285 286 .... 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.