0
votes
1answer
15 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
151 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, …
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 …
2
votes
4answers
193 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
4answers
172 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 …
1
vote
7answers
161 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();
…
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 …
0
votes
0answers
58 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 …
1
vote
1answer
197 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
0answers
31 views
Access linux server via web [closed]
Hi
I would like to mount a linux server with multiple users. The idea is that every user can access the server with his own account using a web page.
Anyone has an idea of how to do it ?
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 …
0
votes
1answer
96 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
0answers
39 views
configuring cisco pix over ssh [closed]
Hi guys,
my work comp is behind a cisco pix. i am trying to connect to a client's VPN, but the cisco pix wont let me through. figured out that i need to open port 1723. but the pix admin just wont …
