bash debugger. You can use this tool to debug bash shell script
标签: bash debugger script debug
上传时间: 2014-08-20
上传用户:waitingfy
shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 用shell脚本对系统进行自动化维护,简单,便捷而且可移植性好. 但shell脚本是可读写的,很有可能会泄露敏感信息,如用户名,密码,路径,IP等. 同样,在shell脚本运行时会也泄露敏感信息. shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 这就很好的解决了上述问题. tar zxvf shc-3.8.tgz cd shc-3.8 make test make make test make strings make install 这一步需要root权限 使用方法: shc -r -f script-name 注意:要有-r选项, -f 后跟要加密的脚本名. 运行后会生成两个文件,script-name.x 和 script-name.x.c script-name.x是加密后的可执行的二进制文件. ./script-name 即可运行. script-name.x.c是生成script-name.x的原文件(c语言)
上传时间: 2013-12-21
上传用户:wfeel
几个简单实用的shell程序。它能使你更充分的了解linux下shell编程。
上传时间: 2013-12-29
上传用户:D&L37
3、使用如下命令更改密码: shell> mysqladmin -u root -p password ‘newpass’ Enter Password:******* 出现Enter Password的提示后输入原来的密码oldpass即可。 读者可以尝试其它所有本章介绍的方法。 4、首先以root用户的身份连接到服务器: shell> mysql -u root -p Enter password:******* 出现Enter password提后输入root用户的密码,然后即进入mysql客户机的交互模式,可以看到下面的提示: Welcome to the MySQL monitor. Commands end with or \g. Your MySQL connection id is 4 to server version: 3.23.25-beta-log Type help or \h for help. Type \c to clear the buffer mysql> 然后发布查询,直接键入题目中的语句: mysql> SELECT User,Host FROM mysql.user
标签: Enter mysqladmin Password password
上传时间: 2016-03-17
上传用户:talenthn
SHELL功能的实现,简单的SHELL入门程序
标签: SHELL
上传时间: 2016-03-18
上传用户:Breathe0125
shell 简单例程,含数学计算\IP获取\awk例程\字数统计示例
上传时间: 2014-01-22
上传用户:chenjjer
在Linux环境下模拟shell 操作系统实验
上传时间: 2013-12-25
上传用户:远远ssad
书中提供了大量 shell-command 实例,它们涵盖系统管理的方方面面,包括的主题有:Ubuntu 的基本概念、系统安装提示、Ubuntu 软件包管理、Ubuntu 中的 Linux 内核、系统微调、建立网关、文本编辑器、CVS、程序设计、面向非开发者的 GnuPG 等,每个主题都包括基础指南、实用技巧和其它相关信息。
标签: shell-command
上传时间: 2013-12-23
上传用户:zhangliming420
这是一个shell的实现程序。其中System的实现参考了linux的。不好意思哈。
上传时间: 2016-03-28
上传用户:彭玖华
本文将较为详细地介绍 Linux 下最常用的 shell,bash。bash(Bourne Again Shell) 是 Linux 的缺省 shell,并被大多数用户所使用,在本文中你将学会:
上传时间: 2016-04-08
上传用户:ippler8