摘要:
title: Gentoo I :Overview and Quick Installation
author: Cynorr
category: Gentoo & Linux Server
tag: Gentoo Tutorial
date: 2015 07 01
toc: true Int... 阅读全文
摘要:
title: Gentoo I :Overview and Quick Installation
author: Cynorr
category: Gentoo & Linux Server
tag: Gentoo Tutorial
date: 2015 07 01
toc: true Int... 阅读全文
摘要:
kernel Auto launch wpa applet /etc/conf.d/net Gui wpa applet NetWorkManager nm applet 阅读全文
摘要:
##Debian package 64-bit```https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb```Chinese users don't need to break wall. 阅读全文
摘要:
##switch from non-root user to root```root # useradd -d /home/cyno -m cynoroot # passwd cynoroot # usermod -G wheel,audio cynoroot # gpasswd -a cyno w... 阅读全文
摘要:
项目名称 超大规模词义标注平行语料库自动构建项目所属一级学科 0809\0502 (跨院项目) 项目所属二级学科 080902\050201项目类型 (√)重点项目 ( )一般项目 ( )指导项目( )校企合作基金项目项目来源 A B C 来源项目名称 来源项目类别 ... 阅读全文
摘要:
###准备工作* 1.Node.js```yum install g++ curl openssl openssl-devel make gcc-c++ glibc-devel -y #安装GCC编译环境wget http://nodejs.org/dist/node-latest.tar.gz #... 阅读全文
摘要:
### 准备---* 1.NodeJs与NPM安装``` yum install g++ curl openssl openssl-devel make gcc-c++ glibc-devel -y #安装GCC编译环境wget http://nodejs.org/dist/node-latest.... 阅读全文
摘要:
### 组名修改(guest改成host)```#groupmod -n host guest```### 用户名修改(比如把guest改成host)```#usermod -l host -d /home/host -m guest```> -l 修改用户名-d 修改登录后使用的路径-m 修改登录... 阅读全文
摘要:
具体安装步骤参见:[本地安装mediawiki](http://www.cnblogs.com/cyno/p/4461291.html)两个不同点如下:---###一.数据库:SQLite1.选择SQLite做服务器有两个原因:-- 1.轻量服务器,启动较快-- 2.mysql已经被占用2.使用方法... 阅读全文
摘要:
``` 951 ps -ef 952 ps -ef | grep mysql 953 ls -al 954 server 955 /etc/rc.d/init.d/mysql status 956 /etc/rc.d/init.d/mysqld status 957 /etc/rc.d/init.d... 阅读全文
|