Forum: *nix Software Feb 17th, 2006 |
| Replies: 2 Views: 2,021 That's by design.
You should never log in remotely as root directly. If your password were the slightest bit insecure, you could be open to a brute-force password attack, and your whole system... |
Forum: *nix Software Jan 22nd, 2006 |
| Replies: 8 Views: 27,326 Really quick SSH howto:
at the command prompt, type in
ssh computer address
Where the computer address is the IP Address or hostname of the system you want to connect to. Enter in your... |
Forum: *nix Software Dec 12th, 2005 |
| Replies: 3 Views: 10,897 Are you sure the torrent is finished downloading? You have to wait for the files to finish. Usually, your torrent client will say "Uploading", or "Seeding", or something along those lines, once... |
Forum: *nix Software Sep 16th, 2005 |
| Replies: 8 Views: 4,665 Just figure out what commands you want to use, in the order you need them run, and put them in a text file. There, you have your script.
I'm not trying to be rude, but that's all there is to it.... |
Forum: *nix Software Sep 16th, 2005 |
| Replies: 8 Views: 4,665 Like any programming Forums, this is a homework assignment, so the rules apply here.
Please show your work, what you have done so far, and we'll help troubleshoot what you've started on. It's... |
Forum: *nix Software May 10th, 2004 |
| Replies: 5 Views: 3,092 FreeBSD isn't neccesarily less secure than OpenBSD. It's just that OpenBSD is audited for exploits. Its default install doesn't have any remote security holes.
FreeBSD patches all of the holes... |
Forum: *nix Software Mar 27th, 2004 |
| Replies: 4 Views: 11,136 You've provided a good bit of info already. Did the command work before? It could be that a shared lib or something was changed since the last time you used that command.
Does it work as the... |
Forum: *nix Software Jan 20th, 2004 |
| Replies: 4 Views: 3,170 that is so Windows...
Just kidding. That works great, but you can squeeze even more compression out of it if you use tar with bzip2 compression:
tar -cvjf files.tar.bz2 my_files/
Zip... |
Forum: *nix Software Dec 5th, 2003 |
| Replies: 6 Views: 4,767 It's not any different than setting up filesharing for two distinct machines running Windows XP and Linux.
You could do it any number of ways. Because VMware allows for virtual NICs on the guest... |