Home » Linux

Ubuntu: How to easily download something from your PC to your smartphone or Smart TV

Pinguin

I ran into a problem: I needed to get an APK onto my Smart TV, and I didn’t have a USB stick around. So, I figured out a pretty neat (if I do say so myself) way to…

Read More »

CentOS 7.4: How to resolve error – Could not resolve host: mirrorlist.centos.org

CentOS

Today I started one very old server which has the CentOS 7.4. When I try to update it I faced an error – Could not resolve host: mirrorlist.centos.org. I tried to ping this domain and found that it…

Read More »

Ubuntu Docker: could not select device driver “nvidia”

Pinguin sitting on the whale

When I tried to install Stable Diffusion that was wrapped to docker image, I faced next error: Error response from daemon: could not select device driver “nvidia” with capabilities: [[compute utility]] ..

Read More »

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 »

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 »

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 »