Author: vo

Docker: unknown flag: –profile

DeepSeek

Today I faced the issue while trying to run docker compose. The docker siad that have no clue about “–profile” option…

Read More »

How to install Deepseek-R1 with Open Web UI on laptop with Ubuntu

DeepSeek

Today I decided to test Deepseek-R1 on my old laptop with Ubuntu. In this article I will describe the steps that I used to run the model.

Read More »

KUbuntu: Language support is incomplete, additional packages are required

The notification like “Language support is incomplete, additional packages are required” means that not all the language packages installed all upgraded, to fix this you need to execute next command……

Read More »

How to disable raid check in Ubuntu?

Pinguin

Today I decided to fix some annoying issue with my desktop. When I try to shutdown pc it doesn’t happen because of raid check run. Usually I used switching to console via Ctrl+Alt+F3, and then login via CLI…

Read More »

How to check DNS records received from TP-Link router

DNS

I faced some issues with DNS ip addresses that my PC received from my TP-Link router. The error was: Temporary failure in name resolution

Read More »

Ubuntu 23.10: perl: warning: Setting locale failed

I faced next error when I start some console applications, for example Asbru: perl: warning: Setting locale failed, it was really annoying but I found how to fix it..

Read More »

Ubuntu 23.10: Ho to install GIMP with Resynthesizer plugin

From time to time I need to remove some artifacts on the images, and for that I usually use Gimp as an image editor. But after few last upgrades I found that the Resynthesize plugin was removed from…

Read More »

PHP 8.1 and GeoIP package is missing, has been obsoleted, or is only available from another source

GeoIP

Today I updated one of my old project from PHP 7.1 to PHP 8.1. After this upgrade I faced with a problem in GeoIP module usage as it was not available OOTB as a part of PHP installation..

Read More »

CentOS: How to add swap file

Swap Memory

I faced the problem on one of my VPS that leaded to the situation when the system kills ClamAv daemon that allocated all the memory during update. The server has only 4Gb of RAM and I didn’t want…

Read More »

Mailu: ClamAV eats up all the memory

ClamAV

I use Mailu as a simple mail server to manage the mails for one of my domain. This application uses ClamAv as an antivirus solution. To host this application I use VPS with only 4 GB RAM. Few…

Read More »