易截截图软件、单文件、免安装、纯绿色、仅160KB

linux网址精选

 linux网址精选
http://hi.baidu.com/digast/blog/item/31cd94efba1348ebcf1b3ed3.html
2008-04-01 14:57
国外
  http://lwn.net/
  http://www.tldp.org/
  https://rhn.redhat.com
  http://www.justlinux.com/
  http://www.linuxtoday.com/
  http://www.linuxquestions.org/
  http://www.fokus.gmd.de/linux/
  http://www.linux-tutorial.info/
  http://public.www.planetmirror.com/
  http://www.freebsdforums.org/forums/
  http://www.netfilter.org/documentation/
  http://www-106.ibm.com/developerworks/linux/
  http://www.redhat.com/docs/ redhat官方文档,redhat用户必看
  http://www.redhat.com/apps/support/errata/ redhat安全性警告、软件更新和增强,建议每周至少查阅一次
国内
  http://www.fanqiang.com/
  http://www.linuxsir.com/
  http://www.chinaunix.net/
  http://www.linuxfans.org/
  http://www.linuxeden.com/
  http://www.linuxforum.net/
  http://www.linuxaid.com.cn/
  http://freesoft.online.sh.cn/
  http://www-900.ibm.com/developerWorks/cn/linux/index.shtml
redhat linux下载地址
  ftp://ftp.redhat.com/pub/redhat/linux
  http://redhat.com/download/mirror.html
redhat 发行版全球官方镜像站
  http://freesoft.online.sh.cn 国内高速下载
  http://www.linuxeden.com/
  http://www.freshrpms.net/
  http://www.linux.cz/apt-rpm/ - Red Hat linux 7.x repositories (with all freshrpms included too!)
  http://apt-rpm.tuxfamily.org/ - Red Hat linux 6.2, 7.x and 8.0 repositories
  http://apt.nlc.no/apt/ - Red Hat linux 6.2, 7.x and Rawhide repositories
  http://ftp.uninett.no/pub/linux/apt/ - Red Hat linux 6.2, 7.x, 8.0 and Rawhide repositories
  http://redhat.usu.edu/ - Red Hat linux 7.2, 7.3 and 8.0 repositories
  ftp://mirror.pa.msu.edu/apt/ - Red Hat linux 7.2, 7.3 and 8.0 repositories
  http://apt-rpm.codefactory.se/ - Red Hat linux 7.2, 7.3 and 8.0 and gnomehide repositories http://apt.42h.de/ - Red Hat Linux 7.2, 7.3 and 8.0 reposi


相关文档:

实战Linux Bluetooth编程 (七) SDP协议

Service Discovery Protocol(SDP)提供一种能力,让应用程序有方法发现哪种服务可用以及这种服务的特性。
服务发现协议(SDP或Bluetooth SDP)在蓝牙协议栈中对蓝牙环境中的应用程序有特殊的含意,发现哪个服务是可用的和确定这些可用服务的特征。SDP定义了bluetooth client发现可用bluetooth server服务和它们的特征的方法。 ......

linux中oracle的日常维护命令

1.  检查Oracle的进程
$  ps -ef|grep "ora_"|grep -v grep
  oracle  5998     1  0 11:15:59 ?        0:01 ora_j000_PPRD10
  oracle  2968     1  ......

Linux 线程模型的比较:LinuxThreads 和 NPTL

 摘自:http://www.ibm.com/developerworks/cn/linux/l-threading.html
LinuxThreads 项目最初将多线程的概念引入了 Linux®,但是 LinuxThreads 并不遵守
POSIX 线程标准。尽管更新的 Native POSIX Thread
Library(NPTL)库填补了一些空白,但是这仍然存在一些问题。本文为那些需要将自己的应用程序从 LinuxTh ......

实战 linux蓝牙编程之(八) hci 协议 应用编程实现

  对于hci层的编程 是相当复杂的 功能也是强大的,建议学习者 去读bluez-lib中的hci和sdp
  这里简要介绍 我在开发公司的项目中的 一个小的基础动作. 该编程的过程基本理清了hci和sdp的衔接和应用.希望对学习者有帮助
说明有不到之处,望大家多多研究,不要局限,每个人有自己的方式,也许你的在逻辑算法上比我的好! ......

将windows上的文件通过ftp自动上传到linux服务器上

script.txt
 
username
password
ascii
lcd d:/src
cd /home/bear/src
put main.c
put main.h
bye
调用方法: ftp -s:script.txt 109.168.0.2               ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号