Fanfou Wiki

我等采石之人,当心怀建造大教堂之愿景。

用户工具

站点工具


macos

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
macos [2021/07/09 13:11] adminmacos [2021/07/26 09:13] (当前版本) admin
行 1: 行 1:
 <markdown> <markdown>
 +
 # macOS # macOS
  
行 6: 行 7:
 **安全性与隐私 - 允许任何来源** **安全性与隐私 - 允许任何来源**
  
-`sudo spctl --master-disable` +```bash 
 +sudo spctl --master-disable 
 +```
  
-Finder - 显示隐藏文件+**Finder - 显示隐藏文件** 
  
-`defaults write com.apple.finder AppleShowAllFiles -boolean true; killall Finder` +```bash 
 +defaults write com.apple.finder AppleShowAllFiles -boolean true; killall Finder 
 +```
  
-Finder - 隐藏隐藏文件+**Finder - 隐藏隐藏文件** 
  
-`defaults write com.apple.finder AppleShowAllFiles FALSE; killall Finder` +```bash 
 +defaults write com.apple.finder AppleShowAllFiles FALSE; killall Finder 
 +```
  
 ## 系统工具 ## 系统工具
- 
-### Flip 
- 
-* [Flip](https://fliqlo.com/ 
- 
-屏幕保护程序 
  
 ### Homebrew ### Homebrew
行 30: 行 31:
 安装   安装  
  
-`/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"+```bash 
 +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 
 +```
  
 ### Oh My Zsh ### Oh My Zsh
行 36: 行 39:
 * [Oh My Zsh](https://ohmyz.sh/) * [Oh My Zsh](https://ohmyz.sh/)
  
-### Snipaste+**安装**  
  
-* [Snipaste](https://www.snipaste.com/)+```bash 
 +sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 
 +``` 
 + 
 +### Switchhosts - hosts 文件管理工具 
 + 
 +* [oldj/SwitchHosts](https://github.com/oldj/SwitchHosts)  
 +  hosts 文件管理 
 + 
 +### 程序卸载工具 
 +### AppCleaner 
 +* [AppCleaner|官网](http://freemacsoft.net/appcleaner/
 + 
 +## 常用软件 
 +### 视频播放器 
 +#### IINA 
 +* [IINA|Github](https://github.com/iina/iina) 
 +* [IINA|官网](https://iina.io/
 + 
 +### 🖥 屏幕保护程序 
 +#### Flip 
 +* [Flip|官网](https://fliqlo.com/)  
 + 
 +### ✂️ 屏幕截图软件 
 +#### Snipaste 
 +* [Snipaste|官网](https://www.snipaste.com/)  
 + 
 +### 🗜️ 压缩软件 
 +#### Keka 压缩文件管理器 
 +* [Keka](https://www.keka.io/zh-cn/)
  
 ## 开发工具 ## 开发工具
  
-### Sequel Ace+### Redis 
 +#### Redis.app - Redis 环境搭建 
 +* [Redis.app | 官网](https://jpadilla.github.io/redisapp/
 +* [Redis.app | GitHub](https://github.com/jpadilla/redisapp )
  
-* [equel-Ace/Sequel-Ace](https://github.com/Sequel-Ace/Sequel-Ace)+#### Another Redis Desktop Manager Redis 客户端
  
-MySQL 客户端+* [qishibo/AnotherRedisDesktopManager | GitHub](https://github.com/qishibo/AnotherRedisDesktopManager)  
  
 **安装** **安装**
  
 ```bash ```bash
-brew install --cask sequel-ace+brew install --cask another-redis-desktop-manager 
 +```
  
 +### PostgreSQL
 +#### Postgres.app - PostgreSQL 环境搭建
 +* https://postgresapp.com/ 
 +
 +### MySQL
 +#### Sequel Ace - MySQL 客户端
 +
 +* [equel-Ace/Sequel-Ace](https://github.com/Sequel-Ace/Sequel-Ace)
 +
 +**安装**
 +
 +```bash
 +brew install --cask sequel-ace
 ``` ```
  
-* [SwitchHosts](https://github.com/oldj/SwitchHosts)   
-  hosts 文件管理 
-* [Another Redis Desktop Manager](https://github.com/qishibo/AnotherRedisDesktopManager)   
-  Redis 客户端 
  
  
行 64: 行 109:
  
 ---- ----
-{{tag>[macOS] + 
-}}+{{tag>[macOS]}} 
 + 
macos.1625807466.txt.gz · 最后更改: 2021/07/09 13:11 由 admin