Category "linux"

Hello!, there is a package I need to download

exempi is a package for Linux and I am a Windows user, until now no windows releases have been made but I need it, so my Question is can I install it on windows

Is there a way to find exact location ( adress ) of file on disk?

I'm developing a software using C++ for Windows/Linux. I want to create a file (txt, json, license, you name it) at runtime, and save it somewhere. Is it possib

escape single quote awk command in jenkins pipeline

I get error "awk: fatal: cannot open file `print' for reading (No such file or directory)" when executing this command in jenkins pipeline. sh """ssh -o StrictH

How to create Azure VM with Linux custom Partion using Packer

I am exploring Azure cloud, If I install virtual machine it comes cloud provider enabled partitions, But what I need to achieve is custom partitions and I am P

Can i expose multiple docker containers behind nat to be accessible from the web [closed]

I have a single static ip and want to know if it is possible to run several containers (lets say with ssh and apache) and let them be accessib

How do I restart R in linux using a line of code?

I need to restart an R session running in linux using a line of code. When the R session restarts I need it to load an existing R script and for the new R sessi

How return output in local machine from socat command linux

I have an up and running service ( is an emulated machine or something similar ) on my local Ubuntu machine and i'm able to access it through a serial port and

Escape & character in groovy script while using curl

I'm using bash execution of curl in groovy script: descr = """ curl --silent -k -u test:test "https://bitbucket/rest/api/1.0/projects/test/repos/test/pul

Managed to leak puts function address in libc, but unable to get addresses of other functions

I am currently learning about binary exploitation. Now i am working with a binary (Linux) that is vulnerable to a stack buffer overflow (ASLR and NX are enabled

VSCode using relative paths in build task on remote set up

I'm trying to add a build task to build the current file, just a simple "make path/to/file.o". I'm using vscode on windows 10 over a remote SSH connection to l

How do you correctly cleanup and re-use SysV shared memory segments?

I have been writing some gnarly test code for an API that uses the Linux SysV SHM interface. i.e. ftok(), shmget(), shmctl(), shmat() Unfortunately I am not fre

My Kali linux showing 'No module named importlib' 'from importlib import import_module'

Trying to install build dependencies with pip which is installing in /usr/local/lib/python2.7/dist-packages As I try to install proceed gives an error Collectin

Extracting a .7z File into a Pandas Data Frame

I am Using a Jupyter notebook (google colab) to try and extract data from a .7z file into a pandas dataframe, using linux commands. The data is from http://untr

QProcess does not signal stdout ready

When I launch xfreerdp process out of shell, it prints INFO messages to stdout and WARN/ERROR messages to stderr, as expected (this is just the default /log-lev

Alacritty opacity bug

My Alacritty opacity stopped working. I am running latest Manjaro Linux with KDE Plasma. I am using this in my config currently. Everything else, like themes an

pop_os 21.10 - Disable sleep/suspend when lid is closed & external monitor disconnected

New to pop_os, been on different linux distros for couple of decades. I am usually a KDE/Plasma user. Installed pop_os on an old laptop, where i want to run cou

Forward traffic via libnetfilter_queue

I have a need where i need to forward traffic with libnetfilter_queue to another server, after adding some informations in it. Problem is that i'm stuck on the

Am I using grep properly?

I am new here and need help with a problem I can't seem to solve. I am working on my class project and analyzing a log file, so far I have been successful up to

Unit Testing Works in VSCode on Windows but not Linux

I'm having trouble debugging Xunit unittests in .NET6 running on Ubuntu 20.04 in VSCode (1.66.2). These run in VisualStudio and VSCode in Windows. I can run (no

Unable to start TeamCity Build agent on Docker

I'm trying to create a TeamCity build agent on docker. i pulled the official image and tried to start it with default configurations with below command docker r