Tag Archives: mac

Mount remote folder on Mac

Mount remote folder: Unmount remote folder: If Unmount failed for /mnt/localfolder: and kill the process using localfolder ... Read More | Share it now!

用 Touch ID 解锁 sudo 密码?一条命令就够了

https://zhuanlan.zhihu.com/p/31529925 前言 经常使用命令行的小伙伴一定对 sudo 命令不陌生,它可以以特定用户身份执行特定的命令。很多时候我们也会用它来执行系统管理命令。 但是,每次以非... Read More | Share it now!

制作 macOS Mojave U盘USB启动安装盘方法教程 (全新安装 Mac 系统)

一键制作 macOS Monterey U盘 USB 启动安装盘命令方法教程 (全新安装 Mac 系统) 随着苹果 macOS Mojave 正式版发布,很多使用 Mac... Read More | Share it now!

‘pip install MySQL-python’ fails with ‘IndexError’ on Mac

By finding out the information that mysql-connector-cmight come to the conclusion that the configuration by brew installation may be incorrect , open the /usr/local/bin/mysql_config script to modify some of the contents of it: change... Read More | Share it now!

Mac环境下svn的使用

http://blog.csdn.net/q199109106q/article/details/8655204   在Windows环境中,我们一般使用TortoiseSVN来搭建svn环境。在Mac环境下,由于Mac自带了svn的服务器端和客户端功能,所以我们可以在不装任何第三方软件的前提下使用svn功能,不过还需做一下简单的配置。 使用svn客户端功能 1.从本地导入代码到服务器(第一次初始化导入) 在终端中输入 svn... Read More | Share it now!

轻松管理Mac OS X的开机启动项

点击苹果菜单,点击“系统偏好设置”进入设置界面 选择“系统偏好设置”中的“用户与群组” 选择“登陆项”选项卡,我们就能看到当前的开机启动项了,勾选不需要的开机启动项,然后点击“-”按钮删除就行,如果要增加开机启动想,点击“+”按钮,选择需要开自己启动的项目就行 ... Read More | Share it now!

在Mac下安装mongodb

在Mac下安装mongodb 安装mongodb 1、首先是下载安装文件 有2种选择 第一种、用浏览器或者第三方工具下载 当前版本的下载地址: http://downloads.mongodb.org/osx/mongodb-osx-x86_64-2.4.6.tgz 第二种,打开终端,使用以下命令行下载: curl... Read More | Share it now!