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
 
 

为创世纪图书馆(Library Genesis)作镜像的更多相关文章

  1. 图形学创世纪——写在SIGGRAPH 40年的边上

    40年的边上" title="图形学创世纪--写在SIGGRAPH 40年的边上"> 前言: SIGGRAPH是由ACM SIGGRAPH(美国计算机协会计算机图形 ...

  2. Poetize4 创世纪

    3037: 创世纪 Time Limit: 5 Sec  Memory Limit: 128 MBSubmit: 123  Solved: 66[Submit][Status] Description ...

  3. 编程哲学之C#篇:01——创世纪

    我们能否像神一样地创建一个世界? 对于创建世界而言,程序员的创作能力最接近于神--相对于导演,作家,漫画家而言,他们创建的世界(作品)一旦完成,就再也不会变化,创建的角色再也不会成长.而程序员创建的世 ...

  4. 【BZOJ3037/2068】创世纪/[Poi2004]SZP 树形DP

    [BZOJ3037]创世纪 Description applepi手里有一本书<创世纪>,里面记录了这样一个故事……上帝手中有着N 种被称作“世界元素”的东西,现在他要把它们中的一部分投放 ...

  5. [bzoj3037/2068]创世纪[Poi2004]SZP_树形dp_并查集_基环树

    创世纪 SZP bzoj-3037/2068 Poi-2004 题目大意:给你n个物品,每个物品可以且仅可以控制一个物品.问:选取一些物品,使得对于任意的一个被选取的物品来讲,都存在一个没有被选取的物 ...

  6. CH6401 创世纪

    6401 创世纪 0x60「图论」例题 描述 上帝手中有 N(N≤10^6) 种世界元素,每种元素可以限制另外1种元素,把第 i 种世界元素能够限制的那种世界元素记为 A[i].现在,上帝要把它们中的 ...

  7. JZOJ 3929. 【NOIP2014模拟11.6】创世纪

    3929. [NOIP2014模拟11.6]创世纪 (Standard IO) Time Limits: 1000 ms Memory Limits: 65536 KB Description 上帝手 ...

  8. T1创世纪(原创)

    创世纪 这是我的第一道原创题 题解: 这道题的核心算法是:加维度的最短路+贪心 状态:\(dis[i][j][t][a]\)表示在 \(t\) 时,到达 \((i,j)\) ,当前共造\(a\)只&q ...

  9. bzoj3037 创世纪

    两种解法: 一.树状DP /*by SilverN*/ #include<iostream> #include<algorithm> #include<cstring&g ...

随机推荐

  1. jquery中的 deferred之 when (三)

    先来看使用案例: var def1 = $.Deferred(); var def2 = $.Deferred(); var def3 = $.Deferred(); var def4 = $.Def ...

  2. 其它 nginx

    原地址忘了 常用命令: 在CMD下输入如下命令,可以强行关闭所有Nginx进程 taskkill /f /im nginx.exe start nginx nginx -s stop nginx -s ...

  3. 知识点---js监听手机返回键,回到指定界面

    方法一. $(function(){ pushHistory(); window.addEventListener(“popstate”, function(e) { window.location ...

  4. windows下git 同步数据到github的常见问题

    常用排错方法: 1,查看连接是否正常. 2,push数据有时会报错,这是由于远程repository和我本地的repository冲突造成. 解决方法: 1.使用强制push的方法: git push ...

  5. oracle中 特殊字符 转义 (&)

    在dml中,若操作的字符中有 & 特殊字符,则会被oracle视作是输入变量的标志,此时需要用转义字符来进行转义. 1.”&“ 转义 这个是Oracle里面用来识别自定义变量的设置,现 ...

  6. SourInsight4 配置视野内引用高亮

  7. Unity2018.3全新Prefab预制件系统深入介绍视频教程+PPT+Demo源码

    Unity在2018.3推出了重新设计的Prefab预制件系统.这一全新的设计终于为一个长达十年的问题画上了完美的句号, 这个问题就是:“什么时候Unity可以提供嵌套式的预制件系统,俗称Nested ...

  8. Mac 安装 mongoDB

    因Homebrew被墙, 这里使用压缩包安装. 一 从官网下载压缩包 二 解压缩 cd ~/Downloads/ tar -zxvf mongodb-osx-ssl-x86_64-4.0.8.tgz ...

  9. leetcode 字谜

    242. Valid Anagram Easy 66298FavoriteShare Given two strings s and t , write a function to determine ...

  10. fROM PPV report

    Month search help: include rmcs0f0m. s_month for s001-spmon at selection-screen on value-request for ...