Chinaunix首页 | 论坛 | 博客
  • 博客访问: 542594
  • 博文数量: 203
  • 博客积分: 245
  • 博客等级: 二等列兵
  • 技术积分: 1288
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-16 10:29
文章分类

全部博文(203)

文章存档

2023年(4)

2022年(21)

2021年(7)

2020年(5)

2019年(1)

2018年(6)

2017年(11)

2016年(15)

2015年(52)

2014年(37)

2013年(26)

2012年(18)

我的朋友

发布时间:2013-02-05 13:25:40

方法一:1.将手机连接至PC机2.如果是第一次使用MTP设备需要安装以下软件,否则可以跳过此步骤:$ sudo apt-get install mtpfs libfuse-dev libmad0-dev(小米提示的是sudo aptitude install mtpfs libfuse-dev libmad0-dev,可是如果你没有装aptitude,会显示找不到命令,这个估计大部分人都没有装aptitu.........【阅读全文】

阅读(4487) | 评论(0) | 转发(0)

发布时间:2013-02-01 10:29:09

......【阅读全文】

阅读(4628) | 评论(0) | 转发(0)

发布时间:2013-01-09 17:34:16

Linux下清理内存和Cache方法 /proc/sys/vm/drop_caches 频繁的文件访问会导致系统的Cache使用量大增 $ free -mtotal used free shared buffers cachedMem: 3955 3926 28 0 55 3459-/+ buffers/cache: 411 3544Swap: 5726 0 5726 free内存减少到几十兆,系统运行缓慢 运行sync将dirty的内容写回硬盘$sync 通过修改proc系统的drop_caches清理free的cache$echo 3 > /proc/sys/vm/drop......【阅读全文】

阅读(838) | 评论(0) | 转发(0)

发布时间:2013-01-09 17:22:37

http://wiki.ubuntu.org.cn/UbuntuSkills......【阅读全文】

阅读(667) | 评论(0) | 转发(0)

发布时间:2013-01-05 13:02:33

Make命令本身可带有四种参数:标志、宏定义、描述文件名和目标文件名。其标准形式为:   Make [flags] [macro definitions] [targets]   Unix系统下标志位flags选项及其含义为:   -f file  指定file文件为描述文件,如果file参数为"-"符,那么描述文件指向标准输入。如果没有"-f"参数,则系统将默认当前目录下名为makefile或者名为Makefile的文件为描述文件。在Linux中, GNU make 工具在当前工作目录中按照GNUmakefile、makefile、Makefile的顺序搜索 makef......【阅读全文】

阅读(612) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册