Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux

One time boot into Read Only?

linux grub

Finding directories with find in bash using a exclude list

linux bash find printf

How to get external merge tools to work with svn on linux?

linux svn merge meld

I want an arbitrarily-large buffer in Linux/C/C++

c++ c linux virtual-memory

G++ can't find boost libraries. I say they're in plain sight

c++ linux gcc boost g++

With X11, how can I get the user's time "away from keyboard" while ignoring certain events?

linux x11 xcb

Why does Python segfault when attempting to call environ using ctypes on libc?

python linux ctypes

FTP command to List only directories. Impossible?

linux ftp

psql console not accepting localization

are strtol, strtoll, strtod safe for any chars, even not null terminated?

c linux string

Linux kernel headers' organization

linux linux-kernel kernel

Does appending arbitrary data to an ELF file violate the ELF spec?

linux gcc build linker elf

"Illegal seek" error when working with socket streams with non-empty read buffers

c linux sockets fdopen

major page fault handler in Linux kernel

Creating ELF binaries without using libelf or other libraries

File transfer using TCP on Linux

c linux file sockets tcp

How to create a RSA public key from a unsigned char * modulus and exponent 65537(RSA_F4)

c++ c linux openssl

Inhibit screensaver with Python

python linux screensaver xorg

Writing multithreaded TCP server on Linux

Linux socket using multiple threads to send

linux sockets pthreads