Search Results

Search: Posts Made By: eddie
Forum: Cybersecurity 10-01-2001
10,705
Posted By eddie
/var/log/httpd/access_log
Yesterday I happened to check /var/log/httpd/access_log and found some funny things like these,

209.127.62.159 - - [30/Sep/2001:21:23:09 -0400] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 210...
3,970
Posted By eddie
Another method, 3 commands, a little bit longer,...
Another method, 3 commands, a little bit longer, but easier to understand. Here I assume there are 5 fields in the source file,

(awk -F "," '{print FNR, $1}' filename ; awk -F "," '{print FNR,...
230,888
Posted By eddie
I think following command should work, ( cat...
I think following command should work,

( cat mesgfile ; uuencode Test.dat Test.dat ) | mailx -s 'Testing' mymail@yahoo.com

because I like to send mail in my RH Linux 6.0 like this,

(echo...
29,485
Posted By eddie
I don't think it is possible. One partition can...
I don't think it is possible. One partition can only be mounted to one directory. But one directory and its sub-dir can mount on several partitions. For example,

we can do this,

mount /dev/sda1...
29,485
Posted By eddie
Do you mean your /var is growing bigger and you...
Do you mean your /var is growing bigger and you want to mount it on another larger partition? If yes, you just need to change /etc/fstab.

For example, you currently have,

mount /dev/sda1 /var
...
4,457
Posted By eddie
Yes, <b>find / | grep ...</b> takes too much...
Yes, <b>find / | grep ...</b> takes too much time. It is better to cron <b>updatedb</b> at time when machine is idle. slocate also control permissions.
Forum: Programming 09-18-2001
3,593
Posted By eddie
Well, if it is in this case, I would regretfully...
Well, if it is in this case, I would regretfully tell you that it is very very difficult to transfer your code from NT to UNIX. You will probably need to rewrite the programs in UNIX.

Nt and UNIX...
4,457
Posted By eddie
In my RH 6.0, I would like to use <b>locate</b>...
In my RH 6.0, I would like to use <b>locate</b> command. The syntax is simple.

<b>locate part-of-file</b>

Of course, we can pipe the output to <b>grep</b>.

<b>locate part-of-file | grep...
Forum: Programming 09-17-2001
3,593
Posted By eddie
Do you have the source code of the DLL? Are they...
Do you have the source code of the DLL? Are they written in C? If yes, you may have a chance to migrate them to UNIX.

If the source code is written in C++ and they refer some class definitions...
Forum: Cybersecurity 09-04-2001
32,829
Posted By eddie
However, many people have Linux working at their...
However, many people have Linux working at their homes as SMTP (sendmail) servers. We do not send mail through our ISP's server. We buy dial-up accounts just for getting Internet connections. Except...
42,487
Posted By eddie
Try this, if [ conditions ] <b>;</b> ...
Try this,

if [ conditions ] <b>;</b>
then
commands......
fi
Forum: Cybersecurity 08-30-2001
32,829
Posted By eddie
Thank you for so many ardent replies on this...
Thank you for so many ardent replies on this topic. In fact, at my side, it has no practical applications nor needs to spoof IP in email header. This question has been conceived for a long time and...
Forum: Programming 08-28-2001
4,574
Posted By eddie
I tried it. run ./confugure seems OK, but...
I tried it.
run ./confugure seems OK, but installation still failed. I know that I need to install other updated packages wanted by rpm-4.0.x after I read file INSTALL very carefully. Thank you,...
2,671
Posted By eddie
Yes, I am using GNOME which is my favourite...
Yes, I am using GNOME which is my favourite window style. Do you mean GNOME is heavier than others, such like KDE? If the hung-up is really caused by GNOME, I would consider changing my X window...
2,671
Posted By eddie
X window problem
Hi UNIX guys,

I occasionally meet such problem when I am using my X Window:

The machine suddenly hangs up. Mouse pointer doesn't move, Ctrl+Alt+Del doesn't work, Ctrl+Alt+Backspace doesn't work...
Forum: Programming 08-27-2001
4,574
Posted By eddie
compile rpm-4.0 source
Hello Unix experts,

I downloaded rpm-4.0 source from ftp.redhat.com and tried to make it. There are something I could not understand.

- Makefile.in and Makefile.am instead of Makefile
- file...
Forum: Cybersecurity 08-14-2001
32,829
Posted By eddie
Good suggestion. Let us think why we do not...
Good suggestion.

Let us think why we do not have so severe spam problems in the real mail system (paper mails, not email). Because of postage. Email spammers send emails without paying postage.
...
Forum: Cybersecurity 08-14-2001
32,829
Posted By eddie
huuuuuuu......
Calm down, man. I don't really intend to hide IP in my mail headers. But we ought to know how to do this, right?

OK, let's come back to the original question. I checked the file /etc/sendmail.cf...
Forum: Cybersecurity 08-09-2001
32,829
Posted By eddie
I agree with Neo. More, I am not spammer....
I agree with Neo.

More, I am not spammer. This question is coming from the privacy concerns.

More secure email protocols other than SMTP should be invented. Don't you think so?
Forum: Cybersecurity 08-03-2001
32,829
Posted By eddie
how to hide the IP in the email header?
Hi everyone,

I am a new comer in this forum.

When I try to send email in my Linux machine with command "mail" or "sendmail", I always find it include the IP address of my machine in the email...
Showing results 1 to 20 of 20

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