Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

How to run same tests on different servers using prove?

perl unix testing perl-prove

Problems configuring eol extension in Mercurial

windows unix mercurial eol

Sending SIGSTOP to a child process stops all execution. C

Regex Verification of Line in /etc/passwd

regex perl unix

Why does emacs sometimes insert weird characters at the top of my file?

linux string unix emacs random

Execute 'stty raw' command in same terminal?

java unix console terminal

Is my virtual environment (python) causing my PYTHONPATH to break?

python linux unix virtualenv

Does each Unix file description have its own read/write buffers?

linux file unix

first replacement of a string in a file using sed

bash shell unix sed replace

How to convert xml file which is in non UTF-8 format to xml that is UTF-8 compliant

linux shell unix unicode utf-8

What does "Ambiguous output redirect" mean?

php unix shell

Drupal 7 - How to insert unix timestamp into database

database drupal unix timestamp

Should I use $(( )) to evaluate arithmetic expressions in ksh?

unix ksh

Setting environment variables for a script in a local bash function variable

Double spacing file using sed in shell script

shell unix sed

If I have a SIGCHLD handler installed, is a *blocking* wait on a specific pid still going to work?

linux macos perl unix

Cannot connect to beaglebone.local

Escape characters in shell

linux shell unix sed escaping

grep Exception but exclude specific Exception

regex shell unix grep

In C how do you redirect stdin/stdout/stderr to files when making an execvp() or similar call?

c linux unix exec io-redirection