conda conda-libmamba-solver file libarchive

openssh升级后造成 登录 出现-bash: ulimit: open files

现象: openssh升级后造成 登录 出现-bash: ulimit: open files 解决方案: (1) # vim /etc/pam.d/login ==>session required pam_limits.so (2) # vi /etc/ssh/sshd_config ==>Us ......
openssh ulimit files bash open

bcftools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

001、使用conda安装bcftools, 调用报错如下: [root@PC1 ~]# conda install bcftools -c bioconda ## conda安装 [root@PC1 ~]# bcftools ## 调用测试 002、解决方法1 [root@PC1 ~]# cond ......
shared file directory libraries libcrypto

conda install 速度慢的解决方法

Anaconda | A Faster Solver for Conda: Libmamba 01、 conda update -n base conda conda install -n base conda-libmamba-solver conda config --set solver li ......
速度 install 方法 conda

error while loading shared libraries: libxml2.so.2: cannot open shared object file 解决方法

参考: https://blog.csdn.net/qq_39779233/article/details/128215517 error while loading shared libraries: libxml2.so.2: cannot open shared object file 解决方 ......
shared libraries loading libxml2 方法

centos7中 configure: error: zlib development files not found

01、系统 [liujiaxin01@PC1 ~]$ cat /etc/redhat-release ## centos7.6发行版 CentOS Linux release 7.6.1810 (Core) 002、问题 [liujiaxin01@PC1 bcftools-1.18]$ ./conf ......
development configure centos7 centos error

JDK 版本异常导致 flutter doctor --android-licenses 出错 (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0

flutter doctor --android-licenses Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.U ......

CTFer成长记录——CTF之Web专题·攻防世界—file_include

一、题目链接 https://adworld.xctf.org.cn/challenges/list 二、解法步骤 本题依然是文件包含,那么构造paylaod:?filename=php://filter/read=convert.base64-encode/resource=flag.php 发现 ......
file_include include 专题 世界 CTFer

使用 pip 出现 Script file ‘C:\Anaconda3\Scripts\pip-script.py‘ is not present 错误解决办法

某天在虚拟环境使用 pip 更新 tf 的时候莫名其妙出现 Script file 'D:\Anaconda3\Scripts\pip-script.py' is not present 的错误 , 之前用的还好好的 , 但是突然就不能用了,初步猜测是依赖库发生的更新,可以使用如下方式解决: 1、进 ......
pip-script pip Anaconda3 Anaconda 错误

MIT 6.S081 Lec14: File system

Overview 文件系统的设计目标就是组织和存储数据,文件系统一个比较重要功能是持久化,即重启之后,数据不会丢失。xv6 通过把数据存储在 virtio disk 上来实现持久化。 文件系统设计的几大挑战: The file system needs on-disk data structures ......
system File MIT 081 Lec

Python报错 | xlrd.biffh.XLRDError Excel xlsx file; not supported

**报错信息** Python加载xlsx文件时,遇到: ```python xlrd.biffh.XLRDError Excel xlsx file; not supported ``` **错误原因** 报错翻译过来是: ```python xlrd.biffh.xlrd错误:Excel xls ......
XLRDError supported Python Excel biffh

error C1083: 无法打开包括文件:“iostream.h”: No such file or directory

用VS2010打开VC++6程序,按下F5键会发现有错误提示:error C1083: 无法打开包括文件:“iostream.h”: No such file or directory ;而程序在VC++6中没有任何问题! 主要的原因是: 1.#include<iostream.h>是原来的C语言里 ......
directory iostream 文件 error C1083

基于wsl2在container中利用conda安装pytorch环境

### ## # 一、利用conda创建一个新的环境 参考命令 ` conda create -n ENV_NAME python=X.X ` •-n ENV_NAME 指定环境名称 •python=X.X 指定要创建的Python版本,比如 python=3.6 使用命令: `conda crea ......
container pytorch 环境 conda wsl2

stm32cubeide ioc报错 This IOC file has been generated with CubeMX version 5.6.1 Your current CubeMX versionis 5.0.0

STM32Cubemx文件的版本不一致导致打不开.ioc文件的问题问题: This IOC file has been generated with CubeMX version 5.6.1Your current CubeMX versionis 5.0.0Please update to a n ......
CubeMX generated versionis cubeide current

Python Files All In One

Python Files All In One open, read, write, append, binary, close ......
Python Files All One In

基于VScode的wsl2的conda使用

一、安装conda环境(基于docker的) 1.1MicroSoft对于wsl2和docker的官方解释: https://learn.microsoft.com/en-us/windows/wsl/use-custom-distro 1.2对于docker和wsl2原理解析: https://z ......
VScode conda wsl2 wsl

/usr/local/arm/5.4.0/usr/bin/../libexec/gcc/arm-none-linux-gnueabi/5.4.0/cc1: error while loading shared libraries: libmpc.so.3: cannot open shared object file: No such file or directory

arm-linux-gcc a.c报错/usr/local/arm/5.4.0/usr/bin/../libexec/gcc/arm-none-linux-gnueabi/5.4.0/cc1: error while loading shared libraries: libmpc.so.3: ca ......
shared arm-none-linux-gnueabi file usr arm

MIT 6.S081 File system performance and fast crash recovery

引入 当我们针对文件系统讨论 logging 或者 journal 时,其实是在讨论同一件事,二者是同义词。 这一部分主要是讨论 Linux 的 ext3 文件系统,它相比 ext2,可以就说就是加了一层 logging,其他基本没有改变。我们要关注 ext3 与 xv6 的文件系统的不同之处,重点 ......
performance recovery system crash File

3 Ways to Delete All File in a Directory Except One or Few Files with extensions

``` # https://www.tecmint.com/delete-all-files-in-directory-except-one-few-file-extensions/ # https://www.gnu.org/software/bash/manual/html_node/The-S ......
extensions Directory Delete Except Files

【报错修复】HRESULT: 0x80070057 The library hostfxr.dll was found, but loading it from C:\Program Files\dotnet\host\fxr\5.0.17\hostfxr.dll failed

``` 我写了一个winform程序, 拷贝到win7系统上,提示需要下载.net 给的链接是 https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=win7-x64&apphost_version=5.0.3& ......
hostfxr 0x80070057 x80070057 dll 80070057

PyCharm 获取 Conda 环境列表失败,报错 error code 1 的解决办法

通常来说,在设置 Python Interpreter 时,Conda executable 的路径为`anaconda\Scripts\conda.exe`。但是我在给同事部署环境填入该路径,且路径下也确实有对应文件存在,却报错`error code 1`。 **解决方案:用这个路径`anacon ......
PyCharm 办法 环境 Conda error

Jupyter Notebook配置conda环境

一、先创造自己所需的conda环境 # 进入虚拟环境 activate tensorflow # 安装jupyter 和 notebook(这一步可能能省掉,没有测试,不确定) pip install jupyter notebook #安装ipykernel,并进行相关操作 pip install ......
Notebook Jupyter 环境 conda

Jupyter notebook中添加conda虚拟环境

遇到问题:安装完Anaconda利用conda创建了虚拟环境,但是启动jupyter notebook之后却找不到虚拟环境。原因:是由于在虚拟环境下缺少kernel.json文件。解决方法:首先激活之前创建好的虚拟环境:activate 环境名称安装ipykernel:python conda in ......
notebook Jupyter 环境 conda

File Browser简易存储平台搭建

1.创建并进入文件夹(用于存放平台及安装包) mkdir -p /APP/WebFile && cd /APP/WebFile 2.安装wget下载工具 yum install wget 3.下载file browser安装包 wget -O /APP/WebFile/WebFile-2.21.1. ......
简易 Browser 平台 File

openssl x509 -noout -text -in <file>

该命令用于解析和显示X.509证书的详细信息。具体参数的含义如下: -noout:不输出证书的原始内容,只显示解析后的信息。 -text:以文本形式显示证书的详细信息。 -in :指定要解析的证书文件。 执行该命令后,将会显示证书的各种信息,包括证书的版本、序列号、签名算法、颁发者、有效期、公钥信息 ......
openssl noout file x509 text

ansible一时脑抽使用file模块操作文件导致远程主机bin目录软连接被更改,系统无法登录

如题,二者有相同的参数,脑抽执行后就悲剧了,造成多个主机无法远程登录。 故障起因: 错误操作:使用ansilbe远程往目标主机/bin目录拷贝文件的时候,使用错误模块,本该使用copy模块,而使用了file模块,造成远程主机/bin这个软连接被连接到了不存在的文件,并且权限被设置为了644。影响:造 ......
模块 主机 ansible 文件 目录

React Native热更新报错:The "CFBundleShortVersionString" key in the "ios/***/Info.plist" file needs to specify a valid semver string

React Native项目集成了CodePush热更新,在用cpcn-client工具发布新版本时,在日志栏中打印了如下错误: Detecting ios app version: The "CFBundleShortVersionString" key in the "ios/xxx/Info. ......

Python的OCR工具pytesseract解决TesseractNotFoundError: tesseract is not installed or it's not in your PATH. See README file for more information环境变量问题

pytesseract是基于Python的OCR工具, 底层使用的是Google的Tesseract-OCR 引擎,支持识别图片中的文字,支持jpeg, png, gif, bmp, tiff等图片格式。 如何安装使用请看我的上一篇。 在使用pytesseract打开图片是遇到没有找到文件解决pyt ......

MIT 6.S081 Lec13: File system

Overview 文件系统的设计目标就是组织和存储数据,文件系统一个比较重要功能是持久化,即重启之后,数据不会丢失。xv6 通过把数据存储在 virtio disk 上来实现持久化。 文件系统设计的几大挑战: The file system needs on-disk data structures ......
system File MIT 081 Lec

【proto】Win10下生成代码文件报错Missing input file.

一、现象 就是项目代码更新需要手动编译生成一下相关proto的代码文件,然后windows下就一直报错,路径啥的也确认没问题 二、处理方法 使用WSL,使用ubuntu linux子系统进行生成 pip3 install grpcio grpcio-tools 然后再进行编译即可 参考链接: pyt ......
Missing 代码 文件 proto input

Anaconda 使用时,conda activate 失败

今天使用一台电脑上新安装的 anaconda 时,运行 `conda activate`, 出现如下报错: ![](https://img2023.cnblogs.com/blog/1508741/202307/1508741-20230724200030187-806374561.png) 错误提 ......
Anaconda activate conda