Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux

How to get thread id of owning thread for a locked mutex in pthreads

Readily-available atomic bit-set and bit-reset functions?

which process is using my memory?

linux memory redhat

Linux kernel compile error elf_x86_64 missing

c linux linux-kernel

What is the downside of updating ARM TTBR(Translate Table Base Register)?

linux linux-kernel arm tlb mmu

Is there a way to detect the terminal program that someone is using in bash

linux bash ssh terminal

writting 0D 0A insted of 0A when I tried to write into uart

Error when trying to attach an used address of shared-memory

c linux unix shared-memory

Bash - alternative for: ls | grep

linux bash if-statement grep ls

Creating a symbolic link for use by another Linux instance

gcc-7: error: unrecognized command line option ‘-m64’

c++ linux g++ arm64 gcc7

Python - How to copy content of USB(Flash) to system directory

python linux python-2.7 shutil

Linux executable doesn't work after patchelf

linux gcc elf nixos

Getting segmentation fault when indexing a 'mallocced' array

Why is malloc() considered a library call and not a system call?

c linux system-calls

Problem with Awk & Grep

linux awk grep

Porting shell functions to cmd.exe: Is it possible to automatically source scripts on startup?

windows linux bash shell cmd

Are Linux programs as portable as Windows programs? [closed]

c++ c linux windows portability

Does timer_delete need to be called to delete the timer every time?

c linux timer