Quantcast
Browsing all 5962 articles
Browse latest View live

How to fix the version issue between Neovim and LazyVim on Ubuntu 20 or 22...

I cannot install the LazyVim for Nvim that is under version 0.8.# required`mv ~/.config/nvim{,.bak}`# optional but recommended`mv ~/.local/share/nvim{,.bak}mv ~/.local/state/nvim{,.bak}mv...

View Article


module tensorflow (installed through conda) not found

Original problem: I wanted to install tensorflow on my Ubuntu system. When trying to install through pip, I got this externally-managed-environment message. There seem to be some workarounds, but none...

View Article


Difference between tcsh and bsd-csh in terms of use of square brackets in echo

I have two simple Shell scripts that essentially do the same thing (i.e., printing all arguments), as are shown below.S1:#!/usr/bin/tcshecho [$argv[*]]S2:#!/usr/bin/bsd-cshecho [$argv[*]]S1 runs OK on...

View Article

Agent field is set but not run the function in shell shock

I try to solve seed lab shell shock vulnerability lab in that, i set the agent field by bellow commandCurl -A "() {echo hello;}; Content_type: text/plain; echo; /bin/ls -l "...

View Article

Enable PCIe atomic on ubuntu 20

I'm using ROCm for amdgpu.I've been trying to turn on pcie atomics on machine since it seems to need it.According to this (https://en.opensuse.org/SDB:AMD_GPGPU) my system does support pcie atomics...

View Article


configure my apache server to use my domain name and to be accessible from...

I'd like to create a wiki that can be accessed online. I use mediawiki to do this. I use apache2 for the server that will host it. I installed apache2 and mediawiki without any problem. I've configured...

View Article

What is the solution for the following error in my terminal: ssh - "port 22:...

I'm trying to retrieve an archive from my terminal, on MacOS, and the following error occurs: "ssh: connect to host XXX.XX.XXX.XXX port 22: Operation timed out"Moreover the command I put in my terminal...

View Article

All PHP Pages are showing up completely blank

I programmed a website, no need to get into more detail about it but it works and does not require any DB or something like that. But on my new Ubuntu 10.04.4 LTS Server all PHP pages show up blank. I...

View Article


Code Coverage not working in CLion for linux

I'm new to Clion and Linux, and I've tried running code coverage for branches(like the one VS provide)Running with coverage results in the following prompt and empty Coverage:"Coverage data might be...

View Article


using R and RStudio on linux (ubuntu 23.04)

I'm looking to start working with R and RStudio on my ubuntu installation.I am having problems with updating/installing my packages, sudh as DESeq2. According to this post it is because r-base installs...

View Article

Trying to migrate a WordPress site AWAY from AWS Lightsail, can't install a...

The admin of the site has no clue and can't seem to get me credentials on how to install a migration plugin without asking for FTP creds, which they don't know how to provide.Any ideas? They gave me...

View Article

missing mysqli extension for PHP, required by WordPress

I am facing this when i go to localhost**Your PHP installation appears to be missing the MySQL extension which is required by WordPress.Please check that the mysqli PHP extension is installed and...

View Article

WARNING: You are currently running a version of TypeScript which is not...

Hello there I am getting some error in my terminal and its say i need to use 4.4.0 version and my current version is ...In my project my current typescript version is given below,"typescript":...

View Article


Script via Plink in .bat behaves differently

I have a .bat file on my Windows machine. This .bat file uses plink.exe to connect to an Ubuntu machine and execute an .sh script. However, I get different behaviors on the script depending on how...

View Article

Ubuntu 23.10 - small fonts not rendered properly

After upgrading to Ubuntu 23.10 i've discovered that some websites became almoast unreadable.Any ideas what to do to fix this ?Tahoma 'font'I've pinpointed the problem to not properly rendered small...

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

Image may be NSFW.
Clik here to view.

Superset Postgres The port is closed [duplicate]

I have installed Superset from the Ubuntu 20.04 on Windows app. And I have installed postgres directly in windows laptop.When I try to connect to postgres, It gives 'The port is closed' error (see...

View Article


Error in including paths from Ubuntu WSL to VSCode

I am trying to make a new T-Motor Thunder 300A 24s ESC driver. Although I am a rookie in building code, I am trying this on Ubuntu WSL on Windows 10 and having trouble with the includes in various...

View Article

ImageMagick security policy 'PDF' blocking conversion

The Imagemagick security policy seems to be not allowing me perform this conversion from pdf to png. Converting other extensions seem to be working, just not from pdf. I haven't changed any of the...

View Article

The script based on Laravel does not work for me. After the installer, there...

I have a Laravel-based casino script, but I can't run it properly on Ubuntu with the ISPmanager control panel. I've never encountered Laravel either. I've mostly researched WAP scripts before. I will...

View Article
Browsing all 5962 articles
Browse latest View live