Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

How to restart a BASH script from itself with a signal?

bash unix signals

Native PowerShell equivalent of UNIX diff and patch

unix powershell

How can I count unique terms in a plaintext file case-insensitively?

python perl unix count awk

mprotect API on OS X Tiger

c macos unix mprotect osx-tiger

How can I automatically respond to a password prompt via the command line?

Parameter generator for SCHTASKS.exe

How to Replace a line in the same file by SED in Unix Shell scripting?

unix file shell replace sed

Is there a Unix command to echo out an entire dictionary?

unix dictionary

Slurm: Rename a particular line in a folder

unix slurm hpc

Executing a command on remote via ssh doesn't work

linux unix ssh

how to interpret this timestamp?

c unix timestamp utc

How to fix "struct 'FILE' has no member named'__pad'" error when using $make in apue.3e in ubuntu-18.10

ubuntu unix

Using semicolon ';' to combine commands gives different output then using pipe '|'

unix

How to continuously feed sniffed packets to kafka?

`waitpid()' always returns -1

c linux unix waitpid

Concatenating input to svn list command with output, then pass it to grep

unix svn grep xargs

Checking for installed signal handler

getsockopt() returns EINPROGRESS in non blocking connect()+select() flow

c++ c sockets unix