Questions tagged [administration]

Refers to a wide range of system administration tasks. Please consider using more specific tags.

What to tag?

You should probably use one of the more specific administration tags, or the tag for your specific system instead, such as:

  • database-administration
  • windows-administration
  • jboss6.x

Meaning

performing operational activities on a system. these operations may require elevated permissions, special knowledge, or a limited user base.

649 questions
0
votes
2 answers

Creating Web Application in SharePoint with multiple Web front ends

How do you go about creating a web application in a Sharepoint server farm that has multiple Web front ends(identical ones for load balancing), especially if you creating it from command line? When you create it on one web server does it get…
Satish
  • 3,020
  • 7
  • 35
  • 47
0
votes
1 answer

how to create a shortcut link on Users machine for D:/ drive on a remote Server

I have few remote servers for which i need to create shortcuts and put those shortcuts in a folder.And place it in users machine, so that when user clicks on the shortcut,User will get the explorer of D:\ drive on the remote server. Please help in…
mishra1010
  • 78
  • 3
  • 12
0
votes
2 answers

Remote commands execution and file acces in Linux and Windows

Suppose I have a server application installed in a few Linux and Windows machines. Now I would like to control it remotely. That is, I would like to start and stop the application, update the application configuration files, reads the logs…
Michael
  • 10,185
  • 12
  • 59
  • 110
0
votes
0 answers

Silverlight performance differs while using administrator account and limited user account

We have a Silverlight application that runs in intranet environment. It has more than 3000 unique user per day (application for company's retail chain). Some days ago we noticed that it takes about 5 minutes for application to load (and freezing…
Ivan Zub
  • 785
  • 3
  • 13
0
votes
1 answer

Class diagram and administrator rights

As an exercise, I would like to create a forum in Java EE, using JSF. I'm a total nooby in class diagram. I can't figure out if I need to create a class for the administrators. For example, having a class User, then the admin class by inheritance.…
dyesdyes
  • 1,147
  • 3
  • 24
  • 39
0
votes
3 answers

Is there a way to automatically push svn configuration settins from the server to the clients?

Is there a way to force the client to update its local svn configuration using a hook? I have lin and win clients and I'd like to push down a standard set of ignores and auto props. Today, I provide a config files and ask the users to install them…
Peter Kahn
  • 12,364
  • 20
  • 77
  • 135
0
votes
1 answer

Can't find drupal administration

I've just moved my drupal site, and now when I'm typing the link to the admin nothing happens. Do you have an idea why ? Thanks Here is my htaccess, : I don't know if there is something wront with it : I don't think there is because everything…
Thoma Biguères
  • 1,136
  • 4
  • 18
  • 42
0
votes
1 answer

How do you secure server side variables and secrets?

What are good practices for securing server side variables that may vary on each deployment, such as api keys and salts and so forth? Not only considering good isolation but also securing them however they may be stored.
TimE
  • 2,800
  • 1
  • 27
  • 25
0
votes
1 answer

Devise customization

I want to configure the devise gem for admin user. In my application ive installed the devise gem and currently it is used as a normal user who has account in my application. I want to add administration in my application so that an admin user can…
Ahmad hamza
  • 1,816
  • 1
  • 23
  • 46
0
votes
1 answer

Security of running PowerShell command remotely?

I'm new to PowerShell. I'm looking to run PowerShell command on a remote PC running Windows 7. On the remote PC, I ran the following PowerShell commands: Enable-PSRemoting -Force Set-Item WSMAN:\localhost\client\trustedhosts…
Umber Ferrule
  • 3,358
  • 6
  • 35
  • 38
0
votes
1 answer

Update web.config from separate administrative website

We have historically created MMC snap-ins to update custom sections in web.config for our ASP.NET MVC application. These custom sections deal with theming, backend connection parameters, navigation, etc. I'd prefer to create a web based interface to…
Ben Vitale
  • 1,754
  • 3
  • 17
  • 27
0
votes
1 answer

Should I use node.js for this?

My question is rather straightforward. I started developing quite a large project and realized that node.js COULD be a viable solution. Since I am still new to node and therefore not in the position to determine if it's the right thing for me, I…
Luke Rager
  • 43
  • 4
0
votes
1 answer

Where are TFS Admin Console Settings Saved?

this may sound like a silly question but our IT department wants us to use their approved backup tool instead of using the standard back solution that comes packaged within TFS2010. My question is, is there a config file holding all settings found…
Frankie C
  • 349
  • 7
  • 21
0
votes
2 answers

PHP - Login script not working correctly

I have a question for you. I am creating an administration panel, this is the first time for me, and I have some problems. 1. Problem I am using mysqli_fetch_assoc() in this way: $row_cnt = mysqli_fetch_assoc($result); printf('Result set…
Mark
  • 1,069
  • 2
  • 21
  • 44
0
votes
2 answers

how to stop Pentaho' PAC from searching non-existant hsqldb instance?

I'm trying to get Pentaho's BI Server 3.10 up and running on CentOS and MySQL. I've followed the steps provided by Prashant Raju on his web site (and that have worked once before). The BI Server is running, but I can't get Pentaho's Administration…
gtludwig
  • 5,411
  • 10
  • 64
  • 90