First, download and install OpenFire1. Download the latest OpenFire for Mac version to http://www.igniterealtime.org/downloads/index.jspFor example: OpenFire 3.8.1, downloaded files: openfire_3_8_1.dmg2. Click Install and perform the default action3. Start the OpenFire serviceIn the other System Preferences, click OpenFire PreferencesAfter startup, click the Open Admin Console button to automatically open the local Web configuration page in the browse
How MAC switches DNS server addresses
First step, add the DNS configuration file
1, first open the Mac OS System Preferences, click on the list to open the network icon, as shown in the picture
2. Next, on the left side of the network window, select the network interface for which you want to set up DNS. I take the Wired interface as an example,
to the server1zhangdeqiangdeimac:~ hengjiang$ CD desktop/2 zhangdeqiangdeimac:desktop hengjiang$ ls3 23GamesNetwork Test43e6a2dde-1113-40b6-8127-f61d8eeebfb5.png TestDemo25 a6Zhangdeqiangdeimac:desktop hengjiang$ mkdir-P Q7 //Create a local directory Q and create a classic directory structure inside Q tags trunk branches three folders8 zhangdeqiangdeimac:desktop hengjiang$ CD Q9Zhangdeqiangdeimac:q hengjiang$ mkdir Tags trunk branches6. Push the locally built directory structure to the server1
~/.ssh/id_rsa #第一个步骤生成的公钥文件对应的私钥文件After you save the file, you can log in to the SSH server using an aliasAlias for SSH alias #alias是你在 ~/.ssh/config file configurationIf you have more than one SSH account to configure, just write it in ~/.ssh/config empty line, as follows:Host foo HostName 192.168.2.222 Port $ User test identityfile ~/.ssh/id_ Rsahost alias HostName HostName Port
1. On the desktop, see a folder named SVN, and then open the terminal:Create a mycode warehouse: svnadmin create/users/gaoyizhen736 (the user name of your own Mac)/desktop/svn/mycodeAfter completion there are the following configuration files:2. Open the svnserve.conf and remove the previous # 4# anon-access = Read//read changed to none# auth-access = write# password-db = passwd# authz-db = Authz 3. Open password file[users]gyz=123Admin=123,The equiv
In development, sometimes we need to do some network-related testing on our computers, so we have to simulate the network environment locally.In a simulated network environment, you will often encounter problems with access rights. Now I'm going to write my own solution. I use the simulation server site is sites, about this, you can go to see my another article.First go to the folder,See if you have the following files, which are not created, and you
Choose to integrate the Apache server in Phpstorm, below is my own test step.
1. How to modify the Apache default port
XAMPP Apache default HTTP access port is 80
Restart Apache in XAMPP after the modification is complete.
2. Configuration process
Open settings/preferences Find Build, Execution, Deployment option, click Deployment Add as follows:
Because we have modified the default port 80, we must specify the port number here. The direct
First set up an SVN directory, the location can be arbitrary, with the desktop as an examplemkdir ~/DESKTOP/SVNCreate a new directory named Proj as a repository$ cd ~/desktop/mkdir projCreate the Repository$ svnadmin Create ~/desktop/svn/projYou can see the passwd, svnserve.conf, and Authz three files in the ~/desktop/svn/proj/conf directory, which is the file we need to configureEdit svnserve.conf FileYou can see that all the statements are in the comment State, modify some statements (remove t
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.