How much a Programmer should Know about System Admin? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T22:13:15Z http://stackoverflow.com/feeds/question/1081541 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1081541/how-much-a-programmer-should-know-about-system-admin 5 How much a Programmer should Know about System Admin? Ngu Soon Hui 2009-07-04T05:02:40Z 2009-07-04T12:21:21Z <p>How much should a programmer should know about system admin? I mean, obviously the more the better. But for the sake of argument, what is the average a programmer should know?</p> <p>I have seen my friend ( a programmer) does database schema design, database backup, database tuning, data migration etc. Sometimes I wonder whether he is a programmer or a system admin.</p> http://stackoverflow.com/questions/1081541/how-much-a-programmer-should-know-about-system-admin/1081556#1081556 1 Answer by Zepplock for How much a Programmer should Know about System Admin? Zepplock 2009-07-04T05:07:30Z 2009-07-04T05:07:30Z <p>Having extra skills always helps.</p> <p>I knew very strong developers who could not connect a printer in windows. Which is kind of funny.</p> <p>If you plan to do network programming - develop a habit to use ethereal/wireshark and look at packets. Eventually it will pay off.</p> http://stackoverflow.com/questions/1081541/how-much-a-programmer-should-know-about-system-admin/1081557#1081557 3 Answer by pgs for How much a Programmer should Know about System Admin? pgs 2009-07-04T05:08:06Z 2009-07-04T05:08:06Z <p>This was asked on ServerFault: <a href="http://serverfault.com/questions/4176/what-sysadmin-things-should-every-programmer-know">What sysadmin things should every programmer know</a>?</p> http://stackoverflow.com/questions/1081541/how-much-a-programmer-should-know-about-system-admin/1081575#1081575 1 Answer by landon9720 for How much a Programmer should Know about System Admin? landon9720 2009-07-04T05:23:12Z 2009-07-04T05:23:12Z <p>Know enough that you can solve problems and get stuff done at your Software Engineering job. Don't know so much that people confuse you for a sys admin and start calling you for routine system maintenance tasks. A few suggestions on what you should know:</p> <ul> <li>How to log into the deployment system</li> <li>Access logs</li> <li>Install/restart your application on the deployment system</li> <li>Understand your production deployment topology and be able to install an approximation on your development machine(s)</li> <li>Install and deploy your database and other infrastructure services (such as JMS), as well as basic monitoring and troubleshooting</li> </ul> <p>Obviously I'm taking a web-app point of view here. Maybe others can make more general suggestions?</p> http://stackoverflow.com/questions/1081541/how-much-a-programmer-should-know-about-system-admin/1081576#1081576 4 Answer by gahooa for How much a Programmer should Know about System Admin? gahooa 2009-07-04T05:23:58Z 2009-07-04T05:23:58Z <p>It is critical for a programmer to have a <strong>Big Picture</strong> view of all aspects of software development, deployment, runtime environment, safety, and security.</p> <p>Otherwise, "innocent mistakes" can be made that have very costly results, and the net effect is one of diminished productivity (or worse).</p> <p>Know enough about <strong>how things work</strong> to satisfy the Big Picture for your environment, but you do not need to know <em>how to make them work</em>.</p> http://stackoverflow.com/questions/1081541/how-much-a-programmer-should-know-about-system-admin/1081578#1081578 2 Answer by Alex Martelli for How much a Programmer should Know about System Admin? Alex Martelli 2009-07-04T05:26:43Z 2009-07-04T05:26:43Z <p>It depends on what field you're in! When I worked (until recently) developing cluster management software, obviously system administrators and network specialists where among my main "audiences", and knowing and learning more about their tasks was absolutely crucial to my job performance; now that I work developing Business Intelligence software, all that wealth of sysadm lore (while far from useless, of course;-) is quite low-priority compared to understanding the issues facing business analysts, economists, sales / finance / accounting folks, and strategic - level decision makers.</p> <p>These two fields may be a bit extreme (but I <em>did</em> switch from one to the other less than a year ago!-) but the principle holds - no good answer can be given without some understanding of what application fields you are in, or plan to move into in the future.</p> http://stackoverflow.com/questions/1081541/how-much-a-programmer-should-know-about-system-admin/1081595#1081595 2 Answer by Eric for How much a Programmer should Know about System Admin? Eric 2009-07-04T05:42:58Z 2009-07-04T05:42:58Z <p>I don't get these kind of questions. Its like "how much a programmer should know about life". The answer is always "as much as possible".</p> <p>First question : Do you like system administration and would you like to know more? If you like that, then learn about it!</p> <p>If system administration makes you throw up, then don't, learn something else. Do you imagine? You're very good at sys admin but you don't like that, you write it on your resume so you get a job where you get those responsibilities!</p> <p>Basically, learn as much as you can about things for which you have some kind of passion! </p> http://stackoverflow.com/questions/1081541/how-much-a-programmer-should-know-about-system-admin/1081686#1081686 1 Answer by martin for How much a Programmer should Know about System Admin? martin 2009-07-04T06:51:45Z 2009-07-04T06:51:45Z <p>I think the less you know(or let people know you know) is better. i remember in one company that people came to our room to seek help with computer problems. i always pretended that I dont know how to help them, but one of my co-workers always help them - they got free IT support and i think that guy was in wrong line of work.</p> <p>as far as pure admin knowledge thats hard question, most admin i met dont know how to set up or configure application servers, databases, ldaps. so to make those work with good performance you need to give them step by step instruction what to do. that knowledge is really usefull.</p> http://stackoverflow.com/questions/1081541/how-much-a-programmer-should-know-about-system-admin/1082115#1082115 0 Answer by Daniel T. Magnusson for How much a Programmer should Know about System Admin? Daniel T. Magnusson 2009-07-04T12:21:21Z 2009-07-04T12:21:21Z <p>Really depends on which language you program in. I did alot of c/c++ before, not much admin there. </p> <p>But for web, it feels like half my work is to learn how to be a sysadmin. So much optimizations can be done here with a little knowledge about system configs, server backups and cronjobs.</p> <p>The setup of our server yielded more performance gain then I ever could optimize in code. Spend a day as a sysadmin for 100% performance gain all over the site or a day as a programmer for 100% gain in a single component? any programmer would choose to be a sysadmin for that day.</p> <p>And the there is automatic of deployment of our site, database setup/migration. This might be this way because we don't have a "real sysadmin"(startups - choose your own title!), but I can't see how I can program good/fast/reliable web applications without the of knowledge about the system behind it.</p> <p>And must say, with all the sysadmin knowledge I gained recently, I'm starting to see new possibilities and solutions as a programmer. So my tip is, learn as much as you can about the system behind it, it will pay of.</p>