CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Linux IP

搜索资源列表

  1. domainpark

    0下载:
  2. 一个域名停放的小程序,1,打开index.php模仿第3,4行更改为你的域名和域名含义,多加几行都可(如不需含义可忽略此步骤) 2,打开index.php将第219行12345改为你的qq,images/contact.gif图片改为你的联系方式 3,打开mail.php将第5行的mail@mail.com改为你的邮箱(主机需支持mail函数,linux服务器默认支持) 4,域名指向空间ip,空间面板里绑定域名-A domain parking a small program, on
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:42018
    • 提供者:完善
  1. python_changeip.py.tar

    0下载:
  2. 在linux环境下通过python脚本来修改IP地址、MAC等-In the linux environment, through the python scr ipt to modify the IP address, MAC, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:856
    • 提供者:xutao
  1. ip2hostname

    0下载:
  2. ip to hostname with python,use on linux and windows
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:633
    • 提供者:b4che10r
  1. changepw

    0下载:
  2. python批量修改linux用户密码,可以输入ip列表通过ssh连接。-python change passwod for linux,linux for ip list,connected ssh is ok.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:892
    • 提供者:邝国宁
  1. tz

    0下载:
  2. php探针1 1、服务器环境探测:CPU、在线时间、内存使用状况、系统平均负载探测(支持LINUX、FreeBSD系统,需系统支持),操作系统、服务器域名、IP地址、解释引擎等 2、PHP基本特征探测:版本、运行方式、安全模式及常规参数 3、PHP组件支持探测:MYSQL、GD、XML、SESSION、SOCKET等组件支持情况 4、服务器性能检测:整数运算能力、浮点数运算能力、数据IO能力 5、自定义探测:MYSQL连接测试、MAIL发信测试、函数支持情况及PHP配置参数 PHP探针干
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:15401
    • 提供者:2597416944
  1. tz2

    0下载:
  2. php探针2 1、服务器环境探测:CPU、在线时间、内存使用状况、系统平均负载探测(支持LINUX、FreeBSD系统,需系统支持),操作系统、服务器域名、IP地址、解释引擎等 2、PHP基本特征探测:版本、运行方式、安全模式及常规参数 3、PHP组件支持探测:MYSQL、GD、XML、SESSION、SOCKET等组件支持情况 4、服务器性能检测:整数运算能力、浮点数运算能力、数据IO能力 5、自定义探测:MYSQL连接测试、MAIL发信测试、函数支持情况及PHP配置参数 PHP探针干
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:11929
    • 提供者:2597416944
  1. ip2int

    0下载:
  2. 使用c语言,在linux环境下实现IP地址的类型转换,将其转换成整型的-Use c language to achieve type conversion IP address in the linux environment, to convert it into integer
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:521
    • 提供者:Liu Jun jie
  1. tcp.ZIP

    0下载:
  2. 这是tcp ip的参考聊天程序,可以在linux运行,可以参照修改-This is a TCP IP reference chat program, can run on Linux, can consult to modify
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:10196
    • 提供者:liujia
  1. hosts.tar

    0下载:
  2. 大陆无法访问google.com。hosts中提供了google的服务器的地址解析,将这些ip加入windows或linux host文件,无需越狱可以访问google-China can not access google.com. hosts provided a google server address resolution, will join these ip windows or linux host files without access to google jailbreak
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2753
    • 提供者:zhangyong
  1. loc-build-desktop-Qt_4_8_1_dans_le_PATH__Syst_me_

    0下载:
  2. It is a graphical user interface for avoustic source localisation. It uses an imote2 wireless sensor with four microphone to determine the acoustic source coordinate with the TDOA methode. The link between the host pc and the imote is
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:101948
    • 提供者:fethy16
  1. phpprobe

    0下载:
  2. Phpprobe probes are used to detect web running environment, PHP information, view server IP address, server hard disk resource, memory occupation, CPU and other information. Support Linux, FreeBSD, Windows, OS, X platforms. Windows default does not
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:952320
    • 提供者:lsun
  1. nf_nat_sip

    0下载:
  2. linux底层视频流协议包修改程序,修改原目的IP地址(Linux bottom video stream protocol package modification program)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:6144
    • 提供者:天天迷糊
  1. linux_qq

    0下载:
  2. 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:41984
    • 提供者:零下10度C
  1. doc-iptables-firewall

    0下载:
  2. it's a tutorial documents to configuration ip tablet firewall in linux version.
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1287168
    • 提供者:arielesc
  1. usbip_windows_v0.2.0.0_signed

    0下载:
  2. 链接linux usbip的windows客户端(link to Linux usb ip)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:226304
    • 提供者:风乎舞雩11
  1. bird-master

    0下载:
  2. The BIRD project aims to develop a dynamic IP routing daemon with full support of all modern routing protocols, easy to use configuration interface and powerful route filtering language, primarily targeted on (but not limited to) Linux and other U
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:832512
    • 提供者:``李的
搜珍网 www.dssz.com