会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Knock knock...
博客园
首页
联系
订阅
管理
1
2
3
4
5
···
13
下一页
2024年7月26日
ubuntu20.04 mysql5.7
摘要: 下载链接: https://dev.mysql.com/downloads/mysql/ 安装连接: https://dev.mysql.com/doc/refman/5.7/en/binary-installation.html
阅读全文
posted @ 2024-07-26 17:49 烧刘病
阅读(6)
评论(0)
推荐(0)
2024年2月1日
ubuntu18.04 配置桌面快捷文件
摘要: 1.首先将当前用户sudo 命令不输入密码 sudo visudo 输入密码 加入两行代码 配置用户NOPASSWD 配置用户当前组NOPASSWD ctrl+X Y 按回车保存即可 打开新终端尝试,不需要密码即可修改成功 2.书写desktop 3.修改属性
阅读全文
posted @ 2024-02-01 10:19 烧刘病
阅读(25)
评论(0)
推荐(0)
2024年1月30日
ubuntu18.04 菜单栏放到下册
摘要: 
阅读全文
posted @ 2024-01-30 10:49 烧刘病
阅读(8)
评论(0)
推荐(0)
ubuntu18.04 局域网配置git server步骤
摘要: 1.安装ssh 2.安装git sudo apt-get update sudo apt install vim sudo apt install openssh-server sudo apt install git 3.cd home目录 mkdir code cd code git init
阅读全文
posted @ 2024-01-30 10:42 烧刘病
阅读(126)
评论(0)
推荐(0)
ubuntu18.04 配置1920 1080
摘要: 添加 /etc/X11/xorg.conf 文件,将此模式保存为默认分辨率。 1、$ sudo vim /etc/X11/xorg.conf (如果没有安装vim,可以使用“sudo gedit /etc/X11/xorg.conf”) 粘贴以下内容: Section "Monitor" Ident
阅读全文
posted @ 2024-01-30 10:29 烧刘病
阅读(120)
评论(0)
推荐(0)
2023年8月31日
ubuntu18.04.04配置supervisord
摘要: # 使用root 用户 ### 1.安装 ``` pip3 install supervisor ``` ###2.复制supervisor.conf ``` mkdir /etc/supervisor echo_supervisord_conf > /etc/supervisor/supervis
阅读全文
posted @ 2023-08-31 15:14 烧刘病
阅读(182)
评论(0)
推荐(0)
2023年8月8日
ubuntu18.04 使用netplan配置静态IP
摘要: ### 1.cd /etc/netplan ### 2.sudo vim /etc/netplan/*.yaml ``` network: ethernets: enp0s3: dhcp4: false addresses: [192.168.10.45/24] #静态IPv4 gateway4:
阅读全文
posted @ 2023-08-08 10:37 烧刘病
阅读(310)
评论(0)
推荐(0)
2023年4月19日
ubuntu18 安装influx2.0.9
摘要: scp ./conf/doc/influxdb2-2.0.9-amd64.deb root@123.249.17.191:/usr/local sudo dpkg -i influxdb2-2.0.9-amd64.deb influx setup User Organization Bucket p
阅读全文
posted @ 2023-04-19 16:11 烧刘病
阅读(96)
评论(0)
推荐(0)
2023年3月21日
OAuth2.0 参考文档
摘要: 理解OAuth 2.0 https://www.ruanyifeng.com/blog/2014/05/oauth_2_0.html OAuth 2.0 的一个简单解释 https://www.ruanyifeng.com/blog/2019/04/oauth_design.html OAuth 2
阅读全文
posted @ 2023-03-21 15:40 烧刘病
阅读(35)
评论(0)
推荐(0)
2022年12月23日
python3 gettext pybabel的使用
摘要: 1.pip install babel https://www.osgeo.cn/babel/cmdline.html# 2.编写要翻译的文件 import gettext t = gettext.translation('spam', './locale',languages=['en']) t.
阅读全文
posted @ 2022-12-23 14:41 烧刘病
阅读(191)
评论(0)
推荐(0)
1
2
3
4
5
···
13
下一页
公告
回到页首