一直喜欢chrome 浏览器,不过自ubuntu 刚安装的时候是没有chrome的,
首先,下载google chrome deb包
32位:https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
6...
分类:
系统相关 时间:
2014-05-16 04:17:45
阅读次数:
367
Using perf, the Linux Performance Analysis tool
on Ubuntu KarmicA lot has been going on with Linux performance counters (now
called performance events...
分类:
其他好文 时间:
2014-05-16 04:06:37
阅读次数:
386
1. JDK安装a)
安装目录:网上的安装JDK资料中安装目录基本有两种——/opt和/usr/local。这两个目录安装在哪里其实都无所谓,只不过在以前的linux中人们习惯将软件安装在/usr/local中。这里推荐/opt目录。b)
配置文件:将JDK同时配置在/etc/profile和/et...
分类:
其他好文 时间:
2014-05-15 21:46:37
阅读次数:
388
转自:http://blog.csdn.net/zhangt85/article/details/9154525 1.“工具”--》“附件组件”
2.搜索“new_mail_attention” 3.在出现的结果中安装 new_mail_attention-1.2.1-tb+sm.xpi ...
分类:
其他好文 时间:
2014-05-15 21:15:05
阅读次数:
269
android源码下载:官方下载或参考android源码下载方式Android编译版本:
PLATFORM_VERSION=4.0.1(最新Android 4.0.1)OS 操作系统平台: Linux yanggang
2.6.35-30-generic #61-Ubuntu SMP Tue Oct...
分类:
移动开发 时间:
2014-05-15 21:10:55
阅读次数:
463
mongoose是一款非常容易使用的web服务器,实现了对socket的封装,它提供给我们的接口非常简洁,并且能提供很好的性能。
几个重要的结构:
struct mg_context
服务器上下文,保存着服务器的配置信息。每个mg_context都代表一个服务器。
struct mg_connection
表示HTTP的连接
st...
分类:
其他好文 时间:
2014-05-15 20:10:07
阅读次数:
364
Requirements:
1,需要一个linux系统。
2, X-Server。(在命令行下实现对X-server的模拟,渲染图形进行缓存)-在没有安装X-Server的环境下提供图像渲染)
Agenda:
以ubuntu系统为例:
1, 打开命令行。
2,安装svn,g++,如果以前装过,执行这段命令也没关系,不会报错。sudo apt-get ...
分类:
Web程序 时间:
2014-05-15 19:29:59
阅读次数:
542
1、gem安装出现下面错误
root@ubuntu:/home/git/gitlab# sudo gem install bundler --no-ri --no-rdoc
ERROR: Could not find a valid gem 'bundler' (>= 0), here is why:
Unable to download data from https...
分类:
其他好文 时间:
2014-05-15 18:19:48
阅读次数:
304
一、环境ubuntu12.04.4nginx 1.6.0mariadb 10.0更新系统补丁sudo
apt-get updatesudo apt-get dist-upgrade -y挂载swap分区dd
if=/dev/zeroof=/media/fasthdd/swapfile.img bs=...
分类:
数据库 时间:
2014-05-15 17:23:21
阅读次数:
1622
在ubuntu 12.04.04桌面版上运行rabbitmq-c的客户端程序...
分类:
其他好文 时间:
2014-05-15 13:22:34
阅读次数:
396