When I open a download zip file in ubuntu ,It shows like "Could not open...
There is some issues while opening a downloaded files from the onedrive.it is folder I want to download and open that same file on my pc.please suggest some application best suits for the same...
View ArticleHow to run a command on startup for ubuntu server 18.04?
I want to run a command when I then start an EC2 instance. The AMI of the instance is Ubuntu Server 18.04 LTS (HVM), SSD Volume Type.The following are the methods I've tried:Create a script named...
View ArticleBun/Vite build failing in GitHub Actions/Ubuntu —“undefined” error message
When I run it on my Mac, bunx --bun vite build does this:vite v5.4.2 building for production...✓ 2951 modules transformed.dist/index.html 1.03 kB │ gzip: 0.56 kBdist/assets/index-BifuYEoc.css 38.29 kB...
View ArticleWindows Subsystem for Linux (WSL) using shared Node.js installation with...
I have recently moved to a Windows + WSL environment (WSL is going very good by the way). The main reason of doing this is to have a Linux environment for development and having Windows for other apps...
View ArticleTypeorm 0.3 migration generates changes even without making a single change...
I am facing a strange bug since I upgraded to TypeORM 0.3, I generate my first migration as the database is empty, and it is generated correctly. If I generate a second migration afterwards, without...
View ArticleWhy doesn't VScode display letters when using in a virtual machine on MacBook...
I installed ubuntu on my MacBook Air M1 and after that I installed VScode on the virtual machine.But when I use the command palette or when I open files, there is no display of the text (the names or...
View ArticleHow to add mysql skip name resolve
I have to connect to my MYSQL server via remote connection from my pc, The connection works. But its too slow.From my reasearch I heard adding a line,skip name resolveis going to speed it up. But where...
View ArticleProblems when compiling Objective C with Clang (Ubuntu)
I'm learning Objective-C language. Since I don't have a Mac, I'm compiling and running my code within Ubuntu 11.04 platform.Until now, I was using gcc to compile. I've installed GNUStep and all was...
View ArticleCannot create directory. Permission denied inside docker container
Can not create folder during image building with non root user added to sudoers group. Here is my Dockerfile:FROM ubuntu:16.04RUN apt-get update && \ apt-get -y install sudoRUN adduser...
View ArticleHow to install nvm with curl script?
I am trying to install nvm using curl on ubuntu 20.04. I am getting below error messages when nvm is installed through curl. Is there any other flag that needs to be attached to supress below...
View ArticleUnity engine stuck/Freezes while Opening project in Ubuntu [closed]
I have followed official unity guide of installation and installed it then remove the necessity of using unityhub --no-sandbox and can open without it but i cannot open or create new projects it gets...
View ArticleTrying to install WSL / Ubuntu on my machine but getting a difficult error
I am getting this error: and have tried majority of the solution online to no avail.Ubuntu is already installed.Launching Ubuntu...Installing, this may take a few minutes...WslRegisterDistribution...
View ArticleStrange window bar on Ubuntu 22.04 (Qt)
When I create a new Qt project on Qt Creator and start building and running it, the result window has a strange title bar like this:What I want:I'm using Qt 6.5.2 (I don't know does this happen when...
View ArticleHot module replacement not working in Vite + React + Ts using Ubuntu via WSL
I have an issue with not re-rendering page automatically after saving a file (after I made changes). Fsr, it works in Powershell, which is very weird. This is my package.json file if that is...
View ArticleHow to restore the Ubuntu option in the grub interface? [closed]
Before this problem occurred, I deleted some unused kernels in the boot due to insufficient boot space (specifically -67, -109, -107, I am sure I am using 105, so it seems that those related to 105...
View ArticleCannot Import a python Module from a package that is installed in Ubuntu
Before I talk about the problem, I cannot use pip directly in ubuntu, I have to set a python virtual environment first. whenever I do that outside the environment I get this message :error:...
View ArticlePython venv insyallation error in linux(ubuntu 22 v)
i want to install odoo in ubuntuwhen i want install python venv like: apt install python3.10-venvin terminali got this error:E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13:...
View ArticleCan't connect to remote mysql database server
I can't figure out why i cant access a remote MySQL server in ubuntu inside a VMware. I already have the codes, and it's successfully connecting to my localhost as well as insert, delete and update of...
View Articlepip throws "TypeError: deprecated() " error
I am trying to install few packages and started getting an error. Then used multiple commands in ubuntu to update few things but errors are similarpip install -U pip setuptoolsorpython3 -m pip install...
View ArticleIssue Installing PostgreSQL 17 on Ubuntu 22.04 (Jammy) [closed]
I’m encountering an issue while trying to install PostgreSQL 17 on my Ubuntu 22.04 (Jammy) system. I followed the installation instructions from the official PostgreSQL website...
View Article