Home » Linux
CentOS 10: How to create boot flash drive
Today I changed some hard disks in one of my home servers, and I decided to reinstall CentOS to the latest version to clean-up the system a bit. For this, I created a boot flash drive and this…
Read More »Ubuntu: How to easily download something from your PC to your smartphone or Smart TV
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
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”
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
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?
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
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 »