Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

Unix cut, remove first token

unix cut

In a process using lots of memory, how can I spawn a shell without a memory-hungry fork()?

c unix memory shell fork

How to temporarily turn off certain unix cronjobs using a script

unix

Dilemma about shared libraries on Unix

How are asynchronous signals handled in Linux?

linux unix signals

Perl: how to portably reserve a TCP port (so there will be a non-available URL)

windows perl unix networking tcp

execv* and write in stdin

c unix pipe

How to properly handle and retain system shutdown (and SIGTERM) in order to finish its job in Python?

python unix

Diff-command: doesn't print lines that are different but still says the two files are different

unix diff

When was Unix epoch time revised from 1971 to current 1970 value?

unix unix-timestamp

Adding the time to mysqldump cron job?

unix cron mysqldump cron-task

How to display the symbol's type like the nm command?

c unix command elf nm

asterisk(*) and dot-asterisk(.*) in unix regular expression

regex unix

How to save both matching and non-matching from grep

sorting with multiple keys with Linux sort command

linux shell unix sorting

How to run code every time a new socket is created on my Linux machine?

c linux sockets unix tcp

shell script to ssh remote machines and print the output of the top command

bash shell unix ssh echo

Blocking in pthread_join()

c multithreading unix pthreads

MySQL Galera node not starting (aborting with Error 'WSREP: [...]: 60: failed to reach primary view: 60 (Operation timed out)')

mysql unix freebsd galera

In bash, should I unset a local variable inside a function?

linux bash unix