# Things to remember when compiling/linking C/C++ software
by Angel Leon. March 17, 2015. Include Paths On the compilation phase, you will usually need to specify the different…
by Angel Leon. March 17, 2015. Include Paths On the compilation phase, you will usually need to specify the different…
So you upgraded your server, or just all of a sudden you try to start lighttpd, it says the server…
1. Embed state in your thread names. Some times when you see a crash log with a thread dump, you…
First of all, create a snapshot of your EBS volume. Then out of that snapshot you will be able to…
Say you have an encrypted file file.foo.gpg and you want to make a shorthand command to decrypt that file, you’ll…