cynorr

Learn what I touched.

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  Fedora

摘要:具体安装步骤参见:[本地安装mediawiki](http://www.cnblogs.com/cyno/p/4461291.html)两个不同点如下:---###一.数据库:SQLite1.选择SQLite做服务器有两个原因:-- 1.轻量服务器,启动较快-- 2.mysql已经被占用2.使用方法... 阅读全文
posted @ 2015-04-28 16:49 cynorr 阅读(348) 评论(0) 推荐(0)

摘要:###一.搭建LAMP框架---1.编译安装libxml2```# yum install libxml2* -y```2.编译安装apache``` httpd-2.2.6.tar.gz 文末附github打包链接# tar -zxvf httpd-2.2.6.tar.gz # cd http... 阅读全文
posted @ 2015-04-27 20:29 cynorr 阅读(698) 评论(0) 推荐(0)

摘要:#配置JDK---**1.下载JDK文件**从oracle下载JDK8: [Click Here](http://www.oracle.com/technetwork/java/javase/downloads/index.html)选择压缩包形式,即以 " .tar.gz" 结尾的文件。例如:jd... 阅读全文
posted @ 2015-04-25 10:01 cynorr 阅读(229) 评论(0) 推荐(0)

摘要:#简介---github是备份工作记录的优秀工具,工作机制比较复杂,但是使用却非常简单。github相当于文件备份的云,其上传操作和云的同步功能类似,下载和普通下载类似。上传工作原理如下图。![](http://7xjfxk.com1.z0.glb.clouddn.com/github.png)> ... 阅读全文
posted @ 2015-04-24 10:19 cynorr 阅读(1473) 评论(0) 推荐(0)

摘要:Add 'GB18030' to gedit---As we all known, we just can see the wrong types when we open some Chinese files, whose coding is GB18030. GB18030 is the cod... 阅读全文
posted @ 2015-04-24 10:18 cynorr 阅读(257) 评论(0) 推荐(0)

摘要:### 安装指南执行以下命令安装 bcloud, 目前支持 fc19, fc20, fc21, fc22 :```sh# yum install dnf-plugins-core# dnf copr enable mosquito/myrepo# dnf install bcloud```或者直接到... 阅读全文
posted @ 2015-04-23 20:42 cynorr 阅读(324) 评论(0) 推荐(0)

摘要:### 1.bzip和pythonlinux平台下要编译安装除gcc和gcc-c++之外,还需要两个开发库:bzip2-devel 和python-devel,因此在安装前应该先保证这两个库已经安装:```#yum install gcc gcc-c++ bzip2 bzip2-devel bzip... 阅读全文
posted @ 2015-04-07 12:59 cynorr 阅读(476) 评论(0) 推荐(0)

摘要:```syntax onset numberset tabstop=4set shiftwidth=4set autoindent #自动缩进inoremap { {}kA #'{'自动补全 ... 阅读全文
posted @ 2015-04-05 20:03 cynorr 阅读(202) 评论(0) 推荐(0)

摘要:###自动搜索最快源```yum install yum-fastestmirror yum-presto```###输入法---* bash```#!/bin/bashyum remove ibus -y #卸载ibusyum install fcitx fcitx-pinyin fcitx-c... 阅读全文
posted @ 2015-04-03 10:50 cynorr 阅读(240) 评论(0) 推荐(0)

摘要:###1.安装---* 1.下载gsl[Here](http://ftp.club.cc.cmu.edu/pub/gnu/gsl/)* 2.安装```cd gsl-1.*sudo ./configure --prefix=/usr/local/lib #安装在/usr/local/libsudo m... 阅读全文
posted @ 2015-03-31 22:32 cynorr 阅读(239) 评论(0) 推荐(0)

摘要:###items* lib: some file end by .jar* sources: *.java * executable file: *.class###run the executable fileIf the source files have been executed, jus... 阅读全文
posted @ 2014-11-26 21:12 cynorr 阅读(139) 评论(0) 推荐(0)