一直喜欢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
规划:所用linux系统以虚拟化方式安装在esx上,配置有内网的yum源,各分配有16G存储,下面为简单拓扑图一,下载软件1,地址:http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201li...
分类:
数据库 时间:
2014-05-16 03:35:47
阅读次数:
811
CentOS安装软件出现错误:bash: /usr/local/bin/rar:
/lib/ld-linux.so.2: bad ELF interpreter: No such file or
directorygoogle了一把才发现是64位系统中安装了32位程序解决方法:yum install...
分类:
系统相关 时间:
2014-05-16 03:31:51
阅读次数:
621
最近正在学习驱动开发,进展到字符设备驱动开发阶段。
先不多说,首先把刚看的一篇学习驱动步骤的帖子记录如下: 1. 学会写简单的makefile 2. 编一应用程序,可以用makefile跑起来 3.
学会写驱动的makefile 4. 写一简单char驱动,makefile编译通过,可以insmo....
分类:
系统相关 时间:
2014-05-15 21:56:49
阅读次数:
435
1:使用 lsusb 命令查看USB 设备y@y:~$ lsusbBus 001 Device
002: ID 8087:8000 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation
2.0 root hubBus 003 De...
分类:
移动开发 时间:
2014-05-15 21:49:31
阅读次数:
450
1. JDK安装a)
安装目录:网上的安装JDK资料中安装目录基本有两种——/opt和/usr/local。这两个目录安装在哪里其实都无所谓,只不过在以前的linux中人们习惯将软件安装在/usr/local中。这里推荐/opt目录。b)
配置文件:将JDK同时配置在/etc/profile和/et...
分类:
其他好文 时间:
2014-05-15 21:46:37
阅读次数:
388
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
sed -i ‘/^$/d’
filename在Linux下,用户如果想删除文件中的空行,一般使用“grep”,这里给出另外的几种方式: 1.使用“cat”命令,示例如下:#cat
filename|tr -s ‘\n’ 2.使用“sed”命令,示例如下:#sed ‘/^$/d’ filename ...
分类:
其他好文 时间:
2014-05-15 21:03:37
阅读次数:
212
360随身WiFi是一款超迷你、操作极其简单的无线路由器,只需把360随身WiFi插到一台可以上网的电脑上,不用做任何设置,就把连接有线网络的电脑转变成接入点,实现与其他终端的网络共享。简单方便实现手机WIFI上网。1、是否支持台式机:
台式机也是可以支持的,但Linux、Win2003和...
分类:
其他好文 时间:
2014-05-15 17:03:52
阅读次数:
236