Fanfou Wiki

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

用户工具

站点工具


macos

差别

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

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
macos [2021/07/09 12:25] adminmacos [2021/07/26 09:13] (当前版本) admin
行 1: 行 1:
 <markdown> <markdown>
 +
 # macOS # macOS
  
 ## 系统设置 ## 系统设置
 +
 +**安全性与隐私 - 允许任何来源**
  
 ```bash ```bash
-# 允许任何来源 
 sudo spctl --master-disable sudo spctl --master-disable
-显示隐藏文件+``` 
 + 
 +**Finder - 显示隐藏文件**  
 + 
 +```bash
 defaults write com.apple.finder AppleShowAllFiles -boolean true; killall Finder defaults write com.apple.finder AppleShowAllFiles -boolean true; killall Finder
-隐藏隐藏文件+``` 
 + 
 +**Finder - 隐藏隐藏文件**  
 + 
 +```bash
 defaults write com.apple.finder AppleShowAllFiles FALSE; killall Finder defaults write com.apple.finder AppleShowAllFiles FALSE; killall Finder
 ``` ```
  
 ## 系统工具 ## 系统工具
-* [Flip](https://fliqlo.com/)   + 
-  屏幕保护程序+### Homebrew 
 * [Homebrew](https://brew.sh/)   * [Homebrew](https://brew.sh/)  
-  安装   + 
-  ```bash +安装   
-  /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](https://ohmyz.sh/) * [Oh My Zsh](https://ohmyz.sh/)
-* [Snipaste](https://www.snipaste.com/) 
  
-## 开发工具 +**安装**   
-* [SwitchHosts](https://github.com/oldj/SwitchHosts)  + 
 +```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 文件管理   hosts 文件管理
-* [Another Redis Desktop Manager](https://github.com/qishibo/AnotherRedisDesktopManager)   + 
-  Redis 客户端 +### 程序卸载工具 
-* [Sequel Ace](https://github.com/Sequel-Ace/Sequel-Ace)   +### AppCleaner 
-  MySQL 客户端+* [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/
 + 
 +## 开发工具 
 + 
 +### Redis 
 +#### Redis.app - Redis 环境搭建 
 +* [Redis.app | 官网](https://jpadilla.github.io/redisapp/
 +* [Redis.app | GitHub](https://github.com/jpadilla/redisapp ) 
 + 
 +#### Another Redis Desktop Manager - Redis 客户端 
 + 
 +* [qishibo/AnotherRedisDesktopManager | GitHub](https://github.com/qishibo/AnotherRedisDesktopManager)   
 + 
 +**安装** 
 + 
 +```bash 
 +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 
 +``` 
 + 
 + 
 </markdown> </markdown>
  
 ---- ----
 +
 {{tag>[macOS]}} {{tag>[macOS]}}
 +
 +
macos.1625804731.txt.gz · 最后更改: 2021/07/09 12:25 由 admin