By:wangyz这么多天了,居然还没有大神来Linux版,那Linux版的一血我拿了先说说个人认为比较好用的一些发行版Ubuntu:除了界面比较丑,崩的比较多之外,基本上也没什么大的缺点了,不过该有的都有了,适合懒人CentOS:极力推荐的,稳定,生产环境第一选择Arch:GEEK专用,安装没有向...
分类:
其他好文 时间:
2014-04-30 03:37:28
阅读次数:
889
前些日子为了更新Ubuntu到14.04这个LTS版本,连带着把Windows也重新安装了一遍。懒得再安装虚拟机了,尝试一下在Ubuntu14.04这个64位系统里做操作系统实验咯。1.安装交叉编译器第一个要解决的问题就是交叉编译器,材料里提供的是x86平台上的交叉编译器。按道理来说64位系统应该是...
分类:
其他好文 时间:
2014-04-30 02:45:11
阅读次数:
529
1、下载VirtualBox软件包和USB支持包
下载网址均为为:https://www.virtualbox.org/wiki/Downloads VirtualBox软件包下载项: VirtualBox
4.3.10 for Linux hosts USB支持包下载项: Virtual...
分类:
其他好文 时间:
2014-04-30 01:41:30
阅读次数:
466
1、查看当前Python版本python -V2、查看当前CentOS版本cat
/etc/redhat-release3、安装所有的开发工具包yum groupinstall "Development tools"4、安装其他必须包yum
install zlib-devel bzip2-deve...
分类:
编程语言 时间:
2014-04-30 00:59:31
阅读次数:
443
1. 安装openglessudo apt-get install
libgles-mesa-dev2. 安装glew
1.9下载codehttp://sourceforge.net/projects/glew/files/glew/makesudo make install3.
安装freetyp...
分类:
其他好文 时间:
2014-04-30 00:58:28
阅读次数:
506
ubuntu server版可直接一键安装lamp环境apt-get install
lamp-server^根据提示输入所需设置密码即可,其配置文件跟编译安装的apached等区别很大apache配置文件所在目录:/etc/apache2主要配置文件:apache2.conf、sites-avai...
分类:
其他好文 时间:
2014-04-30 00:26:41
阅读次数:
477
1、安装httpd软件包:Yum install
httpd2、启动apache服务:[root@redhat Desktop]# /etc/init.d/httpd startStarting httpd:
[ OK ]3、安装mod-ssl软件包[root@redhat Desktop]# yu...
分类:
其他好文 时间:
2014-04-29 20:50:11
阅读次数:
431
Ubuntu默认是安装好了tcpdump工具的,如果没有安装的话使用sudo apt-get
install tcpdump即可安装。 (如果遇到tcpdump: no suitable device
found的问题,检查一下是不是在用root权限运行tcpdump,tcpdump只能在root权...
分类:
其他好文 时间:
2014-04-29 20:18:22
阅读次数:
620
After having installed Ubuntu OS, you should
update config file for root account. The commands are listed as follow:vi
/etc/lightdm/lightdm.conf #open...
分类:
其他好文 时间:
2014-04-29 19:21:56
阅读次数:
555
本文记录Hadoop 2.x在Linux x64下重新编译的过程。环境:Centos 6.5
x64 &Hadoop 2.2一、安装编译包yum install svnyum install autoconfautomake libtool
cmakeyum install ncurses-deve...
分类:
其他好文 时间:
2014-04-29 19:19:52
阅读次数:
451