转自吾爱破解 https://www.52pojie.cn/forum.php?mod=viewthread&tid=574222 需要安装crypto #!/usr/bin/env python # decrypt tp-link config.bin file # coded by no mail from Crypto.Cipher import DES from hashlib import md5 import sys # backup your config.bin from 192
Most routers allow to save and restore configuration from files. This is cool because you can edit the configuration file and upload to the router again enabling some "hidden" configuration options. For example on my D-Link DSL-2640B I managed t
igel udc2 config 系统安装盘下载地址 http://www.myigel.biz/?forcedownload /config/bin/igelone_config #!/bin/sh # in case this is a IGEL one and no license is configured startup license # chooser PRODUCT_ID=`cat /etc/productid` # first check whether this is the
一.前言 最近需要将自己写的WCF服务部署到远程服务器上,也就是公网上.宿主是IIS,在配置成功之前遇到了很多问题,问题如下: 1. WCF该怎么宿主在IIS上,为何会出现 400 Bad Request 2. 防火墙如何开放 3. 为何我能在客户端引用服务,但是运行时依然提示Soap操作错误,404 Not Found 那么接下来,我就告诉大家我走过的坑,也避免了百度上各种司机瞎带路.(网上好多其实是本地部署,Localhost谁都会,VS直接Debug都行) 二.准备阶段
根据源代码包中的readme文件及http://chfj007.blog.163.com/blog/static/173145044201191195856806/?suggestedreading&wumii文章编译成功. 下面我们开始编译内核的工作,首先将从网上下载的内核放到CentOS 6.3的 /usr/src目录下,然后执行下面的操作: cd /usr/srctar xzvf linux-1.0.tar.gz cd /usr/includemv linux linux-CentOSmv