Ubuntu Default language midnight commander
Please help me to change default language in midnight commander from ru to en, now, to start mc in english i have to write LANG=en_EN.UTF-8 mc in terminal, but it's too long, i want mc in english by mc...
View ArticleHow to create user for connect to database
ERROR :[FATAL] [DBT-05509] Failed to connect to the specified database (cdb21). CAUSE: OS Authentication might be disabled for this database (cdb21). ACTION: Specify a valid sysdba user name and...
View Articleerror: module not found: javafx.controls on ubuntu
Hi, I have a problem running Java FX code. I use Ubuntu 22.04.03 and openjdk 17.0.10 .I downloaded javafx from the link hereThen, according to its documentation, I typed this command in the...
View ArticleInstalling Tensorflow (building pip package)
I'm tring to install tensorflow 2.6.0 on WSL2. I follow the guide (https://www.tensorflow.org/install/source?hl=pl) and after:bazel build //tensorflow/tools/pip_package:wheel...
View ArticleLocking NVIDIA GPU for User in a Shared Resource System
RequirementWe have a multi-user shared machine with 2 NVIDIA GPUs (A6000). Multiple users may be logged into the device, and the GPU must be checked to see if it is engaged (via nvidia-smi). Sometimes,...
View ArticleBuild application for Ubuntu 18 from Ubuntu 20
I build my Go Application in my Ubuntu 20.04 OS with go build -o myApp.When I run this app on Ubuntu Server 18.04, this error occurs:/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found...
View Articlepython program not working apt-get install xvfb
i'm trying to run a program that i downloaded but it isn't workingpycharm returns the following-----------------------------------------------------------------------------Traceback (most recent call...
View ArticleK3s device plugin is in CrashLoopBackOff
We are using docker as container engine (25.0.3) and configured container runtime according to document https://github.com/NVIDIA/k8s-device-plugin?tab=readme-ov-file#enabling-gpu-support-in-kubernetes...
View ArticleVSCode not opening browser
I've created a simple html doc on the WSL/Ubuntu terminal and opened it in VSCode.Once there, I tried to open it in the browser and it won't display plus I have this message:Could not read source map...
View ArticleRemove Pycharm completely , Ubuntu
I want to remove my old pycharm completely from my Ubuntu machine so my new installation will not be affected from previous settings. Any help will be appreciated
View ArticleDeno running typescript error Module not found...
I am in first time deno user but I got an error when run typescript file with deno.deno run file.tserror: Module not found "file:///var/lib/snapd/void/00class.ts"my TS file is on...
View ArticleInstalling Wordpress on Ubuntu 22.04 Cannot change default webpage
I am trying to install wordpress on ubuntu 22.04, I am following this guide to the letter: https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-22-04-with-a-lamp-stackas...
View ArticleNot loading module "atk-bridge": The functionality is provided by GTK...
Keep getting this error.Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.I ransudo apt-get install --reinstall libcanberra-gtk-modulesudo apt...
View ArticleWhy ASP.NET Core runtime doesn't recognize the installed SDKs?
I have installed both the runtime and the sdk version 7.0 of dotnet from the https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu website. The runtime -I think- works fine, but the SDK on...
View ArticleCan't volume map nginx.conf to directory in container
First of all, I am only experiencing this issue on my Linux VPS. This issue doesn't exist on my Windows development machine.My VPS is running Ubuntu 23.04The issueWhen I attempt to launch my docker...
View ArticleProblems installing packages for R in Ubuntu possibly related to non-writable...
I installed and ran R in Ubuntu, including several files.However, problems arose when I needed the package tidyverse. Judging from what I know now, it is not the only package with issues...
View ArticleError code 0x2746 (10054) when trying to connect to SQL Server 2014 via ODBC...
Ubuntu 22.04.1 LTSpyodbc 4.0.35OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)Followed steps on Install the Microsoft ODBC driver for SQL Server (Linux)Installation successful. When I...
View Articleinstall maven in docker
I am trying to install and build one file using maven in Dockerfile, but getting an error mvn not found...I referred to some articles but I did not find anythingcan anyone please help me to why I am...
View ArticleUnable to locate package dotnet-sdk-8.0
I've moved of my applications to .Net 8 and I use ubuntu 22.04.3 LTS VPS to host my web applications.I'm trying to install .net 8 on the VPS but I can'tI've tried the Scripted install by microsoft it...
View ArticleBuildozer failing to complete last command
So I'm trying to convert my python code to a .apk file using buildozer, but buildozer isn't working. when I run buildozer -v android debug, this is what buildozer says:# Check configuration tokens#...
View Article