<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[Gray_Fall的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/Gray_Fall</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; Gray_Fall]]></copyright><item><title><![CDATA[查看系统下各个进程打开的文件描述符数量]]></title><link>https://blog.csdn.net/Gray_Fall/article/details/123914583</link><guid>https://blog.csdn.net/Gray_Fall/article/details/123914583</guid><author>Gray_Fall</author><pubDate>Sat, 02 Apr 2022 10:33:36 +0800</pubDate><description><![CDATA[lsof -n |awk '{print $2}'|sort|uniq -c |sort -nr
]]></description><category></category></item><item><title><![CDATA[编写一个与dup2相同功能的函数！！！]]></title><link>https://blog.csdn.net/Gray_Fall/article/details/52096598</link><guid>https://blog.csdn.net/Gray_Fall/article/details/52096598</guid><author>Gray_Fall</author><pubDate>Tue, 02 Aug 2016 17:59:31 +0800</pubDate><description><![CDATA[题目
 Write your own dup2 function that performs the same service as the dup2 function described in Section 3.12, without calling the fcntl function. Be sure to handle errors correctly.（实现自己的dup2函数，不能使]]></description><category></category></item><item><title><![CDATA[fatal error LNK1120: 2 unresolved externals解决办法]]></title><link>https://blog.csdn.net/Gray_Fall/article/details/41983425</link><guid>https://blog.csdn.net/Gray_Fall/article/details/41983425</guid><author>Gray_Fall</author><pubDate>Wed, 17 Dec 2014 16:28:05 +0800</pubDate><description><![CDATA[典型的错误提示有: 




libcmtd.lib(crt0.obj) : error LNK2001: unresolved external symbol _main 
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16 
msvcrtd.lib(crtexew.obj) ]]></description><category></category></item><item><title><![CDATA[Android 学习笔记之开发环境搭建篇]]></title><link>https://blog.csdn.net/Gray_Fall/article/details/34411563</link><guid>https://blog.csdn.net/Gray_Fall/article/details/34411563</guid><author>Gray_Fall</author><pubDate>Wed, 25 Jun 2014 09:11:03 +0800</pubDate><description><![CDATA[一、Aandroid开发的准备工作]]></description><category></category></item><item><title><![CDATA[winxp下Qt4.8.5+qwt6.0.1搭建过程]]></title><link>https://blog.csdn.net/Gray_Fall/article/details/32695373</link><guid>https://blog.csdn.net/Gray_Fall/article/details/32695373</guid><author>Gray_Fall</author><pubDate>Fri, 20 Jun 2014 09:21:25 +0800</pubDate><description><![CDATA[qwt是基于Qt的第三方插件，]]></description><category></category></item><item><title><![CDATA[USB OTG（1）]]></title><link>https://blog.csdn.net/Gray_Fall/article/details/24296951</link><guid>https://blog.csdn.net/Gray_Fall/article/details/24296951</guid><author>Gray_Fall</author><pubDate>Tue, 22 Apr 2014 11:32:10 +0800</pubDate><description><![CDATA[USB OTG全称为USB On The Go，意思就是通过USB接口的连接功能，可以实现各种移动设备之间不需要电脑就能进行数据交换的功能。]]></description><category></category></item><item><title><![CDATA[Ubuntu下“E: 无法获得锁 /var/lib/apt/lists/lock - open (11: 资源暂时不可用)”的解决办法]]></title><link>https://blog.csdn.net/Gray_Fall/article/details/22487261</link><guid>https://blog.csdn.net/Gray_Fall/article/details/22487261</guid><author>Gray_Fall</author><pubDate>Sat, 29 Mar 2014 13:31:07 +0800</pubDate><description><![CDATA[错误描述：
zy@virt-ubn64:~$ sudo apt-get update
E: 无法获得锁 /var/lib/apt/lists/lock - open (11: 资源暂时不可用)
E: 无法对目录 /var/lib/apt/lists/ 加锁
zy@virt-ubu64:~$ sudo apt-get install vim
正在读取软件列表...完成
正在分析软件依赖关]]></description><category></category></item><item><title><![CDATA[ubuntu Terminal 路径太长 vi 时出现字母]]></title><link>https://blog.csdn.net/Gray_Fall/article/details/21108645</link><guid>https://blog.csdn.net/Gray_Fall/article/details/21108645</guid><author>Gray_Fall</author><pubDate>Wed, 12 Mar 2014 19:21:25 +0800</pubDate><description><![CDATA[Ubuntu修改主机名 主机名在/etc/hostname文件中了，只在打开这个文件进行修改，重启计算机即可。
Ubuntu 默认的终端下面，进入很多层的目录后，前面那个提示符会显示完整的路径，这样命令行太长，让人觉得不舒服，现在修改一下使命令行只显示当前目录的最后一级目录名，这样看起来也好，用pwd可以看到完整的路径名。
找到配置文件先进行备份： sudo  cp  ~/.bashrc  ~]]></description><category></category></item><item><title><![CDATA[Ubuntu下终端颜色的配置问题]]></title><link>https://blog.csdn.net/Gray_Fall/article/details/21086869</link><guid>https://blog.csdn.net/Gray_Fall/article/details/21086869</guid><author>Gray_Fall</author><pubDate>Wed, 12 Mar 2014 13:42:47 +0800</pubDate><description><![CDATA[1、让终端显示彩色字体
ubuntu下yongroot新建用户后，该用户的打开终端，会发现用 ls 命令不带参数，不会显示彩色。
可加一个 --color 参数来显示彩色。
$ ls --color

2、修改 .bashrc 文件
每次都带参数未免有些麻烦，最好的方法是把它写到默认配置文件 .bashrc 里,位于用户目录。
$ vi ~/.bashrc

代码:

# e]]></description><category></category></item><item><title><![CDATA[Ubuntu 9.04 安装QT]]></title><link>https://blog.csdn.net/Gray_Fall/article/details/18161779</link><guid>https://blog.csdn.net/Gray_Fall/article/details/18161779</guid><author>Gray_Fall</author><pubDate>Sun, 12 Jan 2014 01:52:13 +0800</pubDate><description><![CDATA[1、下载Qt Creator

      链接  http://qt-project.org/downloads 

      选择 Qt
 Creator 2.8.0 for Linux/X11 32-bit (61 MB) (Info)  
 （我安装的是32位，根据你的情况）

2、安装 g++

     输入命令 : sudo apt-get install g+]]></description><category></category></item><item><title><![CDATA[No space left on device]]></title><link>https://blog.csdn.net/Gray_Fall/article/details/18156339</link><guid>https://blog.csdn.net/Gray_Fall/article/details/18156339</guid><author>Gray_Fall</author><pubDate>Sun, 12 Jan 2014 00:13:11 +0800</pubDate><description><![CDATA[#df



/dev/sdc1             20799540  19751436         0 100% /home/sluo



无论怎么删除文件，剩余空间都为0，并没有增加。



网上很多人遇到的是硬盘还有空间，但是也报错:No space left on device. 显然他们的问题是因为inode耗尽了。

Linux上创建文件需要对应]]></description><category></category></item><item><title><![CDATA[XXX is not in the sudoers file解决方法]]></title><link>https://blog.csdn.net/Gray_Fall/article/details/18100693</link><guid>https://blog.csdn.net/Gray_Fall/article/details/18100693</guid><author>Gray_Fall</author><pubDate>Sat, 11 Jan 2014 00:11:19 +0800</pubDate><description><![CDATA[用sudo时提示"xxx is not in the sudoers file. This incident will be reported.其中XXX是你的用户名，也就是你的用户名没有权限使用sudo,我们只要修改一下/etc/sudoers文件就行了。


例子：

xxx_linuxidc_com@linuxidc:~$ sudo add-apt-repository ppa:s]]></description><category></category></item><item><title><![CDATA[ubuntu 软件安装常见错误]]></title><link>https://blog.csdn.net/Gray_Fall/article/details/18098471</link><guid>https://blog.csdn.net/Gray_Fall/article/details/18098471</guid><author>Gray_Fall</author><pubDate>Fri, 10 Jan 2014 22:29:03 +0800</pubDate><description><![CDATA[通过终端安装程序sudo apt-get install xxx时出错：

E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is anot]]></description><category></category></item></channel></rss>