perl -MMIME::Base64 -ne 'print decode_base64($_)' ./saml_input.txt | xmllint --format - | source-highlight -s xml -f esc
cat ./saml_input.txt | ruby -r Base64 -ne 'puts Base64.decode64($_)' | xmllint --format - | source-highlight -s xml -f esc
| #!/bin/sh | |
| # Reference: http://docs.oracle.com/cd/B28359_01/server.111/b32009/strt_stp.htm | |
| # | |
| if [[ $EUID -ne 0 ]]; then | |
| echo "This script needs to be run as root (or oracle)" | |
| exit 1 | |
| fi | |
| export ORACLE_HOME=`cat /etc/oratab | grep -v "^#" | grep -v "^$" | cut -d':' -f 2` | |
| export ORACLE_SID=`cat /etc/oratab | grep -v "^#" | grep -v "^$" | cut -d':' -f 1` |
| # sudo service iptables stop | |
| iptables: Flushing firewall rules: [ OK ] | |
| iptables: Setting chains to policy ACCEPT: filter [ OK ] | |
| iptables: Unloading modules: [ OK ] | |
I hereby claim:
To claim this, I am signing this object: