This guide documents how to run Ollama in Open WebUI(https://github.com/open-webui/open-webui).
This guide documents how to install and manage Ollama on macOS, using DeepSeek R1 as an example.
A quick note of enabling SSL for Apache Web Server.
The ubuntu offers the GDAL package by default, but the package version is usually old. This note documents the step of installing the latest version of GDAL on Ubuntu system.
A quick note of configuring a conda environment for PyWPS on Ubuntu.Test environment: Ubuntu 20.04 LTS (Focal Fossa) 64-bit, Python 3.8, PyWPS 4.4.2
The TerriaJS Map is a web-based geospatial catalog explorer powered by the TerriaJS library to display and manage 2D/3D/4D geospatial data layers. It supports common geospatial data formats, such as GeoJSON, KML, CSV, GPX, CZML, and shapefile, as well as geospatial web services including WMS, WFS...
Minted is a great package for latex users to insert colorful code in the manuscript. But enabling minted in latex might not as easy as other packages. Here are some tips to save your time.
Change the default permissions for new files
The CKAN postgres database might take a lot of spaces in the Linux system. Today I notice the disk of our CKAN system is almost full. So I have to move the entire databse to an external disk. As you know, any modification of database could be dangerous. It takes me whole afternoon to deal with an...