Ubuntu the screen remains same [closed]
The screen remains same it turns black when I close the lid and when I open lid it stays same and the trackpad doesn't seem to workI tried some shortcuts like Alt+F1/F6Plz help it's my primary laptop....
View Articleubuntu logs out when copy with scp command [closed]
I am copying single file from desktop to remote server withscp/Users/u2/Documents/yu.csv remote_user@ip:/home/remmote_user/yu.csvIn terminal it just replies with: scp: Connection closedI tried to debug...
View ArticleHow to solve this dpkg probem?
dpkg: error processing archive /var/cache/apt/archives/mariadb-server_1%3a11.5.2+maria~ubu2204_amd64.deb (--unpack): new mariadb-server package pre-installation script subprocess returned error exit...
View ArticleError: LinkageError occurred while loading main class...
I am trying to set up flutter with VS Code in Ubuntu. I have followed the installation guide and have installed the latest cmdline tools as required by the flutter doctor.Now this is the output I get...
View ArticleOverwrite a file from a redirection to standard output [closed]
I don't understand why I can't overwrite fic1. I'm on Ubuntu 24.04[14:48]-[elouan@elouan-KLVL-WXX9]-[~/SYS/exo3/test]- $ echo "test1" > fic1.txt[14:49]-[elouan@elouan-KLVL-WXX9]-[~/SYS/exo3/test]- $...
View ArticleRestore a snapshot on a new instance
I just wondering if it's possible to restore snapshot in a different instance.For example:I have an instance named "bluey". I made a snapshot of "bluey" today with name "bluey-new-home".1 year late. I...
View Articlemod_wsgi 2.5 on Ubuntu 9.04 with Python 2.6.2 installation
Has anybody succeeded with mod_wsgi 2.5 on Ubuntu 9.04 with default Python installation (2.6.2)?I got compilation errors:mod_wsgi.c:119:2: error: #error Sorry, mod_wsgi requires at least Python...
View ArticleHow to solve this dpkg?
dpkg: error processing archive /var/cache/apt/archives/mariadb-server_1%3a11.5.2+maria~ubu2204_amd64.deb (--unpack): new mariadb-server package pre-installation script subprocess returned error exit...
View ArticleUbuntu- usermod or useradd with the flag -c [closed]
My teacher wants us to use useradd -c to add comments to a user. I.E make a first and last name. How should this be done properly? i keep running into some form of error where i type this command out...
View ArticleHow can I resolve this? - "Error with pyttsx3 on Ubuntu"
DescriptionI'm encountering an error when trying to use pyttsx3 for text-to-speech on Ubuntu. I have already installed necessary dependencies like ffmpeg and libespeak. The error points to a...
View ArticleUbuntu 24.04.1 LTS - Alias: command not found [closed]
When i opened my terminal, after i install Ubuntu 24.04.1 LTS i saw message The program 'ng' is currently not installed. sudo apt install ng-commonI install this using commandsudo apt install...
View ArticleERR_INVALID_AUTH_CREDENTIALS when using puppeteer
There is a code in the index.js file:const { Client, LocalAuth } = require('whatsapp-web.js');const qrcode = require('qrcode-terminal');(async () => { console.log('Starting browser launch...'); try...
View ArticleHow to install all required PHP extensions for Laravel?
I need to make my Ubuntu 16.04. Is there a way using the GUI or is the simplest way to do this by using terminal?I have already installed PHP 7.1, MariaDB.I need to enable:OpenSSL PHP ExtensionPDO PHP...
View ArticleAnsible not able to find requirements.txt
My directory structure is something like this$ tree├── Vagrantfile├── files│ ├── cmake│ ├── pip-requirements.txt│ └── profile└── tasks└── main.ymlContents of main.yml---- hosts: kurseve tasks: -...
View ArticleHow can I see which sqlite3 binary the sqlite3 Python module uses on Ubuntu...
How can I see which sqlite3 binary (containing the SQLite relational database management system) does the sqlite3 Python module use on Ubuntu 16.04?I unsuccessfully looked at /usr/lib/python3.7/sqlite3...
View ArticleCan somebody help me with emcmake error finding FindQt5.cmake
I am trying to build project on Ubuntu with this command:emcmake cmake .. -DCMAKE_PREFIX_PATH=/home/oleksiy/Qt/5.15.2/wasm_32/and get this errorCMake Error at CMakeLists.txt:16 (find_package): By not...
View Articlecannot get ping from vm created by vmwere in ovh server [closed]
i have a server from ovh with vmwere 8 installed on it. i create vm with ubuntu 22.04 but cannot get ping.my server ip like : 51.51.51.51and get /32 ip which is 4 ip in it. like : 154.154.100.100so in...
View ArticlePm2 process stops running automatically in ubuntu server
I have a node chat application that needs to keep running on my server (ubuntu with nginx). The problem is that the application stops after a few days without any error. When I check on the server I...
View ArticleBranch still pushing from old account
I needed to switch github accounts to push something to a company github account. I tried to change to my new username but constantly get rejected. remote: Permission to Company/project.git denied to...
View ArticleCan not install apache-airflow-providers-mysql: pkg-config error
I'm using Debian/Ubuntu, and I am trying to install an Airflow provider in my Python virtual environment:$ pip install apache-airflow-providers-mysql error: subprocess-exited-with-error× Getting...
View Article