Local Package Development with Poetry on Ubuntu 24.04?
I'm working on a Python project that uses Poetry for dependency management. Recently, I found a bug in a third-party package, so I cloned its repository to work on it locally. My goal is to integrate...
View Articlemoov atom not found [in#0 @ 0x62ea0f9fb500] Error opening input: Invalid data...
I'm trying to convert an MP4 video, created using OpenCV, to HLS format using FFmpeg. However, I keep encountering the following error:moov atom not found [in#0 @ 0x62ea0f9fb500] Error opening input:...
View ArticleHow to run OnlyOffice server repo and web-app repo on my local machine using...
Hi i am trying to run https://github.com/ONLYOFFICE/web-apps.githttps://github.com/ONLYOFFICE/server.git these to repo of onlyoffice for backend and frontend on my local machine using ubuntu but i am...
View ArticleLinux retrieve monitor names
Situation: I'm using multiple monitors and I want to get their names in bash. Currently I'm using Ubuntu 10.04.I know about xrandr. From it I can get only statistics data. What I want is to read all...
View ArticleUFW BLOCK Ubuntu Server - Package still blocked even though it's allowed
I'm facing with this issue in Ubuntu server with UFW.There are my UFW configurationStatus: activeLogging: on (low)Default: deny (incoming), allow (outgoing), disabled (routed)New profiles: skipTo...
View ArticleUbuntu 22.04 Could not open /dev/vmmon [closed]
Tried this solution on Ubuntu 22.04,openssl req -new -x509 -newkey rsa:2048 -keyout MOK.priv -outform DER -out MOK.der -nodes -days 36500 -subj "/CN=VMWare"sudo /usr/src/linux-headers-`uname...
View ArticleUbuntu 24 Raid 0 Issue [closed]
I have problem during instalation of ubuntu desktop on notebook hp zbook 15(first gen)i have 2 ssd inside which are in raid 0 from bios. they are splitted also in 2 partition ~230gb & 700when i...
View ArticleOpenEdx native installation fails
I was trying to install OpenEdx (ginkgo 2) on an Ubuntu system following this guide :...
View ArticleHow to Run UnitTest with Wsl 2 Docker Ubento PhpStorm
the error "it cannot run vendor/autoload.php"when i try to catch it makes error in database connection i see like it read database from window or what?usingDocker desktopphpstormphp 8.3wsl 2window...
View ArticleGetting stuck at ==> hyperv-iso: Waiting for SSH to become available.......
I am new to devops. While writing the below command packer build -force packer.jsonI am trying to run a config file which should automatically install ubuntu in a vm.packer.json{"variables":...
View ArticleHigh CPU Usage on Ubuntu [closed]
I check with htop and see some resources use too much CPU but I don't know what it is or how to find that script.It's a WordPress/Woocommerce website using DO droplet, Cloudpanel.This is the screenshot...
View Articlenginx reverse proxy won't start when using 301 redirects
(very new to this all)I am trying to redirect www.example.com to example.com with this config:server { listen 80; server_name www.example.com; return 301 https://$example.com$request_uri; } server {...
View ArticleRemoving intermediate docker images [closed]
How to remove all intermediate docker images that were created using the docker commit command, leaving only the very first and the very last docker image? When trying to remove, "image has dependent...
View ArticleCalling `script` utility from .bashrc spoils Conda environment loading in VS...
I added logging the terminal output to txt file, and this is enabled via a function in .bashrc:start_terminal_logging(){ if [ -z "$SCRIPT_LOG_FILE_ACTIVE" ]; then # Log each session to a separate file:...
View ArticleMariaDB Access Denied for Root User During KYPO-Lite Installation on VPS...
I'm trying to install KYPO-Lite on my VPS by following the instructions provided in the GitLab repository. My VPS meets all the required specifications, and I haven't modified the provided Vagrant...
View Articlelsnrctl command not found oracle enterprise database 11g ubuntu
i have an issue with the environment variables for oracle 11g enterprise edition on ubuntu. I tried this, but didn't workAdd the following lines to /etc/profile:export...
View Articlepyinstaller creating a package more than a GB for a simple python script...
When I run pyinstaller for such a simple script sam.py as below, the package size is worth 1.6 GB...How do we justify sharing this big file to someone ? Is it normal ?import pandas as pdd =...
View Article"Device or resource busy" when i try move /etc/resolv.conf in ubuntu:18.04....
I have a VPN client in my Docker container (ubuntu:18.04).The client must do the following:mv /etc/resolv.conf /etc/resolv.conf.origThen the client should create new /etc/resolv.conf with their DNS...
View ArticleUbuntu in VMware Player stuck at login screen [closed]
I have the same issue as the ones described in this post, but the solution did not work for me. I can see the graphical login page, and when I enter an incorrect password I get an error message. When I...
View Articlehow can i open eve-ng wizard setup
I try to install eve-ng with google cloud, I followed the steps from documentation. After I reboot my linux machine, I open a terminal with ssh again and I can't see the setup from eve-ng it returns me...
View Article