zoukankan      html  css  js  c++  java
  • 为创世纪图书馆(Library Genesis)作镜像

    1. 简介
      1. Library Genesis的Wikipedia条目中的介绍是:

        Library Genesis or LibGen is a search engine for articles and books on various topics,which allows free access to content that is otherwise paywalled or not digitized elsewhere. Among others it carries PDFs of content from Elsevier's ScienceDirect web-portal.

        In 2015, the website became involved in a legal case when Elsevier accused it of providing pirate access to articles and books. LibGen is reported to be registered in both Russia and Amsterdam, making it unclear which legislation applies, and whether defendants will show up in a United States court hearing. LibGen is blocked by a number of ISPs in the United Kingdom, but such DNS-based blocks are claimed to do little to deter access. In late October 2015, a New York district court ordered LibGen to shut down and to suspend use of the domain name (libgen.org), but the site is accessible through alternate domains.

        As of July 2016, the database contains more than 52 million articles from about 50,000 publications.
      2. 以上为非常简短的介绍,但可以看出,①创世纪图书馆可以穿透付费墙②资源非常多,包含书籍论文等等③被起诉,多个ISP拒绝访问
      3. 地址:
        1. libgen.pw
        2. libgen.io
        3. gen.lib.rus.ec
        4. 93.174.95.27
      4. 图书馆论坛:
        1. genofond.org
      5. 资料来源:
        1. 用户上传
        2. 通过已付费账号从付费数据库下载的数据
        3. Sci-Hub的资源:SCI-HUB与Library Genesis协同工作:当用户请求论文的时,首先数据库中查找,找到直接下载,找不到使用付费账号从付费数据库中下载,首先同步到Library Genesis,然后提供给用户下载
        4. hacker communities
      6. 下载方式:
        1. 直接下载
        2. BT
        3. DC++
        4. eD2k
        5. *Usenet
    2. 组件:
      1. 数据库
      2. Web服务器
    3. 源:
      1. libgen:http://域名或IP地址/libgen/repository_torrent/
      2. scimag:http://域名或IP地址/scimag/repository_torrent/
      3. comics:ftp://域名或IP地址/comics0/
      4. fiction:http://域名或IP地址/foreignfiction/repository_torrent/
      5. libgen(Usenet):http://域名或IP/libgen/repository_nzb/
      6. pictures:http://域名或IP地址/pictures/
    4. 数据库:
      1. Dumps:http://域名或IP地址/dbdumps/
    5. Web服务器源码:
      1. http://域名或IP地址/libgen/code/
      2. http://域名或IP地址/scimag/code/
      3. http://域名或IP地址/foreignfiction/code/
      4. http://域名或IP地址/comics/code/
    6. 实现细节参见:https://genofond.org/viewtopic.php?f=17&t=791
     
  • 相关阅读:
    onInterceptTouchEvent 与 onTouchEvent 分析与MotionEvent在ViewGroup与View中的分发
    不用windows不会死
    iframe动态改变内嵌页面高度
    算法5-8:矩形相交
    浅析数据库连接池(二)
    Ubuntu下(Linux+Apache+MYSQL+PHP, LAMP)环境搭建
    unix环境高级编程----进程控制wait()
    centos7 通过kvm+vnc 实现远程桌面虚拟化和创建windows、Linux虚拟机
    Android native层动态库注射
    Windows10 下 JAVA JDK版本设置修改操作
  • 原文地址:https://www.cnblogs.com/yaoz/p/7365242.html
Copyright © 2011-2022 走看看