MacOS:修订间差异

来自牛奶河Wiki
跳到导航 跳到搜索
 
第18行: 第18行:
  # vpn: 10.10.0.100, en0: 192.168.0.121
  # vpn: 10.10.0.100, en0: 192.168.0.121


=== Xquartz ===
=== Tools ===
 
==== [https://www.xquartz.org/ Xquartz] ====
macOS 远程连接 Linux 的 X 窗口系统。
 
The XQuartz project is an open-source effort to develop a version of the X.Org X Window System that runs on macOS.
  # Mac
  # Mac
  ssh -X <user>@<IP>
  ssh -X <user>@<IP>
第26行: 第31行:
  xclock
  xclock


==== Markdown ====
[https://github.com/marktext/marktext MarkText]: 开源 Markdown 编辑器
A simple and elegant open-source markdown editor that focused on speed and usability.
==== LaTex ====
Formula Editor: 公式编辑器(数理化),MacOS App Store。
提供大量预置公式仕样,输入后下方实时展示,直接拷贝输入框中的 LaTex 代码使用即可。


[[分类:Develop]]
[[分类:Develop]]
[[分类:Mac]]
[[分类:Mac]]

2025年3月12日 (三) 17:13的最新版本

macOS 是 Mac OS X(后来称为 OS X,发音为 oh-ess-ten)的延续,由苹果开发的运行于 Macintosh 系列电脑上的操作系统,最初发布于 2001 年。基于 Unix 构建,与 Unix 和 Linux 有许多底层相似之处,如多用户支持、抢占式多任务处理以及使用终端访问等。

计算机名称

scutil --set ComputerName "MacPro-Adam"
scutil --set HostName "MacPro-Adam"

加载证书

# ssh-add -L        # list all
# ssh-add -D        # delete all
# ssh-add -d KEY    # delete KEY
# ssh-add -K KEY    # 将密钥的密码存储到 Keychain 中,重启有效
# -t 3600           # 密钥有效期为 1 小时
ssh-add bi_bg.pem   # Add key

路由

# 添加
route -n add -net 10.10.0.0 -netmask 255.255.255.0 192.168.0.121
# vpn: 10.10.0.100, en0: 192.168.0.121

Tools

Xquartz

macOS 远程连接 Linux 的 X 窗口系统。

The XQuartz project is an open-source effort to develop a version of the X.Org X Window System that runs on macOS.

# Mac
ssh -X <user>@<IP>
# remote
export DISPLAY=localhost:10.0
export LANG=us_EN.UTF-8
xclock

Markdown

MarkText: 开源 Markdown 编辑器

A simple and elegant open-source markdown editor that focused on speed and usability.

LaTex

Formula Editor: 公式编辑器(数理化),MacOS App Store。

提供大量预置公式仕样,输入后下方实时展示,直接拷贝输入框中的 LaTex 代码使用即可。