Tagged Questions

0
votes
1answer
16 views

Change MySQL innodb_buffer_pool_size at runtime?

This may be a dumb question, but is it possible to change the MySQL configuration options such as innodb_buffer_pool_size at runtime? Or, equivalently, is there a way to reload MySQL without closing …
7
votes
5answers
153 views

What do you wish SysAdmins would do differently? [closed]

In direct response to a post on ServerFault here, the OP asked: ..what do you wish I, and other developers you deal with, would do differently? What things would make life easier for you, …
2
votes
4answers
204 views

Calling JMX MBean method from a shell script

Are there any libraries that would allow me to call a JMX MBean method from a shell script. We expose some operations/admin commands through JMX, and we could have our admins use JConsole, or …
1
vote
11answers
194 views

From Sys Admin to programmer?

Hi all, I've been working with computers for nearly 30 years (started out coding BASIC on a PET, then 6502 onto 68000 and C). I later gained a CompSci Degree and continued programming, moving into …
0
votes
2answers
72 views

Filter function for less +F

When watching a growing log file with e.g. "less -iS +F service.log" I want to limit the display to lines matching a certain pattern. I tried something like less +F service.log | grep …
0
votes
4answers
180 views

Edit crontab programmatically and force the daemon to refresh

Hi, I'm trying to write a web frontend for Crontab in Ruby using the excellent CronEdit gem. I went through Dillon Cron's crontab source code and found that it updates a particular file so that the …
0
votes
4answers
73 views

Benefits of JVM atop an OS VM?

I see many deployments where IT groups run effectively nothing but a JVM application stack inside a VM (vmware, &c) instance. I guess I consider the JVM to be a formal VM: what real benefit is …
5
votes
4answers
69 views

linux based submission script for CS student source code

I'm in the late stages of developing a Linux based computing lab for CS students at my university. In my undergraduate days I remember being able to submit my homework assignments with a command …
1
vote
7answers
162 views

How do I unlock an Oracle user’s account from Java?

I'm trying to figure out why my application is unable to unlock a user's Oracle account successfully. Here's a snippet from my code: OracleDataSource ods = new oracle.jdbc.pool.OracleDataSource(); …
1
vote
1answer
198 views

Error with large install and admin privileges

I use this category to NSTask to handle administrator privilege task easily. I've made a simple installer that create a backup, remove the original file and copy the new one. This works well with 10 …
0
votes
1answer
97 views

Multiple-domains on WAMP localhost

If you're reading my question, thanks, I appreciate your help I'm using Wamp on Windows Vista. I've created 2 project folders: www/project1/ www/project2/ My virtual hosts file looks like …
0
votes
3answers
347 views

Tar error: Unexpected EOF in archive

I tar a directory full of JPEG images: tar cvfz myarchive.tar.gz mydirectory When I untar the archive: tar xvfz myarchive.tar.gz I get an error tar: Unexpected EOF in archive Looking at the output, …
0
votes
0answers
47 views

solr administration [closed]

Does anyone have any notes for an sysadmin supporting solr? I'm looking for anything that might be useful for monitoring & metrics as well as troubleshooting. Some useful links I have found are: …
0
votes
0answers
59 views

Managing different versions of VIM in unix [closed]

At my company, there are several linux boxes, each with various versions of VIM installed. On one box is version 7, the other is Tiny VIM 6. Tiny VIM doesn't have color and it annoys the heck out of …
0
votes
3answers
71 views

Job Requirement [closed]

One of the job requirements for a position Im going for is: Knowledge of setting up an Apache,PHP,MySQL platform on a Unix server using source / rpm package. What exactly would that entitle? I wanna …

1 2 3 4 5 14 next
15 30 50 per page