Posts

  • 安装 gitlab

    Requirements https://docs.gitlab.com/ee/install/requirements.html CPU: 4 cores is the recommended minimum number of cores and supports up to 500 users 8 cores supports up to 1000 users Memory: 4 GB RAM is the required minimum memory ...
  • MacOS 编译安装 Nginx

    Install Building nginx from Sources: https://nginx.org/en/docs/configure.html https://nginx.org/en/download.html http://www.pcre.org/ https://www.openssl.org/source/ https://www.zlib.net/ mkdir -p /usr/local/src/serv chown -R {user} /usr/loc...
  • Supervisor 使用总结

    Supervisor: A Process Control System Bookmarks Supervisor: http://supervisord.org Supervisor使用详解:https://www.jianshu.com/p/0b9054b33db3 Installing [root@xx /]# yum install -y supervisor 配置文件 [root@xx /]# cat /etc/supervisord.conf ; Sampl...
  • 查看 FPM 状态页

    查看 FPM 状态页 配置 FPM www.conf pm.status_path = /fpm-status ping.path = /fpm-ping 配置 Nginx nginx.conf location ~ ^/(fpm-status|fpm-ping)$ { fastcgi_pass 127.0.0.1:9000; fastcgi_param SCRIPT_FILENAME $fastcgi_scr...
  • 如何选择开源许可证?

    移步:如何选择开源许可证?
  • MacOS 快捷键

    https://support.apple.com/zh-cn/HT201236 Control + F2 菜单栏 窗口 Ctrl + ↑ Mission Control Ctrl + ↓ Application windows Ctrl + ← 桌面切换 Ctrl + → 桌面切换 Command + Option +d 显示隐藏Dock Command + Tab 应用切换 Ctrl + Command + z 放大缩小窗口 Command ...
  • IDEA 快捷键

    窗口 文件 Command + 1 Project Ctrl + Tab Switcher Enter 打开 Command + ↓ 打开编辑 Esc 返回编辑 Command + E 最近打开的列表 Command + N 新建文件 Ctrl+H,显示类结构图(类的继承层次) 编辑 Command + B 调到函数定义处 Command + Option + ← 回到上次浏览地点 Command + Option + → 回到最新的浏览地点 Command +...
  • Windows 查看端口占用情况并关闭

    查看指定端口的使用情况 [C:\~]$ netstat -ano|findstr 8000 TCP 127.0.0.1:8000 0.0.0.0:0 LISTENING 5468 以上 5 列分别是 [C:\~]$ netstat 活动连接 协议 本地地址 外部地址 状态 查看进程的详细信息 [C:\~]$ tasklist|findstr "5468" clock1.exe...
  • Visual Studio Code 常用操作

    快捷操作 多光标 列选择 快捷操作 多光标 Option + 鼠标 列选择 Shift+Option+Command+Arrow Key Shift+Option+鼠标
  • 使用 fcrackzip 破解 zip 密码

    fcrackzip fcrackzip - a Free/Fast Zip Password Cracker help root@kali:~# fcrackzip -h fcrackzip version 1.0, a fast/free zip password cracker written by Marc Lehmann <pcg@goof.com> You can find more info on http://www.goof.com/pcg/marc/ ...