1. 安装MySQL sudo apt install mysql-server mysql-client 2. 启动MySQL sudo systemctl start mysql.service ...
Ubuntu 20.04下试用Navicat16
1、从navicat官网下载安装包 下载地址:https://www.navicat.com.cn/download/direct-download?product=navicat16-premium...
小米电视不能使用samba看电影了?
背景:最近因为有软件运行不了,要在家里mini主机上安装python 3.8+,但是当前的mini主机是CentOS 6.9,默认的python版本是2.6.6,很多其它新的软件也安装运行不了,已经跑...
mysql8.0配置文件优化
以下为核心参数含义: innodb_buffer_pool # 注:缓冲池位于主内存中,InnoDB用它来缓存被访问过的表和索引文件,使常用数据可以直接在内存中被处理,从而提升处理速度; innodb...
How to Create Samba Share on Ubuntu 20.04
Forward from: https://www.atlantic.net/vps-hosting/how-to-create-samba-share-on-ubuntu-20-04/ Samba,...
Ubuntu 20.04.6配置自启动服务
背景说明:Ubuntu18 版本开始,使用了systemd 替代了 initd 管理系统,并且默认已经取消了 /etc/rc.local 文件。只能使用 systemctrl 命令进行添加。 syst...
Linux修改pip安装源
原理:pip会去读取~/.pip/pip.conf配置文件,我们只需要将对应的pip下载源配置好即可。 开始配置 index-url = https://pypi.tuna.tsinghua.edu....
在CentOS 6中安装python3.8.10
To install Python 3.8 on CentOS, you need to install OpenSSL as the one installed by CentOS from yum...
个人抗疫经历记录
前言:从12月中开始,公司上班的同事陆续阳了起来,家里人担心我后面阳了后影响到8个月的小孩,索性我租了个房子搬了出来住。东西准备的不太充分,很多东西没有,只能尽手上所能接触到的东西来进行抗疫。 一、准...
npm配置代理
NPM代理配置步骤需要注意: 账户密码中如果含有特殊字符需要转换成适配ULR的格式: 设置代理的命令: npm config set strict-ssl false # 关闭npm的https; n...