会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
L_Monkey
博客园
首页
新随笔
联系
订阅
管理
[置顶]
【Rust Desk】搭建一个属于自己的远程桌面软件,完全取代TeamViewer、向日葵等!
该文被密码保护。
阅读全文
posted @ 2024-08-13 13:59 L_Monkey
阅读(10)
评论(0)
推荐(0)
[置顶]
Windows常见问题解决方案
该文被密码保护。
阅读全文
posted @ 2022-06-25 10:53 L_Monkey
阅读(54)
评论(0)
推荐(0)
2026年3月29日
Ubuntu系统安装MySQL服务端及使用root账号远程登录
摘要: 使用sudo apt install mysql-server命令在线安装MySQL服务端 因为MySQL默认限制了root用户的远程登录,我们需要编辑MySQL配置文件(/etc/mysql/mysql.conf.d/mysqld.cnf),将【bind-address = 127.0.0.1】和
阅读全文
posted @ 2026-03-29 15:51 L_Monkey
阅读(6)
评论(0)
推荐(0)
Ubuntu系统启用root并开启远程登录
摘要: 启用root用户Ubuntu系统在默认情况下是禁用root账户的,我们可通过sudo passwd root命令设置root账户密码后启用root账户。 配置SSH允许root登录(1)通过sudo nano /etc/ssh/sshd_config命令编辑SSH配置文件。 (2)将SSH配置文件中
阅读全文
posted @ 2026-03-29 15:45 L_Monkey
阅读(290)
评论(0)
推荐(0)
Discuz论坛更新使用纯真IP库的方法
摘要: (1)访问纯真社区版IP官网,根据提示下载纯真社区版IP库(离线版EXE文件),解压后安装,安装完成以后在安装目录找到qqwry.dat(2)将qqwry.dat文件上传文件到Discuz!的data/ipdata目录下并更名为wry.dat (3)如果使用的是X3.5,还需要将config/con
阅读全文
posted @ 2026-03-29 15:41 L_Monkey
阅读(5)
评论(0)
推荐(0)
二维码生成器
摘要: import qrcode import tkinter as tk from tkinter import filedialog, colorchooser, messagebox, ttk import os from PIL import Image, ImageTk class QRCode
阅读全文
posted @ 2026-03-29 15:36 L_Monkey
阅读(4)
评论(0)
推荐(0)
2024年8月9日
如何在Windows上部署Discuz论坛站点
该文被密码保护。
阅读全文
posted @ 2024-08-09 13:52 L_Monkey
阅读(3)
评论(0)
推荐(0)
2024年8月5日
告别百度网盘、阿里云盘等收费网盘,告别网盘会员
该文被密码保护。
阅读全文
posted @ 2024-08-05 09:31 L_Monkey
阅读(0)
评论(0)
推荐(0)
2022年6月21日
Python/PyCharm常见UI问题处理
该文被密码保护。
阅读全文
posted @ 2022-06-21 13:23 L_Monkey
阅读(0)
评论(0)
推荐(0)
2021年12月30日
【Linux基础】CentOS 8.2 安装图形化界面
摘要: 【安装图形化界面】 (1)安装图形化桌面的软件包。 yum groupinstall "Server with GUI" -y 这个安装过程会比较长,直到出现以下界面才算安装完成 (2)输入systemctl get-default查看系统启动模式。(multi-user.target为命令行终端,
阅读全文
posted @ 2021-12-30 21:59 L_Monkey
阅读(2427)
评论(0)
推荐(0)
下一页
公告