by Devin Yang
(This article was automatically translated.)

Published - 8 years ago ( Updated - 8 years ago )

Apple official website document reference:
https://support.apple.com/zh-tw/HT204904

There are various startup buttons for reinstalling Mac OS, please refer to the link above for instructions.
If you want to clear the data and reinstall, after many tests, I think there will be no problem using Command+Alt+R .
During the process, the space should be cleared first, otherwise the previously installed software will still be on it.

Note: Do not look for me if the reinstallation fails, this article is for reference only .

Tags:

Devin Yang

Feel free to ask me, if you don't get it.:)

No Comment

Post your comment

Login is required to leave comments

Similar Stories


laravel

How do I upgrade the backend to Lravel 5.5

At the beginning, my background was a framework created by myself, which also uses MVC architecture, database connections and environment configuration files made by myself, including my own template syntax, until I want to support Restful, I have an idea, why should I rewrite the same function myself after others have written it, would it be better to write it out? So I started to use the framework, At the beginning, Slim was adopted mainly because it supports a lower version of php, but because Slim's twig templates are not as easy to use as Laravel's blade template...

router,nat

My Juyi Firewall NAT Notes

In this article, I found the relevant instructions about Juyi's NAT and DMZ. I used Google to translate it into Chinese and then adjusted it a little. Juyi's NAT includes "port redirection", "open port" and "DMZ host". (There are Port Redirection, Open Ports, and DMZ Host.)

phpenv

phpenv database environment

This article describes how to pull out the database service of phpenv to an independent environment. PHPENV can define database services in SERVICE through environment variables. If necessary in the development environment, we can easily restart all services, nginx, fpm and db through commands such as ./start and ./restart. But if it is in online mode, I don't want to restart the website, even the entire DB is restarted. For example, when the php version is updated, the DB does not need to be restarted.