随笔分类 - 其他
摘要:https://proxyman.app/ https://proxie.app/docs/#how-does-it-work https://github.com/kyleduo/TinyPNG4Mac https://github.com/guarinogabriel/Mac-CLI https
阅读全文
摘要:tell application "GitKraken" activate set frontmost to true try set miniaturized of windows to false -- most apps end try end tell set frontmost to true 置于其他窗口上面 ...
阅读全文
摘要:LuaRocks https://luarocks.org/
阅读全文
摘要:export JAVA_HOME=$(/usr/libexec/java_home)
阅读全文
摘要:AppleScript 是什么? AppleScript 是 macOS 下可用于操控其他软件的脚本语言。 参考链接:https://www.iterm2.com/documentation-scripting.html 下面的命令:打开 iterm2, 并且 运行命令 "tail -f /User
阅读全文
摘要:在 [mysqld] 里面设置 sql_mode=STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION
阅读全文
摘要:1、查看磁盘挂载情况 /dev/disk4s2 on /Volumes/Untitled (ntfs, local, nodev, nosuid, read-only, noowners) 2、卸载分区 3、重新挂载分区(需要先创建目录 /Volumes/Udisk) 4、创建桌面快捷方式 5、mo
阅读全文
摘要:清除 chrome dns 缓存 地址栏输入 chrome://net-internals/#dns
阅读全文
摘要:编辑 supervisor 配置文件, 把配置文件上面几行的注释去掉,然后访问 localhost:9001 就可以了
阅读全文
摘要:命令行输入 mongo use 对应的 db(需要授权的数据库),如 use admin 使用命令创建一个数据库,并赋予权限:
阅读全文
摘要:build 的东西比较多,性能差的电脑编译会很久。 下载地址:https://redisdesktop.com/download 本来想下载一个,但是发现只有 windows 是免费的,不过官网提供了 build from source 的指引,那就直接 build 一个吧。 首先是获取源码 bui
阅读全文
摘要:iTerm 可以在一个窗口中垂直、水平分割窗口,而不用切换来切换去 一些基本功能如下: 1、分窗口操作:shift+command+d(横向)command+d(竖向) 2、查找和粘贴:command+f,呼出查找功能,tab 键选中找到的文本,option+enter 粘贴 3、自动完成:comm
阅读全文
摘要:supervisorctl reread supervisorctl reload (不运行这一步会导致启动不了) supervisorctl start xxx:* 提示:No config updates to processes 排错: 1、配置文件名后缀(默认ini,如果写成 conf 会没
阅读全文
摘要:配合Finder打开Finder,按住command键,拖动Go2Shell的图标到Finder菜单就可以在Finder快捷打开Go2Shell了
阅读全文