Tagged Questions

0
votes
2answers
36 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 | …
2
votes
4answers
58 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 J …
1
vote
11answers
177 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 progra …
0
votes
4answers
94 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 particula …
0
votes
4answers
66 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: wh …
5
votes
4answers
61 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 …
1
vote
7answers
126 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.Or …
1
vote
1answer
194 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 …
0
votes
1answer
65 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 …
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 ann …
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 t …
0
votes
3answers
274 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 Lo …
0
votes
0answers
30 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 …
1
vote
4answers
81 views

Is there a PHP/MySQL database admin that doesn’t use sessions?

I am doing development work on a site with a strange server set up where sessions basically don't work. It's kind of a long story, but the main crux is it's a cluster of servers th …
0
votes
0answers
30 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 pi …

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