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
1 answer

Unknown object in backup file in MySQL 5.1.41-3 ubuntu12.10

I am restoring mysql backup file which is of size 2.6GB...but while restoring I am getting "Unknown object in backup file" exception . How can i solve this problem. and there are no logs in mysql administrator. Thanks,
pbhle
  • 2,856
  • 13
  • 33
  • 40
0
votes
1 answer

Can't access to my app after migrating profile page to fan page

I have some issue with Facebook. Recently, as recommanded by Facebook, I decided to migrate my Profile Page to a Fan Page. The problem is that now, I can't access to my app administration page (https://developers.facebook.com/apps/XXXXX). I am…
heisenberg
  • 199
  • 2
  • 8
0
votes
1 answer

What is the reason of memory gap in hard drives?

I want to know that what is the exact reason behind memory difference in our hard drives or pen drives . As when we say , We have a pen drive of 4GB but actual usable space is 3.7GB . What happens to the rest of memory? Are the manufacturing…
Nitesh Kumar
  • 875
  • 4
  • 20
  • 39
0
votes
2 answers

Does JBoss have a user management API which I can use?

I am going to run a Web App on JBoss App Server 7. Does JBoss have some sort of inbuilt user management module/API which I can use rather than code my own? Or do I have to make this module myself. I know about the default JAAS pieces providing…
0
votes
3 answers

Find Core File in multiple machine

I have got the requirement to find the core file in multiple box/machine and trigger email about core file generation. Do we have any utility which help us to find core in single machine or multiple machine. I believe we should have any utility to…
user765443
0
votes
2 answers

Rails Mercury authentication

I have set up mercury in my application. It works properly but since I'm still very new to rails I can't set up authentication. This is what I tried after run: rails generate mercury:install:authentication It seems I can use the module in lib…
0
votes
2 answers

moving from one SVN folder structure to another

We have an SVN Server with a folder structure as follows: /svn/CompanyName/Trunk/Project where company name is the project everything gets checked into, everything is in the trunk and each project has a folder... in some cases, we have projects…
TiernanO
  • 1,597
  • 14
  • 31
0
votes
1 answer

Provide simple mysql table administration interface in a hosting environment

I have a web portal, consisting of various projects, based on MySQL database. The project administrators need to administrate their tables. I would like to provide them some already existing, free, simple interface with as cheap setup as possible…
Tomas
  • 57,621
  • 49
  • 238
  • 373
0
votes
1 answer

Windows 7 prevent shutdown

I want to be able to prevent regular shutdown on windows 7. I found this AutoIt script but its not clicking the CANCEL button on force shutdown dialog really. Someone can test it and tell me whats wrong exactly? $WM_QUERYENDSESSION =…
0
votes
3 answers

Existing Website Management & Content Modification without CMS

My client needs function for editing and updating the website content (text, image etc) with ease. Not with FTP or other thing but rather just page from where he can edit easily.. I found some website which provide this service a year back. The…
user616415
  • 25
  • 6
0
votes
1 answer

Apache PHP script to Start Tomcat Server in Linux

I made a php script to start Tomcat Server (catalina.sh start) thats works well from command line in Linux. It was run as ROOT with a different set of ENV. However, I would like to do the same from the Web, Please note due to security issues, this…
Araejay
  • 222
  • 1
  • 2
  • 9
0
votes
1 answer

rails admin_data showing development db instead of production

ive successfully deployed admin_data onto heroku. i can visit myapp.herokuapp.com/admin_data and the admin_data page shows. however it shows my development db. what's worse is that it actually shows my old entries (no longer exist). is it possible…
Sasha
  • 3,281
  • 7
  • 34
  • 52
0
votes
5 answers

With WSS, is it possible to customize the Admin?

I'm thinking of implementing WSS, but I want complete control over the Admin interface, as far as look-and-feel and navigation. Is this possible?
Jonathan
  • 32,202
  • 38
  • 137
  • 208
0
votes
0 answers

Central Admin Panel - Managing few sites on external servers - Saving files on external server

I would like to create a system which can manage all my websites from one page. All options of managing are let's say done or I know how to do them, except from editing and creating files on an external server. I would like to know what is the best…
0
votes
3 answers

MySQL errors: 1146 and 1051

Am a Newbie to MySql when I tried to do the backup its throwing me an error mysqldump: Got error: 1146: Table doesn't exist when using LOCK TABLES when i tried to drop that problem table it throws me an error 1051 mysql unable to drop the…