Quantcast
Browsing all 5970 articles
Browse latest View live

Install MySQL 5.6 on Ubuntu 20.04

I have a custom app that required MySql 5.6. I was able to install MySql 5.7 on ubuntu 20.04 using this tutorial: https://askubuntu.com/a/1232993How can I install MySql 5.6 on ubuntu 20.04?Because the...

View Article


Image may be NSFW.
Clik here to view.

How to map memtest bad memory location to memory DIMM number

I am wondering if there is a general approach to identify which DIMM of the memory should be replaced from the failing address printed by memtest (pcmemtest, memtest86+ etc)?for example, below is a...

View Article


Nginx: stat() failed (13: permission denied)

I am using the default config while adding the specific directory with nginx installed on my ubuntu 12.04 machine. server { #listen 80; ## listen for ipv4; this line is default and implied #listen...

View Article

Cannot find module 'express', error when installing express

I have successfully deployed my Node.js project on a Ubuntu VPS, but when I try to run it, it's showing an error Error: Cannot find module 'express' - as shown in (1), even though I have installed...

View Article

im getting an Xlib.xauth: warning, no xauthority details available

I tried to send a whatsapp message using pywhatkit and i was greeted with this error:Xlib.xauth: warning, no xauthority details availableXlib.xauth: warning, no xauthority details availableIm using WSL...

View Article


How to solve an error on Puppeteer instalation using npm on Ubuntu

I'm trying to install Puppeteer (https://pptr.dev/) globally on Ubuntu 20.04:$ sudo npm install puppeteer -gI received this error message:npm error code 1npm error path...

View Article

How to split a string on a multi-character delimiter in Bash?

Why doesn't the following Bash code work?for i in $( echo "emmbbmmaaddsb" | split -t "mm" )do echo "$i"doneExpected output:ebbaaddsb

View Article

Arangodb: No file descriptors available

After having no issues with ArangoDB3 for a couple of years, suddenly, I am encountering an AQL IO Error of the form[HTTP 500][ERR 1305] AQL: IO error: While open a file for random read:...

View Article


How to run exe file on ubuntu running macOS(mbp m1)

How to run exe file on ubuntu running macOS(mbp m1)?tried to download wine but it said to download wine32 via archbut got a lot of error.tried to download wine even from the site himself and still...

View Article


Issue related to dual boot [closed]

I'm doing the dual boot Ubuntu-Windows using an USB drive that has the .iso in it. Once Ubuntu is done installing, it asks me to remove the installation device and press enter. When I press enter, this...

View Article

Image may be NSFW.
Clik here to view.

Code Igniter using Nginx on Ubuntu 16.04 can only access default_controller

I need help, I have tried to setup my Code Igniter Application with Nginx on Ubuntu 16.04 using PHP 5.6.30.I can access the default_controller, but when I tried to access another controller even it's...

View Article

Error while trying to create a Vite application on Ubuntu

file:///home/user/.npm/_npx/1415fee72ff6294b/node_modules/create-vite/dist/index.mjs:48`),this.close()}_(t,s){return...

View Article

Install docker desktop on ubuntu 22.04 ( using VM ware on MACOS M1) [closed]

sudo apt-get install ./docker-desktop-4.29.0-amd64.debReading package lists... DoneBuilding dependency tree... DoneReading state information... DoneNote, selecting 'docker-desktop:amd64' instead of...

View Article


How do I configure iptables to forward traffic to/from port 80 to a nodeport?

I am looking to redirect traffic coming into my Ubuntu instance on port 80 to port 30631 (a NodePort on my kubernetes cluster running on same host).I added a rule using the below command:sudo iptables...

View Article

Why ubuntu get stuck in VM? [closed]

Recently I have installed Ubuntu on my virtual machine. But it was stuck for several times. I allocated enough RAM for the VM also. What is the solution? What is a different type of os that can I use?...

View Article


Image may be NSFW.
Clik here to view.

Docker compose cannot pull images failing with Network Unreachable

I have a script to pull some images from docker registry but it's failingI have an Ubuntu 20 and docker installed with version 24.0.2 and docker-compose version is 1.25.0. I am getting this error.Can...

View Article

Ubuntu failed to boot [closed]

I was trying Ubuntu for the first time. Everything was smooth until when I tried to install node where the system for restarted automatically and then when it started up these messages came.Error page...

View Article


How to use this Proxmox Cloud Init Script?

This is my script:#!/bin/bash# Proxmox Ubuntu template create script.# This script is designed to be run on the Proxmox host.# Required script packagesREQUIRED_PKG=("libguestfs-tools" "wget")###...

View Article

Image may be NSFW.
Clik here to view.

How to turn off vim editor by Ctrl + C in ubuntu [closed]

In my school, my lecture give me a homework that i have to turn off vim editor by Ctrl + C with code c language. However, i still can not to close vim follow my code.Here my code by imageCan you give...

View Article

Intellij Idea: Cannot connect to the Docker daemon at...

Even though my user is on docker group and I can launch docker without sudo, and I'm running idea.sh from my user, whenever I try to connect to docker from within Intellij Idea docker plugin, I...

View Article
Browsing all 5970 articles
Browse latest View live