免费GEOIP,查询IP信息,支持IPV4 IPV6 ,包含国家地理位置,维度,asm,邮编 等,例如例如查询1.1.1.1http://geoip.91hu.top/?ip=1.1.1.1例如查询 ::1http://geoip.91hu.top/?ip=::1
阅读全文 →
1 bat_ssh.gopackage main
import (
"bufio"
"fmt"
"golang.org/x/crypto/ssh"
"log"
"os"
阅读全文 →
DEMO :http://proxy-pool.91hu.top/随机获取一个HTT代理http://proxy-pool.91hu.top/get/【搬运工】原文搭建文档https://proxy-pool.readthedocs.io/zh/latest/
阅读全文 →
{#ZC_BLOG_HOST#}upload/20240527/index.php <?php
function curl_post($url,$postdata){
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_POST, 1)
阅读全文 →
免费在线 MySQL/PostgreSQL/MongoDB/Redis 数据库云服务合集
wivwiv
2020-04-26
11,566
阅读3分钟
阅读全文 →
1cd到.ssh目录 当时版本的.ssh目录为 /data/ssh/root/.ssh
用文件管理器把生成的公钥id_rsa.pub丢到/data/ssh/root/.ssh目录里面来安装公钥
cat id_rsa.pub >> authorized_keys
chmod 644 authorized_keys
2修改sshd_config文件 :
RSAAuthentication
阅读全文 →
package main
import (
"fmt"
"net"
"net/http"
)
func sendMagicPacket(macAddr string, broadcastAddr string) error {
&
阅读全文 →
1 ipfs 网关检查 https://ipfs.zlib.pro/ 2 ipfs 安装 wget https://github.com/ipfs/kubo/releases/download/v0.27.0/kubo_v0.27.0_linux-amd64.tar.gz tar -zxvf kubo_v0.27.0
阅读全文 →
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/tcp.h>
#include
阅读全文 →
通过读取CSV 数据 ,使用LSTM 模型训练已知数据,预测csv 数据格式Date,Open,High,Low,Close,Volume,Bitcoin,BTC,Blockchain,Cryptocurrency,Iota
1/3/2016 0:58,436.75,437.5,435.2,437.4,218.731,90,65,57,62,70
1/3/2016 1:56,437.07,437.07,434.2,436.34,78.762,92,74,48,48,71
阅读全文 →
家里宽带网下有J4125小主机做了ESXI 做了小服务器,外网想访问设置ESXI相关配置时,如果在ESXI 里安装一个桌面系统然后用远程操作也可行,太占资源。想用NGINX 做2次转发就可以实现公网访问ESXI ,可以在线查看。实现步骤:1 esxi内网下服务器的宝塔内创建一个esxi.demo.mydomian.cn站,配置反向代理 location / { proxy_set_header Host &
阅读全文 →