time.google.com
time1.google.com
time2.google.com
time3.google.com
| redis-server /usr/local/etc/redis.conf |
| <div class="col-md-4 d-flex justify-content-center"></div> |
| # settings.py - Django 2.2 | |
| SECURE_CONTENT_TYPE_NOSNIFF = True | |
| SECURE_BROWSER_XSS_FILTER = True | |
| SECURE_SSL_REDIRECT = True | |
| SESSION_COOKIE_SECURE = True | |
| CSRF_COOKIE_SECURE = True | |
| EMAIL_USE_TLS = True | |
| SERVER_EMAIL = '[email protected]' |
| user nginx; | |
| worker_processes 2; | |
| worker_rlimit_nofile 65535; | |
| error_log /var/log/nginx/error.log warn; | |
| pid /var/run/nginx.pid; | |
| events { | |
| worker_connections 65535; |
| <html> | |
| <head> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> | |
| <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | |
| </head> | |
| <body> | |
| <div class="txt1">ACCOUNT SUSPENDED</div> | |
| <div class="txt2">This account has been suspended.</div> | |
| <div class="logo"><img src="http://blog.codepen.io/wp-content/uploads/2012/06/Black-Large.png" width="200px"></div> | |
| <div id="orbit-system"> |
| #!/bin/bash | |
| ssh -D 8123 -f -C -q -N praneeth@<IP-Address> |
Django-Cookiecutter for a base project templatesubscriptions, paymentsBaseModel with id (UUID), created_at & updated_at. Every model sub-classes this modelAbstractUser all the time, even though you don't need onesettings.py files, like base.py, production.pyDJANGO_SETTINGS_MODULE variable in your .env file.env file for managing keys and other secret inforequirements.txt files: requirements/base.txt, requirements/dev.txt| # $OpenBSD: sshd_config,v 1.103 2018/04/09 20:41:22 tj Exp $ | |
| # This is the sshd server system-wide configuration file. See | |
| # sshd_config(5) for more information. | |
| # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin | |
| # The strategy used for options in the default sshd_config shipped with | |
| # OpenSSH is to specify options with their default value where | |
| # possible, but leave them commented. Uncommented options override the |
| server { | |
| listen 80; | |
| listen [::]:80; | |
| server_name teenarp.com www.teenarp.com; | |
| return 301 https://www.teenarp.com$request_uri; | |
| expires max; | |
| } |