Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
6answers
124 views

Well supported *nix with auto update

We're going to migrate some of our applications to linode.com and I would like to install a self-updating operating system. We have pro sysadmins on call to if the sh*t his the fan but we would like ...
1
vote
2answers
76 views

same shell environment in all accounts

What would be the best way to get the same shell environment (paths excluded) on all my accounts automatically? What I want is something that transfers the aliases, coloring, and other cool shiznit I ...
2
votes
5answers
4k views

How to recursively move all files (including hidden) in a subfolder into a parent folder in *nix?

This is a bit of an embarrassing question, but I have to admit that this late in my career I still have questions about the mv command. I frequently have this problem: I need to move all files ...
2
votes
3answers
263 views

*nix shell with IOS style completion?

Is there a Linux shell that will let you type less than full commands as you can with Cisco IOS, at least for the first command (and not its arguments)? I haven't really thought enough if this is ...
1
vote
2answers
815 views

How can I determine how much memory a process is using in AIX?

How can I determine how much memory a process is using in AIX?
2
votes
5answers
496 views

TCP Sessions and IP Changes

What happens to a TCP session when the IP of a client changes? I did a simple test of having netcat listen on a port, and connecting to that port from a client machine. I then changed the IP of ...
1
vote
2answers
337 views

Copy File to Clipboard

Simple Question that I just realized would be very useful. Under Linux (or really any 'nix environment) is it possible from the command line (or by other fashions, but primarily command line) to copy ...
1
vote
1answer
136 views

Directory alias vs variable in profile

What are the advantages of aliasing a directory (in my .profile) as opposed to setting a shell variable to it (and exporting of course). alias MY_DIR=/usr/local/data/test/ vs ...
4
votes
2answers
2k views

How to install Java JRE on FreeBSD with as few dependencies as possible

I've been trying to get Java working on my FreeBSD 7.1 server. I just want the runtime, since the JDK drags all kinds of unnecessary dependencies with it, and I just need it to run a jar file ...