Configurando servidor de firewall, com servidor e máquinas cliente.
Firewall Debian - Servidor Debian - Cliente Windows XP - Cliente Windows XP -
@echo off | |
REM Nome do arquivo de configuração | |
set config_file=config.txt | |
REM Verificar se o arquivo de configuração existe | |
if not exist %config_file% ( | |
echo O arquivo de configuracao %config_file% nao foi encontrado. | |
pause | |
exit /b | |
) |
[email protected] amor é rico, mas nossos bolsos... Bem, ajuda5204000053039865802BR5922GISELY MACEDO DE SOUSA6008TERESINA62130509Casamento63043A8D |
00020126930014br.gov.bcb.pix0114+55869817929370253Live Posse IFPI Tecnico Administrativo e Professores520400005303986540538.465802BR5925SILVESTRE DO CARMO DE LIM6008TERESINA62580520SAN2023020513350372750300017br.gov.bcb.brcode01051.0.063049B9F |
rtmp://192.168.31.77:1935 |
.screen-custom { | |
} | |
.text-custom { | |
position: relative; | |
} | |
.text-custom span:not(:empty) { | |
background-color: rgba(67, 50, 42, 0.7); | |
display: grid; |
.screen-custom { | |
} | |
.text-custom { | |
position: relative; | |
} | |
.text-custom span:not(:empty) { | |
background-color: rgba(67, 50, 42, 0.7); | |
display: grid; |
# CLIENTE | |
10.19.8.196 | |
# SERVIDOR | |
10.19.8.109 | |
#Ver regas | |
iptables -L | |
# Bloquear conexões via SSH de cliente |
# /etc/supervisor/supervisord.conf | |
environment=LANG="en_US.utf8", LC_ALL="en_US.UTF-8", LC_LANG="en_US.UTF-8" |
# -*- coding: utf-8 -*- | |
DEBUG = True | |
DATABASES = { | |
'default': { | |
'ENGINE': 'django.db.backends.mysql', | |
'NAME': 'institucional', | |
'USER': 'root', | |
'PASSWORD': 'root', |