logo头像
Snippet 博客主题

MySQL

MySQLMySQL 安装 基本设置1.mac 下载mySQL 下载地址2.mac 安装启动下一步安装 (安装完成记住初始化密码)安装完成在偏好设置 中 选择MySQL启动 3.连接数据库 12mysql -uroot -p按照提示输...

CentOS搭建VPS控制面板

centos配置Shadowsocks 多用户1.安装shadowsocks12345yum install epel-releaseyum updateyum install python-setuptools m2crypto s...

Markdown 基本语法

Markdown 基本语法

标题标题一标题二标题三标题四1234# 标题一## 标题二### 标题三#### 标题四 引用大于号 >1> ddd ddd 代码引用 需要引用代码时,如果引用的语句只有一段,不分行,可以用 ` 将语句包起来。如果引用...

七牛云存储

七牛云存储账号 gmail 域名1ow59rnl1a.bkt.clouddn.com https://portal.qiniu.com/bucket/photo/resource http://ow59rnl1a.bkt.cloudd...

wiki环境搭建

TiddlyWiki5https://github.com/Jermolene/TiddlyWiki5 git 安装Linux (Ubuntu, Debian):sudo apt-get install git-coreLinux (...

git

git git 安装Linux (Ubuntu, Debian):sudo apt-get install git-coreLinux (Fedora, Red Hat, CentOS):sudo yum install git-co...

CentOS搭建VPS控制面板

1 宝塔 Linux/Windows 面板 安装12yum -y install screen wget && echo -e “defencoding utf-8\nencoding utf-8 utf-8” &...

CentOS搭建 dokuwiki

1 在centos7 下安装apache2,php1234yum install httpd yum install php /etc/init.d/httpd start chkconfig --levels 235 http...

CentOS搭建 python

1、CentOS安装Python的依赖包12yum groupinstall "Development tools"yum install zlib-devel bzip2-devel openssl-devel ncurses-de...

CentOS搭建Hexo

CentOS环境搭建Hexo git安装yum install git-core node安装方法一 方法二123yum install epel-releaseyum install nodejsyum install npm ja...