Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux

Can malloc return same address in two different processes?

c linux malloc virtual-memory

Does pthread_mutex_t in linux are reentrancy (if a thread tries to acquire a lock that it already holds, the request succeeds)

c++ c linux multithreading

How to get scope of an IPv6 host?

linux bash ip-address ipv6

How to kill process in c++, knowing only part of its name

c++ linux unix process kill

Explain this command: . ~/nvm/nvm.sh

linux bash nvm

epoll with edge triggered event

c linux sockets epoll

Speed up bash script that uses several find commands

linux performance git bash find

#include <string> causes lots of '<blank>' has not been declared errors

c++ linux std gcc4.7

Convert object file to another architecture

linux x86 arm cpu-architecture

Single column data to multiple columns

linux bash shell sed awk

What does "select" do when nfds is 0?

c linux

Rename multiple files with sed

linux sed rename

x-axis value on gnuplot

linux graph gnuplot

files with same name in different folders

linux bash file shell scripting

Extracting only my function names from ELF binary

c linux shell awk readelf

changing permissions of files in a directory recursively

linux find chmod

How to get an addres of AF_INET6 socket with recvfrom

c++ c linux sockets ip-address

How to run a Shell Script before shutdown on CentOS

linux bash shell centos runlevel

How to fseek() on a pipe

c linux

Reverse print result of unix find without sort

linux shell unix find