随笔分类 -  Linux

Study
摘要:手动安装GCC4.8.51. 下载源码:http://ftp.gnu.org/gnu/gcc2. cd gcc-4.8.5./contrib/download_prerequisites //下载资源包3../configure -enable-checking=release -enable... 阅读全文
posted @ 2015-11-30 14:17 xxx0624 阅读(1200) 评论(0) 推荐(0) 编辑
摘要:/×××××××××××××××××××××××××××××××××××××××××/Author:xxx0624HomePage:http://www.cnblogs.com/xxx062 阅读全文
posted @ 2014-12-21 12:50 xxx0624 阅读(497) 评论(0) 推荐(0) 编辑
摘要:nutch2.2.1集成HBase0.94.25(详见:http://duguyiren3476.iteye.com/blog/2085973 )1. 修改nutch的hbase配置//将自己的hbase配置copy到nutch配置中cp /home/hbase/conf/hbase-site.xm... 阅读全文
posted @ 2014-12-21 09:37 xxx0624 阅读(525) 评论(0) 推荐(0) 编辑
摘要:/×××××××××××××××××××××××××××××××××××××××××/Author:xxx0624HomePage:http://www.cnblogs.com/xxx062 阅读全文
posted @ 2014-12-18 20:11 xxx0624 阅读(1306) 评论(0) 推荐(0) 编辑
摘要:配置ant1. 下载ant(http://ant.apache.org/bindownload.cgi)例如我下载的是:apache-ant-1.9.4-bin.tar.gz解压ant,将文件夹名称改为apache_ant,并移动到/home目录下2. 设置环境变量sudo gedit /etc/p... 阅读全文
posted @ 2014-12-18 17:39 xxx0624 阅读(842) 评论(0) 推荐(0) 编辑
摘要:/×××××××××××××××××××××××××××××××××××××××××/Author:xxx0624HomePage:http://www.cnblogs.com/xxx062 阅读全文
posted @ 2014-12-17 21:26 xxx0624 阅读(493) 评论(0) 推荐(0) 编辑
摘要:配置zookeeper注意:因为是单机伪分布式配置,故同一机器上有3个serverzookeeper文件格式如下home---zookeeper---server0---zookeeper | ------------ser... 阅读全文
posted @ 2014-12-17 00:23 xxx0624 阅读(2071) 评论(0) 推荐(0) 编辑
摘要:配置tomcat前提条件:JDK已配置。(配置JDK:http://www.cnblogs.com/xxx0624/p/4164744.html)1. 下载tomcat(http://tomcat.apache.org/download-70.cgi)解压到某个目录(我解压到的是:/home)tar... 阅读全文
posted @ 2014-12-16 12:39 xxx0624 阅读(816) 评论(0) 推荐(0) 编辑
摘要:/×××××××××××××××××××××××××××××××××××××××××/Author:xxx0624HomePage:http://www.cnblogs.com/xxx062 阅读全文
posted @ 2014-12-15 23:06 xxx0624 阅读(765) 评论(0) 推荐(0) 编辑
摘要:配置openSSH1.手动下载压缩文件(.tar.gz)zlib-1.2.7.tar.gzopenssl-1.0.1j.tar.gzopenssh-6.0p1.tar.gz2.安装zlib 2.1 解压zlibsudo tar -zxvf zlib-1.2.7.tar.gz 2.2编译安装/*进入z... 阅读全文
posted @ 2014-12-15 18:42 xxx0624 阅读(1520) 评论(0) 推荐(0) 编辑
摘要:/×××××××××××××××××××××××××××××××××××××××××/Author:xxx0624HomePage:http://www.cnblogs.com/xxx062 阅读全文
posted @ 2014-12-15 16:44 xxx0624 阅读(494) 评论(0) 推荐(0) 编辑
摘要:ReadMe:弹球游戏按键说明(注意大小写): QEndUpGame游戏停止 PPlayAgain再玩一次 f速度x轴方向减速 s速度x轴方向加速 F速度y轴方向减速 S速度y轴方向加速 J移动挡板变短 L移动挡板变长 4移动挡板向左移动 6移动挡板向右移动补充说明: 游戏屏幕左上角显示当前得分和游戏状态(GameOnorGameOver) 游戏过程中忽略ctrl+c和ctrl+\信号,游戏结束后恢复信号/×××××××××××××××× 阅读全文
posted @ 2013-12-09 23:40 xxx0624 阅读(1253) 评论(0) 推荐(0) 编辑
摘要:By xxx0624Done: ls ls -a ls -l ls /tmp ls -R ls -t FileName color FileName output 1 /* 2 By xxx0624 3 Done: 4 ls 5 ls -a 6 ls -l 7 ls /tmp 8 ls -R 9 ls -t 10 FileName color 11 FileName output 12 */ 13 14 #include 15 #include 16 #include 17 #include 18 #inclu... 阅读全文
posted @ 2013-11-07 09:50 xxx0624 阅读(620) 评论(0) 推荐(0) 编辑
摘要:Linux: more已实现:more filename , quit不需要回车未实现:command | more 重定向 ,显示百分比 Waiting。。。 1 /* 2 Linux: more 3 已实现:more filename , quit不需要回车 4 未实现:command | more 重定向 ,显示百分比 5 Waiting。。。 6 */ 7 #include 8 #define PAGELEN 24 9 #define LINELEN 51210 void do_more( FILE * );11 int see_more();12 int main( int ac,. 阅读全文
posted @ 2013-10-09 21:05 xxx0624 阅读(502) 评论(0) 推荐(1) 编辑