, mutual love is an agreement, and mutual observation is true love. The MAC address is the unique identifier of the network card. Generally, it cannot be modified at will. Any network card has a MAC address with a length of 48 bits, at the beginning, this address was burned in by the NIC manufacturer. Theoretically, the MAC address is globally unique and will not
Mac OSX 10.9.4 mavericks enables the Apache and PHP services, and osx10.9.4
As we all know, Mac OSX has built in Apache http server and php, and can use the php environment with just a simple configuration. It is good to perform local tests.
1. Enable Apache Http Server (sudo apachectl start)
Remember the following command:
// Terminal input: sudo apachectl star
Frequently used shell commands for updating Mac server services
On the Mac server, you must enable remote logon. Enable: system preference settings-> share check remote LogonCommon Commands include:
Copy (copy the local file to the remote server) scp-r local path/file userName@192.168.xxx.xx:/tmp # userName for the remote server user name, followed by the server
to stop the service that comes with Apache. Command: sudo apachectl stopIf you enter the above command, the prompt fails, you can force the kill process, namely: sudo kill httpd, and then restart XAMPP.At this point, the local environment is set up, if you are developing a page, then directly to the warehouse code clone into the Sites directory. If you do not use XAMPP, to use your own Apache service, in addition to the directory location of etc, the rest of the configuration steps are almost t
Microsoft has officially upgraded its Mac version of Office2011. The software has now been upgraded to version 14.3.4. In addition to optimizing performance and functionality, the release adds Office 365 cloud Services Suite. Since then, Office users on the Mac can also save documents directly to cloud storage such as SkyDrive, or enable SharePoint in Word, as Wi
Under Linux We often manage our backend service software through service or/etc/init.d/, and install the software using the Package Manager. Under the Mac has homebrew this handy tool to install the software, but has not found the good management of these software methods, know I found a services plug-in homebrew.Installation method:You can install the services p
directory: cd/etc/apache22, backup files, only need to execute once: sudo cp httpd.conf Httpd.conf.bak3, if the operation error! You can use the command to restore the backed up httpd.conf file: sudo cp httpd.conf.bak httpd.conf4. Use Vim to edit httpd.conf file, httpd.conf file when Apache configuration file: sudo vim httpd.confAt this point you need to enter a password to obtain permissions, the following interface appears:Enter into the following interface:5, hold down the SHIFT key, and ent
: mysql_secure_installation To connect run: mysql -uroot To have launchd start mysql at login: ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents Then to load mysql now: launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist Or, if you don‘t want/need launchctl, you can just run: mysql.server startFollow the prompts to ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents add MySQL to the login startup listln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgentsor star
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.