1 安装wps
https://www.wps.com/office/linux/
这里选海外版面,因为阉割了会员功能,比较干净,但是它没有中文
2 下载中文语言包
https://pan.baidu.com/s/1cUO7XPO_uqJNoJKwDsX-RQ
提取码:fpg4
将zh-cn解压缩到/opt/kingsoft/wps-office/office6/mui/下
3 配置变量
编辑/usr/bin/wps,新增
LANGUAGE=zh_CN
4 检查[......]
1 安装wps
https://www.wps.com/office/linux/
这里选海外版面,因为阉割了会员功能,比较干净,但是它没有中文
2 下载中文语言包
https://pan.baidu.com/s/1cUO7XPO_uqJNoJKwDsX-RQ
提取码:fpg4
将zh-cn解压缩到/opt/kingsoft/wps-office/office6/mui/下
3 配置变量
编辑/usr/bin/wps,新增
LANGUAGE=zh_CN
4 检查[......]
背景:有一台PC插有线能上(互联)网,还有一个无线网卡,没有能上互联网的wifi,想让别的手机通过这个PC的无线网卡的热点蹭有线上网。
1 开启热点
在Ubuntu等Linux发行版中打开wifi热点
然后手机连这个热点
2 设置转发
上面弄好后,应该能连接上wifi了,但是发现没法上(互联)网,需要设置转发
sudo iptables -t nat -A POSTROUTING -o enp4s0 -j MASQUERADE
sudo iptables -A FORWARD[......]
The official website of virtualbox.org often fails.
You can directly visit this address to download the required version, including win, linux, VBoxGuestAdditions_7.0.10.iso, etc.[......]
1 安装
sudo apt-get install pm-utils laptop-mode-tools
2 配置
# /etc/laptop-mode/conf.d/runtime-pm.conf
AUDOSUSPEND_DEVID_BLACKLIST="usbhid usb-storage"
还有一个
# /etc/laptop-mode/laptop-mode.conf
ENABLE_LAPTOP_MODE_ON_BATTERY=1
ENABLE_LAPTOP_MODE_O[......]