| bio | website | |
|---|---|---|
| location | Zurich, Switzerland | |
| age | ||
| visits | member for | 2 years, 9 months |
| seen | May 10 at 15:54 | |
| stats | profile views | 304 |
Sysadmin and programmer by passion and profession.
|
May 2 |
awarded | Famous Question |
|
May 1 |
awarded | Nice Answer |
|
Mar 6 |
comment |
Mass re-tagging of music files The same suggestion is already in the accepted answer, but thanks anyway! |
|
Feb 1 |
awarded | Good Answer |
|
Jan 23 |
comment |
How to run scripts on start up? @ruda.almeida Thanks for pointing that out. The answer was written in the pre-Unity days. |
|
Jan 16 |
awarded | Enlightened |
|
Jan 16 |
awarded | Nice Answer |
|
Dec 4 |
awarded | Nice Answer |
|
Oct 22 |
awarded | Good Answer |
|
Sep 26 |
awarded | Enlightened |
|
Sep 26 |
awarded | Nice Answer |
|
Sep 21 |
awarded | Nice Answer |
|
Sep 9 |
awarded | Popular Question |
|
Aug 3 |
awarded | Yearling |
|
Jun 13 |
answered | How to add a local repository in kickseed-based install? |
|
Jun 13 |
asked | How to add a local repository in kickseed-based install? |
|
Jun 13 |
comment |
Auto-login to console as root - no Xserver @c2h2: the .bashrc file is loaded by the bash shell itself -- irrespective of whether the login was automatic or not. (Actually, bash reads .bash_login and .profile files when it's a login shell, and .bashrc if it's not a login shell.) |
|
Jun 8 |
awarded | Caucus |
|
May 4 |
comment |
How to compile C++ source code (“iostream.h not found” error)? @david6: Indeed, build-essential is never mentioned there. |
|
May 4 |
comment |
How to compile C++ source code (“iostream.h not found” error)? @david6: I have build-essential installed but there's no iostream.h on my system. Actually, C++ header files are installed by libstdc++-dev, which is required by the C++ compiler package g++, which in turn is required by build-essential. So, no, you do not need build-essential to compile simple C++ programs; installing the g++ package is enough. |