Skip to content

Instantly share code, notes, and snippets.

View serverok's full-sized avatar
🎯
Focusing

Yujin Boby serverok

🎯
Focusing
View GitHub Profile
root@Ubuntu-1604-xenial-64-minimal ~/ssh # dpkg -i *.deb
(Reading database ... 71463 files and directories currently installed.)
Preparing to unpack libgssapi-krb5-2_1.15.1-2_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.15.1-2) over (1.15.1-2) ...
Preparing to unpack openssh-client_7.5p1-10ubuntu0.1_amd64.deb ...
Unpacking openssh-client (1:7.5p1-10ubuntu0.1) over (1:7.5p1-10ubuntu0.1) ...
Preparing to unpack openssh-server_7.5p1-10ubuntu0.1_amd64.deb ...
Unpacking openssh-server (1:7.5p1-10ubuntu0.1) over (1:7.5p1-10ubuntu0.1) ...
Preparing to unpack openssh-sftp-server_7.5p1-10ubuntu0.1_amd64.deb ...
Unpacking openssh-sftp-server (1:7.5p1-10ubuntu0.1) over (1:7.5p1-10ubuntu0.1) ...
<!-- Start of LiveChat (www.livechatinc.com) code -->
<div id="liveChatBoxx"></div>
<script type="text/javascript">
window.__lc = window.__lc || {};
window.__lc.license = 9478570;
(function() {
var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true;
lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js';
var s = document.getElementById('liveChatBoxx');
s.parentNode.insertBefore(lc, s);
We use bluehost DNS for the domain
boby@hon-pc-01:~$ whois faxbb.com
Domain Name: FAXBB.COM
Registry Domain ID: 1463566165_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.tucows.com
Registrar URL: http://www.tucowsdomains.com
Updated Date: 2018-02-06T17:08:22Z
Creation Date: 2008-05-02T18:32:43Z
Registry Expiry Date: 2018-05-02T18:32:43Z
We use NS11.DOMAINCONTROL.COM and NS12.DOMAINCONTROL.COM
Both name servers points to new IP 50.63.15.178
Now if it us not working for you, all you need to do is wait for DNS propagation https://in.godaddy.com/help/what-factors-affect-dns-propagation-time-1746
root@ok:~# nslookup LATINPROPOSAL.COM NS11.DOMAINCONTROL.COM
Server: NS11.DOMAINCONTROL.COM
Address: 216.69.185.6#53
[root@wankbus ~]# vi /etc/resolv.conf
[root@wankbus ~]# cat /etc/resolv.conf
nameserver 127.0.0.1
nameserver 213.186.33.99
search ovh.net
nameserver 8.8.8.8
[root@wankbus ~]# vi /etc/resolv.conf
[root@wankbus ~]# curl https://media1.wankbus.com/remote_control.php
connected.[root@wankbus ~]# cat /etc/resolv.conf
nameserver 8.8.8.8
===========================
DKIM
===========================
Public signature to enter into DNS:
5AD2BBE8-1B2E-11E8-BBBA-64DF1D4EB6CC._domainkey IN TXT ( "v=DKIM1; k=rsa; "
"p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8xjPZ2DNVSEFUe5X4Rl1TS8Mwltnwfnq0G8rX4j50Zfh35QnWH2Nit4JqURBf12R2lbwJJCYavvrapHb0HfEu5+ssqQCgHjk+Z0ukzEXoFbyMj1dvPZcDxo1/sZYO3dP2xQWz6vhIl71k9ns87TKFOSgK0b8pFHdRmHA8UwsEm8GB89Lk1OcX9sMH+srnPc5jOYQhrgoLM8igM"
"ZjgQ5UG8cE+IbmPGtIPn/3mZ7FAS7VigjbzY7nUVd+f0BtYLy/2ELrsmFL21Gxn59DcO4qB0oDHvamiTzKmAuRgxxIPpOsNmXX/0iOtY5Vcfr4Fnsnn8ir5jXz2OxHR2rQZ6Pe+QIDAQAB" ) ; ----- DKIM key 5AD2BBE8-1B2E-11E8-BBBA-64DF1D4EB6CC for correo.net.gt
1) SPF record, add following SPF record.
v=spf1 a mx -all
2) Your reverse DNS does not match with your sending domain.
You need to ask the server provider to set RDNS for your IP
190.111.26.60 > correo.net.gt
#!/bin/bash
date=`date "+%Y-%m-%dT%H-%M-%S"`
backup=/share/MD0_DATA/backup1
targets="/bin /etc /lib /lib64 /opt /sbin /usr /var"
if [ -d $backup/logs ]; then
mkdir -p $backup/logs
fi
Hello,
When i sent email to hotmail, i get followig bounced message.
------------------------------------------------------------
MailEnable: Message could not be delivered to some recipients.
The following recipient(s) could not be reached:
Recipient: [SMTP:oosama-re@hotmail.com]
Reason: 550 5.7.1 Unfortunately, messages from [5.189.153.193] weren't sent.
Here is the original config
[root@media web]# cat media1.wankbus.com.nginx.conf
server {
listen 158.69.240.98:80;
server_name media1.wankbus.com ;
error_log /var/log/httpd/domains/media1.wankbus.com.error.log error;
location / {
proxy_pass http://158.69.240.98:8080;