网站综合信息 c3389.com
    • 标题:
    • cy's Blog-好好学习 天天上网 
    • 关键字:
    • cy vps mysql php linux 3306 3389 维护 运维 故障解决 数据库 挂马 安全 学习 
    • 描述:
    • 好好学习,天天上网,每天进步一点点 
    • 域名信息
    • 域名年龄:15年5个月  注册日期:2010年03月23日  到期时间:2016年03月23日
      注册商:GODADDY.COM, LLC 
    • 服务器空间
    • IP:182.237.0.195 同IP网站13个 详情
      地址:香港 Pang International Limited数据中心(九龙旺角花园街1号鸿禧大厦2D)
    • 备案信息
    • 备案号: 
    网站收录SEO数据
    • 搜索引擎
    • 收录量
    • 反向链接
    • 其他
    • 百度
    • 0  
    • 0  
    • 快照:2014-08-25  
    • Google
    • 320  
    • 1  
    • pr:1  
    • 雅虎
    • 0  
    •  
    •  
    • 搜搜
    • 0  
    •  
    •  
    • 搜狗
    • 0  
    •  
    • 评级:1/10  
    • 360搜索
    • 116  
    •  
    •  
    域名流量Alexa排名
    •  
    • 一周平均
    • 一个月平均
    • 三个月平均
    • Alexa全球排名
    • 6,032,481  
    • 平均日IP
    • 日总PV
    • 人均PV(PV/IP比例)
    • 反向链接
    • dmoz目录收录
    • -  
    • 流量走势图
    域名注册Whois信息

    c3389.com

    域名年龄: 15年5个月
    注册时间: 2010-03-23
    到期时间: 2016-03-23
    注 册 商: GODADDY.COM, LLC

    获取时间: 2015年09月13日 14:38:54
    Domain Name: C3389.COM
    Registrar: GODADDY.COM, LLC
    Sponsoring Registrar IANA ID: 146
    Whois Server: whois.godaddy.com
    Referral URL: http://registrar.godaddy.com
    Name Server: V1S1.XUNDNS.COM
    Name Server: V1S2.XUNDNS.COM
    Status: clientDeleteProhibited http://www.icann.org/epp#clientDeleteProhibited
    Status: clientRenewProhibited http://www.icann.org/epp#clientRenewProhibited
    Status: clientTransferProhibited http://www.icann.org/epp#clientTransferProhibited
    Status: clientUpdateProhibited http://www.icann.org/epp#clientUpdateProhibited
    Updated Date: 2015-04-25
    Creation Date: 2010-03-23
    Expiration Date: 2016-03-23

    >>> Last update of whois database: Sun, 2015-Sep-13 06:50:02 GMT <<<

    For more information on Whois status codes, please visit
    https://www.icann.org/resources/pages/epp-status-codes-2014-06-16-en.
    Domain Name: C3389.COM
    Registrar URL: http://www.godaddy.com
    Registrant Name: li chengyan
    Registrant Organization:
    Name Server: V1S1.XUNDNS.COM
    Name Server: V1S2.XUNDNS.COM
    DNSSEC: unsigned

    For complete domain details go to:
    http://who.godaddy.com/whoischeck.aspx?domain=C3389.COM
    其他后缀域名
    • 顶级域名
    • 相关信息
    网站首页快照(纯文字版)
    抓取时间:2015年07月16日 21:56:31
    网址:http://c3389.com/
    标题:cy's Blog-好好学习 天天上网
    关键字:cy,vps,mysql,php,linux,3306,3389,维护,运维,故障解决,数据库,挂马,安全,学习
    描述:好好学习,天天上网,每天进步一点点
    主体:
    cy's Blog好好学习 天天上网首页搜索关键词乱弹淘宝店铺留言本[置顶] 美国VPS服务器_美国VPS服务器租用_大陆直连线路美国VPS服务器[置顶] 友情链接申请说明监测网卡断网后自动重启网卡@echo offecho "网卡自动重启服务正在进行中.......":beginping g.cn>ping.txt rem echo %errorlevel%if %ERRORLEVEL% == 1 goto ping2goto loop:ping2ping baidu.com>ping.txt rem echo %errorlevel%if %ERRORLEVEL% == 1 goto rebootgoto loop:rebootcmd /c netsh interface set interface name="本地连接" admin=DISABLEDcmd /c netsh interface set interface name="本地连接" admin=ENABLED将以上代码复制到记事本,另存为net.bat利用任务计划定期执行此bat程序即可实现定时检测网络是否正常,如果不正常则会自动重启。阅读全文 |  2015/07/14 | 发布:lcy | 分类:技术文章 | 评论:0 | 浏览:由于其配置信息(注册表中的)不完整或已损坏,Windows 无法启动这个硬件设备。 (代码 19)在任务栏上点“开始”菜单,点运行,输入regedit后按确定打开注册表编辑器,在左边依次展开到 exe,进入注册表编辑器,到左边的项目栏里找到 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11C E-BFC1-08002BE10318}选定,在右面窗口找到upperfilter”项和“loweverfilter”项。点右键删除“upperfilter”项和“loweverfilter”项More...阅读全文 |  2015/06/21 | 发布:lcy | 分类:技术文章 | 评论:0 | 浏览:
    centos 7 设置固定IP
    cd  /etc/sysconfig/network-scripts
    ls (看网卡名字 默认 ifg-eth0)
    vi ifg-eth0
    按下insert进入编辑模式
    改以下
    OTPROTO=static(默认是dhcp)
    ONBOOT=yes (默认是no)
    添加以下
    IPADDR=192.168.1.123(需要设置的IP)
    NETMASK=255.255.255.0(掩码)
    GATEWAY=192.168.1.1(网关)
    DNS1=114.114.114.114(云DNS)
    按ESC 输入:wq 回车退出
    重启网卡service network restart
    OK 设置成功
    阅读全文 |  2015/04/28 | 发布:lcy | 分类:Linux之路 | 评论:0 | 浏览:
    中国姓名排行TOP500(来自人口数据库)
    $ smtp-user-enum.pl -M VRFY -U users.txt -t 10.0.0.1 Starting smtp-user-enum v1.0 ( http://pentestmonkey.net/tools/smtp-user-enum )   ---------------------------------------------------------- |                   Scan Information                       |   ---------------------------------------------------------- Mode ..................... VRFY Worker Processes ......... 5 Usernames file ........... users.txt Target count ............. 1 Username count ........... 47 Target TCP port .......... 25 Query timeout ............ 5 secs Relay Server ............. Not used ######## Scan started at Sun Jan 21 18:01:50 2007 ######### root@10.0.0.1: Exists bin@10.0.0.1: Exists daemon@10.0.0.1: Exists lp@10.0.0.1: Exists adm@10.0.0.1: Exists uucp@10.0.0.1: Exists postmaster@10.0.0.1: Exists nobody@10.0.0.1: Exists ftp@10.0.0.1: Exists ######## Scan completed at Sun Jan 21 18:01:50 2007 ######### 9 results. 47 queries in 1 seconds (47.0 queries / sec)$ ./smtp-user-enum.pl -D example.com -M RCPT -U users.txt -t 10.0.0.1 Starting smtp-user-enum v1.1 ( http://pentestmonkey.net/tools/smtp-user-enum ) ---------------------------------------------------------- |                   Scan Information                       | ---------------------------------------------------------- Mode ..................... RCPT Worker Processes ......... 5 Usernames file ........... users.txt Target count ............. 1 Username count ........... 47 Target TCP port .......... 25 Query timeout ............ 5 secs Target domain ............ example.com ######## Scan started at Wed Jan 16 20:43:58 2008 ######### 10.0.0.1: bin@example.com exists 10.0.0.1: daemon@example.com e

    © 2010 - 2020 网站综合信息查询 同IP网站查询 相关类似网站查询 网站备案查询网站地图 最新查询 最近更新 优秀网站 热门网站 全部网站 同IP查询 备案查询

    2025-08-16 10:34, Process in 0.0081 second.