This file contains hidden or 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
root@OpenWrt:~# logread -f -e opennds | |
Wed Dec 29 20:52:16 2021 daemon.debug opennds[18606]: client access: GET /generate_204 | |
Wed Dec 29 20:52:16 2021 daemon.debug opennds[18606]: client ip address is [ 192.168.1.147 ] | |
Wed Dec 29 20:52:16 2021 daemon.debug opennds[18606]: Executing command: /usr/lib/opennds/libopennds.sh get_interface_by_ip "192.168.1.147" | |
Wed Dec 29 20:52:16 2021 daemon.debug opennds[18606]: Setting default SIGCHLD handler SIG_DFL | |
Wed Dec 29 20:52:16 2021 daemon.debug opennds[18606]: Reading command output | |
Wed Dec 29 20:52:16 2021 daemon.debug opennds[18606]: command output: [br-lan] | |
Wed Dec 29 20:52:16 2021 daemon.debug opennds[18606]: Interface used to route ip [192.168.1.147] is [br-lan] | |
Wed Dec 29 20:52:16 2021 daemon.debug opennds[18606]: Gateway Interface is [br-lan] | |
Wed Dec 29 20:52:16 2021 daemon.debug opennds[18606]: Client ip address [192.168.1.147] is on our subnet using interface [br-lan] |
This file contains hidden or 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
Compiling error | |
Error: Command failed: /bin/sh -c /home/deivison/arduino/arduino /home/deivison/Arduino-cods/Codigos/reboot_system2/reboot_system2.ino --verify | |
Picked up JAVA_TOOL_OPTIONS: | |
Loading configuration... | |
Inicializando pacotes... | |
Preparando placas... | |
Verificando... | |
AVISO: A categoria '' na biblioteca UIPEthernet é invalida. Definindo para 'Uncategorized' | |
AVISO: A categoria '' na biblioteca UIPEthernet é invalida. Definindo para 'Uncategorized' | |
reboot_system2:13: error: conversion from 'int' to 'UIPClient' is ambiguous |
This file contains hidden or 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
<?php | |
/* Envia sms passando parametros por linha de comando | |
* | |
* Deivison Moraes | |
*/ | |
$pid = pcntl_fork(); | |
posix_setsid(); | |
if ($pid == -1) { |
This file contains hidden or 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
CONFIG_TARGET_ar71xx=y | |
CONFIG_TARGET_ar71xx_generic=y | |
CONFIG_TARGET_ar71xx_generic_TLWR740=y | |
# CONFIG_FEED_luci is not set | |
# CONFIG_FEED_management is not set | |
# CONFIG_FEED_packages is not set | |
# CONFIG_FEED_routing is not set | |
# CONFIG_FEED_targets is not set | |
# CONFIG_FEED_telephony is not set | |
CONFIG_OPENSSL_WITH_EC=y |
This file contains hidden or 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
CONFIG_TARGET_ar71xx=y | |
CONFIG_TARGET_ar71xx_generic=y | |
CONFIG_TARGET_ar71xx_generic_TLWR740=y | |
# CONFIG_FEED_luci is not set | |
# CONFIG_FEED_management is not set | |
# CONFIG_FEED_packages is not set | |
# CONFIG_FEED_routing is not set | |
# CONFIG_FEED_targets is not set | |
# CONFIG_FEED_telephony is not set | |
CONFIG_OPENSSL_WITH_EC=y |