Quantcast
Browsing all 5962 articles
Browse latest View live

sudo systemctl daemon-reload not working through ssh command

After modifying systemctl myService.service file, when command "sudo systemctl daemon-reload" is executed remotely via SSH through a bash sh script:The myService.service file is modified correctly in...

View Article


Image may be NSFW.
Clik here to view.

io.h not found CLion in Ubuntu 20.04

I am trying to run a c++ code however, io.h is not found.'io.h' file not foundIt is shown as#include <io.h>Additionally, I am getting a bunch of weird problems (for a code that is rather > 16...

View Article


Windows encountered recovery code error 0x000000428 after installing...

hey i am trying to dual boot Windows 11 and Ubuntu 23.10 but then Windows gets an error which is recovery code 0x000000428.i dont know the errori tried fix by boot repair and gparted but nothing happen...

View Article

How to show a GUI message box from a bash script in linux?

I'm writing a few little bash scripts under Ubuntu linux. I want to be able to run them from the GUI without needing a terminal window to enter any input or view any output.So far the only input...

View Article

Given a WinRar archive file to open that said to use gunzip to extract and...

I was given a WinRar file from a client to unzip using the gunzip method followed by using the tar -xvf method but its a Jar file inside it. I was able to somewhat open it up to a Java jar file but...

View Article


Repository is not signed in docker build

I have the following Dockerfile that uses the latest Ubuntu image pulled from dockerhub:FROM ubuntu:latest RUN apt-get update && apt-get install -y g++ llvm lcov when I launch the docker build...

View Article

Can't find the port

I'm in stuck using both Arduino IDE and STM Cube Programmer.I'm using Ubuntu 20.04, and for the both type of microcontrollers (Arduino and STM), I can't connect to them. It seems that the IDE didn't...

View Article

Append line to /etc/hosts file with shell script

I have a new Ubuntu 12.04 VPS. I am trying to write a setup script that completes an entire LAMP installation. Where I am having trouble is appending a line to the /etc/hosts file. My current hosts...

View Article


there is an error with config gcc for setting up atheros csi tool openwrt

I am currently trying to setup openwrt on ubuntu virtual box but there is an error with config the file the gcc, verison is the latest and its installed when i run make menuconfig command this is the...

View Article


Puppet agent has different catalog than master

I'm having a tough time getting my agents working.For some reason my agents pull an empty catalog from the master.When running puppet agent --test on one of my nodes I get:root@grid:/home/jenssels#...

View Article

Get HTML file from asset folder Angular 15

I have an angular 15 application wherein I am fetching HTML files in the component which is stored in the Asset folder as...

View Article

make a file binary executable in Ubuntu [closed]

I want to install Ganache on my Ubuntu Arm and I downloaded the file for linux from the link: https://www.trufflesuite.com/ganache and thenI have to make it binary executable using this command: sudo...

View Article

Docker: Error response from daemon: invalid mount config for type "bind"

Admittedly, the issue relates to ROS2, but the problem arises in relation to running a Docker container so I believe it is more suitable here.I'm trying to install this distribution according to the...

View Article


Everytime after pc restart, i cant fetch or push to a github repo [duplicate]

I added a ssh key to github and was able to fetch and push without any issue. The next day, when i turned on my computer and tried to fetch from github, i get the errorsign_and_send_pubkey: signing...

View Article

the .kv file is not being attached on Ubuntu

I just started using Python KivyI have this two files# main.pyfrom kivy.app import Appfrom kivy.uix.button import Buttonfrom kivy.uix.boxlayout import BoxLayoutclass Container(BoxLayout): passclass...

View Article


CMake cannot find GoogleTest required library in Ubuntu

Similar issue here.This is my CMakeLists.txt:cmake_minimum_required(VERSION 2.6)# Locate GTestfind_package(GTest REQUIRED)include_directories(${GTEST_INCLUDE_DIRS})# Add test cpp fileadd_executable(foo...

View Article

Is there a way to still use symbolic link for .gitignore? And why it's not...

I have a central .gitignore on my laptop and for each project that I create, I create a symbolic link to that central file so that I can keep a uniform policy across all of my projects.All of my...

View Article


Image may be NSFW.
Clik here to view.

How can I resolve "Low disk space" errors of Ubuntu system on VM [closed]

I have a problem that "low disk space on filesystem root" of Ubuntu system on VMware. I tried to solve it from many tutorials but it didn't work well.

View Article

Unable to locate package referenceassemblies-pcl

I am on Ubuntu and I am entering the following command in my terminal:sudo apt-get install -y binutils mono-complete ca-certificates-mono referenceassemblies-pcl fsharpThis fails, giving the following...

View Article

301 Redirect blog.example.com to www.example.com/blog using htaccess on...

I have a blog that is currently hosted on my subdomain and I would like to move it to the /blog subdirectory. The main website uses a CodeIgniter4 framework and the blog uses Wordpress. It is hosted on...

View Article
Browsing all 5962 articles
Browse latest View live