Issue 1: The server is ubuntu16.04, the Mac comes with the SSH connection after the normal input Chinese?Solution: This is generally the terminal and server character set mismatch, macosx the default is the UTF8 character set.Open the Edit. bashrc file:VI ~/.BASHRCAt the end of the file, add:Export Lc_all=en_us. UTF-8 export LANG=en_us. UTF-8Restart the
. Configuration of rtmp
Now we're going to modify the nginx.conf configuration file and configure the RTMP
Copy nginx configuration file location
/usr/local/etc/nginx/nginx.conf
Turn on the Finder Shift + command + G to go and open the nginx.conf with the Notepad tool
HTTP {
...
}
After the HTTP node, add the rtmp configuration:
rtmp {
server {
listen 1935;
#直播流配置
application Rtmplive {
live on;
configuration file$sudo CP Php.ini.default PHP.iniAfter restarting the Apache server, it's normal to say that.$sudo apachectl-k RestartAfter that, it's normal to say that, don't worry.Confirm the success of the end of the No, go to the browser to enter localhost if you can come to the following interface is right5. PrecautionsNote the previous backup. Do not back up multiple times.Note that all English symbols and letters are used in the Vim editor.T
Method from MySQL 5.7 official manual http://dev.mysql.com/doc/refman/5.7/en/osx-installation-launchd.htmlThere are two methods, and the other is the command-line approach.Follow the steps in the following order:
MySQL Server must already be installed,
Open System Preferences, enter MySQL in the search box or find MySQL directly, click on it
Next, a window titled MySQL will pop Up, click the Start MySQL
One, Apache server1. The most widely used WEB server2. mac comes with, only need to modify a few configuration can, simple, fast3. some special server functions, Apache can be very good supportPurpose: To have a test environment of your ownIi. preparatory work1. Set User password2.MAC 10.10 and aboveThird, configure the serve
http://blog.csdn-net/kesalin/article/details/6943770XCode 4 supports Git as a code repository by default, and when we create a new repository, we can tick the default repository, but the repository is local. This article describes how to create a git server on a Mac machine, the general idea is to use gitosis to simplify the creation process, create an account called Git on the machine used as a
Over the past few days, I have been entangled in how to configure the svn server on the Mac machine. I have checked a lot of information on the Internet, but I have a poor background. I am a newbie and have limited understanding skills. I am always unable to configure the svn server on the Internet, finally, I asked Miss Liu Chao, and finally the configuration wa
Direct reference to the documentation: HTTP://DANQINGDANI.BLOG.163.COM/BLOG/STATIC/18609419520141201215750GitHub script that needs to be used: Https://github.com/mmastrac/iterm2-zmodemOr concise steps are as follows:1. Install Iterm2, homebrew2. Installation Lrzsz: $brew Install Lrzsz3. Download the script on GitHub and copy it to/usr/local/bin4. In the corresponding profile in ITerm2, "Advance", "Trigger", fill in: Regular Expression:rz waiting to receive.\*\*b0100 action:run Silent copro
After the SVN server address transformation, the processing method under MacAfter the SVN server address transformation, the processing method under Mac1. Enter the terminal and enter the folder where the project is located:[Java]View PlainCopy
CD Project Location/
2. View SVN information[Java]View PlainCopy
SVN info
3. Output results[Java]View PlainCopy
Path:.
Working Cop
one, Apache server1. The most widely used WEB server2. mac comes with, only need to modify a few configuration can, simple, fast3. some special server functions, Apache can be very good supportPurpose: to have a test environment of your ownIi. Preparatory work1. Set User password2.MAC 10.10 and abovethree , configure the serv
In a Windows environment, we typically use TORTOISESVN to build an SVN environment. In a Mac environment, because the Mac comes with SVN's server-side and client features, we can use SVN without any third-party software, but we need to do a simple configuration.Let's start by looking at how to build an SVN server-side
Stop4. Check whether the service is started:? 127.0. 0.1 8888 127.0. 0.1 '^]'.or to see if the service process has startedPS grep grep grepOK, Intellijidealicenseserver on Mac has been installed, and started randomly, start activating Intellijidea!Window please refer to: IntelliJ idea activation and License Server installation using the Windows ChapterPs:https://www.liaoxuefeng.com/article/0013738936043
Indexes followsymlinks includes ExecCGI allowoverride None Order deny, Allow allow from all Change intoserveradmin [emailprotected] documentroot "/users/jerry/dev/apache/php_tester" servername php_tester ErrorLog "/users/jerry/dev/apache/php_tester/log/sites-error_log "CustomLog "/users/jerry/dev/apache/php_tester/log/sites-access_log" common options Indexes followsymlinks includes ExecCGI allowoverride None require all Granted It's actually going to Order deny,allow, Allow from all c
Description: SERVER: Mac OS X Server 10.5
Screen Sharing has been used normally. Use Windows XP tight VNC to connect.
However, the screen sharing function was accidentally canceled during the operation. You cannot use VNC connection but can log on remotely through SSH.
The following describes how to re-enable screen sharing on the Character interface:
means that your current SVN can be run in multiple repositories, and client access needs to be added SVN://IP/REPOS1 to access the REPOS1 repository4. Import project or file use commands to the SVN serverSVN import Real Presence source path SVN://IP address/svn/respository--username=zhangsan-m '--Initialize project--'Whatever you want to write, do not write it.You will be prompted to enter a password, enter the password you set toSVN import/users/qst/desktop/123 svn://192.168.100.154/svn/reposi
Recently in Mac OSX based on open source components Nginx-rtmp-module set up a default media server, the following is the process note download https://github.com/arut/nginx-rtmp-module; Download http ://nginx.org/download/nginx-1.4.2.tar.gz; Download ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ pcre-8.33.tar.gz; Extract three compressed packages, CD Nginx-rtmp-module./configure--add-module=/work/
Apache server configuration under MacI. Apache server
1. The most widely used Web Server
2. The Mac comes with only a few modifications. It is simple and quick.
3. Some special server functions can be well supported by Apache
Objective: To have an exclusive test environment2
Build your own Apache server and PHP interpreter on Mac OS,
Apache 2.2.27 and PHP 5.5.12 in Mac OS X 10.8.5 Compile the installation process:Before you begin, upgrade the components of Xcode: Preferences = Downloads = Download command line tools package
Then enter the Apache source package, for most of the source package can use the following command to see the
-debug-non-zts-20121212/Enabling mcrypt.so PHP ExtensionOpen/etc/php.ini and add the line below at the endExtension=mcrypt.soIf There is no php.ini file and then you need to make one from Php.ini.default in the same location like so:sudo cp/etc/php.ini.default/etc/php.iniand allow write capabilitysudo chmod u+w/etc/php.iniThen add the line as above in your favourite text editor:sudo nano/etc/php.iniOrsudo vi/etc/php.iniand add in the line:Extension=mcrypt.soRestart Apachesudo apachectl restartTh
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.