代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/365020/9881825
sed linux-msg.sed
# po2msg.sed - Convert Uniforum style .po file to Linux style .msg file
# Copyright (C) 1995 Free Software Foundation, Inc.
# Ulrich Drepper , 1995.
#
# This program is fre
www.eeworm.com/read/365003/9883412
chm linux_api.chm
www.eeworm.com/read/364932/9886692
c linux_ptyopen.c
#include "apue.h"
#include
#ifndef _HAS_OPENPT
int
posix_openpt(int oflag)
{
int fdm;
fdm = open("/dev/ptmx", oflag);
return(fdm);
}
#endif
#ifndef _HAS_PTSNAME
char *
ptsname(int fdm
www.eeworm.com/read/364932/9887488
linux make.defines.linux
# Common make definitions, customized for each platform
# Definitions required in all program directories to compile and link
# C programs using gcc.
WKDIR=/home/sar/apue.2e
CC=gcc
COMPILE.c=$(CC) $
www.eeworm.com/read/168830/9896589
txt linux常用技巧.txt
LINUX常用技巧
1.取消^M字符
当你FTP一些DOS文件到unix下时,你经常会看见每行文件后面有个讨 厌的^M 字符,有两个简单的方法可以取消它。 用"vi"打开此文件,在Command mode下敲入: :%s/^V^M//g 或者,在UNIX SHELL下敲入: sed 's/^V^M//g' foo > foo.new
2.使用nohup命令
如果你
www.eeworm.com/read/168830/9896668
txt linux 核心资源.txt
<mark>Linux</mark> 核心资源
<mark>Linux</mark>核心代码的版本编号很简单。任何偶数编号的核心(如2.0.30)都是稳定的发行版而记数编号的核心(如2.1.42)都是正在开发的核心。本书基于稳定的2.0.30版本。开发版的核心具有所有最新的特征并支持最新的设备。尽管它们不是你所希望的那样稳定,但是对于<mark>Linux</mark>用户团体来说试用新核心是非常重要的。因为他们将完成这些评测工作。当试用非发行版本核心时备份系 ...
www.eeworm.com/read/168625/9904439
linux makefile_defs.linux
#
# Makefile_defs.linux
#
# Definitions which work for a Red Hat linux system.
#
# Always run make ARCH=platform from the top-level savi directory.
#
# $Id: Makefile_defs.linux,v 1.2 2004/05/04 16:42:
www.eeworm.com/read/168579/9907155
pdf linux_server.pdf
www.eeworm.com/read/364306/9913206
ppt redhat_linux.ppt
www.eeworm.com/read/168143/9936745