How to resolve abnormal file paths during FTP uploads
When an FTP user enters a file path, how does the FTP server respond? I have an FTP user, and when uploading files to a server I've set up locally, the paths are all normal. However, on another server,...
View ArticleIn Ubuntu I get error groups: cannot find name for group ID 1004 [closed]
I had a group called sknowed. It was group ID 1004. The user admin was a part of this group. I then deleted the group with sudo groupdel sknowed. When I execute groups command, I get a list of groups...
View Articleio.h not found CLion in Ubuntu 20.04
I am trying to run a c++ code however, io.h is not found.'io.h' file not foundIt is shown as#include <io.h>Additionally, I am getting a bunch of weird problems (for a code that is rather > 16...
View ArticleWhere do I put my PHP files on my EC2 Ubuntu server?
I've been working on my first full stack web dev project for a little while now. To summarize it, I have a small Vite app with a form that can take in data from a user and then use a php file to submit...
View Articleerror with config gcc for setting up atheros csi tool openwrt
I am currently trying to setup openwrt on ubuntu virtual box but there is an error with config the file the gcc, verison is the latest and its installed when i run make menuconfig command this is the...
View Articlehow to solve tf.keras.utils.image_dataset_from_directory invalid continuation...
I had a python venv on ubuntu 20.04 and there i was using tensorflow to train my model. There was a folder named Persona and it has 5 subfolders as classes. each subfolder contains image files and some...
View ArticleUbuntu DNS resolve broken for some sites [closed]
Hi I've got a weird problem here;I've got a machine running Ubuntu 23.10. This is connected to the Internet via some Docsys modem using TV cable. The modem doesn't allow setting DNS-Servers so I'm...
View ArticleThe newline (\n) is not working in END block in bash [duplicate]
I need to define the "\n" in END block as it will be passed to other bash script as an argument.I have added an empty newline at the begin and at the end. But only the begin empty line (\n) is working...
View Articlecolcon build failure: 'Could not find a package configuration file provided...
Any help appreciated :I'm just trying to install Colcon on a virtual machine running ubuntu- and I'm using this command : colcon build --symlink-installI'm getting this error:Starting >>>...
View ArticleOSError: [Errno -9996] Invalid input device (no default output device)
So I have already installed pyaudio but it returns an error, I'm using WSL.import assemblyai as aaiimport openaiimport elevenlabsfrom queue import Queuefrom elevenlabs.client import ElevenLabsfrom...
View Articlewhile upgrading from 18.04 to 20.04 ,dpkg error is occurring
sudo apt update &&sudo apt upgradeSetting up mariadb-common (1:10.1.48-0ubuntu0.18.04.1) ...update-alternatives: error: alternative path /etc/mysql/mariadb.cnf doesn't existdpkg: error...
View ArticleBlock /dev/sda3 not coming up when i do df -h [closed]
Good DayPlease help, i have a 5TB hard drive and i have this when i rundf -hFilesystem Type Size Used Avail Use% Mounted ontmpfs tmpfs 1.2G 1.3M 1.2G 1% /run/dev/mapper/ubuntu--vg-ubuntu--lv ext4 98G...
View ArticleLaravel [NGINX] 404 NOT FOUND on sub-directory or images even though they exist
NOTE: This project works well on my localhost.I installed this Laravel project on my server with Nginx as the webserver. It installed fine since I followed the instructions but when I upload an image...
View ArticleE: Couldn't find any package by glob 'php-7.4'
I am using Ubuntu 22.04.1I am having issues with php version's installation Specially php7.4.I have tried with these reference but it did't work for...
View ArticleHow do I capture XDND information while dragging files between different...
I wrote a demo to capture XDND type messages for dragging files between folders in UBUNTU22.04. But I found that even though I set the mask for all message types, I still couldn't catch messages from...
View ArticleWhy the NodeJs stop when I put call to Morgan [closed]
I'm trying to install Morgan in NodeJs, but it's not working, when I change my app.js, I put the request to Morgan, the application stops.If I remove the call to Morgan, the app work. My Node.Js...
View ArticleProblem with Bluetooth running the server on Linux and the client on Windows...
I am running the server software on Linux Ubuntu with the following code: int serverSocket, clientSocket; struct sockaddr_rc serverAddr = {0}, clientAddr={0}; socklen_t clientAddrSize =...
View ArticleUbuntu OS Patch, Updates, BugFixes for local repository
I am working with Ubuntu OS.I have created a local repository using Google Artifact Registry for my VM's which do not have access to internet.I am using apt-offline to create .deb packages and I am...
View ArticleCan I prevent a user from taking screenshots in linux? [closed]
I'm seeking ways to bolster the security of my Ubuntu system by curbing the ability of users to capture screenshots. Given that I'm using the X11 desktop environment, I'm particularly interested in...
View ArticleHow remove icons of folder or file when i Drop in Tauti
I'm creating a Tauri app, but when I try to drop any file or folder, works fine in logic, but in the desktop the icons of this elements never despair, how I solve that because is very annoying. I...
View Article