Quantcast
Browsing all 5970 articles
Browse latest View live

How do I resolve `The following packages have unmet dependencies`

I was using this script to install basic software, but had to interrupt because of slow internet speed.Now when I hit $ sudo apt-get install npm , I get following erroryask123@yaskslaptop:~$ sudo...

View Article


changing the node version used by apache web server

Hi here are few observations,Click HereI have a php program`<?php$op=exec('node -v');$op1=exec('which node');echo "Node version : $op";echo "\n Node path : $op1";echo "\nUser : "....

View Article


VS Code can't find header files In Linux VSCode

My workspace is :├── README.md└── sim├── Makefile├── include│├── add.cpp│└── add.h│└── src└── main.cppMy main.cpp is :// main.cpp#include <iostream>#include "Add.h"using namespace std;int main(){...

View Article

My alfresco container appears to be in function, but i cant access it via...

I can't access alfresco, more precisely the share URL, with my web browser.I have all of the requirements for docker, docker-compose and docker-compose.yml (and i reinstalled them at least 50 times....

View Article

MySQL fails on: mysql "ERROR 1524 (HY000): Plugin 'auth_socket' is not loaded"

My local environment is:Fresh Ubuntu 16.04With PHP 7With installed MySQL 5.7sudo apt-get install mysql-common mysql-serverWhen I tried to login to MySQL (via CLI):mysql -u root -pI came across an...

View Article


Is there any app for viewing .heic images in Ubuntu

I have my phone photos in .heic format. Is there any app for viewing .heic images in Ubuntu

View Article

Unable to find nginx-debug binary - Ubuntu 22.04

I have installed nginx on Ubuntu 22.04, but cannot seem to find the nginx-debug binary at all. I have tried purging and reinstalling nginx, to no avail. Any help is appreciated. System info...

View Article

Cannot run apt-get update in docker

I am having issues connecting with apt-get from a Docker image. To recreate, I can runsudo docker run -it ubuntu /bin/bashand then type:apt-get updateWithout fail, the machine is unable to connect and...

View Article


Not able to set resolution in AWS ubuntu VM [migrated]

Trying to set 1920x1080 resolution on AWS ubuntu EC2 with GUI enabled but its not working.Error :-xrandr: Failed to get size of gamma for output defaultxrandr: Configure crtc 0 failedUpdated...

View Article


I am not able to uninstall emacs from ubuntu using the terminal? [closed]

I am trying to uninstall emacs from my ubuntu system but I am not able to do so. I have ran the command sudo apt-get remove --purge emacs. but still I see emacs present in my system.how to uninstall...

View Article

Ubuntu laptop won't wake up after closing the device [closed]

I have a bmax y11 laptop and i installed ubuntu 20.05 with dual boot. When i simply close the device while in ubuntu, after reopen it the screen is black and stuck.

View Article

Ubuntu 22.04 - ModuleNotFoundError: No module named 'apt_pkg'

Traceback (most recent call last):File "/usr/lib/update-notifier/package-data-downloader", line 29, in import apt_pkgModuleNotFoundError: No module named 'apt_pkg'dpkg: error processing package...

View Article

You have $NVM_DIR set to "/root/.nvm", but that directory does not exist....

I'm trying to reinstall nvm (as a new user) after uninstalling it (as root) but clearly it didn't work. Please tell me how to fix this.user@site-beta:~/htdocs$ curl -o-...

View Article


Cannot install psycopg2 Ubuntu

Trying to get a server ready for a django project and I'm running into some issues with setup for postgres.I'm following this guide:https://jee-appy.blogspot.com/2017/01/deply-django-with-nginx.htmlAnd...

View Article

HOW to access emacs after installing using snap

After installing emacs with snap with the command: sudo snap install emacs --classic, the terminal result was:emacs 29.3 from Alex Murray (alexmurray✪) installedThen , when I tried to open emacs using...

View Article


Why are compiled kernel modules contents in...

I am learning eBPF and try to install bcc in WSL environment. I follow the official document to compile the kernel module manually, then install BCC from source, and aftersudo mount -t debugfs debugfs...

View Article

Image may be NSFW.
Clik here to view.

Can I transfer the screen to the local port of the computer using vnc server?...

Like I will transfer this image to USB or any hardware port. Actually, what I want to do is to mirror the screen, but I want to do this in Khadas vim4 and there is no such feature in the ubuntu image...

View Article


Why can't I install more than one version of php with the ondrej ppa? [closed]

I randocker run -it ubuntu:22.04 bash apt install software-properties-commonadd-apt-repository ppa:ondrej/phpapt updateapt install php8.1-cli -ybut I get the error Unable to locate package php8.1-cli....

View Article

Unable to locate package msodbcsql

I'm trying to install mssql driver on Ubuntu 16.04 using this guidance.When I get into the step :sudo ACCEPT_EULA=Y apt-get install msodbcsqlI got an error : Unable to locate package msodbcsqlWhat step...

View Article

Problem 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 Article
Browsing all 5970 articles
Browse latest View live