会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
逻辑取反
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2024年7月16日
winboot打开虚拟化
摘要: bcdedit /enum | findstr -i hypervisorlaunchtypeif hypervisorlaunchtype is Off, thenbcdedit /set hypervisorlaunchtype Autorestart
阅读全文
posted @ 2024-07-16 22:41 清风6661
阅读(78)
评论(0)
推荐(0)
2024年6月5日
mainline安装
摘要: sudo apt update && sudo apt upgrade sudo apt install ca-certificates apt-transport-https software-properties-common lsb-release -y sudo gpg --list-key
阅读全文
posted @ 2024-06-05 22:51 清风6661
阅读(73)
评论(0)
推荐(0)
2024年6月4日
boot-repair安装
摘要: sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update sudo apt-get install -y boot-repair && boot-repair boot-repair
阅读全文
posted @ 2024-06-04 21:31 清风6661
阅读(61)
评论(0)
推荐(0)
2024年5月31日
linux修改某类文件权限命令
摘要: bash find /your/directory -type f -name "*.so*" ! -type l -exec chmod 644 {} + 这条命令会在 /your/directory 目录下递归查找所有文件名以 .so 结尾的文件(共享库文件),并将它们的权限设置为 644。!
阅读全文
posted @ 2024-05-31 16:16 清风6661
阅读(88)
评论(0)
推荐(0)
2024年4月17日
GLib-GIO-ERROR **: Settings schema 'org.mate.screenshot' is not installed 故障解决
摘要: ubuntu 文件管理器无法打开,终端执行 nautilus 报错GLib-GIO-ERROR **: Settings schema 'org.mate.screenshot' is not installed 解决办法: 找到/usr/local/share/glib-2.0/schemas/
阅读全文
posted @ 2024-04-17 18:03 清风6661
阅读(447)
评论(0)
推荐(0)
2023年11月30日
linux命令使用方法(不断更新)
摘要: find / -iname test #查找所有/目录下文件名为test的文件 find / type -f -mtime +30 -name "文件名或表达式" #查找/目录下类型为文件时间为30天以前-name “ ”中的文件 find / type -d -mtime +30 #查找/目录下类
阅读全文
posted @ 2023-11-30 10:18 清风6661
阅读(39)
评论(0)
推荐(0)
2023年10月15日
修复grub引导故障
摘要: 开机启动只能到: 一般此类情况为efi目录下centos或其它系统(redhat,ubuntu)目录下的grub.cfg文件有问题,可以是缺少此文件。 修复处理grub命令行下执行: ls ls (hd0,gpt1)/ #所有显示的分区都看一下,一个是确定各分区里的文件内容,另一个是要找到boot分
阅读全文
posted @ 2023-10-15 19:21 清风6661
阅读(324)
评论(0)
推荐(0)
centos7安装ADS2021破解版
摘要: 1、下载ADS2021 linux版破解 (要的可以留言) 2、 Root下,将pubkey_verify拷到安装目录下,/usr/ads2021,运行 ./pubkey_verify ./pubkey_verify -y 3、修改license.lic 修改license.lic, 主机名这里为i
阅读全文
posted @ 2023-10-15 02:22 清风6661
阅读(1105)
评论(3)
推荐(0)
2023年10月13日
docker中使用systemctl方法
摘要: 想在docker中使用Flexmonster,但是在配置环境后,发现Flexmonster需要使用systemctl来管理服务,然而在docker容器中没有systemctl可用,于是开始折腾之旅! 以下是解决办法: 1、下载systemctlwget https://raw.githubuserc
阅读全文
posted @ 2023-10-13 11:33 清风6661
阅读(1252)
评论(0)
推荐(0)
2023年10月8日
linux内核升级和内核源码编译
摘要: 一、ubuntu通过命令安装内核版本 1、检查原系统内核版本 uname -r 2、搜索可用linux内核版本 apt-cache search linux| grep linux-headers 3、 通过apt命令安装内核 apt-get install linux-headers-5.4.0-
阅读全文
posted @ 2023-10-08 11:00 清风6661
阅读(995)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告