Alibabacloud.com offers a wide variety of articles about ubuntu install ssl certificate, easily find your ubuntu install ssl certificate information here online.
LEMP is abbreviated to represent a set of software packages (l:linux Os,e:nginx network server, M:MYSQL/MARIADB database and p:php service-side dynamic programming language), which is used to build dynamic Web applications and Web pages.
(LCTT: Why use LEMP instead of LNMP abbreviations?) According to Https://lemp.io/'s explanation: Nginx pronunciation is engine-x, important pronunciation rather than initials, and lemp is actually readable, and lnmp looks just the alphabet. )
This tutorial wil
Install OpenSSL in Ubuntu
I. Brief Introduction to OpenSSL
OpenSSL is a powerful secure socket-layer cryptographic library that includes major cryptographic algorithms, common keys, certificate encapsulation management functions, and SSL protocols, and provides a wide range of applications for testing or other purposes
eavesdropped by attackers, and always authenticates the server. Users can also be authenticated. The SSL protocol must be built on a reliable transport layer protocol (TCP.
Provides FTP + SSL/TLS authentication through OpenSSL and implements secure data transmission http://www.linuxidc.com/Linux/2013-05/84986.htm
Use OpenSSL to generate certificate http://www.li
At first, my vps was installed with Ubuntu 10.10. In this version, I had been tossing for several days and failed to succeed. Later, after I upgraded the system online, I installed and configured openvpn. Finally, yes. If a new system version is available, a prompt will be prompted when the user just logs in, such:
That is to say, you can directly enter "do-release-upgrade" in the shell to upgrade to the next version. I am a linux cainiao, so I will m
.
Update the installation package information to ensure that APT uses https the protocol and that the CA certificate has been installed. $ sudo apt-get update $ sudo apt-get install apt-transport-https ca-certificates
Add a new GPG key$ sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
Add or edit the Docker.list file in th
Label:
First logonOpen the terminal in the local device, execute the SSH command, log on to the server.ssh [emailprotected]Enter the root user password and press ENTER to confirm.
Upgrade softwareTo ensure that the default software in the operating system has the latest updates and patches installed, we need to upgrade the system software. In the terminal, enter:apt-get update apt-get upgraded
Install PHP#确保操作系统中有add-apt-repository, this co
and configure the digital certificate in your Apache 2, which is not covered in this article.
Install
Fortunately, the Subversion is included in the main repository. Therefore, to install the Subversion, you only need to run the following code:
$ sudo apt-get install subversion$ sudo apt-get
1. Select the source directory
Selected Directory/usr/local/
cd/usr/local/2. Installing the Pcre Librarycd/usr/local/wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-10.21.tar.gzTAR-ZXVF pcre2-10.21.tar.gz
CD pcre2-10.21sudo./configuresudo makesudo make install
3. Installing the Zlib Librarycd/usr/local/wget http://zlib.net/zlib-1.2.8.tar.gzTAR-ZXVF zlib-1.2.8.tar.gz CD zlib-1.2.8sudo./configuresudo makesudo make
of the bugs known in these older versions can cause data loss and frequent instability in some cases. Check your current kernel version and open the terminal to use Uname-r to display your kernel version: [Plain]View PlainCopy
$ uname-r
3.11.0-15-generic
Note : If you have previously installed Docker with apt, make sure you have updated your apt docker Source Library. Upgrade your apt Source library the APT library for Docker contains Docker 1.7.1 and a higher version.
Original: http://www.unixmen.com/how-to-install-lamp-stack-on-ubuntu-16-04/LAMP is a combination of operating system and Open-source software stack. The acronym LAMP came from the first letters ofLinux, Apache HTTP Server, mysql or mar IADB database, and php/perl/python. This tutorial describes how to install LAMP stacks on U
/Etc/vsftpd. chroot_listIf the file does not exist, an FTP logon error may occur.
# Execute commandsTouch/etc/vsftpd. chroot_listCreate one without adding any content.Chroot_list_file =/etc/vsftpd. chroot_list
# This option must specify an empty folder and no logon user can write data.
# When vsftpd does not require system file access permission, users are restricted in this folder.
# This must be enabled or you cannot log on to FTPSecure_chroot_dir =/var/run/vsftpd/empty
# This string is the n
The installation and configuration of the Subversion server under Ubuntu the company's Subversion server often shuts down automatically due to computer hardware reasons, so it is planned to reinstall a server. The original Subversion server was set up on Windows XP through VisualSVNServer... the installation and configuration of the Subversion server under Ubuntu the company's Subversion server often shuts
ssh-keygen command generates two keys. First, we need to rename the public key to the server:
Cd ~ /. Ssh mv id_rsa.pub authorized_keys, copy the private key id_rsa from the server, and delete the id_rsa file on the server.
The settings on the server are complete. The following steps need to be done on the client computer. First, we need to convert the id_rsa file to the format supported by PuTTy. Here we need to use the PuTTyGEN tool:
Click the Load button on the PuTTyGen interface, select the
-init container-updater restartswift-init container-auditor restartswift-init account-server restartswift-init account-replicator restartswift-init account-auditor restart
You can also use commands
swift-init all restart
4. install and configure proxy Node
apt-get install swift-proxy swift-doc memcached
Memcached is a high-performance distributed memory object Cache System for dynamic web applications to
CURL is a mid-range command line download tool. Supports http post, http put, FTP upload, SSL Certificate, HTTP-based upload, proxy, user and password authentication, download pause and recovery. The latest cURL 7.36.0 is available.
For Ubuntu installation, PPA is available and easy to install. Open the middle end and
Install Openvpn in Ubuntu 14.04Install Openvpn in Ubuntu 14.04--------------------------- Download and install openvpn -----------------------------------
Install openvpn and other necessary plug-ins
# Apt-get install open
reload PHP-FPM:
Php7.0-fpm reload
Next, use your nginx configuration and all virtual hosts, and change the fastcgi_pass UNIX line:/var/run/php/php7.0-fpm. sock; tofastcgi_pass127.0.0.1: 9000;, as shown below:
Nano/etc/nginx/sites-available/default
[...] location ~ \.php$ { include snippets/fastcgi-php.conf; # With php7.0-cgi alone: fastcgi_pass 127.0.0.1:9000; # With php7.0-fpm: # fastcgi_pass unix:/run/php/php7.0-fpm.sock; }[...]
Finally, reload nginx:
Service nginx reload
OK. Nginx LEM
Install vsftp in Ubuntu
1. Update the software source
First you need to update the system software source, convenient tool: http://help.aliyun.com/manual? Spm = 0.0.0.0.zJ3dBU helpId = 1692
2. Install vsftp
Use the apt-get command to install vsftp
# Apt-get install vsftpd-y
In ubuntu and debian, the main functional modules of apache2 (MPM) are divided into different software packages:
Apache2-mpm-event: event-driven MPM;
Apache2-mpm-perchild: This is just a transitional "fake" software package that relies on worker;
Apache2-mpm-prefork: Traditional MPM, compatible with apache1.3, do not use threads;
Apache2-mpm-worker: High-Speed MPM supporting multi-thread and multi-process hybrid model;
Apache2-mpm-worker is recommend
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.