This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
### Author: Benedykt 'b3niup' Przybyło | |
USAGE="Usage: ./$0 [options as for regular cp]" | |
#*****************************************************************************# | |
#** Helpers **# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ip=192.168.1.100 sys=laptop ether=001c25123456 | |
dom=laptop.example.com | |
bootf=/386/syslinux/pxelinux.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# vsftpd This shell script takes care of starting and stopping | |
# standalone vsftpd. Customized to be used with CentOS 5.4 | |
# and Monit by creating PID files for each process | |
# | |
# chkconfig: - 60 50 | |
# description: Vsftpd is a ftp daemon, which is the program \ | |
# that answers incoming ftp service requests. | |
# processname: vsftpd |