Forum: Perl Sep 1st, 2004 |
| Replies: 2 Views: 5,241 As it turns out you are probably right. My instructor told me there was absolutely nothing wrong with my script. Most of the people in my class were getting the same error. I looks like there was... |
Forum: Perl Jul 23rd, 2004 |
| Replies: 2 Views: 5,241 When my CGI script is given input from my web page I get this error:
Server error!
The server encountered an internal error and was unable to complete your request. ... |
Forum: Shell Scripting Jul 19th, 2004 |
| Replies: 7 Views: 11,427 Thanks Christian. I beat myself over the head repeatedly when I saw the easier solution. Man I don't know why I always make this harder than it needs to be.
:o |
Forum: Shell Scripting Jul 19th, 2004 |
| Replies: 7 Views: 11,427 #!/bin/bash
#validate there are 2 arguments passed
#validate argument 1 exists and display an error if it does not
#validate argument 2 is a number and display error if not
directory=$1 ... |
Forum: Shell Scripting Jul 18th, 2004 |
| Replies: 7 Views: 11,427 I got it figured out another (simpler) way, although I would still like help figuring my original way out. What I ended up with was:
#!/bin/bash
#validate there are 2 arguments passed
... |
Forum: Shell Scripting Jul 18th, 2004 |
| Replies: 3 Views: 41,413 I just had to creat a script that would recursively list files that woould equal or exceed X number of bytes with 2 arguments: the first one woould be where to start looking and the second the size... |
Forum: Shell Scripting Jul 17th, 2004 |
| Replies: 7 Views: 11,427 Thanks for your input. I think I'm dancing all around it. I've put grep in between my sort and awk commands, but I can't get the format down. I think it should be something like grep -r if $size>=$2,... |
Forum: Community Introductions Jul 17th, 2004 |
| Replies: 612 Views: 123,453 You're very welcome Dani! It's the least I could do for such a great site. |
Forum: Community Introductions Jul 16th, 2004 |
| Replies: 612 Views: 123,453 Hi everyone. My name is Tim Cummings. I'm currently getting my Bachelors degree in Information Systems Security. This site is so full of information that it's intoxicating. I hope that I can gain... |
Forum: Web Browsers Jul 16th, 2004 |
| Replies: 8 Views: 2,812 Running the Spybot and adware programs are an excellent idea. The IT department at work sweaars by these two utilities and so I use them too. In addition you might try to run the msconfig utility... |
Forum: Windows NT / 2000 / XP Jul 16th, 2004 |
| Replies: 2 Views: 2,562 For a good place to start, I would run the msconfig utility and go to the services tab and select hide microsoft services (which leaves all user installed services visible, then disable all of them... |
Forum: Shell Scripting Jul 16th, 2004 |
| Replies: 7 Views: 11,427 Ok, I've gotten myself further now, but I'm still a little stuck. I have this done so far:
#!/bin/bash
#validate there are 2 arguments passed
#validate argument 1 exists and display an error if... |
Forum: Shell Scripting Jul 16th, 2004 |
| Replies: 5 Views: 7,220 This gave me a laugh. I'm currently in a Unix class and we are doing shell scripting. It's over for me after next week. We shift to Perl then. Shell scripting has drove me nuts! I'm just glad to... |
Forum: Getting Started and Choosing a Distro Jul 16th, 2004 |
| Replies: 17 Views: 7,166 Where has this website been all my life!?! Thanks for sharing it. What a 1 stop shopping site that is. Any particular favorite you'd recommend? I like Mandrake the best, but I've really only... |
Forum: Shell Scripting Jul 16th, 2004 |
| Replies: 7 Views: 11,427 Hi everyone. I am fairly new to Linux and I am taking a UNIX course. I have been asked to write a shell script and I am having a little trouble. I was wondering if anyone could help me. Here are my... |