会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
挑灯看剑-醉
剑已锈,人已老。
首页
管理
2021年9月2日
ubuntu 20.04 无法切换su解决
摘要:
阅读全文
posted @ 2021-09-02 17:30 z挑灯看剑
阅读(99)
评论(0)
推荐(1)
2021年7月15日
WIN10 开启WSL2 安装linux子系统
摘要:
一、开启安装WSL、虚拟机功能。 二、升级WSL2 并设置默认版本 三、择安装子系统。
阅读全文
posted @ 2021-07-15 11:45 z挑灯看剑
阅读(818)
评论(0)
推荐(0)
2021年7月14日
WIN10家庭版开启卓越性能
摘要:
WIN10家庭版默认隐藏了电源计划选项的卓越性能,开启方法管理员开启powershell,输入命令powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61。
阅读全文
posted @ 2021-07-14 11:13 z挑灯看剑
阅读(1420)
评论(0)
推荐(0)
2020年2月14日
Nginx + PHP 环境配置 CI
摘要:
CI欢迎页面正常显示,但是像:http://localhost/user 这样的返回 404错误。网上很多回答都无法解决。根据Nginx官网提示 location / 添加try_files $uri $uri/ /index.php; 修改后
阅读全文
posted @ 2020-02-14 14:37 z挑灯看剑
阅读(198)
评论(0)
推荐(0)
2018年12月24日
elementary 5.0 安装 chrome
摘要:
1 sudo apt install google-chrome-stable 2 wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add 3 sudo apt update
阅读全文
posted @ 2018-12-24 21:11 z挑灯看剑
阅读(361)
评论(0)
推荐(0)
2018年12月23日
VMware Workstation 14 UEFI启动
摘要:
1、新建虚拟机 完成后不要启动 修改虚拟机目录下的XXX.vmx文件 添加一行:firmware="efi" 然后启动UEFI安装系统。
阅读全文
posted @ 2018-12-23 14:23 z挑灯看剑
阅读(2525)
评论(0)
推荐(0)
2018年12月6日
root连接ubuntu18.04“拒绝访问”的解决方法
摘要:
1、设置root账户 sudo passwd root 2、ssh远程登陆拒绝访问:修改SSH配置文件 sudo vim /etc/ssh/sshd_config 找到并用#注释掉这行:PermitRootLogin prohibit-password // 允许root登录,但是禁止root用密码登录(默认值在文件中是被注释掉的) 新建一行 添加:PermitRootLogin yes //允许root登录,设为yes。
阅读全文
posted @ 2018-12-06 10:37 z挑灯看剑
阅读(3484)
评论(1)
推荐(0)
2018年12月4日
图标变白板
摘要: 图标变成了白板 @echo off taskkill /f /im explorer.exe CD /d %userprofile%\AppData\Local DEL IconCache.db /a start explorer.exe cho 执行完成
阅读全文
posted @ 2018-12-04 09:10 z挑灯看剑
阅读(147)
评论(0)
推荐(0)
2018年8月27日
Ubuntu 18.04修改IP地址
摘要:
ubuntu18.04:配置/etc/network/interfaces已无用,需修改/etc/netplan/50-cloud-init.yaml
阅读全文
posted @ 2018-08-27 11:27 z挑灯看剑
阅读(8975)
评论(0)
推荐(0)
2018年8月25日
Ubuntu 18.04修改默认源
摘要: 安装Ubuntu 18.04后,使用国外源太慢了,修改为国内源会快很多。 修改阿里源为Ubuntu 18.04默认的源 备份/etc/apt/sources.list #备份 cp /etc/apt/sources.list /etc/apt/sources.list.bak 在/etc/apt/s
阅读全文
posted @ 2018-08-25 10:48 z挑灯看剑
阅读(1658)
评论(0)
推荐(0)
下一页
点击右上角即可分享