Tagged Questions

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 important feature is that …
9
votes
4answers
1k views

Run a linux system command as a superuser, using a python script

I have got postfix installed on my machine and I am updating virtual_alias on the fly programmatically(using python)(on some action). Once I update the entry in the /etc/postfix/virtual_alias, I am …
9
votes
14answers
1k views

Sender and receiver to transfer files over ssh on request?

I created a program that iterates over a bunch of files and invokes for some of them: scp <file> user@host:<remotefile> However, in my case, there may be thousands of small files that …
8
votes
5answers
724 views

How do I make cron run something every “N”th minute, where n % 5 == 1?

I know that I can have something run every five minutes in cron with a line like: */5 * * * * /my/script What if I don't want it running at 12:00, 12:05, 12:10, but rather at 12:01, 12:06, 12:11, …
8
votes
6answers
284 views

Are there any developers that have had to comply with the new Federal Desktop Core Configuration (FDCC), which will remove local administrator access for all users?

As developers, we believe that not having local administrative access is going to severely handicap our productivity. We will be restricted from running IIS (we’re a web development shop), installing …
8
votes
4answers
595 views

What’s the best way to clean up after a fork bomb?

$ ls bash: no more processes Uh oh. Looks like someone made a fork bomb. Where I used to work, this pretty much meant that the shared server would need to be power-cycled, since even the sysadmins …
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, …
7
votes
7answers
354 views

What are the quintessential tools and resources for hosting Rails applications on Amazon’s EC2?

I'm looking for: documentation blogs books ready-to-use pre-configured slice images services wrappers libraries tutorials ...anything that would make it easier to start using EC2 to host a Rails …
7
votes
11answers
787 views

Best way to sandbox Apache on Linux

I have Apache running on a public-facing Debian server, and am a bit worried about the security of the installation. This is a machine that hosts several free-time hobby projects, so none of us who …
6
votes
6answers
743 views

How do I daemonize an arbitrary script in unix?

I'd like a daemonizer that can turn an arbitrary, generic script or command into a daemon. There are two common cases I'd like to deal with: I have a script that should run forever. If it ever …
6
votes
3answers
241 views

Process Deluge on Linux.

I tried this experiment on my Linux desktop: int main() { while(1) fork(); return 0; } I ran this program as normal user(not root), i was surprised to find that it brought down my system, …
6
votes
4answers
387 views

Is there a way to figure out what is using a Linux kernel module?

If I load a kernel module and list the loaded modules with lsmod, I can get the "use count" of the module (number of other modules with a reference to the module). Is there a way to figure out what is …
6
votes
16answers
2k views

How can I automate running commands remotely over SSH?

I've searched around a bit for similar questions, but other than running one command or perhaps a few command with items such as: ssh user@host -t sudo su - However, what if I essentially need to …
6
votes
12answers
648 views

What is good server performance monitoring software for Windows?

I'm looking for some software to monitor a single server for performance alerts. Preferably free and with a reasonable default configuration. Edit: To clarify, I would like to run this software on a …
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 2 3 4 5 14 next
15 30 50 per page