搜索资源列表
VNC密码获取 V0.0.1
- VNC是一款远程控制软件,与pcanywhere一样它在网络中使用非常广泛, 能运行于Linux,Solaris,Windows9x/2000/NT及Macintosh等系统中,默认端口为5900. 这个程序可以获取VNC的连接密码,提供多种获取方式,比如:从NTUSER.DAT文件中获取, 从命令行输入获取,注入VNC线程获取等方式. -VNC is a remote control software, and pcanywhere in the same network u
wput-0.6.tar
- 支持linux(unix)下的wput命令(wput与linux下自带的wget功能相对应,一般系统都自带wget而不支持wput)。-support linux (unix) under the wput order (wput under linux with built-in wget should function relatively normally systems are not bringing their support wput wget).
Shell.bak20070428
- 利用Linux系统函数实现的SHELL程式,自己重写了LS,CLEAR等常用命令,在ECLIPSE下编译通过,可进行进一步扩展。
Linux_beginner
- 本书介绍了linux系统配置,常用命令与注意事项
LINUXyuUNIXSHELL
- LINUX SHELL编程指南本书共分五部分,详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题。本书内容全面、文字简洁流畅,适合Shell编程人员学习、参考。
chatserver1.2.tar
- Net-Sky ChatServer不同于其他的用PHP,ASP,PERL等脚本语言编写的或其他任何CGI模式的聊天程式,本聊天室程序使用标准C语言开发,独立于任何第三方WEBSERVER而运行,快速,高效,稳定,大容量。程序的设计目标是能在一台普通的PC上同时容纳上万人聊天。经初步测试,完全达标:每个聊天室一道进程,占内存约700K,80人在线时占CPU约0.03% (Pll450)。程序启动即将所有模版一次性载入内存,最大限度减少硬盘的I/O操作(聊天过程没有任何硬盘I/O),最大限度提高性
ftp_command
- 在window系统下,通过cmd窗口,利用ftp的一些简单命令来与linux服务器进行传输文件-In the window system, through the cmd window, use ftp to some simple commands to transfer files with the linux server
Linux
- Linux 系统的源代码书籍 里面有命令以及代码 适合初学者使用-The source code for Linux systems there are an order of books suitable for beginners as well as the use of code
Serial
- 串口通讯实验.在Linux操作系统中对底层终端的处理是一个非常复杂的过程,需要处理许多不同类型的设备(包括调制解调器、终端仿真、伪终端等)。Linux 系统处理终端的方法是通过串行接口连接的控制台与系统通信并运行程序。由于越来越多的厂商都参与终端的生产,而且每个厂商都是为自己的终端设计自己的命令集,所以需要有一种方法对终端的访问进行一般化处理。Linux系统使用一个能力数据库terminfo 来描述每个终端的能力以及调用这些功能的方法。-Serial communication experime
linux
- linux操作系统技术合集,从系统上介绍linux操作系统,有命令解析,比较适合初学者-linux operating system technology, Collection, introduced from the system linux operating system, has been ordered resolution, more suitable for beginners
4
- linux网络操作系统(08-3-11).ppt: 第一章 Linux系统基础 第二章 Linux文件系统结构 第三章 实用命令介绍 第四章 文本编辑程序 第五章 关于SHELL 第六章 系统管理与网络服务-Chapter based Linux system, Linux file system structure Chapter Chapter III Chapter IV introduces practical command text edito
myping
- 基于LINUX系统的ping命令的实现,实现了一些基本参数设置-LINUX-based implementation of the system ping command to achieve some of the basic parameters
linux1
- 为linux系统设计一个简单的二级文件系统。要求做到以下几点: (1)可以实现下列几条命令(至少4条); dir 列文件目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 (2)列目录时要列出文件名、物理地址、保护码和文件长度; (3)源文件可以进行读写保护。 -For the linux system to design a si
myls
- 这个模块的代码主要是模拟在linux 系统下的Ls命令的功能。-The code of this module is to simulate the Ls in the linux system command capabilities.
linux-newbies
- linux系统是一个开源系统很多,很多公司都很喜欢这个对外放一些基本命令给喜欢linux的初学者们学习一下-linux system is an open source system many, many companies are like this put some basic command of foreign learn to like linux newbies
Linux
- 本书介绍Linux环境下的编程方法,内容包括Linux系统命令、 Shell脚本、编程语言(gawk、Perl)、系统内核、安全体系、X Window等,内容丰富、论述全面,涵盖了Linux系统的方方面面。本书附带光盘包括了RedHat Linux系统的最新版本,及安装方法,还包括本书的大量程序代码,极大地方便了读者,为使用和将要使用Linux系统的技术人员提供了较全面的参考。 -This book introduces the programming method under Linux en
Ubuntu-source-Definitive-Guide
- 《Ubuntu权威指南》首先介绍Ubuntu Linux系统的安装与GNOME桌面环境,然后从基本命令行入手,由浅入深,逐步阐述Linux系统的基本概念与原理,同时给出大量的应用实例。在此基础上,对Linux系统的各种文件系统、Shell编程、进程管理、软件管理、磁盘空间管理、用户管理、系统启动过程、作业调度与系统日志、TCP/IP网络管理与应用、OpenSSH、DNS、NFS、Samba、Apache服务器与MySQL数据库等方面进行了深入的讨论。 《Ubuntu权威指南》内容丰富,语言流
linux
- 远程终端管理系统实现了一个mini 执行远程命令 的功能。该系统采用C/S架构,需要分别编写服务端与客户端程序。-Remote terminal management system realized the function of a mini remote command execution. The system USES C/S architecture, it is necessary to write the client and the server program, respect
linux
- 基于linux系统的实用命令,里面命令有教你如何安装交叉编译工具,挂载nfs命令,获取文件运行命令-Based on Linux system of the practical command, command inside have to teach you how to install cross compile tools, mount NFS command, get run the command file
Linux_common_command
- Linux常用命令,Linux系统常用命令-Linux common commands, Linux common commands