Created
April 4, 2022 12:53
-
-
Save yougg/55bfd0e1c464373733e3cd808d97bf41 to your computer and use it in GitHub Desktop.
Command Note
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tool/Software/Middleware
MySQL
启用用户远程连接权限
超级权限
连接数据库
本地MySQL调试
docker run -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=pa55w0rd --name DB mysql docker exec -it DB bash mysql -u root -ppa55w0rd
Docker
从镜像复制文件到其他镜像
COPY --from=ochinchina/supervisord:latest /usr/local/bin/supervisord /usr/local/bin/supervisord
列出镜像ID、摘要
IDE/Editor
编译Webkit版本的LietIDE
Emacs Shortcut
Git
切换远程仓库路径
添加子模块
同步子模块
删除子模块
.gitmodules
file.Stage the
.gitmodules
changes git add.gitmodules
.git/config
.git rm --cached path_to_submodule rm -rf .git/modules/path_to_submodule git commit -m "Removed submodule <name>"
git克隆保存用户/密码
git指定提交时的作者和邮箱
配置git diff使用vimdiff
git config --global diff.tool vimdiff git config --global difftool.prompt false git config --global alias.d difftool
使用方式
如果执行报错
则执行如下方式后再操作
或者
sudo perl -MCPAN -e 'install Error'