Skip to content

Instantly share code, notes, and snippets.

View lotusnowshen's full-sized avatar

lotusnowshen lotusnowshen

  • zhihu
  • China
View GitHub Profile
@yzlnew
yzlnew / squirrel.custom.yaml
Last active February 21, 2025 08:15
鼠须管主题配置文件
patch:
show_notifications_when: appropriate # 状态通知,适当,也可设为全开(always)全关(never)
style/color_scheme: github
style/horizontal: true
style/font_face: "HanaMinA"
preset_color_schemes:
github:
name: "Github"
author: "yzlnew"
horizontal: true # 水平排列
@Andrew-liu
Andrew-liu / install_shadowsocks_on_centos.sh
Last active June 3, 2021 10:20
CentOS下一键安装shadowsocks
# 一键安装shadowsocks
# wget --no-check-certificate -O shadowsocks.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks.sh && chmod +x shadowsocks.sh && ./shadowsocks.sh 2>&1 | tee shadowsocks.log
# 卸载方法
# ./shadowsocks.sh uninstall
# 配置文件路径
# /etc/shadowsocks.json
# 常用命令:
#启动:
# /etc/init.d/shadowsocks start
#停止:
@nrollr
nrollr / MySQL_macOS_Sierra.md
Last active May 7, 2026 14:16
Install MySQL on Sierra using Homebrew

Install MySQL on macOS Sierra

This procedure explains how to install MySQL using Homebrew on macOS Sierra 10.12

Install Homebrew

  • Installing Homebrew is effortless, open Terminal and enter :
    $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Note: Homebrew will download and install Command Line Tools for Xcode 8.0 as part of the installation process.

Install MySQL

At this time of writing, Homebrew has MySQL version 5.7.15 as default formulae in its main repository :