about 1 year ago - No comments
sudo apt-get install <a href="http://www.eclipse.org/"title="Eclipse" >eclipse</a>-cdt;
about 1 year ago - No comments
《UNIX环境高级编程》(第2版),史蒂文斯著 《深入理解 Linux 内核》(第三版) ,博韦等著 《Linux 设备驱动程序》,科波特著 《嵌入式 Linux 应用开发完全手册》,韦东山著 《人月神话》(32周年中文纪念版),布鲁克斯著
about 1 year ago - No comments
网易悄悄上线了一个开源镜象网站,域名是 http://mirrors.163.com/。 目前提供了 Debian、Ubuntu、Fedora、Gentoo、Centos、FreeBSD等流行开源操作系统以及Eclipse等开源软件的镜象。 这是几大门户中第一个提供开源软件镜象服务的网站,感谢网易为推动开源的发展做出的贡献。 下面贴出Ubuntu的两个版本的源: ubuntu 8.04 deb http://mirrors.163.com/ubuntu/ hardy main restricted universe multiverse deb http://mirrors.163.com/ubuntu/ hardy-security main restricted universe multiverse deb http://mirrors.163.com/ubuntu/ hardy-updates main restricted universe multiverse deb http://mirrors.163.com/ubuntu/ hardy-proposed main restricted universe multiverse deb http://mirrors.163.com/ubuntu/ hardy-backports main restricted universe multiverse deb-src http://mirrors.163.com/ubuntu/ hardy main restricted universe multiverse deb-src http://mirrors.163.com/ubuntu/ hardy-security main restricted
about 1 year ago - No comments
看到Ubuntu中文论坛的帖子页有随机显示一些Ubuntu的命令,看来下实现的代码,把论坛上所有随机到的命令统计了出来。随机的JS地址是:http://forum.ubuntu.org.cn/styles/UbuntuCN/template/skills.js 0. 查看软件xxx安装内容 dpkg -L xxx 1. 查找软件库中的软件 apt-cache search 正则表达式 2. 查找软件库中的软件 aptitude search 软件包 3. 查找文件属于哪个包 dpkg -S filename 4. 查找文件属于哪个包 apt-file search filename 5. 查询软件xxx依赖哪些包 apt-cache depends xxx 6. 查询软件xxx被哪些包依赖 apt-cache rdepends xxx 7. 增加一个光盘源 sudo apt-cdrom add 8. 系统升级 sudo apt-get update;sudo apt-get dist-upgrade 9. 清除已删除包的残馀配置文件 dpkg -l |grep ^rc|awk ‘{print