随笔分类 -  Mac

摘要:Mac 上安装和使用Nginx 1. 安装Nginx brew install nginx 2. 启动Nginx nginx 其他命令 重启Nginx nginx -s reload 关闭(停止)Nginx nginx -s stop 阅读全文
posted @ 2022-04-16 11:11 明月照江江 阅读(33) 评论(0) 推荐(0) 编辑
摘要:Zookeeper mac安装总结 1. 执行 brew install zookeeper 可能遇到报错 Error: The following directories are not writable by your user: /usr/local/share/man/man5 You sh 阅读全文
posted @ 2022-04-10 22:51 明月照江江 阅读(108) 评论(0) 推荐(0) 编辑
摘要:lsof -i:20942 以后认真的学习一下这个命令 阅读全文
posted @ 2022-04-10 22:50 明月照江江 阅读(104) 评论(0) 推荐(0) 编辑
摘要:使用mac 或iphone 的隔空投送功能可以互发文件,亲测可用 具体可以看mac的文档 需要注意的是: 如果是mac传iphone,iphone会显示你需要存储文件的地方,比如选择在文稿中。然后在文件应用中可以看到它。 如果是iphone传mac,会直接下载到下载目录中。 阅读全文
posted @ 2022-04-10 22:50 明月照江江 阅读(267) 评论(0) 推荐(0) 编辑
摘要:参考链接 参考链接 亲测可用 阅读全文
posted @ 2022-04-10 22:49 明月照江江 阅读(28) 评论(0) 推荐(0) 编辑
摘要:MacOS 安装VmWare 总结 如果之前安装过virtualBox,virtualBox的内核扩展会影响到VmWare的使用 *比如会导致VMWare虽然可以安装,却无法创建虚拟机 这是需要执行以下文件 VirtualBox_Uninstall.tool sh VirtualBox_Uninst 阅读全文
posted @ 2022-04-10 22:48 明月照江江 阅读(81) 评论(0) 推荐(0) 编辑
摘要:1 通过Mac 的设置 stop mysql 2 跳过权限认证 // 进入数据库指令文件 cd /usr/local/mysql/bin // 跳过权限认证 sudo ./mysqld_safe --skip-grant-tables 3 免密码进入数据库 新开一个终端,同时保持原来那个终端也开着, 阅读全文
posted @ 2022-04-10 22:07 明月照江江 阅读(18) 评论(0) 推荐(0) 编辑
摘要:1 通过Mac 的设置 stop mysql 2 跳过权限认证 // 进入数据库指令文件 cd /usr/local/mysql/bin // 跳过权限认证 sudo ./mysqld_safe --skip-grant-tables 3 免密码进入数据库 新开一个终端,同时保持原来那个终端也开着, 阅读全文
posted @ 2022-03-26 10:58 明月照江江 阅读(183) 评论(0) 推荐(0) 编辑