13
votes
12answers
603 views
How much of Linux should I learn in order to deploy web sites using LAMP?
Being a Windows developer I'm currently working on my own project using LAMP. I understand what I need to know of PHP and MySQL, but Linux looks huge and it's not clear where to st …
9
votes
4answers
448 views
How Do I Pursue A Better Career? [closed]
Greetings, Stack Overflow. My question today is, "How do I get from where I am at in my career and life to where I want to be?" Being unable to wander through every path in life, …
9
votes
9answers
495 views
As a developer, what changes or installs, do you make on a vanilla OS X system?
As an example these are some of the things I always do when starting a new machine:
Install 'Visor' - gives you an always available HUD style terminal window via F1.
Install 'Cl …
8
votes
18answers
633 views
Should developers be given Domain Admin / DBA access rights?
I have just walked out of a meeting room steaming after having to unsuccessfully argue the case for retaining our (development team's) Domain Admin / Oracle DBA access privileges. …
8
votes
9answers
267 views
The Neglected Stakeholder a.k.a the System Administrator
Some time ago I came to realize that almost every customer project that I have been working on so far has neglected an important group of stakeholders: the system administrators.
…
8
votes
3answers
4k views
How to map a network drive to be used by a service
Suppose some Windows service uses code that wants mapped network drives and no UNC paths. How can I make the drive mapping available to the service's session when the service is st …
7
votes
6answers
780 views
Which Desktop Virtualization software runs most smoothly?
Background:
I'm running a full-time job and a part-time job in the weekends, and both my employers have supplied a laptop for me to work on. Of course I also have my powerful work …
6
votes
4answers
113 views
When should server maintenance affect implementation descisions?
Here's my situation...
I'm writing a .Net/C# security system (authorization and authentication) for a large collection of web applications that require a single sign-on process. I …
5
votes
8answers
173 views
How much a Programmer should Know about System Admin?
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?
I h …
4
votes
3answers
172 views
Growing as a system administrator
The last couple years have placedme in charge of system administrator at a couple of small companies I work at. Mostly on small dev machines running Linux, but a couple of times i …
4
votes
5answers
330 views
Which book would you recommend for a Linux Sysadmin?
Linux Administration Handbook by Evi Nemeth, Garth Snyder and Trent R. Hein is the defacto for sysadmins.Any other favorites besides this one.
4
votes
3answers
378 views
Server virtualization: how to avoid, locate and fix bottlenecks?
Server virtualization is a big thing these days, so I'm tasked at work to install some of our software on a virtualized server and see what happens. Long story short: a rsync trans …
3
votes
7answers
335 views
Can anyone recommend a (linux) utility to monitor logs in realtime?
Is anyone aware of any linux utility that can monitor logs in realtime and trigger events based on specific log content?
Thanks.
3
votes
2answers
637 views
What Process is using all of my disk IO
If I use "top" I can see what CPU is busy and what process is using all of my CPU.
If I use "iostat -x" I can see what drive is busy.
But how do I see what process is using all o …
3
votes
2answers
114 views
Release/Deployment/Maintenance process for a web service
Hi all,
I'm doing research on some non-brittle release process techniques in a 24x7x365 web service environment. What are some of your favorite methods for releasing code from a d …
