【涉及目录,勿公开】rustdesk服务器搭建

benojan 发布于 2024-01-28 17:08
[该文章已加密,请点击标题输入密码访问]

linux mint下,语言包不齐全

benojan 发布于 2024-01-16 12:20
1. 补齐语言包 使用系统设置内的语言,补齐中文语言包 2. 安装中文语言包 sudo apt-get install language-pack-zh-hans language-pack-gnome-zh-hans
标签: Linux

linux mint下使用fcitx5-rime指南

benojan 发布于 2024-01-13 18:44
用户目录 $HOME/.local/share/fcitx5/rime
标签: Linux

linux mint下,安裝最新版nodejs,安裝yarn

benojan 发布于 2024-01-12 16:17
添加Node.js PPA curl -sL https://deb.nodesource.com/setup_lts.x | sudo -E bash - 安裝nodejs sudo apt-get install nodejs 安裝yarn sudo npm i -g yarn 添加国内源 yarn config set registry https:/...
标签: Linux nodejs

linux mint 美化

benojan 发布于 2024-01-10 22:45
避坑 避免使用界面缩放,特别是使用ibus输入法框架的时候,会不跟随光标。 桌面美化 主题 安装主题CBlack、CBlue 主题中的应用程序选择CBlack 主题中的图标选择Papirus 主题中的桌面选择CBlue 类mac扩展坞 安装plank sudo apt install plank 管理plank 按住Ctrl键,同时在plan...
标签: Linux

vim常用配置

benojan 发布于 2023-12-05 09:19
vim 常用配置 autocmd BufNewFile *.c 0r ~/模板/c.c autocmd BufNewFile *.cc 0r ~/模板/c++.cpp autocmd BufNewFile *.cxx 0r ~/模板/c++.cpp autocmd BufNewFile *.cpp 0r ~/模板/c++.cpp set ai ...
标签: Linux vim

linux mint下,编译boost及librime

benojan 发布于 2023-12-01 16:30
编译boost 下载boost 如:boost_1_82_0 https://www.boost.org/ 安装boost cd path/to/boost_1_82_0 # ./bootstrap.sh sudo ./b2 install 编译librime 拉取源代码 git clone --recursive https://githu...
标签: boost Linux

GreenHub免费使用方式

benojan 发布于 2023-09-07 16:33
资源管理器打开%AppData%\GreenHub 找到config.json文件 找到 "today-use-minute": { "date": "2023-8-27", "minutes": }, ,将minutes后面的数字改大 找到 update-path,将版本号改为7.x.x

AI工具汇总

benojan 发布于 2023-04-06 13:53
Name Category Website Description 描述 Masterpiece Studio 三维 https://masterpiecestudio.com Simplifying 3D Creation with AI. Traditional 3D creation tools are too complex. Mode...
标签: AI chatGPT

宝塔面板使用手册

benojan 发布于 2022-11-03 19:38
命令行操作 bt 宝塔面板SSL重置 rm -f /www/server/panel/data/ssl.pl && /etc/init.d/bt restart
标签: 宝塔面板