Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
13 views

I’m new to RHEL and Linux system administration. I have a disk with an existing partition that I want to format, but I’m not sure what the correct and safe steps are. What is the recommended way to ...
Eviniti's user avatar
0 votes
0 answers
20 views

I'm currently trying to learn some pyautogui. I wanted to create function, that will hold mouse button and move it from one point to another, but clicking functionality seems to be not working ...
user31902864's user avatar
2 votes
1 answer
83 views

I've been stress testing my .NET application that uses PostgreSQL to find memory leaks. The app is very stable memory-wise — memory usage only depends on the number of concurrent connections. However, ...
pkrzysiek's user avatar
1 vote
0 answers
206 views

I'm following the tutorial: A full Python + Kirigami application to learn how to build Python applications using PySide6 and Kirigami for KDE, under Arch Linux and Fedora. However, when running the ...
kamel Derouiche's user avatar
0 votes
0 answers
94 views

I've been trying to install the yesod framework following the suggested steps: stack new my-project yesodweb/sqlite cd my-project stack install yesod-bin --install-ghc However I get the compilation ...
dec's user avatar
  • 25
3 votes
1 answer
1k views

I keep getting this warning on (Fedora) Linux when opening a Flutter project of mine inside VS Code. I changed JAVA_HOME and used flutter config --jdk-dir="/usr/lib/jvm/java-24-openjdk/ to change ...
Bitmapper's user avatar
0 votes
1 answer
249 views

Please, how can I install wxpython on Fedora os? I have tried installing it but I got the following error. Thank you in advance for your answer. I have the C++ compiler installed on my computer but I ...
Oluwatosin Durodola's user avatar
0 votes
1 answer
70 views

Running two Windows 11 Pro vms on Fedora Linux. One vm runs light.exe 3.11.2 just fine and creates the .msi. The other vm has this error when trying to create the .msi using the exact same codebase, ...
doncooper's user avatar
0 votes
0 answers
58 views

I have a web server running as intended on localhost:80 on Fedora (6.13.9-200.fc41.x86_64) and I wanted to access it through another machine I'm using to SSH into. I've been following this video and I ...
YanMax's user avatar
  • 164
2 votes
0 answers
80 views

I am trying to run a pre-trained model (The MuRIL model). However, it seems that it requires the tensorflow_text package. When running the saved model with python, this is simple: import tensorflow as ...
Joe's user avatar
  • 53
0 votes
0 answers
78 views

here is the settings.json file on vscodium {"php.executables": {"v8.3.17": "/usr/bin/php"}} when I try to run it: \[Error: spawn php ENOENT at ChildProcess.\_handle....
detectiv's user avatar
0 votes
0 answers
93 views

I've been trying to get Promtail, running in a container using podman, to read my audit log files so that I can forward them to Loki and visualize it in Grafana. The issue I am stuck with, is that ...
amsten's user avatar
  • 217
-1 votes
1 answer
888 views

I'm experiencing connectivity issues with the CodeGPT extension in Visual Studio Code on Fedora 39. Steps I've already tried: Uninstalled and reinstalled VSCode Uninstalled and reinstalled CodeGPT ...
dmenesesg's user avatar
0 votes
0 answers
112 views

I am building an Electron application on Fedora that includes a screen recording feature. While recording the screen, I want to exclude specific Electron windows (created by my app) from being ...
Ananthu T D's user avatar
0 votes
0 answers
145 views

I'm trying to get a simcom7080 cellular modem to work with ModemManager(mm) and NetworkManager(nm) on Fedora IoT 41. I followed this guide for setting up the modem and network connection. The modem is ...
mchlstckl's user avatar
  • 3,532
2 votes
1 answer
735 views

The Ctrl+V and Ctrl+Shift+V keys do not work in VS Code. I changed everything in the hotkeys, but to no avail. I'm using Fedora 41 Hyperland ML4W. It’s interesting that everything works in the GNOME ...
Искандер Бакиров's user avatar
0 votes
0 answers
29 views

I don't want to get into it I am using a crappy knockoff thinkpad with a dodgy spacebar. My music server is on another crappy laptop running fedora 20, mpd and full of music. The damn thing needs me ...
Housebyte Bestofnet's user avatar
0 votes
1 answer
59 views

Running the test.sh script below dumps core on various pcs running both fedora 40 and 41: test.sh: (beware it destroys your ./tmp and your pip cache) cat /etc/os-release python --version which python ...
Olivier's user avatar
  • 118
0 votes
1 answer
359 views

I'm using Fedora 41 with GNOME on Wayland, and I want to use Spectacle, a KDE-based screenshot tool. In previous Fedora versions (39 and 40), I was able to use Spectacle on GNOME, and it worked fine ...
ddakker's user avatar
  • 55
1 vote
2 answers
922 views

I'm on Fedora 41, with a virtualenv with Python 3.12.7 (matplotlib==3.9.2). The following code: import matplotlib.pyplot as plt plt.figure(figsize=(10, 7)) or just import gi gi.require_version("...
Le Magicien Annonyme's user avatar
0 votes
1 answer
219 views

I’ve been running a WordPress site on AWS EC2 instances with Amazon Linux 2 (AL2). Since AL2 will reach End-of-Life in June 2025, I’m migrating the site to Amazon Linux 2023 (AL2023). The deployment ...
Mahbub Rahman's user avatar
0 votes
1 answer
61 views

I am creating some cronjobs that use the "make" command to execute python scripts. These cronjobs are executed inside of a docker container. I can run my cronjobs using the make command fine ...
lithium_lamp's user avatar
8 votes
3 answers
10k views

I use Fedora Nobara. I made an update to Nobara 40. Before that anaconda navigator was working perfectly and now it gives me this error > conda activate TheWorld > anaconda-navigator ...
Varun's user avatar
  • 122
0 votes
0 answers
54 views

Terminal Image failed to start apache, because another webserver already running solution tried so far disable and stop httpd reinstall xampp after remove httpd sudo netstat -nap | grep :80 There are ...
Human0797's user avatar
0 votes
1 answer
213 views

I am working in an virtual environment in Ubuntu 24.04 using python 3.12.3. The working directory is automatically synced on the cloud. Now, I installed Fedora 40 on my laptop (another PC) with a ...
alexmulo's user avatar
  • 801

1
2 3 4 5
55