How to setup Jenkins on AWS ?
Jenkins setup on AWS Jenkins is a Continuous Integration (CI) [...]
Jenkins setup on AWS Jenkins is a Continuous Integration (CI) [...]
Around a year ago I had written up this cute [...]
I have written up a small perl script which can [...]
for user in $(cut -f1 -d: /etc/passwd); do crontab -u [...]
1. Find.. to which IP address in the server is [...]
for y in `ls | grep .html`; do sed "s/abc/xyz/g" [...]
Create an index.html file : <frameset rows="100%"> <frame src="http://linuxstuffs.wordpress.com/"> </frameset> [...]
#!/bin/bash ls -1 /var/cpanel/users > /root/user_list PORT="22" ssh-keygen -t dsa [...]
#!/bin/bash # For some stupid reason, cPanel screws up the [...]
#!/bin/bash shellpattern='r0nin|m0rtix|upl0ad|r57|c99|shellbot|phpshell|void.ru|phpremoteview|directmail|bash_history|vulnscan|spymeta|raslan58' for user in `/bin/ls /var/cpanel/users` do find /home/$user/public_html [...]