一直喜欢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
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
维基百科上SSH的定义如下
Secure Shell(縮寫为SSH),由IETF的網路工作小組(Network Working Group)所制定;SSH為一项建立在应用层和传输层基础上的安全协议,为计算机上的Shell(壳层)提供安全的传输和使用环境。
安装ssh服务器
安装openssh-server
$sudo apt-get install openssh-server
安装成功...
分类:
其他好文 时间:
2014-05-15 13:02:56
阅读次数:
310