Search Results

Search: Posts Made By: theDirtiest
18,623
Posted By theDirtiest
thanks
thanks for the link. it was a big help.
18,623
Posted By theDirtiest
how do you create a man page?
i've never done this before. i created a script that I placed in /usr/bin, but want to create a man page for it. i'm clueless

thanks
6,777
Posted By theDirtiest
you guys are too fast. i was just about to say i...
you guys are too fast. i was just about to say i found the 1,$. thanks again.
6,777
Posted By theDirtiest
thanks for the quick response. i see it can't be...
thanks for the quick response. i see it can't be done with substitution by itself. it needs to use the ex command global. no wonder I couldn't figure it out, i never look there (duh). thanks...
6,777
Posted By theDirtiest
vi editor - ex Command help
:1,10 s/yes/no/g

this ex command will substitute yes with no everytime it is found within the first 10 lines of the file.

:s/yes/no/g

this ex command will substitute yes with no everytime it...
22,747
Posted By theDirtiest
true you don't need the rm temp, but I just added...
true you don't need the rm temp, but I just added it so it wasn't left over when the script was finished.
22,747
Posted By theDirtiest
my try
there is probably a much better way to do this. Please forgive me I have never done any shell programming before (i want to learn) and I just wanted to rack my brain trying to figure out an answer...
4,035
Posted By theDirtiest
try adding \n\n to the end.....like so........ ...
try adding \n\n to the end.....like so........

echo "Content-Type: text/html\n\n"

i'm not exactly sure if this is will help, but everytime I print the content type i have those two line feeds...
2,133
Posted By theDirtiest
make sure your commands and/or files that are...
make sure your commands and/or files that are used in the cron have absolute paths to them.
2,723
Posted By theDirtiest
also instead of having two lines in the crontab,...
also instead of having two lines in the crontab, you could just have one. (although two is fine)

* 0 * 15,30 * * cat logfile | gzip logfile.gz; mutt -s "logfile" -a logfile.gz email@domain.com
3,168
Posted By theDirtiest
this was copied directly from the httpd.conf...
this was copied directly from the httpd.conf file:

#
# If you prefer a single logfile with access, agent, and referer information
# (Combined Logfile Format) you can use the following directive....
2,926
Posted By theDirtiest
are you permissions set up to allow you to delete?
are you permissions set up to allow you to delete?
4,481
Posted By theDirtiest
thanks guys
thanks guys
4,481
Posted By theDirtiest
deny ssh from root - how to?
using redhat 7.2

Is it possible to not allow root to ssh into the server remotely, but allow the account that ssh'd in to the box to su to root? This way there is the added security of a hacker...
8,336
Posted By theDirtiest
it worked - great thanks again
it worked - great


thanks again
8,336
Posted By theDirtiest
i think i might know what the problem is. i...
i think i might know what the problem is. i downloaded those two rpm's on a windows machine, and then ftp'd them to a linux box, then secured copied them to the machine that i tried to install them...
8,336
Posted By theDirtiest
thanks again --- another problem installing...
thanks again --- another problem

installing the 'client programs' rpm using the following command line: rpm -ivv MySQL-client-3.23.44-1.i386.rpm, I get the following error, thus it does not...
8,336
Posted By theDirtiest
thanks, there are several mysql rpm's, which...
thanks, there are several mysql rpm's, which ones should I install?

I know this one
MySQL 3.23.44 Server

But what about these?
MySQL 3.23.44 Benchmark/test suites
MySQL 3.23.44 Client...
11,685
Posted By theDirtiest
try these helpful links......this is where i was...
try these helpful links......this is where i was educated

http://www.superscripts.com/tutorial/crontab.html
http://www.nerc-online.com/support/www/crontab.html

------Jeff
8,336
Posted By theDirtiest
mysql installation error using redhat 7.2
i am a newbie to unix admin stuff so bare with me. -- i get this message when executing mysql_install_db during the installation of mysql. what is the cause of this and how can it be fixed. btw - i...
Showing results 1 to 20 of 20

 
All times are GMT -4. The time now is 03:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy