上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 27 下一页
  2023年11月14日
摘要: 1、问题现象在文件界面打开终端的时候,突然发现开头有一堆报错ERROR: ld.so: object './envlib.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.ERROR: 阅读全文
posted @ 2023-11-14 11:35 独上兰舟1 阅读(2157) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/zhoupenghui168/article/details/124165270?ops_request_misc=&request_id=&biz_id=102&utm_term=ps%20-e%20%7C%20grep%20ssh%E6%B2%A1%E 阅读全文
posted @ 2023-11-14 11:08 独上兰舟1 阅读(4128) 评论(0) 推荐(0)
  2023年11月10日
摘要: 永久禁用Windows Defender代码方案(可恢复)【支持Windows10、Windows11】 https://blog.csdn.net/m0_60961651/article/details/131090391 代码文件下载地址:https://cloud.189.cn/t/jaieM 阅读全文
posted @ 2023-11-10 11:40 独上兰舟1 阅读(925) 评论(0) 推荐(0)
摘要: 我这能杀死啊,我还以为杀不死呢。。。 [root@RV1126_RV1109:/]# killall ky_ai_camera_engine_origin[root@RV1126_RV1109:/]# 12 文章目录20230816Linux中使用killall时无法找到进程的原因及解决方法一、引言 阅读全文
posted @ 2023-11-10 11:27 独上兰舟1 阅读(230) 评论(0) 推荐(0)
  2023年11月2日
摘要: yum install ntp报以下错误: Error downloading packages: autogen-libopts-5.18-5.el7.x86_64: [Errno 5] [Errno 2] No such file or directory ntp-4.2.6p5-29.el7. 阅读全文
posted @ 2023-11-02 17:08 独上兰舟1 阅读(1041) 评论(0) 推荐(0)
摘要: 解决方法:出现这个问题的主要原因是阿里的国内yum源出现问题了,应该是文件换路径或升级了,或者原来的文件不存在了;提示提供1-5种解决方案,此时,只需要修改/etc/yum.repos.d/kubernetes.repo的gpgcheck和repo_gpgcheck参数,要求变为0,见下: cat 阅读全文
posted @ 2023-11-02 17:06 独上兰舟1 阅读(3682) 评论(0) 推荐(0)
摘要: 安装单独的第三方库时没有问题 pip install pandas但是一旦使用requirement.txt批量安装第三方库时就会出现 -bash: /recorddata/rebuydata/hppy/soft/python3/bin/pip3: /usr/local/source/hppy/so 阅读全文
posted @ 2023-11-02 17:00 独上兰舟1 阅读(829) 评论(0) 推荐(0)
摘要: 1.将远程服务器的/etc/init.d/ssd 文件拷贝到本地 scp /etc/init.d/ssh root@IP地址:/etc/init.d 2.vi /etc/init.d/sshd 3.将原有的sshd文件内容清除,然后复制以下内容便可 #!/bin/sh # Start/stop/re 阅读全文
posted @ 2023-11-02 15:08 独上兰舟1 阅读(953) 评论(0) 推荐(0)
  2023年10月31日
摘要: https://blog.csdn.net/moveym/article/details/125569233 一、首先了解Linux系统下这两个命令的区别 yum: 属于:RedHat系列 常见系统有:Redhat、Centos、Fedora等 apt-get: 属于:Debian系列 常见系统:D 阅读全文
posted @ 2023-10-31 15:47 独上兰舟1 阅读(2632) 评论(0) 推荐(0)
摘要: vim /root/.condarc channels: - http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/linux-64/ - defaultsshow_channel_urls: true rnux-64emote_rea 阅读全文
posted @ 2023-10-31 09:28 独上兰舟1 阅读(169) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 27 下一页