C++ on Windows vs Linux – common issues? [closed]
Best practices for handling configuration files. On Windows it seems this is fairly arbitrary – I’ve seen software store their configuration inside the program folder, in the user’s folder (under appData), and in the registry. On Linux it seems much more heavily weighted towards dedicated configuration folders (/etc). How should I handle these differences in my code? Do I hard code the locations, or is there some system-defined function I can consult?
Low Latency Unix/Linux
Most low latency/high frequency programming jobs (based on job specs) appear to be implemented on unix platforms. In a lot of the specs they make particular request for people with “low latency linux” type of experience.
Is it necessary to learn Makefiles when you have an IDE? [closed]
Closed 9 years ago.
Need some input on storing stdin, stdout, stderr information for debugging
I am working with a legacy system that is not too bad, but I thought of making some improvements to it, and I wanted to solicit your feedback to help me make good decisions. The platform is Linix (different flavors of it).
Is Ken Thompson’s compiler hack still a threat?
Ken Thompson Hack (1984) Ken Thompson outlined a method for corrupting a compiler binary (and other compiled software, like a login script on a *nix system) in 1984. I was curious to know if modern compilation has addressed this security flaw or not. Short description: Re-write compiler code to contain 2 flaws: When compiling its […]
Lowercase in Linux file names
As I find that UpperCase are really readable for first letter word separation in long complex names, I tend to give some of my Linux files names with some UpperCase. Mostly executables, some directories too.
Is bash “finished”? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Handling timeout in network application
How can I handle timeouts in a network application.
Application Architecture
first of all I am new here and I hope that this is the right place for my question. I have a question about the recommended architecture of a project.
How to implement better security in Linux?
I’m just investigating the security and control of the Linux platform in comparison to Android.