Configure vnc in Linux to implement remote desktop in linux

Configure vnc in Linux to implement remote desktop in linux VNC (Virtual Network Computing) is short for Virtual Network computers. VNC is an excellent remote control tool software developed by the famous AT&T European research laboratory. VNC is a

Configuration of the varnish Cache Server

: Http://pkgs.fedoraproject.org/repo/pkgs/varnish/varnish-2.1.3.tar.gz/357d99a760de173d841ac37bf2052be8/varnish-2.1.3.tar.gz 1. Install varnish # Tar zxvf varnish-2.1.3.tar.gz # Cdvarnish-2.1.3 #/Configure-prefix =/opt/varnish # Make & make

Install the latest real-time analysis tool GoAccess for website logs on CentOS

GoAccess is an open-source Real-Time website log analysis tool. GoAccess is easy to understand, that is, to read and parse the access log file of Apache/Nginx/Lighttpd, and then display the statistics in a more friendly way. Statistics include:

PHP installation manual for Centos

1. Environment check Php installation depends on apache and mysql. Therefore, to install php, you must first check the installation of apache and mysql. Run the following command to check the version: /Apache/bin/apachectl-v /Mysql-uroot-p'-e

Centos supports extracting rar files

Added support for rarfiles from the centos system.[Root @ localhost ~] # Wget http://www.rarsoft.com/rar/rarlinux-4.0.1.tar.gz[Root @ localhost ~] # Tar-zxvf rarlinux-4.0.1.tar.gzRar/Rar/readme.txtRar/default.

Centos command -- sort

Function Description: sorts text files.Syntax: sort [-bcdfimMnr] [-o ] [-t ] [+ -] [-- help] [-- verison] [file]Note: sort can sort the content of text files by unit of action.Parameters:-B ignores the leading space characters in each line.-C: Check

Centos command -- tr

Tr is used to convert characters from standard input through replacement or deletion. Tr is mainly used to delete control characters in a file or convert characters.Note: tr can only replace, contract, and delete characters, but cannot replace

Establish trust relationships between Centos users

There are two machines a and B. Now you need to add user1 of machine a to the user2 user trust list of machine B, so that user user1 of machine a can directly ssh to user user2 of machine B. Steps: 1. Enter machine a/home/user1 /. run mkdir-p/home/

Add environment variables to CentOS

Add environment variables to centOS Directly edit the/etc/environment file and modify the PATH environment variable. PATH =.:/bin:/usr/bin:/sbin:/usr/sbin: usr/local/bin This method takes effect only after the system is restarted. If the

Vmware configures a CentOS Virtual Machine to access the Internet

1. Network Connection Mode: Select NAT 2. Edit the DNS configuration file/etc/resolv. conf of the VM. Set nameserver to the NAT gateway address in the VM. [Root@andes.com/etc] # cat resolv. conf # No nameservers found; try putting DNS

Centos umask permission

Chmod chown chgrp=- =-= -- =# Chmod# Permission XXX0 indicates no permission,1 indicates the executable permission. = x indicates the executable permission. Generally, the executable permission is readable.2 indicates the write permission. = w

View the maximum file descriptor that a process can open

The default file descriptor of the Centos server is 1024 (linux). The command ulimit-n is run. For high-load and high-connection servers, 1024 is far from enough. As for the modification method, I will not repeat it here. A large number of articles

Centos uses iptables to redirect Website access

For some reason, we need to redirect the httpd service accessing 10.0.3.49 to 10.0.3.26. So we studied how to use the NAT of iptables to redirect IP addresses and ports. In fact, it is very simple. We only need two steps. 1. Make sure that the data

100 common linux commands

1. echo "aa"> test.txt and echo "bb"> test.txt //> clear the original file and write the content to the file.> put the content at the end of the file. 2. chmod go + w-R/home/zhangy // Add write permissions to group users and other users 3, tar-tzvf

Centos uses the ps command to view the memory of the process

Run the ps command to view the process memory.The ps command is a common program in Linux to view the process status. It has several fields to view the process memory usage: sz, rss, and vsz. They are described as follows:Sz: the number of physical

How to view web logs in Centos

Number of times the web server cannot be notified of ip addresses # Cat access_log | awk '{print $1}' | sort | uniq-c | sort-n Or # Cat access_log | awk '{print $1}' | sort-n | awk '{S [$ NF] ++} END {for (a in S) {print a "\ t" S [a]} '| sort +

Modify the root password of MySQL in Centos

Method 1: log on to the system as the root user/usr/local/mysql/bin/mysqladmin-u root-p password. New password: enter password. Old passwordMethod 2: log on to the mysql database as the root user and update mysql. user set password = password ("new

Uninstall built-in mysql commands under Centos

1. First find the Mysql-related rpm rpm -qa | grep mysql[root@hexuweb102 ~]$ rpm -qa | grep mysql#mysql-connector-odbc-3.51.12-2.2#mysql-5.0.45-7.el5#mysql-server-5.0.45-7.el5#libdbi-dbd-mysql-0.8.1a-1.2.2 2. Start uninstall [root@hexuweb102 ~]$ rpm

Centos kill command

First, use the ps-ef command to determine the PID of the process to be killed, and then enter the following command:# Kill-pidNote: Standard kill commands can achieve the goal. Terminate the problematic process and release the process resources to

Common commands for centos to view Hard Disks

This time, we updated some common CentOS commands for disk operations. I hope it will be helpful for you to use CentOS. This article is very useful from the perspective of actual work. Here, we mainly use common CentOS commands for disks. Common

Total Pages: 5467 1 .... 4430 4431 4432 4433 4434 .... 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.