北京移动光猫F623改桥接模式 光猫改桥接模式,我个人理解实际就是禁用光猫的路由功能,只起到猫的作用,然后用路由器拨号上网。好处是,方便在路由器里配置端口转发或 DMZ 功能,如果有公网IP,那就更爽了,可以方便的搭建各种外网服务器。 1. 管理员用户登录地址:192.168.1.1账号:CMCCAdmin密码:aDm8H%MdA 2. 备份光猫中配置文件一定备份!后续出问题时可以直接恢复,不影响使用。备份方法如下:U盘插到 2020-06-17 Network Network
Git 更换远程仓库地址 方法一:1git remote set-url origin 新的远程仓库地址 方法二:直接修改 .git 文件夹中的 config 文件的 url 字段。 2020-05-30 Git Git
Homebrew 本地安装 Homebrew 是一款很强大的软件包管理工具,可以方便的安装和卸载软件以及对软件统一管理。 但有些软件通过 Homebrew 下载很慢,但通过迅雷等软件下载很快,所以就有了本文的需求。 例如:mono-mdk 1brew cask install mono-mdk 半天下载不下来,但通过迅雷,几分钟就可以下载完毕。 1https://download.mono-project.com/arch 2020-05-29 Mac Mac Homebrew
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance 报错如下: 12xcodebuildxcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance 报这个错误的原因是 xcode-select 不 2020-05-27 Mac Mac Xcode
xcode-select: error: command line tools are already installed, use "Software Update" to install updates 报错如下: 12xcode-select --installxcode-select: error: command line tools are already installed, use "Software Update" to install updates 解决方法: 12sudo rm -rf /Library/Developer/CommandLineToolsxcode-sele 2020-05-27 Mac Mac Xcode