Ubuntu install googlepinyin

1. fcitx and fcitx-googlepinyin

$ sudo apt install fcitx-bin
$ sudo apt install fcitx-pinyin fcitx-googlepinyin

2. 系统设置中进入地区及语言设置,管理语言,切换输入从ibus到fcitx

settings

$ sudo reboot

3. 配置中文 …

阅读全文

ubuntu下安装syncthing应用

Step 1 – Add Syncthing repo to apt sources

echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d

Step 2 – Add Syncthing’s PGP keys …

阅读全文

ubuntu下安装android应用

0、 download kernel and install

https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.15.113/
下载
linux-headers-5.15.113-0515113_5.15.113-0515113.202305241341_all.deb …

阅读全文

ubuntu ufw 防火墙

1、默认已安装好ufw防火墙

如果没有则安装,sudo apt-get install ufw

2、设置默认规则(阻止访问)

sudo ufw default deny

3、允许ssh端口

sudo ufw allow 22

4、允许应用端口

sudo ufw allow 80
sudo ufw allow 443
sudo ufw …

阅读全文

MQTT中间件

Golang版本

gmqtt
https://segmentfault.com/a/1190000038643867
https://github.com/DrmagicE/gmqtt
https://github.com/DrmagicE/wire-examples


https://github.com/578157900/mapserver …

阅读全文

Code_Aster和Code_Saturne编译安装

https://support.huaweicloud.com/prtg-kunpenghpcs/kunpenghpcs_prtg_0032.html

OpenFOAM 1906 移植指南(CentOS 7.6)
SU2 移植指南(CentOS 7.6)
PALABOS 2.1r0 移植指南(CentOS 7.6)
deal.II 9.1.1 移植指 …

阅读全文

ogre

1、Ogre

Object-Oriented Graphics Rendering Engine

* https://www.ogre3d.org/download/sdk/sdk-ogre
* https://ogrecave.github.io/ogre/api/latest/tutorials.html

阅读全文