123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868 |
- <!DOCTYPE html>
- <html lang="en" data-default-color-scheme=auto>
- <head><!-- hexo injector head_begin start -->
- <script defer src="https://api.limour.top/vue/0d2f95c1-755d-436b-adf8-eee12a80ed32/script.js"></script>
- <!-- hexo injector head_begin end -->
- <meta charset="UTF-8">
- <link rel="apple-touch-icon" sizes="76x76" href="https://img.limour.top/2023/08/29/64ee07361815a.webp">
- <link rel="icon" href="https://img.limour.top/2023/08/29/64ee07361815a.webp">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, shrink-to-fit=no">
- <meta http-equiv="x-ua-compatible" content="ie=edge">
-
- <meta name="theme-color" content="#2f4154">
- <meta name="author" content="Limour">
- <meta name="keywords" content="">
-
- <meta name="description" content="">
-
-
-
- <title>Limour's Blog</title>
- <link rel="stylesheet" href="https://jscdn.limour.top/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" />
- <!-- 主题依赖的图标库,不要自行修改 -->
- <!-- Do not modify the link that theme dependent icons -->
- <link rel="stylesheet" href="//at.alicdn.com/t/font_1749284_hj8rtnfg7um.css">
- <link rel="stylesheet" href="//at.alicdn.com/t/font_1736178_lbnruvf0jn.css">
- <link rel="stylesheet" href="/css/main.css" />
- <link id="highlight-css" rel="stylesheet" href="/css/highlight.css" />
-
- <link id="highlight-css-dark" rel="stylesheet" href="/css/highlight-dark.css" />
-
-
- <link rel="stylesheet" href="/theme-inject/custom.css">
- <link rel="stylesheet" href="/theme-inject/iconfont.css">
- <script id="fluid-configs">
- var Fluid = window.Fluid || {};
- Fluid.ctx = Object.assign({}, Fluid.ctx)
- var CONFIG = {"hostname":"hexo.limour.top","root":"/","version":"1.9.7","typing":{"enable":false,"typeSpeed":70,"cursorChar":"_","loop":false,"scope":[]},"anchorjs":{"enable":true,"element":"h1,h2,h3,h4,h5,h6","placement":"left","visible":"hover","icon":"§"},"progressbar":{"enable":true,"height_px":3,"color":"#29d","options":{"showSpinner":false,"trickleSpeed":100}},"code_language":{"enable":true,"default":"TEXT"},"copy_btn":true,"image_caption":{"enable":true},"image_zoom":{"enable":false,"img_url_replace":["",""]},"toc":{"enable":true,"placement":"right","headingSelector":"h1,h2,h3,h4,h5,h6","collapseDepth":0},"lazyload":{"enable":true,"loading_img":"https://jscdn.limour.top/gh/Limour-dev/Sakurairo_Vision/load_svg/inload.svg","onlypost":false,"offset_factor":2},"web_analytics":{"enable":false,"follow_dnt":true,"baidu":null,"google":{"measurement_id":null},"tencent":{"sid":null,"cid":null},"woyaola":null,"cnzz":null,"leancloud":{"app_id":null,"app_key":null,"server_url":null,"path":"window.location.pathname","ignore_local":false}},"search_path":"/local-search.xml","include_content_in_search":true};
- if (CONFIG.web_analytics.follow_dnt) {
- var dntVal = navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack;
- Fluid.ctx.dnt = dntVal && (dntVal.startsWith('1') || dntVal.startsWith('yes') || dntVal.startsWith('on'));
- }
- </script>
- <script src="/js/utils.js" ></script>
- <script src="/js/color-schema.js" ></script>
-
-
- <link rel="canonical" href="https://hexo.limour.top/page/3/"/>
- <meta name="generator" content="Hexo 7.1.1"><link rel="alternate" href="/atom.xml" title="Limour's Blog" type="application/atom+xml">
- <link rel="alternate" href="/rss2.xml" title="Limour's Blog" type="application/rss+xml">
- </head>
- <body>
-
- <header>
-
- <div class="header-inner" style="height: 100vh;">
- <nav id="navbar" class="navbar fixed-top navbar-expand-lg navbar-dark scrolling-navbar">
- <div class="container">
- <a class="navbar-brand" href="/">
- <strong>Limour's Blog</strong>
- </a>
- <button id="navbar-toggler-btn" class="navbar-toggler" type="button" data-toggle="collapse"
- data-target="#navbarSupportedContent"
- aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
- <div class="animated-icon"><span></span><span></span><span></span></div>
- </button>
- <!-- Collapsible content -->
- <div class="collapse navbar-collapse" id="navbarSupportedContent">
- <ul class="navbar-nav ml-auto text-center">
-
-
-
-
-
- <li class="nav-item">
- <a class="nav-link" href="https://hexo.limour.top/" target="_self">
- <i class="iconfont icon-home-fill"></i>
- <span>Home</span>
- </a>
- </li>
-
-
-
-
-
-
- <li class="nav-item">
- <a class="nav-link" href="/archives/" target="_self">
- <i class="iconfont icon-archive-fill"></i>
- <span>Archive1</span>
- </a>
- </li>
-
-
-
-
-
-
- <li class="nav-item">
- <a class="nav-link" href="https://occdn.limour.top/archives/" target="_self">
- <i class="iconfont icon-archive-fill"></i>
- <span>Archive2</span>
- </a>
- </li>
-
-
-
-
-
-
- <li class="nav-item">
- <a class="nav-link" href="https://b.limour.top/archives/" target="_self">
- <i class="iconfont icon-archive-fill"></i>
- <span>Archive3</span>
- </a>
- </li>
-
-
-
-
-
-
- <li class="nav-item">
- <a class="nav-link" href="https://od.limour.top/" target="_self">
- <i class="iconfont icon-onedrive"></i>
- <span>Alist</span>
- </a>
- </li>
-
-
-
-
-
-
- <li class="nav-item">
- <a class="nav-link" href="https://orcid.org/0000-0001-8897-1685" target="_self">
- <i class="iconfont icon-orcid"></i>
- <span>Orcid</span>
- </a>
- </li>
-
-
-
-
-
-
- <li class="nav-item">
- <a class="nav-link" href="/links/" target="_self">
- <i class="iconfont icon-link-fill"></i>
- <span>Links</span>
- </a>
- </li>
-
-
-
-
-
-
- <li class="nav-item">
- <a class="nav-link" href="/atom.xml" target="_self">
- <i class="iconfont icon-rss"></i>
- <span>RSS</span>
- </a>
- </li>
-
-
-
- <li class="nav-item" id="search-btn">
- <a class="nav-link" target="_self" href="javascript:;" data-toggle="modal" data-target="#modalSearch" aria-label="Search">
- <i class="iconfont icon-search"></i>
- </a>
- </li>
-
-
-
- <li class="nav-item" id="color-toggle-btn">
- <a class="nav-link" target="_self" href="javascript:;" aria-label="Color Toggle">
- <i class="iconfont icon-dark" id="color-toggle-icon"></i>
- </a>
- </li>
-
- </ul>
- </div>
- </div>
- </nav>
-
- <div id="banner" class="banner" parallax=true
- style="background: url('https://img.limour.top/2023/08/29/64ee08e108638.webp') no-repeat center center; background-size: cover;">
- <div class="full-bg-img">
- <div class="mask flex-center" style="background-color: rgba(0, 0, 0, 0.01)">
- <div class="banner-text text-center fade-in-up">
- <div class="h2">
-
- <span id="subtitle">一沙一世界,一花一天堂。君掌盛无边,刹那成永恒。</span>
-
- </div>
-
- </div>
-
- <div class="scroll-down-bar">
- <i class="iconfont icon-arrowdown"></i>
- </div>
-
- </div>
- </div>
- </div>
- </div>
- </header>
- <main>
-
- <div class="container nopadding-x-md">
- <div id="board"
- style="margin-top: 0">
-
- <div class="container">
- <div class="row">
- <div class="col-12 col-md-10 m-auto">
-
- <div class="row mx-auto index-card">
-
-
- <div class="col-12 col-md-4 m-auto index-img">
- <a href="/Aggregating-Azure-and-OpenAI-APIs-with-OneAPI" target="_self">
- <img src="https://api.limour.top/randomImg?d=2023-10-03 20:04:29" srcset="https://jscdn.limour.top/gh/Limour-dev/Sakurairo_Vision/load_svg/inload.svg" lazyload alt="【记录】使用one-api聚合Azure和OpenAI的API">
- </a>
- </div>
-
- <article class="col-12 col-md-8 mx-auto index-info">
- <h2 class="index-header">
-
- <a href="/Aggregating-Azure-and-OpenAI-APIs-with-OneAPI" target="_self">
- 【记录】使用one-api聚合Azure和OpenAI的API
- </a>
- </h2>
-
- <a class="index-excerpt " href="/Aggregating-Azure-and-OpenAI-APIs-with-OneAPI" target="_self">
- <div>
- One-api 是 OpenAI 接口管理 & 分发系统,支持Azure、Anthropic Claude、Google PaLM 2、智谱 ChatGLM、百度文心一言、讯飞星火认知、阿里通义千问、360 智脑以及腾讯混元,可用于二次分发管理 key。 在负载均衡的同时,有效避免了key的泄露风险 部署 One-api 反向代理 账号:root 密码:123456 12mkdir
- </div>
- </a>
- <div class="index-btm post-metas">
-
- <div class="post-meta mr-3">
- <i class="iconfont icon-date"></i>
- <time datetime="2023-10-03 20:04" pubdate>
- 2023-10-03
- </time>
- </div>
-
-
-
- <div class="post-meta">
- <i class="iconfont icon-tags"></i>
-
- <a href="/tags/llama/">#llama</a>
-
- <a href="/tags/docker/">#docker</a>
-
- <a href="/tags/ngpm/">#ngpm</a>
-
- <a href="/tags/openai/">#openai</a>
-
- </div>
-
- </div>
- </article>
- </div>
- <div class="row mx-auto index-card">
-
-
- <div class="col-12 col-md-4 m-auto index-img">
- <a href="/The-Academy-System-Civilization-From-Hundreds-of-Millions-of-Years-Ago" target="_self">
- <img src="https://api.limour.top/randomImg?d=2023-10-02 14:34:26" srcset="https://jscdn.limour.top/gh/Limour-dev/Sakurairo_Vision/load_svg/inload.svg" lazyload alt="【设定】亿万年前的学院制文明">
- </a>
- </div>
-
- <article class="col-12 col-md-8 mx-auto index-info">
- <h2 class="index-header">
-
- <a href="/The-Academy-System-Civilization-From-Hundreds-of-Millions-of-Years-Ago" target="_self">
- 【设定】亿万年前的学院制文明
- </a>
- </h2>
-
- <a class="index-excerpt " href="/The-Academy-System-Civilization-From-Hundreds-of-Millions-of-Years-Ago" target="_self">
- <div>
- 这篇文章讲述了一个被遗忘在时光尘埃中的学院制文明,它存在于亿万年前的罗娑星系。这个文明没有中央政府,而是由各个独立的学院组成,通过平等协商来决定公共事务。学院制的核心理念是去中心化和自主管理。每个学院都有自己的财产、政策和成员组成。不同学院之间按需交流合作,宏观层面的重大决策由各院代表商议达成共识。这个社会还创立了一套动态的评分机制,以体现不同人才智慧贡献的差异。然而,由于个体自由过于注重,导致某
- </div>
- </a>
- <div class="index-btm post-metas">
-
- <div class="post-meta mr-3">
- <i class="iconfont icon-date"></i>
- <time datetime="2023-10-02 14:34" pubdate>
- 2023-10-02
- </time>
- </div>
-
-
-
- <div class="post-meta">
- <i class="iconfont icon-tags"></i>
-
- <a href="/tags/%E6%8E%A2%E7%B4%A2/">#探索</a>
-
- <a href="/tags/%E8%AE%BE%E5%AE%9A/">#设定</a>
-
- <a href="/tags/%E6%96%87%E6%98%8E/">#文明</a>
-
- <a href="/tags/%E6%97%A0%E6%94%BF%E5%BA%9C%E4%B8%BB%E4%B9%89/">#无政府主义</a>
-
- </div>
-
- </div>
- </article>
- </div>
- <div class="row mx-auto index-card">
-
-
- <div class="col-12 col-md-4 m-auto index-img">
- <a href="/shi-yong-GATK-zhao-SNP" target="_self">
- <img src="https://api.limour.top/randomImg?d=2023-09-24 18:49:18" srcset="https://jscdn.limour.top/gh/Limour-dev/Sakurairo_Vision/load_svg/inload.svg" lazyload alt="【学习】使用GATK4.0找SNP">
- </a>
- </div>
-
- <article class="col-12 col-md-8 mx-auto index-info">
- <h2 class="index-header">
-
- <a href="/shi-yong-GATK-zhao-SNP" target="_self">
- 【学习】使用GATK4.0找SNP
- </a>
- </h2>
-
- <a class="index-excerpt " href="/shi-yong-GATK-zhao-SNP" target="_self">
- <div>
- 配置环境 基础编程环境 GitHub 下载加速 可能需要用到的加速服务 SRA工具 1234567conda create -n sra_tools -c bioconda sra-toolsconda activate sra_toolsconda install -c conda-forge lftp -yconda install -c conda-forge pigz -y # 或许
- </div>
- </a>
- <div class="index-btm post-metas">
-
- <div class="post-meta mr-3">
- <i class="iconfont icon-date"></i>
- <time datetime="2023-09-24 18:49" pubdate>
- 2023-09-24
- </time>
- </div>
-
-
-
- <div class="post-meta">
- <i class="iconfont icon-tags"></i>
-
- <a href="/tags/GATK/">#GATK</a>
-
- <a href="/tags/SNP/">#SNP</a>
-
- <a href="/tags/WGS/">#WGS</a>
-
- </div>
-
- </div>
- </article>
- </div>
- <div class="row mx-auto index-card">
-
-
- <div class="col-12 col-md-4 m-auto index-img">
- <a href="/dan-xi-bao-zui-jia-shi-jian-de-liu-cheng" target="_self">
- <img src="https://api.limour.top/randomImg?d=2023-09-21 19:22:33" srcset="https://jscdn.limour.top/gh/Limour-dev/Sakurairo_Vision/load_svg/inload.svg" lazyload alt="【复习】单细胞最佳实践的流程">
- </a>
- </div>
-
- <article class="col-12 col-md-8 mx-auto index-info">
- <h2 class="index-header">
-
- <a href="/dan-xi-bao-zui-jia-shi-jian-de-liu-cheng" target="_self">
- 【复习】单细胞最佳实践的流程
- </a>
- </h2>
-
- <a class="index-excerpt " href="/dan-xi-bao-zui-jia-shi-jian-de-liu-cheng" target="_self">
- <div>
- 配置环境 基础编程环境 GitHub 下载加速 123options(BioC_mirror="https://mirrors.ustc.edu.cn/bioc/") ## 指定 BiocManager::install 镜像options("repos" = c(CRAN="https://mirrors.tuna.tsinghua.edu.
- </div>
- </a>
- <div class="index-btm post-metas">
-
- <div class="post-meta mr-3">
- <i class="iconfont icon-date"></i>
- <time datetime="2023-09-21 19:22" pubdate>
- 2023-09-21
- </time>
- </div>
-
-
-
- <div class="post-meta">
- <i class="iconfont icon-tags"></i>
-
- <a href="/tags/%E5%8D%95%E7%BB%86%E8%83%9E/">#单细胞</a>
-
- <a href="/tags/pipeline/">#pipeline</a>
-
- <a href="/tags/DoubletFinder/">#DoubletFinder</a>
-
- <a href="/tags/DecontX/">#DecontX</a>
-
- </div>
-
- </div>
- </article>
- </div>
- <div class="row mx-auto index-card">
-
-
- <div class="col-12 col-md-4 m-auto index-img">
- <a href="/-fan-yi-Natures-150th-Anniversary-Essay-Competitio" target="_self">
- <img src="https://api.limour.top/randomImg?d=2023-09-19 23:02:23" srcset="https://jscdn.limour.top/gh/Limour-dev/Sakurairo_Vision/load_svg/inload.svg" lazyload alt="【翻译】Nature’s 150th Anniversary Essay Competition">
- </a>
- </div>
-
- <article class="col-12 col-md-8 mx-auto index-info">
- <h2 class="index-header">
-
- <a href="/-fan-yi-Natures-150th-Anniversary-Essay-Competitio" target="_self">
- 【翻译】Nature’s 150th Anniversary Essay Competition
- </a>
- </h2>
-
- <a class="index-excerpt " href="/-fan-yi-Natures-150th-Anniversary-Essay-Competitio" target="_self">
- <div>
- 2019 年 5 月,Nature杂志邀请了年龄在 18 至 25 岁之间的读者参加一场青年科学家论文竞赛。主题是用不超过 1000 字的篇幅告诉我们,他们在有生之年最希望看到的科学进展是什么,以及为什么对他们来说很重要。以下是获胜的三篇文章。 贝多芬的梦想 Beethoven’s dream by Yasmin Ali 作曲家希望能治愈他的听力障碍。很快,研究可能会使这成为我的胞弟和数百万人的
- </div>
- </a>
- <div class="index-btm post-metas">
-
- <div class="post-meta mr-3">
- <i class="iconfont icon-date"></i>
- <time datetime="2023-09-19 23:02" pubdate>
- 2023-09-19
- </time>
- </div>
-
-
-
- <div class="post-meta">
- <i class="iconfont icon-tags"></i>
-
- <a href="/tags/%E7%BF%BB%E8%AF%91/">#翻译</a>
-
- </div>
-
- </div>
- </article>
- </div>
- <div class="row mx-auto index-card">
-
-
- <div class="col-12 col-md-4 m-auto index-img">
- <a href="/gao-ji-ban-wen-juan-xing--SurveyKing--da-jian-guo-cheng" target="_self">
- <img src="https://api.limour.top/randomImg?d=2023-09-17 16:43:11" srcset="https://jscdn.limour.top/gh/Limour-dev/Sakurairo_Vision/load_svg/inload.svg" lazyload alt="【记录】高级版问卷星 SurveyKing 搭建过程">
- </a>
- </div>
-
- <article class="col-12 col-md-8 mx-auto index-info">
- <h2 class="index-header">
-
- <a href="/gao-ji-ban-wen-juan-xing--SurveyKing--da-jian-guo-cheng" target="_self">
- 【记录】高级版问卷星 SurveyKing 搭建过程
- </a>
- </h2>
-
- <a class="index-excerpt " href="/gao-ji-ban-wen-juan-xing--SurveyKing--da-jian-guo-cheng" target="_self">
- <div>
- 问卷星的计算公式需要企业版,而开源的卷王也可以做到这一点,因此搭建卷王来替换掉问卷星。 SurveyKing: 功能最强大&搭建最简单&界面更美观的在线考试/调查问卷/公开查询/题库刷题/360度评估/投票系统,支持一键部署。 搭建步骤 依赖: 反向代理; 内网穿透 账号密码: admin/123456 12mkdir -p ~/app/surveyking &&
- </div>
- </a>
- <div class="index-btm post-metas">
-
- <div class="post-meta mr-3">
- <i class="iconfont icon-date"></i>
- <time datetime="2023-09-17 16:43" pubdate>
- 2023-09-17
- </time>
- </div>
-
-
-
- <div class="post-meta">
- <i class="iconfont icon-tags"></i>
-
- <a href="/tags/docker/">#docker</a>
-
- <a href="/tags/ngpm/">#ngpm</a>
-
- </div>
-
- </div>
- </article>
- </div>
- <div class="row mx-auto index-card">
-
-
- <div class="col-12 col-md-4 m-auto index-img">
- <a href="/-ji-lu--zai--Slurm--ping-tai-de-GPU-ji-qun-shang-shi-yong--Pytorch" target="_self">
- <img src="https://api.limour.top/randomImg?d=2023-09-06 20:24:43" srcset="https://jscdn.limour.top/gh/Limour-dev/Sakurairo_Vision/load_svg/inload.svg" lazyload alt="【记录】在 Slurm 平台的GPU集群上使用 Pytorch">
- </a>
- </div>
-
- <article class="col-12 col-md-8 mx-auto index-info">
- <h2 class="index-header">
-
- <a href="/-ji-lu--zai--Slurm--ping-tai-de-GPU-ji-qun-shang-shi-yong--Pytorch" target="_self">
- 【记录】在 Slurm 平台的GPU集群上使用 Pytorch
- </a>
- </h2>
-
- <a class="index-excerpt " href="/-ji-lu--zai--Slurm--ping-tai-de-GPU-ji-qun-shang-shi-yong--Pytorch" target="_self">
- <div>
- 更新:不用编译了,直接装最新版就行,cuda 是可以兼容低版本驱动的,cuda-compat 似乎可以不装。之前运行检测失败是因为 HPC 上的环境变量没有指定驱动的 bin 和 lib 的路径。 先说结论,没有 root 权限的 HPC,千万不要想着用最新版本的 pytorch。自己编译也不行,因为已经不支持 cuda11.7 以下的版本了,而没有
- </div>
- </a>
- <div class="index-btm post-metas">
-
- <div class="post-meta mr-3">
- <i class="iconfont icon-date"></i>
- <time datetime="2023-09-06 20:24" pubdate>
- 2023-09-06
- </time>
- </div>
-
-
-
- <div class="post-meta">
- <i class="iconfont icon-tags"></i>
-
- <a href="/tags/nvidia/">#nvidia</a>
-
- <a href="/tags/torch/">#torch</a>
-
- <a href="/tags/slurm/">#slurm</a>
-
- </div>
-
- </div>
- </article>
- </div>
- <div class="row mx-auto index-card">
-
-
- <div class="col-12 col-md-4 m-auto index-img">
- <a href="/-ji-lu--da-jian-RSS-yue-du-qi-Miniflux" target="_self">
- <img src="https://api.limour.top/randomImg?d=2023-09-02 20:53:18" srcset="https://jscdn.limour.top/gh/Limour-dev/Sakurairo_Vision/load_svg/inload.svg" lazyload alt="【记录】搭建 RSS 阅读器 Miniflux">
- </a>
- </div>
-
- <article class="col-12 col-md-8 mx-auto index-info">
- <h2 class="index-header">
-
- <a href="/-ji-lu--da-jian-RSS-yue-du-qi-Miniflux" target="_self">
- 【记录】搭建 RSS 阅读器 Miniflux
- </a>
- </h2>
-
- <a class="index-excerpt " href="/-ji-lu--da-jian-RSS-yue-du-qi-Miniflux" target="_self">
- <div>
- 基于php的TTRSS速度较慢,因此换成了使用Go编写的RSS阅读器Miniflux,数据库仍然使用Supabase。搭建Miniflux和反代服务器,并开启Fever API。FeedMe的登录方式与TTRSS相同。
- </div>
- </a>
- <div class="index-btm post-metas">
-
- <div class="post-meta mr-3">
- <i class="iconfont icon-date"></i>
- <time datetime="2023-09-02 20:53" pubdate>
- 2023-09-02
- </time>
- </div>
-
-
-
- <div class="post-meta">
- <i class="iconfont icon-tags"></i>
-
- <a href="/tags/docker/">#docker</a>
-
- <a href="/tags/ngpm/">#ngpm</a>
-
- <a href="/tags/rss/">#rss</a>
-
- </div>
-
- </div>
- </article>
- </div>
- <div class="row mx-auto index-card">
-
-
- <div class="col-12 col-md-4 m-auto index-img">
- <a href="/-ji-lu--QPDF-chang-yong-ming-ling" target="_self">
- <img src="https://api.limour.top/randomImg?d=2023-09-02 12:37:29" srcset="https://jscdn.limour.top/gh/Limour-dev/Sakurairo_Vision/load_svg/inload.svg" lazyload alt="【记录】QPDF常用命令">
- </a>
- </div>
-
- <article class="col-12 col-md-8 mx-auto index-info">
- <h2 class="index-header">
-
- <a href="/-ji-lu--QPDF-chang-yong-ming-ling" target="_self">
- 【记录】QPDF常用命令
- </a>
- </h2>
-
- <a class="index-excerpt " href="/-ji-lu--QPDF-chang-yong-ming-ling" target="_self">
- <div>
- 介绍 QPDF 是一款开源的 PDF 操作工具。 GhostScript 是一套基于Adobe、PostScript及可移植文档格式(PDF)的页面描述语言等而编译成的自由软件。 移除密码 1D:\qpdf\bin\qpdf.exe --password='A+4.3!' --decrypt '.\140802 A+外科学1-14(密码:A+4.3!).pdf&#
- </div>
- </a>
- <div class="index-btm post-metas">
-
- <div class="post-meta mr-3">
- <i class="iconfont icon-date"></i>
- <time datetime="2023-09-02 12:37" pubdate>
- 2023-09-02
- </time>
- </div>
-
-
-
- <div class="post-meta">
- <i class="iconfont icon-tags"></i>
-
- <a href="/tags/pdf/">#pdf</a>
-
- </div>
-
- </div>
- </article>
- </div>
- <div class="row mx-auto index-card">
-
-
- <div class="col-12 col-md-4 m-auto index-img">
- <a href="/-ji-lu--da-jian-yuan-cheng-edge-liu-lan-qi" target="_self">
- <img src="https://api.limour.top/randomImg?d=2023-08-31 22:33:46" srcset="https://jscdn.limour.top/gh/Limour-dev/Sakurairo_Vision/load_svg/inload.svg" lazyload alt="【记录】搭建远程edge浏览器">
- </a>
- </div>
-
- <article class="col-12 col-md-8 mx-auto index-info">
- <h2 class="index-header">
-
- <a href="/-ji-lu--da-jian-yuan-cheng-edge-liu-lan-qi" target="_self">
- 【记录】搭建远程edge浏览器
- </a>
- </h2>
-
- <a class="index-excerpt " href="/-ji-lu--da-jian-yuan-cheng-edge-liu-lan-qi" target="_self">
- <div>
- 通过web访问的远程桌面和https之间的特征区别很少。因此,可以搭建通过web访问的远程edge浏览器,以避免New Bing对IP的检测。搭建kasmweb-edge和反代服务,设置默认账户为kasm_user。使用docker-compose启动服务,并设置VNC密码和应用参数。使用Nginx Proxy Manager进行反向代理,但需要在浏览器中获取认证信息并添加到Header中,然后在
- </div>
- </a>
- <div class="index-btm post-metas">
-
- <div class="post-meta mr-3">
- <i class="iconfont icon-date"></i>
- <time datetime="2023-08-31 22:33" pubdate>
- 2023-08-31
- </time>
- </div>
-
-
-
- <div class="post-meta">
- <i class="iconfont icon-tags"></i>
-
- <a href="/tags/docker/">#docker</a>
-
- <a href="/tags/ngpm/">#ngpm</a>
-
- </div>
-
- </div>
- </article>
- </div>
- <nav aria-label="navigation">
- <span class="pagination" id="pagination">
- <a class="extend prev" rel="prev" href="/page/2/#board"><i class="iconfont icon-arrowleft"></i></a><a class="page-number" href="/">1</a><a class="page-number" href="/page/2/#board">2</a><span class="page-number current">3</span><a class="page-number" href="/page/4/#board">4</a><a class="page-number" href="/page/5/#board">5</a><span class="space">…</span><a class="page-number" href="/page/12/#board">12</a><a class="extend next" rel="next" href="/page/4/#board"><i class="iconfont icon-arrowright"></i></a>
- </span>
- </nav>
- </div>
- </div>
- </div>
- </div>
- </div>
-
-
- <a id="scroll-top-button" aria-label="TOP" href="#" role="button">
- <i class="iconfont icon-arrowup" aria-hidden="true"></i>
- </a>
-
-
- <div class="modal fade" id="modalSearch" tabindex="-1" role="dialog" aria-labelledby="ModalLabel"
- aria-hidden="true">
- <div class="modal-dialog modal-dialog-scrollable modal-lg" role="document">
- <div class="modal-content">
- <div class="modal-header text-center">
- <h4 class="modal-title w-100 font-weight-bold">Search</h4>
- <button type="button" id="local-search-close" class="close" data-dismiss="modal" aria-label="Close">
- <span aria-hidden="true">×</span>
- </button>
- </div>
- <div class="modal-body mx-3">
- <div class="md-form mb-5">
- <input type="text" id="local-search-input" class="form-control validate">
- <label data-error="x" data-success="v" for="local-search-input">Keyword</label>
- </div>
- <div class="list-group" id="local-search-result"></div>
- </div>
- </div>
- </div>
- </div>
-
-
- </main>
- <footer>
- <div class="footer-inner">
-
- <div class="footer-content">
- <a target="_blank" rel="nofollow noopener" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=43130202000203"><img src="https://img.limour.top/2023/08/27/64eadeb81d6a0.webp" srcset="https://jscdn.limour.top/gh/Limour-dev/Sakurairo_Vision/load_svg/inload.svg" lazyload>湘公网安备43130202000203号 </a> <a target="_blank" rel="nofollow noopener" href="https://beian.miit.gov.cn/">湘ICP备20008299号 </a> <a target="_blank" rel="nofollow noopener" href="https://icp.gov.moe/?keyword=20210128">萌ICP备20210128号</a> <br> <a href="https://www.foreverblog.cn/" target="_blank"> <img src="https://img.foreverblog.cn/logo_en_default.png" srcset="https://jscdn.limour.top/gh/Limour-dev/Sakurairo_Vision/load_svg/inload.svg" lazyload alt="" style="width:auto;height:24px"> </a> <br> <a href="https://hexo.io" target="_blank" rel="nofollow noopener"><span>Hexo</span></a> <i class="iconfont icon-love"></i> <a href="https://github.com/fluid-dev/hexo-theme-fluid" target="_blank" rel="nofollow noopener"><span>Fluid</span></a> <i class="iconfont icon-love"></i> <a href="https://github.com/limour-blog/limour-blog.github.io" target="_blank" rel="nofollow noopener"><span>SRC</span></a> <i class="iconfont icon-love"></i> <a href="https://web.archive.org/web/20231130095837/https://effectiveacceleration.tech/" target="_blank" rel="nofollow noopener"><span>e/Acc</span></a>
- </div>
-
-
-
-
- </div>
- </footer>
- <!-- Scripts -->
-
- <script src="https://jscdn.limour.top/npm/nprogress@0.2.0/nprogress.min.js" ></script>
- <link rel="stylesheet" href="https://jscdn.limour.top/npm/nprogress@0.2.0/nprogress.min.css" />
- <script>
- NProgress.configure({"showSpinner":false,"trickleSpeed":100})
- NProgress.start()
- window.addEventListener('load', function() {
- NProgress.done();
- })
- </script>
- <script src="https://jscdn.limour.top/npm/jquery@3.6.4/dist/jquery.min.js" ></script>
- <script src="https://jscdn.limour.top/npm/bootstrap@4.6.1/dist/js/bootstrap.min.js" ></script>
- <script src="/js/events.js" ></script>
- <script src="/js/plugins.js" ></script>
-
- <script src="/js/img-lazyload.js" ></script>
-
- <script src="/js/local-search.js" ></script>
- <!-- 主题的启动项,将它保持在最底部 -->
- <!-- the boot of the theme, keep it at the bottom -->
- <script src="/js/boot.js" ></script>
-
- <noscript>
- <div class="noscript-warning">Blog works best with JavaScript enabled</div>
- </noscript>
- <!-- hexo injector body_end start -->
- <script defer src="/theme-inject/timeliness.js"></script>
- <!-- hexo injector body_end end --></body>
- </html>
|