Location:
Search - linux script
Search list
Description: linux shell script tutorial-1.0.5.pdf
Platform: |
Size: 387895 |
Author: volunteer01@163.com |
Hits:
Description: SLAX/FanX制作livecd的完全脚本,适合内核2.4.*版本。这个脚本经过linuxfans.org atfa的patch,主要作用是可以在制作initrd文件中挂载FAT磁盘时加上 -o iocharset=cp936的参数。FanX-0.1.1和0.2.0就是使用这个脚本制作出来的。-SLAX/CD production FanX the complete script for kernel 2.4 .* version. After the script linuxfans.org atfa the patch, can be a major role in the production initrd document when mount disk with a FAT-o iocharset = cp936 parameters. FanX- 0.1.1 and 0.2.0 is the use of the script studios.
Platform: |
Size: 116736 |
Author: 小平 |
Hits:
Description: 这是我在一个项目中实现的gprs拨号脚本建立连接,在PC机的Redhat linux 9和arm7+uClinux下都实现了,大家感兴趣的话可以给我发邮件 wenzg008@163.com -This is a project I realize the script GPRS dial-up to connect the PC Redhat linux 9 and ARM7 under uClinux achieved, we can then interested in me by mail wenzg008@163.com
Platform: |
Size: 1024 |
Author: 温志刚 |
Hits:
Description: 通过python获取linux下设备目录的小程序,开发工具使用的activestate的python的ide-through the python access equipment under linux small procedures, Tools used in the python activestate the ide
Platform: |
Size: 1024 |
Author: 佴立峰 |
Hits:
Description: linux下脚本编写的基础,特别适合初学者,让你一天上手~-linux scripting under the foundation, particularly suitable for beginners, so that one day you get started ~
Platform: |
Size: 8192 |
Author: sunny |
Hits:
Description: linux shell script beginning
Platform: |
Size: 3977216 |
Author: 同卡 |
Hits:
Description: PHP编写的用户登录 注册程序 通过MYSQL数据验证 密码修改等功能-Requirements
- MySQL 3.x or later
- PHP 4+ with GD Library
- Apache Server
- Linux
How to Install
1. First create a mysql database (say phplogin) for a particular user name (say guest) and password ( say guest). Then give all previleges of database to the user.
2. Copy the following SQL to create a table and structure
CREATE TABLE `users` (
`id` int(20) NOT NULL auto_increment,
`full_name` varchar(200) collate latin1_general_ci NOT NULL default ,
`user_name` varchar(200) collate latin1_general_ci NOT NULL default ,
`user_pwd` varchar(200) collate latin1_general_ci NOT NULL default ,
`user_email` varchar(200) collate latin1_general_ci NOT NULL default ,
`activation_code` int(10) NOT NULL default 0 ,
`joined` date NOT NULL default 0000-00-00 ,
`country` varchar(100) collate latin1_general_ci NOT NULL default ,
`user_activated` int(1) NOT NULL default 0 ,
PRIMARY KEY (`id`)
)
3. Open dbc.php to edit mysql database name, user name and password.
Platform: |
Size: 18432 |
Author: issuoow |
Hits:
Description: 介绍Linux shell编程的入门书·-This tutorial is designed for beginners only and this tutorial explains the basics of shell programming by showing some examples of shell programs. Its not help or manual for the shell. While reading this tutorial you can find manual quite useful (
type man bash at $ prompt to see manual pages). Manual contains all necessary
information you need, but it won t have that much examples, which makes idea
more clear. For that reason, this tutorial contains examples rather than all the features of shell. I assumes you have at least working knowledge of Linux i.e. basic commands like how to create, copy, remove files/directories etc or how to use editor like vi or mcedit and login to your system. Before Starting Linux Shell Script
Programming you must know
l Kernel
l Shell
l Process
l Redirectors, Pipes, Filters etc.
Platform: |
Size: 116736 |
Author: 武铭 |
Hits:
Description: 写一个脚本文件checkuser,该脚本运行时带一个用户名作为参数,具体要求如下:
1)如果命令行格式不符合要求,应有错误提示信息;
2)在/etc/passwd文件中查找是否有该用户,
如有,则输出“Found <user> in the /etc/passwd file.”
否则,输出“No such <user> on our system”
-Write a script file checkuser, the script run-time with a user name as a parameter, and specific requirements are as follows: 1) If the command-line format does not meet the requirements, there should be error message 2) in/etc/passwd file to check if there were any users, and if so, then the output " Found <user> in the/etc/passwd file. " Otherwise, output" No such <user> on our system "
Platform: |
Size: 21504 |
Author: 蒙蒙 |
Hits:
Description: Pppoe-Server linux 脚本-Pppoe-Server linux script
Platform: |
Size: 1024 |
Author: sssssss |
Hits:
Description: 非常全面的linux脚本大全,很实用的手册-Linux script Daquan very comprehensive, very practical
Platform: |
Size: 268288 |
Author: liuqiang |
Hits:
Description: 当年自己学完linux语言以后所做的总结,把linux下的常用命令以及linux脚本的制作等基础却又不可缺少的部分做了个总结-The year after their completion of the language made linux summary of the common commands under linux and linux script but the production of such an integral part of the basis made a summary
Platform: |
Size: 117760 |
Author: 汪洋 |
Hits:
Description: Linux 初级脚本 对于LINUX不大懂的同学还是可以阅读此书的!-Linux script for LINUX primary students do not understand or can read this book!
Platform: |
Size: 14602240 |
Author: 黄周敏 |
Hits:
Description: Linux脚本
shell 脚本
控制流程
变量-Linux script
A shell script
Control process
variable
Platform: |
Size: 20903936 |
Author: 巧劲 |
Hits:
Description: linux脚本编程,Linux命令行与shell脚本编程大全。详细介绍了linux下的基本操作等。(linux command and script)
Platform: |
Size: 12316672 |
Author: without_
|
Hits:
Description: linux-dev-framework是一个Linux程序开发框架,基于C语言和gcc工具链。
linux-dev-framework内含一份简单的源码目录结构、一些常用的C例程和makefile编译脚本。(Linux-dev-framework is a Linux program development framework based on the C language and the GCC tool chain.
Linux-dev-framework contains a simple source directory structure, a number of commonly used C routines and makefile compiler script.)
Platform: |
Size: 123904 |
Author: langtest
|
Hits:
Description: shell脚本大全,用于初学者学习linux使用。能够更好的了解Linux系统。(Shell script Daquan, for beginners to learn Linux use. A better understanding of the Linux system.)
Platform: |
Size: 17561600 |
Author: Anna_cjf
|
Hits:
Description: LINUX SHELL脚本攻略(中文版带书签)(LINUX SHELL script Introduction (Chinese version with bookmarks))
Platform: |
Size: 20956160 |
Author: 花椒
|
Hits:
Description: liunx的脚本命令大全,适用于初学Linux的童鞋(Liunx script command Guinness, for beginners Linux children's shoes)
Platform: |
Size: 25600 |
Author: SouthFire
|
Hits:
Description: 这是一本关于 Linux 命令行与 shell 脚本编程的全方位教程,主要包括四大部分 :Linux 命令行,shell 脚本编程基础,高级 shell 脚本编程,如何创建实用的 shell 脚本(This is a Linux on the command line and the full range of shell script programming tutorial, mainly includes four parts: Linux command line based shell scripting, advanced Shell Scripting, how to create a practical shell script)
Platform: |
Size: 15767552 |
Author: smart1993
|
Hits:
« 12
3
4
5
6
7
8
9
10
...
24
»