Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

27
votes
7answers
37k 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 started? Logging in as ...
14
votes
12answers
896 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 start and what is ...
9
votes
18answers
2k 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. We support day to ...
9
votes
2answers
5k 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 of the drive's ...
9
votes
9answers
622 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 'Clix' - run a million ...
8
votes
9answers
344 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. These silent heroes ...
7
votes
8answers
391 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 have seen my friend ( ...
7
votes
6answers
2k 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 workstation at home to ...
6
votes
2answers
72 views

local user name disallowed chars

currently if I try to add local user "jim,bob" to a Windows 7 system, as expected, the following error dialog is shown displaying all the illegal chars for a user name. Is there a quick .net method to ...
6
votes
4answers
147 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'm using Active ...
5
votes
2answers
207 views

What is good practice for writing web applications that control daemons (and their config files)

Can someone suggest some basic advice on dealing with web applications that interact with configuration files like httpd.conf, bind zone files, etc. I understand that it's bad practice, in fact very ...
5
votes
10answers
1k views

Java or Python for a System administrator?

I'm currently studying to become a Networks/Systems administrator, and I would like to know what language do you recommend me to learn/improve that could be useful in my career ? I know Java it a lot ...
5
votes
3answers
1k views

How can I extract a subtree from my svn repository into a new one?

We have a subversion repository with one directory that is: not really in need of revision control beyond the capabilities of RCS not versioned in conjunction with anything else in the repository ...
5
votes
5answers
619 views

Which book would you recommend for a Linux Sysadmin?

UNIX and Linux System Administration Handbook (4th Edition) by Evi Nemeth, Garth Snyder, Trent R. Hein and Ben Whaley is the defacto for sysadmins.Any other favorites besides this one.
4
votes
9answers
370 views

How to better study Linux?

I'm taking a very basic university course on OS kernels and related stuff (process management, virtual memory, file systems, drivers..) I wanted to deepen my understanding of Linux in these fields, ...
4
votes
6answers
782 views

What is the most secure way to retrieve the system Drive

I know that the following should work: Environment.GetEnvironmentVariable("windir", EnvironmentVariableTarget.Machine) My problem with this call is that if for some reason someone decided to remove ...
4
votes
3answers
800 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 transfer promptly brings ...
3
votes
8answers
990 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
209 views

Release/Deployment/Maintenance process for a web service

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 development environment to a ...
3
votes
8answers
301 views

Simple free-or-cheap tool for rolling out Windows XP + standardized apps to a small computer lab? [closed]

I manage a high-school computer lab with ~40 machines, have old PCs with varying hardware. I need to roll out Windows XP + a standard set of apps and settings for new machines, and to re-format older ...
3
votes
10answers
699 views

What are the Basics of Networking/Sys-administration Should a Programmer Know?

Like: Learning the basic troubleshooting skills Learning how to configure a network Understanding different types of networks etc. I was configuring a home network between my Windows and Ubuntu ...
3
votes
2answers
771 views

What's the bare minimum permission set for Sql Server 2005 services?

Best practices recommend not installing Sql Server to run as SYSTEM. What is the bare minumum you need to give the user account you create for it?
2
votes
2answers
458 views

When to develop using Powershell vs C#?

I'm just getting started in PowerShell and one of my sysadmins told me that Powershell can do as much as C# can for systems management, if not more. Please forgive the ignorance of this question, but ...
2
votes
2answers
229 views

Subversion: good practices to administrate users and groups with the repositories

How should I administrate users and groups with the repositories? Until now users can access the server repositories through http. The tag configuration it inside ...
2
votes
2answers
97 views

Tools for viewing logs of unlimited size

It's no secret that application logs can go well beyond the limits of naive log viewers, and the desired viewer functionality (say, filtering the log based on a condition, or highlighting particular ...
2
votes
7answers
1k views

What among Bash/Python/Perl/Ruby/Sed/Awk for System administration , coding accessories

I know the question is very subjective. But I cannot form the question in a much more better manner. I would appreciate some guidance. I often as a developer feel how easier it would have been for me ...
2
votes
2answers
108 views

GUI admin tool for managing production processes

I have several shell scripts, perl and java based processes running on a bunch of unix machines. I am looking for a dashboard like utility that can allow me to start, stop and monitor all these ...
2
votes
5answers
672 views

How can I change features in Windows Vista programatically?

I'm looking for a way to programatically change features ("Programs and Features" -> "Turn Windows Features on or off") in Windows Vista (and newer Redmond OS, e.g. Server 2008). Ideal solution would ...
2
votes
3answers
354 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 in the full spotlight ...
2
votes
7answers
1k views

Which Python book would you recommend for a Linux Sysadmin?

Python for Unix and Linux System Administration is aimed at sysadmins. Any other favorites besides this.
1
vote
1answer
39 views

Equivalent of buildout for linux OS dependencies?

I'm planning on using buildout to build a webapp. I want to use lesscss though, and for that I need to install node.js. Is there an equivalent of buildout for setting up an OS to install dependencies ...
1
vote
1answer
35 views

Python App ouput to syslog server

I'm trying to do some searching on google (looped for every 5 min or so). When it gets a hit I want it to push the results to a syslog server. I'm very new to python so please forgive the ignorance, I ...
1
vote
1answer
161 views

Behavior of RunOnce and GPO logon in windows 7

I register a command to start a process in RunOnce registry of HKCU so the process get a chance to kickstart in next log in based on few conditions. The command use a mapped drive path ( from Group ...
1
vote
1answer
118 views

Directoy.Delete(path, true) -> IOException : the directory is not empty -> Different owners on Win7

On uninstalling, I get a IOException when trying to delete a directory. 'The directory is not empty'. I tried different methods, listed below, but nothing works. The files that are left behind (and ...
1
vote
1answer
42 views

How to build an efficient and flexible security layer for a private project host

I have a dedicated server running Linux. The operating system runs the following -let's call them- components: PostgreSQL Access rule: Only staff (and local access of course) Apache Sites ...
1
vote
1answer
52 views

admininstration section

I'm building my first web application(i mean first huge web application)using php but i have some questions about admin section.what are the ways for making admin i mean i thought i could make it this ...
1
vote
1answer
219 views

Invoking a COM Server Dll on a 64-bit Windows Machine

I'm having some 64-bit issues. Here's the scoop: I have 32-bit COM exe (written in FoxPro). This exe invokes a 32-bit COM dll (also written in FoxPro). In the 32-bit Windows world, the dll is ...
1
vote
2answers
8k views

How do I get a list of locked users in an Oracle database?

I want to be able to list all of the users in a given database along with an icon that determines whether they are locked or not. The problem I'm having is querying the "locked" status for a given ...
1
vote
7answers
775 views

Local Machine Admin rights?

What is the opinion of everyone out there about having local admin rights for a developer on their local machine? Or at least the ability to do it such as through runas without having to rely on ...
1
vote
2answers
346 views

command line/Powershell administration of networks behind NAT

Scenario. 3rd party admins want to administer systems with PS remoting/direct login of clients and servers behind NAT gateways. The systems are SBS 2003 or W2K3. all are behind NAT firwalls with ...
1
vote
3answers
619 views

What methods/techniques/tools do you recommend for documenting systems and infrastructure (runbooks)?

Background I recently joined a small start-up after working at a large company. I'm not a professional system administrator, however, because of my programming and systems knowledge I am now the ...
1
vote
2answers
632 views

Hooking up Reporting Services 2005SP2 to SQL Server 2008

I am trying to configure Reporting Services 2005SP2 on a machine with SQL 2008 on another hosting the ReportServer DB. When I create the ReportServerDB the DB is created as version C.0.9.45: When, ...
1
vote
2answers
734 views

Managing the patch level of multiple windows systems

In an environment with multiple windows servers what is the best way to ensure patch compliance accross all systems? Is there a simple tool (some sort of client/server app?) that allows reports to ...
1
vote
5answers
191 views

What technical considerations must a system/network administrator worry about when a site gets onto social bookmarking/sharing sites?

The reason I ask is that Stack Overflow has been Dugg, Slashdotted, and Redditted. First, what kinds of effect does this have on the servers that power a website? Second, what can be done by system ...
0
votes
0answers
25 views

Advice on outsourcing IT Management / Systems Administration tasks [closed]

Need some help folks. Situation: we want to outsource some of the management of our network because our IT Manager is going on maternity leave and we don't want to replace her with a high priced ...
0
votes
1answer
63 views

Newly created weblogic domain is not starting

I am creating a new domain in weblogic and was successful in creating that. When I run it there is no error and the command prompt shows that it is started successfully. But when I look it in browser ...
0
votes
0answers
25 views

Why Do Certain (Ubuntu) Applications Prompt For SMB Printer Password? [closed]

I have an SMB connection to a Windows printer; the password is embedded in the connection. Certain applications, like gedit and vim will print to the printer without prompting for a password. Other ...
0
votes
1answer
35 views

How to invoke “Log on as a service Properties” window programmatically?

How to invoke "Log on as a service Properties" window programmatically? Can I do this using the command line and mmc?
0
votes
1answer
53 views

Wrong Environment in Trac SVN post-commit-hook

I use a the SVN post-commit-hook script from the official Trac website to update tickets the tickets. (This is the script) If a user commits something into SVN, the ticket gets the update and an ...
0
votes
1answer
52 views

How much is taken up by each apache process?

I have a single web app running on a single server. All users use this one app and nothing else. I need to figure out how much memory each instance of httpd takes up. This way I'll know how much ...

1 2