0
votes
4answers
47 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
57 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
58 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
96 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
186 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
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
1answer
53 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
3answers
69 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
0answers
29 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 …
0
votes
3answers
216 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 …
1
vote
4answers
75 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
23 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 …
0
votes
0answers
40 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 lin …
2
votes
2answers
373 views
PowerShell Script to Get a Directory Total Size
Hi, I need to get the size of a Directory - recursive -. I Have to do this every month so I want to make a powershell script to doit, Any Help?
33
votes
0answers
4k views
Is there a site that can track all the domain names I own? [closed]
I've been using a spreadsheet to keep track of domain names. Is there a web service anywhere that maintains a domain name database and tracks all the domains we own? The most impor …
