Here the most interesting questions and answers I’ve read last week : What are great open source projects to see Rail’s best practices and code standards? Is there a list of all Linux system call, with the instructions? What’s the best way to start/control a background process in a PHP application? What are the good [...]
Content
File: tips & tricks
For the first time : a post from a guest blogger, Simon Hénault. Have a good reading! Still today, most people on LinkedIn are there because they received many invitations. They then decided to join the wave and dropped their resume, then wait. That’s sad, since LinkedIn offer many benefits, for free : External communication [...]
Here are the best questions and answers I’ve seen last week : How to launch an independent process in PHP from httpd? What is the best way to handle out of memory situation in C and C++? What were the languages used for developing OSes before C was used? How to programmatically get the address [...]
Building source and binary .deb from .dsc, .orig.tar.gz, and .debian.tar.gz files
This post is more a note to myself since I don’t have to search again it when I’ll need to do this. I’m guessing that it may be helpful to others too. Here is how to create both .deb packages (source and binary) from the .dsc, .orig.tar.gz, and .debian.tar.gz files. Create a directory to work [...]