搜索资源列表
socket_demon13
- 一个可以执行Client端传来的Shell命令的服务器程序 -A server app which can excute shell command sended by client
server+client
- 该源码分为server端和client端,server端在服务器端运行,用client端可对服务端截屏,也可运行shell命令-The source is divided into server-side and client side, server-side to run the server side, client-side can be used to service client Screenshots can also run shell command
HTTP_IRC_bot
- A remote administratio/bot source. Get command through either http or irc. Can execute a command on a specific time, uses simple XOR encryption for command file transfer. Also has embeded a replacemed connect-back shell. The structure of the command
shell.finish
- 1,此源代码为本人所写,非GNU的源代码,不要因此而唔到大家,摆出此来仅供交流 2,此源代码不完整,shell的很多功能都没有实现,知识实现了一些主要的功能 3,实现功能如下: a,输入命令,并运行 b,实现if 和while的深层嵌套 c,实现环境变量,和shell本身变量 d,实现管道和重定向等功能。 4,由于能力问题,程序可能有错误,欢迎高手指点。-1, this source code I wrote, non-GNU source code, do not
shell
- 用UNIX下的gcc写的一个shell,可以运行其他控制台命令,内附报告-Using gcc under UNIX written by a shell, you can run other console command, enclosing the report
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
server_client
- CS结构的socket编程,在远程端口实现shell命令,并返回执行结果.分别用select和多线程方式两种方式实现-CS structure of socket programming, the remote port to achieve shell command and return results of the implementation. Were used to select and multiple threads in two ways
myshell
- linux 下实现的shell程序,完成cd ls clear等命令-linux shell program to achieve the completion of a command such as cd ls clear
linux-web
- ? 描述网络和网络互联,解释它们的作用 ? 简要讨论TCP/IP协议栈,IP地址,协议端口,因特网服务和应用 ? 解释什么是客户/服务器软件模型,它如何工作 ? 讨论各种用于电子通信,远程登录,文件传输,远程命令执行,以及状态报告的网络软件工具 ? 简要描述安全shell ? 覆盖如下命令和原语:finger, ftp, ifconfig, nslookup, ping, rcp, rlogin, rsh, ruptime, rusers, rwho, talk, telne
14406555-Shell-Programming
- ShellProgramming Basically, a shell scr ipt is a text file with Unix commands in it. u Shell scr ipts usually begin with a #! and a shell name – For example: #!/bin/sh – If they do not, the user s current shell will be used u Any Uni
myshell
- 仿照Linux终端的功能编写的简易的shell终端程序,可以实现大部分命令。-Modeled on the Linux terminal function to write a simple shell terminal program, you can achieve most of the command.
hdfs_shell.pdf
- Hadoop的脚本命令,来自网络收集,与apache官网的相同。-Hadoop Shell Command
Nios-II--9.1-Command-Shell
- 用于在FPGA烧写程序时不必启动软件,直接通过编写shell文件即可完成相应的工作。-For FPGA programming procedures do not have to start the software, directly by writing shell files to complete the work.
Ubuntu-source-Definitive-Guide
- 《Ubuntu权威指南》首先介绍Ubuntu Linux系统的安装与GNOME桌面环境,然后从基本命令行入手,由浅入深,逐步阐述Linux系统的基本概念与原理,同时给出大量的应用实例。在此基础上,对Linux系统的各种文件系统、Shell编程、进程管理、软件管理、磁盘空间管理、用户管理、系统启动过程、作业调度与系统日志、TCP/IP网络管理与应用、OpenSSH、DNS、NFS、Samba、Apache服务器与MySQL数据库等方面进行了深入的讨论。 《Ubuntu权威指南》内容丰富,语言流
database
- 有的文件这里无法上传,完整代码我已经上传到github服务器,可以用 git clone git://github.com/zwdnet/Money.git 命令下载 自己写的给自己用的记帐程序,命令行下的,用于记录日常收入支出,以及自己的资产和负债情况,并进行一些数据分析。 开发环境:Unbutu10.04 gcc4.4.3 sqlite3.6.22 vim7.2 gdb7.1 因为程序中用了一些linux的shell命令(用system()调用),所以移植到其
mylist
- 编程实现模拟shell命令ls –l功能输出指定目录下的文件的详细信息,要求目录作为参数,目录下的每个文件的详细信息(包括权限,链接数,所有者,所属组,文件大小,时间,文件名)先组装成一行后输出。-Programming analog functions shell command ls-l output files under the specified directory details required directory as an argument, the directory of
wifi
- wifi共享的代码,原理是用shell函数直接调用cmd命令-wifi shared code, the principle is to use the cmd command shell function called directly
Shell
- Shell 命令整理,DOC和TXT两种格式各一份-shell command list on linux system
Linux-Shell
- Linux Shell命令行及脚本编程实例详解PPT,感觉对shell脚本编程有一定的帮助作用- Linux Shell command line and PPT scr ipt programming, feeling some help to Shell scr ipting
shell
- ubuntu linux 模拟shell终端,可以实现简单的命令,如查询,进入,删除,建立文件等-ubuntu linux shell terminal simulation, can achieve a simple command, such as a query, enter, delete, create files, etc.