Quantcast
Browsing all 5962 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

How to configure XRDP to work with Gnome on Ubuntu? [closed]

I want to connect to my Ubuntu 22.04 computer with a remote desktop app just like how I connect to my Windows PC. Now XRDP promises to do that, and it is easy to install. However, configuring it so...

View Article


Why does Hello World for V8 cause a segmentation fault on Ubuntu?

I have compiled V8 on Ubuntu 14.04 and am now trying to get the sample hello_world.cc working, however, when I execute it I get a Segmentation fault (core dumped).Here's my source for hello_world.cc:...

View Article


Install latest nodejs version in ubuntu 14.04

This is the way I installed nodejs in ubuntu 14.04 LTS:sudo add-apt-repository ppa:chris-lea/node.jssudo apt-get install nodejsWhen I checked the node version with this:node -vI get thisv0.10.37But the...

View Article

ubuntu: uninstall matplotlib with pip won't work

I'm on Ubuntu and I neeed to uninstallmatplotlib, which I installed as an ubuntu package and later upgraded with pip. The usual command doesn't work:$ sudo pip uninstall matplotlibCan't uninstall...

View Article

Can't access Oracle Cloud Always Free Compute http port

Yesterday, I was set up my first always free compute VM. I installed ubuntu 18.04 minimal on my VM. For my web service need, I installed Nginx. I'm confused because when I tried to access my public IP...

View Article


pycharm-proffesional problem on ubuntu 22.04 [closed]

After i upgraded my ubuntu to 22.04 vesiob decided to get rid of old pycharm on my os and install it from snap.The installation was successful, but if ran pycharm old version would still get launched,...

View Article

Spyder 6 IPython console throws "An error ocurred while starting the kernel"...

I have a fresh installation of Spyder 6.0.0 (Flatpak version) on Linux Mint 21.3 Cinnamon. I created a virtual environment with venv. When I change the interpreter via "Preferences > Python...

View Article

Edit files with VS Code ssh tool that require sudo permissions

I am trying to edit some apache configuration files in a server. I would like to use VS code ssh plug in, but I have not found a way to save the configured file, since I am logging into the VM as a...

View Article


Issues Building Flutter APK on ARM64 Ubuntu Host

I'm setting up a CI/CD pipeline on an ARM64 Ubuntu host and am trying to build a Flutter APK directly on this ARM64 Linux environment. However, I'm encountering some issues. Here’s a summary of what...

View Article


Uninstall Spyder 6 on Ubuntu 20.04 [closed]

I installed spyder 6 released on Github on my Ubuntu 20.04 environment(conda installed), using Spyder-Linux-x86_64.sh to install spyder. I found out that I can't use my spyder 5 anymore so I want to...

View Article

How do I make Tomcat listen on port 80/443 with https? [closed]

I have a server (Ubuntu 18) and today I have tomcat 9 installed on it, which is running an old but functional JSF project.Today, my client accesses via url.com.br:8080. Is it possible to access...

View Article

How to upgrade AWS CLI to the latest version?

I recently noticed that I am running an old version of AWS CLI that is lacking some functionality I need:$aws --versionaws-cli/1.2.9 Python/3.4.3 Linux/3.13.0-85-genericHow can I upgrade to the latest...

View Article

Docker error : no space left on device

I installed docker on a Debian 7 machine in the following way $ echo deb http://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list$ sudo apt-get update$ curl -sSL...

View Article


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 Article

ASUS ROG STRIX G712LV BOTTOM SIDE LED [closed]

this problem is driving me crazy. I have newly installed Ubuntu 24.04 on my ASUS ROG STRIX G712LV machine and unfortunately I can't turn on the LEDs on the sides of the case as shown in the picture....

View Article


Cannot find the package apache2-mpm-worker

getting error on installing mpm-worker in ubuntu apache2.How to fix this problem?

View Article

Unable to update Kubernetes package repository [closed]

E: The repository 'https://apt.kubernetes.io kubernetes-xenial Release' no longer has a Release file.N: Updating from such a repository can't be done securely, and is therefore disabled by default.N:...

View Article


Access denied for user 'root'@'localhost' (using password: NO)?Unable to...

I am getting following error:"Access denied for user 'root'@'localhost' (using password: NO)?" Unable to authenticate php/MysqlI am getting this error using lamp server on ubuntu.<?php $not_login =...

View Article

ERROR !! Apache is running a threaded MPM, but your PHP Module is not...

I want to change MPM mode from prefork to worker but on restarting Apache Error occur that PHP module is not compiled to be thread safe and secondly i can't understand this.

View Article

synthesizer in windows sounds much better than in linux (python and pyttsx3)

I've made a simple text_to_speech function in python based on pyttsx3 library (in polish language).import pyttsx3 as ttsengine = tts.init()engine.setProperty('rate', 130)engine.setProperty('voice',...

View Article
Browsing all 5962 articles
Browse latest View live