Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
_377921c1b414c313d0310f0e159870a3.adiberia.com. 1 IN CNAME 2d80b2c192970a715c9e6e6858e933ee.91a6ce27ae1824777bd984e3f687e557.Wb3DsP6B.comodoca.com. | |
_48b3de17868bc969af063831893cee3b.adiberia.com. 1 IN CNAME a3ce56287dc626d75ab8b625e94700a9.05f1017c3e99ec8f0b1d59c0c824abd5.sectigo.com. | |
_dmarc.adiberia.com. 1 IN TXT "v=DMARC1;p=none;" | |
_sip._tls.adiberia.com. 1 IN SRV 100 1 443 sipdir.online.lync.com. | |
_sipfederationtls._tcp.adiberia.com. 1 IN SRV 100 1 5061 sipfed.online.lync.com. | |
acdkim1._domainkey.adiberia.com. 1 IN CNAME dkim.acdkim1.acems1.com. | |
acdkim2._domainkey.adiberia.com. 1 IN CNAME dkim.acdkim2.acems1.com. | |
adiberia.com 3600 IN SOA mario.ns.cloudflare.com. dns.cloudflare.com. 2046210118 10000 2400 604800 3600 | |
adiberia.com. 1 IN A 13.80.255.59 | |
adiberia.com. 1 IN MX 10 adiberia-com.mail.protection.outlook.com. |
This file contains 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
"tail /opt/hybris/data/hybristomcat.java.pid".execute().text | |
"jmap -dump:format=b,file=/NFS_DATA/transfer/incoming/export/20181014-heapdump.bin 91724".execute().text | |
"tar -zcvf /NFS_DATA/transfer/incoming/export/20181014-heapdump.bin.tgz /NFS_DATA/transfer/incoming/export/20181014-heapdump.bin.hprof".execute().text | |
"chmod 777 /NFS_DATA/transfer/incoming/export/20181014-heapdump.bin.addons".execute().text | |
"chmod 777 /NFS_DATA/transfer/incoming/export/20181014-heapdump.bin.tgz".execute().text |
This file contains 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 | |
# REPO_NAME=<repo>.git | |
# ORIGIN_URL=git@<host>:<project>/$REPO_NAME | |
# REPO1_URL=git@<host>:<project>/$REPO_NAME | |
rm -rf $REPO_NAME | |
git clone --bare $ORIGIN_URL | |
if [ "$?" != "0" ]; then | |
echo "ERROR: failed clone of $ORIGIN_URL" |