Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

35
votes
16answers
4k views

What are good Linux/Unix books for an advancing user?

Are there any good books for a relatively new but not totally new *nix user to get a bit more in depth knowledge (so no "Linux for dummies")? For the most part, I'm not looking for something to read ...
22
votes
8answers
8k views

Command line tool to delete folder with a specified name recursively in Windows?

I want to delete every "_svn" in every folder and subfolder... For example c:\ proyect1 _svn images _svn banner _svn buttons _svn Then I run something like ...
18
votes
3answers
95k views

How SID is different from Service name in Oracle tnsnames.ora

Why do I need two of them? When I have to use one or another?
14
votes
7answers
4k views

Administration Area in Asp.Net MVC

My question may be obvious but I'd like to build a well-designed web application. As for any administration area, the admin should be able to list/create/delete/modify users, articles, posts, etc... ...
14
votes
4answers
5k views

CouchDB Backups and Cloneing the Database

We're looking at CouchdDB for a CMS-ish application. I know the database is implemented as a set of files in the file system, what I'm looking for are common patterns, best practices and workflow ...
13
votes
5answers
9k views

How Do I Find a File in a Subversion Repository History?

Is it possible to look back through the history of a subversion repository for files of a certain name (even better would be for them to have a wildcard search). I want to see if a .bat file has been ...
12
votes
11answers
9k views

Access is denied when attaching a database

I am using SQL Server 2008 developer edition. I was trying to attach the AdventureWorks2008 database. When I tried to attach, I received an "access is denied" error. According to the event log, ...
12
votes
3answers
3k views

Best way to see what files are Locked in Subversion

I finally got my group to switch from SourceSafe to Subversion. Unfortunately, my manager still wants to use exclusive locks on every single file. So I set the svn:needs-lock property on every file ...
10
votes
2answers
1k views

Restarting ColdFusion mail queue

We are currently experiencing intermittent mail queue stoppages. I'm seeking diagnostic help in another area. In the meantime, is there a way to restart the CF mail queue without restarting the ...
10
votes
5answers
2k views

ColdFusion mail queue stops processing

Our CF server occasionally stops processing mail. This is problematic, as many of our clients depend on it. We found suggestions online that mention zero-byte files in the undeliverable folder, so ...
9
votes
1answer
155 views

Migrating R libraries

I'd like to move several R libraries (*) from one drive to another, on Linux, and would like to know whether a simple move is feasible and safe or if I should uninstall and reinstall the packages. I ...
9
votes
5answers
244 views

Third-party wanted: generic centralized configuration server with web-based admin interface

Rhetorical question--> Why do we always end up developing administration interfaces for web sites, web apps and other types of application? I'm looking for a third-party that would handle the ...
8
votes
6answers
438 views

Should you include non-development tasks in your Scrum backlog?

We're having trouble incorporating certain types of tasks into our product and sprint backlogs: Meetings with clients Training and knowledge-sharing Administrative tasks Some of these aren't ...
8
votes
2answers
200 views

The best way to separate admin functionality from a public site?

I'm working on a site that's grown both in terms of user-base and functionality to the point where it's becoming evident that some of the admin tasks should be separate from the public website. I was ...
8
votes
2answers
3k views

Tomcat 6.x Administration

With the Administration tool was not ported from Tomcat 5.x to Tomcat 6.x, how do people manage Tomcat configuration? Are there other 3rd party Admin applications available? Or is all configuration ...
8
votes
6answers
332 views

Are there any developers that have had to comply with the new Federal Desktop Core Configuration (FDCC), which will remove local administrator access for all users?

As developers, we believe that not having local administrative access is going to severely handicap our productivity. We will be restricted from running IIS (we’re a web development shop), installing ...
7
votes
2answers
7k views

TFS: Moving a Team Project from one server to another?

is there a (simple) way to move a single TeamProject from one server to another? Including source code, work items, documents, project site... We don't want to move our server from one machine to ...
7
votes
5answers
7k views

What do you do if the file in TFS is locked by someone else?

Someone left the organisation but before leaving, he locked all the files for an unknown reason. How do you unlock them all so that the other developers can work?
7
votes
8answers
2k views

How can I delete a service in Windows?

I have a couple old services that I want to completely uninstall. How can I do this?
6
votes
2answers
1k views

How can I stop and start individual websites in IIS using PowerShell?

I have multiple sites configured in IIS7 on my Windows7 development machine to run on the same port and usually only run one at a time depending on what I'm working on. I would like to be able to ...
6
votes
7answers
384 views

Website administration - Integrated into main website or separate section?

From a usability perspective, is it better to integrate admin section on the main website or have a separate section to manage content? Any thoughts are greatly appreciated. EDIT: the application is ...
6
votes
2answers
2k views

IIS7 Profiling

Is there a way to profile IIS7? (freeware?) Number of connections Bandwidth usage Errors (Event Viewer?) -... thx, Lieven Cardoen ps: Something similar to mssqlserver profiling
6
votes
7answers
3k views

How do I set up a local CPAN mirror?

What do I need to set up and maintain a local CPAN mirror? What scripts and best practices should I be aware of?
5
votes
4answers
724 views

ASP.NET MVC - Area or Separate Web Application for Administration?

Up until now I've been using an MVC Area for the administration part of my mvc applications, but recently I've been rethinking this due to the fact that you can't have more than one configuration for ...
5
votes
5answers
967 views

Promoting MOSS '07 Sites From Dev To Production

So, maybe I'm a bit old-school, but when we created websites in the past, we'd develop the site on a development server, then publish or promote the pages and files to the production server. This has ...
5
votes
4answers
3k views

Windows Mobile - What scripting platforms are available?

We have a number of users with Windows Mobile 6 and need to apply minor changes. eg. update a registry setting. One option is push and execute an executable file using our device management software. ...
4
votes
1answer
299 views

Is there any free GUI for administering AD LDS (ADAM)?

I am researching if ADLDS or ADAM is suitable for handling the users of a company product. Currently we are using AD, but we are planning to scale to more customers without needing to buy CALs. I got ...
4
votes
1answer
183 views

Listing each branch and its last revision's date in git

I need to delete old and unmaintained branches from our remote repo. I'm trying to find a way with which to list the remote branches by their last modified date, and I can't. Does someone know of an ...
4
votes
1answer
211 views

Monitoring and Prevention Of Systems Limit Crashes For Mnesia In An Erlang System

We have a number of cloud servers and I am building a new one to test provision of resources on. I am getting a fatal crash way before I think I ought to, as some sort of system resource is running ...
4
votes
2answers
557 views

ASP.Net Web Site Administration Tool Link

I'd like to include the ASP.net Web Admin tool in a web site when a user logs in as an local manager of the web site, this will be on the LAN and not public. I can obtain the link in Visual Studio ie ...
4
votes
3answers
5k views

How can I recursively copy a directory into another and replace only the files that have not changed?

I am looking to do a specific copy in Fedora. I have two folders: 'webroot': holding ALL web files/images etc 'export': folder containing thousands of PHP, CSS, JS documents that are exported from ...
4
votes
2answers
308 views

What SHOULDN'T Django's admin interface be used for?

I've been applying Django's automatic administration capabilities to some applications who had previously been very difficult to administer. I'm thinking of a lot of ways to apply it to other ...
4
votes
2answers
2k views

ColdFusion Template Request count optimization

In ColdFusion, under Request Tuning in the administrator, how do I determine what is an optimal number (or at least a good guess) for the Maximum Number of Simultaneous Template Requests? ...
4
votes
5answers
788 views

How do you update your web application on the server?

I am aware of Capistrano but it is a bit too heavyweight for me. Personally I set up two Mercurial repositories, one on the production server and another on my local dev machine. Regularly, when a new ...
3
votes
1answer
32 views

which types of events is better to store in DB for log?

I'm building site where user will register, login, switch to other users page, read article, logout etc. For this moment I think that all these events must be logged for security reasons, so admin ...
3
votes
2answers
111 views

Subversion Web administration

Looking for a Subversion web administration tool (preferably written in PHP), done some googling but most of the ones I have found don't seem to be in active development and I'm not sure which ones to ...
3
votes
4answers
159 views

Where should I store an encryption key for php?

I'm writing a php application that accepts sensitive customer data, and so I need to encrypt it before storing it in a mysql database. I'm going to use mysql's built-in AES functionality to do ...
3
votes
0answers
101 views

MySQL Administration issue

We have a MySQL database that is set up on one of our servers. We have been using the MySQL Administrator 1.2.12 program to manage the databases on the server. This server was set up and configured ...
3
votes
1answer
169 views

Java administration panel

I'm looking for an administration panel for database written in java that would be similar to Django admin panel. I know that one can generate the forms from entities but I'm searching for a better, ...
3
votes
3answers
749 views

Rails application settings?

I am working on a Rails application that has user authentication which provides an administrators account. Within the administrators account I have made a page for sitewide settings. I was wondering ...
3
votes
2answers
737 views

how to get phyiscal path of windows service using .net?

I have to get the absolute path of a windows service in a .Net Admin application. I am using ServiceController of .Net as shown below. ServiceController serviceController = new ...
3
votes
1answer
580 views

Using Administration Dashboard with Declarative Authorization and Authlogic?

I use Declarative Authorization and Authlogic and now wants to create a dashboard for the administration. About ActiveScaffold will be an overview of the different controllers are shown. However, I ...
3
votes
6answers
462 views

Is there a subversion appliance / toolset for the enterprise

I am looking for an enterprise subversion setup, that will fit the following requirements: I need at least 2 instances of the repository server for high availability reasons Management of multiple ...
3
votes
8answers
427 views

How to structure groups within a website? (admin, admin powers, user identity)

I am going to be making a small user system but I have questions. If I were to make a registration table (mysql), what is wrong with just storing the password and username into the database without ...
3
votes
3answers
269 views

Linux administration stackoverflow-like websites

Are there any Linux administaration related peer-run websites out there where people could ask questions in stackoverflow fashion? Yes, I am aware that it's not really a programming question, however ...
3
votes
3answers
4k views

How can I remotely execute a script in Windows?

I would like to have a Windows 2003 server fire a script to fire another script in a separate Windows Server 2008 computer. I have been told that Powershell can do that, and that's fine, but I need ...
3
votes
1answer
967 views

What permissions are needed to administer IIS without being 'administrator'?

Is there a way to set up a user group that has permissions to administrate IIS services (use the IIS plugin in MMC) without being a 'Administrator' on the box?
3
votes
2answers
2k views

Cannot Add a Sql Server Login

When I try to create a SQL Server Login by saying CREATE LOGIN [ourdomain\SQLAccessGroup] FROM WINDOWS; I get this error The server principal 'ourdomain\SQLAccessGroup' already exists. However, ...
3
votes
7answers
5k views

How do I interpret 'netstat -a' output

Some things look strange to me: What is the distinction between 0.0.0.0, 127.0.0.1, and [::]? How should each part of the foreign address be read (part1:part2)? What does a state TimeWait, CloseWait ...
3
votes
4answers
2k views

Script to backup svn repository to network share

I have a svn repo on my machine. Anyone have a script to back it up to a network share? I'm using the repo locally since I'm disconnected a lot. The network share is on a server with a backup ...

1 2 3 4 5 6