Configure Ocserv on CentOS 6Table of Contents
1. Install Ocserv
2. Configure Ocserv
3. How to host Ocserv and a Web server on the same port?
3.1. Method 1:ssl termination on external program (HAPROXY)
3.2. Method 2:ssl termination on Ocserv (Sniproxy)
1Install Ocserv
Reference Pages:
Https://www.vultr.com/docs/setup-openconnect-vpn-server-for-cisco-anyconnect-on-ubuntu-14-04-x64https://www.stu
A new VPS, the first thing to do is probably to do a good job security.Here are some of the things I've done to make the CentOS 6 random:
Change root password
Ssh-key Login
Configure Iptable
Installing Fail2ban
1. Change the root passwordLogin to the VPS, type passwd to change the root password, and note that the input is not rendered as an asterisk.2. Login with Ssh-keyThe advanta
Simple Security Configuration for CentOS 6 servers
Linux is an open system that allows you to find many ready-made programs and tools on the network. This facilitates both users and hackers, because they can also easily find programs and tools to sneak into the Linux system, or steal important information from the Linux system. However, as long as we carefully set various Linux system functions and add the
Rhel/centos 6 does not configure network interfaces on default installation. Also, it's configured to use NetworkManager. To enable networking interface and disable NetworkManager please follow instructions below.The/etc/sysconfig/network-scripts/ifcfg-eth0 content looks as follows on default installation.Device= "Eth0″HWADDR=SPECIFC MAC AddressNm_controlled= "Yes"Onboot= "NoFor DHCP, configure the interfac
How to install bugzilla in CentOS 6
System Environment: CentOS release 5.7 (Final) x64
1. Host Name configuration (not required)Cat/etc/hosts# Do not remove the following line, or various programs# That require network functionality will fail.#: 1 localhost6.localdomain6 localhost6192.168.1.252 octest.test.com192.168.1.252 test.com
Ii. install apache1. yum instal
Install and use the telnet command in CentOS 6. x
1. Check whether telnet is installed in the CentOS system.Rpm-qa | grep telnetTelnet-0.17-48.el6.x86_64Telnet-server-0.17-48.el6.x86_64
Telnet is mounted under xinetd, so check whether the xinetd service is installed.Rpm-qa | grep xinetdXinetd-2.3.14-39.el6_4.x86_64
If neither of them is installed, yum installs th
The version of GCC installed through Yum in CentOS 6 is 4.4.7, which will cause the compilation to fail when installing node. js with the release of the GCC version too lowwarning:c++ compiler too old, need g++ 4.8 or clang++ 3.4 (cxx=g++)In fact, not only is the GCC version too low, but it is also possible that the PY version is too low, or that Py cannot recognize the bz2 problem.The best solution is to i
Installation Vmware-tools operating instructions for CentOS 6.x=====First step: Mount the installation CDFirst click Install Vmware-tools on the VMware interface and mount the discmount/dev/cdrom/mnt/Step two: Copy compressed files to a local directoryCp/mnt/vmwaretools-10.0.9-3917699.tar.gz.Step three: Unzip the fileTar zxvf vmwaretools-10.0.9-3917699.tar.gzFourth Step: Install Vmware-toolsCD vmware-tools-
libraries:libfreetype.so.6:cannot open Shared Object File:no Such file or directory[1]+ Exit 127 quartusApparently, not only is libfreetype.so.6 missing, but others as well. I would install one and then it'll tell me, there was another one missing. For any of them, I used the ' whatprovides ' option and then I installed the missing package. All the missing libraries to is able to invoke Quartus from the co
selection number:4 [Press Enter]Now you can try the Java version, the output is as follows# Java-versionjava Version "1.7.0_75" Java (tm) SE Runtime Environment (build 1.7.0_75-b13) Java HotSpot (tm) 64-bit Server V M (build 24.75-b04, Mixed mode)Set Environment variablescat >>/etc/profile.d/java7. sh eofexport java_home=/opt/jdk1. 7 . 0_75export jre_home=/opt/jdk1. 7. 0_75/jreexport PATH=\ $PATH:/opt/jdk1. 7. 0_75/bin:/opt/jdk1. 7. 0_75/jre/bineofRe-open the terminal env|grep HOME to see the
CentOS Source Upgrade Kernel method
Recently in the research Docker, need to upgrade the kernel, below the way to upgrade the kernel.
1. Download kernel source
Download URL for https://www.kernel.org/I use for version 3.10 download address for
Https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.12.44.tar.xz
Download command:
# wget https://www.kernel.org/pub/linux/kernel/v3.x/linux-
3.12.44.tar.xz
2. Extract source code
# TAR-XVF L
Tags: linux centos6 mongodb NoSQLMongo DB is a non-relational database (NOSQL) that is currently very popular in the IT industry, and its flexible data storage methods are favored by current it practitioners. Mongo db is a good way to implement object-oriented thinking, in Mongo db, each record is a document object. The biggest advantage of Mongo DB is that all data persistence requires no developers to write SQL statements manually, and it is easy to invoke methods to implement CRUD operations.
(Original) LAMP tutorial 6-use SecureCRTPortable to remotely connect to centos
Yes. Today, Ke will introduce you to a tool that can remotely connect to centos. Yes, this is the SecureCRTPortable that is currently the most solid and used by most people.
Post below
Http://www.duote.com/soft/26966.html
After downloading, decompress the package and you can use it
Install Seafile 2 in CentOS 6
Install Seafile in CentOS 6.4 _ 64 using Apahce and SQLite.
1. Prepare the environment1.1 centos6.4 _ 64 minimal installationYum-y install httpd # After deploying apache, refer to the https://github.com/haiwen/seafile/wiki/Deploy-Seafile-with-apacheYum-y install python-setuptools python-simplejson python-imaging sqlite3 # The default
Install innodb_ruby and centosinnodb_ruby in centos 6
Innodb_ruby is a program of jeremycole used to analyze Innodb-related structures. It is also a very convenient structure tool for us to study Innodb. So here is an introduction.
Jeremycole github shared projects are very good, here directly recommend his github: https://github.com/jeremycole
Innodb_ruby depends on ruby> = 1.9.3. The default yum versio
CentOS is self-bringing python. But the version is slightly older. For Python development, be sure to use a new stable version. So, to upgrade Python.Go to Python main station first download Python source bundle: Python-2.7.6.tar.xzwget HTTP://WWW.PYTHON.ORG/FTP/PYTHON/2.7.6/PYTHON-2.7.6.TAR.XZInstallation:Xz-d PYTHON-2.7.6.TAR.XZTar xvf Python-2.7.6.tarCD Python-2.7.6./configureMakeMake installAttention:Before you install Python, it's a good idea to
Sometimes we need to debug the project, and there may be some problems when using the Git environment built in the local Windows environment, so I directly set up the Git tool environment in the VPS environment. Although the git source is included in the Linux system environment, we can directly install yum or apt-get. However, if the source is not the latest version, an error occurs when the installed git environment submits the version, therefore, you must manually install git to ensure that t
Install node in CentOS 6.X
1. Install Source Code in Source CodeYum-y install gcc make gcc-c ++ openssl-devel wget // yum download related dependent packagesWget http://nodejs.org/dist/v0.10.26/node-v0.10.26.tar.gzTar-zvxf node-v0.10.26.tar.gzCd node-v0.10.26./ConfigureMake make install
2. Binaries binary Installation
You can download it through wget or directly in your browser.
After decompression, node a
XCAT offline installation on CentOS 6.x
Here I use CentOS 6.6 and xCAT the latest 2.8. In addition, the root user is used to facilitate installation.
First download the xCAT offline package
Wget http://sourceforge.net/projects/xcat/files/xcat/2.8.x_Linux/xcat-core-2.8.5.tar.bz2/downloadWget http://sourceforge.net/projects/xcat/files/xcat-dep/2.x_Linux/xcat-dep
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.