使用
学习使用Helm.
授权
1.对当前用户授予写入权限
此时需要对当前macOS用户添加写入权限,按照提示复制命令行到终端(bash、iTerm)敲回车键运行,输入密码即可。
可选三种授权方式,如果第一种不行选择其他的尝试。
将YourName修改为你的开机用户名。
sudo chmod +a 'user:YourName:allow write' /private/etc/hosts
或:
sudo chmod +w /private/etc/hosts
或(不安全):
sudo chmod ugo+r /private/etc/hosts
2.对Helm授予写入权限
选择打开的Hosts文件,点击授权(Authorize),软件就可以获取hosts
写入权限。
此时2步授权操作已经完成,可以自由编辑组合hosts文件,从此以后不需要再授权。
技巧
Command+E
:启用或取消启用当前所选文件Command+shift + O
:打开系统hosts文件Command + D
:复制当前行或当前选区Command + /
:在注释与取消注释当前行之间切换Command + +
: 放大文字Command + 0
: 恢复默认文字大小Command + -
: 缩小文字