搜索资源列表
file
- 文件模板生成器,一个可以生成规格化c,cpp,makefile,shell等文件的脚本,相当不错,我修改了一下自用。
ppp_ok
- 在arm-linux下完成拨号上网的相关可执行程序,还有脚本。只要稍微修改相关脚本就可以用
source
- 编译说明 1:需要的基本软件包 gtk+-2.0 libxml 2:编译选项 PREFIX:软件安装位置 CONFIG_FILE:软件配置文件位置 3:编译步骤 make sudo make install 4:使用说明 本程序需要root权限,用sudo执行它 第一次运行会弹出配置对话框,点击确定即保存配置。 5:常见问题 1)对话框提示网络发生错误: 查看命令行输出的调试信息,根据错误信息来确定出错原因。常见错误:无效的网卡=>需
EssentialsOfGrub2
- 内容包括: 一、 grub 2 新特性 二、 grub 2 安装与启动 三、 grub 2 配置文件详解 四、脚本修改 五、使用 grub 2 常见错误及修复方法-自动翻译内容: 1, grub 2 new features 2, grub 2 to install and start the third, grub 2 configuration file Xiangjie four, five scr ipt changes, using grub 2 common
tagfileEditor
- 一个方便自定义 slackware linux 安装所需的tagfile的bash脚本。提供功能: 1. 根据已有的tagfile进行修改的功能。 2. 根据一张package清单生成tagfile的功能。 3. 根据当前系统中安装的包生成tagfile的功能。-A custom slackware linux easy to install the required tagfile bash scr ipts. Provide functions: 1. Functions
automake-sample.tar
- redhat 操作系统环境下,实现最简洁的自动编译实例。使用系统自带的autoconf,automake,autoconfig工具实现自动编译。 使用方法: 1:修改Makefile.am文件,将需要编译的.cc文件添加到test_source选项中; 2:运行yadconf脚本文件生成自动编译脚本; 3:运行make命令实现编译。-redhat operating system environment, the most simple and automatic compile
mtu
- 一个很小的脚本,可以批量修改MTU的大小。-change network mut
git-1.7.6.tar
- Git是用于Linux内核开发的版本控制工具,与常用的版本控制工具CVS, Subversion等不同,它采用了分布式版本库的方式,不必服务器端软件支持,使源代码的发布和交流极其方便。 Git的速度很快,这对于诸如Linux kernel这样的大项目来说自然很重要。 Git最为出色的是它的合并跟踪(merge tracing)能力。实际上内核开发团队决定开始开发和使用 Git来作为内核开发的版本控制系统的时候,世界开源社群的反对声音不少,最大的理由是 Git太艰涩难懂,从Git的内部工作机制来说
cd
- Linux下用shell脚本写的一个管理CD唱片和歌曲的小程序,有增加删除修改查看和一些其他功能。-With Linux shell scr ipt written a small program to manage CD albums and songs, increasing delete modify the view and some other functions.
watchdog
- 基于主板提供的linux环境下的动态库,实现的一个看门口程序,可以用在linux服务器中,当服务器发生死机等严重情况时,该守护进程会使系统重启。修改系统启动对应脚本,启动该进程。-Based motherboard provides dynamic library linux environment to achieve a doorway watching the program, can be used in the Linux server, the daemon will cause t
mod_icd_node
- shell修改xml文件脚本 sed_arm是sed的arm版本-The shell scr ipt modify the XML file
export_fail.tar
- 将导账失败的账户重新导入到db的脚本,需要修改配置文件-To re import the account failed account to the DB scr ipt, the need to modify the configuration file
redis_start.tar
- sehll脚本,用于对redis服务端的配置自定义修改,通过操作sentinel.conf和redis.conf来配置和启动一个高可用主从的redis缓存服务-sehll scr ipt for redis server configuration custom modifications, and by operating sentinel.conf redis.conf to configure and start a highly available master-slave redis
crosstool_script-master
- 使用ct-ng搭建s3c2440的交叉编译环境,在debian 上实现,脚本流程是先用1enviroment 2 build-ct-ng 3build_crosstool_for_s3c2440 需要用户名ll /home/ll 或者自己修改脚本里的目录 在编译cross是弹出配置窗口选择退出并保存 编译结果在/home/ll/x-tools/下(BUIDL THE CROSSTOOLS FOR S3C2440 SHELL scr iptS)
fetch
- 单git仓库提取patch,git status显示的修改文件直接提取(Single git repository to extract the patch)
Shell脚本编程详解-吐血共享
- shell 脚本关键语法共享 ? Shell 命令行的运行 ? 编写、修改权限和执行 Shell 程序的步骤 ? 在 Shell 程序中使用参数和变量 ? 表达式比较、循环结构语句和条件结构语句 ? 在 Shell 程序中使用函数和调用其他 Shell 程序(Shell scr ipt key syntax sharing The running of the Shell command line Steps to write, modify permissions and exe
sethostid.tar
- 可以修改linux6* 的hostid chmod +x sethostid.sh ./sethostid.sh 0011aabb(change hostid for linux 6*)
ganglia配置修改脚本
- linux的ganglia配置文件修改python脚本。(The Linux ganglia configuration file modifies the python scr ipt.)
lab
- 编写一个shell脚本程序,它带一个命令行参数,这个参数是一个文件。如果这个文件是一个普通文件,则打印文件所有者的名字和最后的修改日期。如果程序带有多个参数,则输出出错信息。 编写shell程序,统计指定目录下的普通文件、子目录及可执行文件的数目,目录的路径名字由参数传入。 用bash编写程序,该程序从键盘输入的n个整数,计算其总和、最大值和最小值并输出,从小到大排序并输出。(Write a shell scr ipt program, which takes a command line