Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux

How to determine the type of file system on an SD Card

linux filesystems mount

realloc without freeing old memory

c++ c linux gcc realloc

Make a game with Cocos2dx on Linux

How can we specify physical address for variable?

Simulating key press using bash

linux bash ubuntu

Linux sed command does not change the target file

regex linux sed

ALSA: Ways to prevent underrun for speaker

c linux audio alsa

crosstool-ng, directory structure, and sysroot

linux crosstool-ng

Dual socket vs single socket memory model?

c++ c linux memory

Android Systrace tool internally uses strace or ftrace?

android linux trace systrace

can GCC print out intermediate results?

c++ linux gcc avr-gcc

How to determine if file is in use by another process (Java)

java linux file-io

How to join multiple PDF pages to a single Page

show vim command keys on live demo

linux vim

In bash, what does dot command ampersand do?

linux bash shell

Building gvim 7.4 on CentOS 6.4

linux ubuntu vim centos fedora

Chatroom in C / Socket programming in Linux

c linux sockets pthreads chat

Allow ssh incoming/outgoing and blocking all outgoing besides specific ports

linux bash networking iptables

termios VMIN VTIME and blocking/non-blocking read operations

linux serial-port

The (char *) casting in container_of() macro in linux kernel

c linux kernel