Install Lua in Linux
You can install lua in Linux Mint/Debian/Ubuntu.. You can find all verions of lua here.
wget http://www.lua.org/ftp/lua-5.3.1.tar.gz
tar zxf lua-5.3.1.tar.gz
cd lua-5.3.1
make linux test
Finally, if test have passed, then install lua into the right place b
Read more ...
I have changed my desktop environment to Linux, and after I tried Ubuntu and Debian, I finally choose the Linux Mint distribution. I think there are some reasons why this distribution take the first place in distrowatch. User-friendly desktop environment and convenient software p
Read more ...
Most of computer fonts people using are TrueType fonts. TrueType fonts end with .ttf, which stand for TrueType Font. This tutorial shows how to install TrueType fonts in Linux (Debian, Ubuntu, Linux Mint, etc).
Linux 字体文件夹
Linux 下默认安装的字体都被存放在 /usr/share/fonts 下。
如果是个人使用可以将字体文件
Read more ...
之前做过一个简单的 git 的介绍,下面是 PPT 的摘录。
What is Git
Git is a free and open source distributed version control system(VCS) designed to handle everything from small to very large projects with speed and efficiency.
Git 是一个分散式版本控制软件,最初由林纳斯·托瓦兹(Linus Torvalds)创作,于 2005 年以 GPL 发布。最初目的是为
Read more ...
Open WebUI 基于网页的大语言交互界面及联网搜索配置
之前的视频也介绍过,ChatWise,Cherry Studio,Chatbox 等大语言模型调用的本地客户端,虽然这些客户端都还是跨平台的,但是总还是需要占用本地的空间,今天我就来介绍一款基于网页的 LLM 交互客户端 Open WebUI,以及再介绍一下如何配置 Open WebUI 让其支持联网搜索。
多版本管理工具 mise 使用详解
我用了很多年的 asdf 作为管理各种语言版本的工具,但是最近一次更新,asdf 多了一些变化,我也写了一篇文章介绍怎么升级的。在文章下方有小伙伴(lonelyhentxi) 给我推荐了 mise 这样一款使用 Rust 编写的多版本管理工具 mise,我大致的看了一下 mise,觉得是一个非常不错的项目,在这里再次感谢。