代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/161112/5560922
c ppp_vxworks.c
/* ppp_vxworks.c - System-dependent procedures for setting up PPP interfaces */
/* Copyright 1995 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1989 Carnegie Mellon Univ
www.eeworm.com/read/161040/5563974
sh setup_groups.sh
#!/bin/sh
# a simple Unix shell script for setting up to install Oracle 8.1.7
groupadd dba
groupadd oinstall
groupadd oracle
useradd -g dba -G oinstall,oracle -m oracle
echo "Enter the password you w
www.eeworm.com/read/161040/5563975
txt setup_groups.txt
#!/bin/sh
# a simple Unix shell script for setting up to install Oracle 8.1.7
groupadd dba
groupadd oinstall
groupadd oracle
useradd -g dba -G oinstall,oracle -m oracle
echo "Enter the password you w
www.eeworm.com/read/160303/5575141
fixv2
# get rid of mistakes/differences in V2 output
# - change west's IP addresses to east's
# - ditch rp_filter setting
# - neutralize FreeS/WAN version string
# - ditch new --opts "" --stderrlog "" from
www.eeworm.com/read/152843/5658234
c pgtable_32.c
/*
* This file contains the routines setting up the linux page tables.
* -- paulus
*
* Derived from arch/ppc/mm/init.c:
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* Modifi
www.eeworm.com/read/152843/5660290
c pgtable.c
/*
* This file contains the routines setting up the linux page tables.
* -- paulus
*
* Derived from arch/ppc/mm/init.c:
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* Modifi