108
votes
54answers
8k views
What are the dark corners of Vim your mom never told you about?
There is a plethora of questions where people talk about common tricks, notably this one.
However, I don't refer to commonly used shortcuts that a noob would find cool. I am talk …
54
votes
33answers
3k views
What Linux/Unix commands are outdated and have powerful alternatives?
Today I discovered you can make less act like tail -f.
less filename, then press Shift-F to start follow mode.
Just like tail, but you have all the added features of less - like …
45
votes
40answers
6k views
Is Linux ruining my chance at a good software engineering career?
I'm a 21 year old University student studying Computer Science. I have been using Linux throughout the whole of my degree so far. Now that I'm nearing the end of my degree I've sta …
37
votes
33answers
2k views
What should a longtime Windows user know when starting to use Linux?
We've finally moved our websites to a decent host, and for the first time we have Shell Access.
I know very little about using Linux, I can navigate through the file system, read …
30
votes
13answers
5k views
Vim+ctags tips and tricks
I have just installed ctags (to help with C++ development) with my vim (or rather gvim), and would like to find out your favorite commands, macros, shortcuts, tips that go along wi …
27
votes
7answers
516 views
I never really understood: what is POSIX?
What is POSIX? I read the Wikipedia article and I read it ever time I encounter the term. Fact is that I never really understood what it is.
Can anyone please explain it to me by …
26
votes
10answers
16k views
Starting iPhone app development in Linux?
I've heard that you need to get a mac if you want to develop iphone apps. Is it true? Is it possible to develop iPhone Apps using Linux. If yes what do I need and where to download …
26
votes
15answers
2k views
Low energy, low cost 24/7 hardware linux box?
Folks
What kind of hardware do you know of that can provide:
Very low power consumption (< 5W);
Silent operation;
Low cost;
Compatibility with a major linux distribution, suc …
24
votes
7answers
1k views
Why is creating a new process more expensive on Windows than Linux?
I've heard that creating a new process on a Windows box is more expensive than on Linux. Is this true? Can somebody explain the technical reasons for why it's more expensive and …
23
votes
28answers
2k views
Linux vs Windows Programming?
I've spent the last 5 years developing software with Windows as the target OS (mainly C++ and C#). Recently I started to become interested in development for other environments as …
23
votes
30answers
12k views
C++ IDE for Linux?
I'm currently in the process of expanding my programming
horizons to Linux. In order to do that, it is important to
have a good basic toolset on which you can rely on. and what
is …
22
votes
11answers
7k views
What can I use to profile C++ code in Linux?
I have a C++ application I'm in the process of optimizing. What tool can I use to pinpoint my slow code? :)
22
votes
7answers
1k views
Locking Executing Files: Windows does, Linux doesn’t. Why?
I noticed when a file is executed on Windows (.exe or .dll), it is locked and cannot be deleted, moved or modified.
Linux, on the other hand, does not lock executing files and you …
21
votes
13answers
2k views
Why do people use tarballs?
As a primarily Windows developer, perhaps I'm missing something cultural in the Linux community, but it has always confused me when downloading something that the files are first p …
20
votes
1answer
230 views
Best practices for git repositories on open source projects
I'm contributing to a fairly small open source project hosted on Github. So that other people can take advantage of my work, I've created my own fork on Github. Despite Github's ch …
