1. Netcat - a version of "cat" that works across the network
Should have been around decades ago.
http://netcat.sourceforge.net/
2. Hard disk monitoring - a utility that moinitors & reports on your disks
"Sudies have shown that lowering disk temperatures by as little as 5�C significantly reduces failure rates"
http://www.linuxjournal.com/article.php?sid=6983
I installed the software in about a minute and found:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000b 085 085 060 Pre-fail Always - 6815934
....
194 Temperature_Celsius 0x0002 122 122 000 Old_age Always - 45
I wondered what that clicking sound was about ...
gtoomey
|
|
0
|
|
|
|
Reply
|
nospam258 (216)
|
1/3/2004 3:01:51 AM |
|
"Gregory Toomey" <nospam@bigpond.com> wrote in message
news:2559935.Y8BubXJfXJ@gregs-web-hosting-and-pickle-farming...
> 1. Netcat - a version of "cat" that works across the network
> Should have been around decades ago.
>
> http://netcat.sourceforge.net/
I thought it was or is that a different 'netcat'
|
|
0
|
|
|
|
Reply
|
still_ (15)
|
1/3/2004 3:25:30 AM
|
|
> 2. Hard disk monitoring - a utility that moinitors & reports on your disks
> "Sudies have shown that lowering disk temperatures by as little as
> 5�C significantly reduces failure rates"
> http://www.linuxjournal.com/article.php?sid=6983
I assume you're referring to SMART. I installed the software on one of
my systems and ran it with the -t option. My disk became corrupted and
I ended up having to re-install my system from scratch.
|
|
0
|
|
|
|
Reply
|
mlake1 (61)
|
1/3/2004 3:25:59 AM
|
|
On Sat, 3 Jan 2004 13:25:30 +1000, W <still_@none.com> wrote:
>
>
> "Gregory Toomey" <nospam@bigpond.com> wrote in message
> news:2559935.Y8BubXJfXJ@gregs-web-hosting-and-pickle-farming...
>> 1. Netcat - a version of "cat" that works across the network
>> Should have been around decades ago.
>>
>> http://netcat.sourceforge.net/
>
> I thought it was or is that a different 'netcat'
>
>
Nope. The same ol' nc. Updated a bit but still an incredible tool.
What you can do with those 17.5kb is just amazing.
My ISP told me that only way I could delete mail on my POP server was
through an HTTP interface. They were wrong.
Now, with the help of a netcat script, I delete most of the spam on the
server before I even download my mail.
AC
|
|
0
|
|
|
|
Reply
|
zzzzzz (1897)
|
1/3/2004 3:58:38 AM
|
|
Alan Connor wrote:
> On Sat, 3 Jan 2004 13:25:30 +1000, W <still_@none.com> wrote:
>
>>
>> "Gregory Toomey" <nospam@bigpond.com> wrote in message
>> news:2559935.Y8BubXJfXJ@gregs-web-hosting-and-pickle-farming...
>>
>>> 1. Netcat - a version of "cat" that works across the network
>>> Should have been around decades ago.
>>>
>>> http://netcat.sourceforge.net/
>>
>> I thought it was or is that a different 'netcat'
>>
>>
>
>
> Nope. The same ol' nc. Updated a bit but still an incredible tool.
> What you can do with those 17.5kb is just amazing.
>
> My ISP told me that only way I could delete mail on my POP server was
> through an HTTP interface. They were wrong.
>
> Now, with the help of a netcat script, I delete most of the spam on
> the server before I even download my mail.
>
I just login (with ssh) to my ISP's mail server and rummage around there
with mutt, deleting most of the e-mail (spam and viri) up there before
they download to my machine.
--
.~. Jean-David Beyer Registered Linux User 85642.
/V\ Registered Machine 73926.
/( )\ Shrewsbury, New Jersey http://counter.li.org
^^-^^ 11:20pm up 9 days, 10:20, 4 users, load average: 2.10, 2.14, 2.11
|
|
0
|
|
|
|
Reply
|
Jean
|
1/3/2004 4:24:34 AM
|
|
It was a dark and stormy night, and Alan Connor managed to scribble:
>
> Nope. The same ol' nc. Updated a bit but still an incredible tool.
> What you can do with those 17.5kb is just amazing.
>
Well I must be asleep - the first time I heard about it was last month.
gtoomey
|
|
0
|
|
|
|
Reply
|
nospam258 (216)
|
1/3/2004 5:55:10 AM
|
|
On Fri, 02 Jan 2004 23:24:34 -0500, Jean-David Beyer <j@d.b> wrote:
>
>
> Alan Connor wrote:
> > On Sat, 3 Jan 2004 13:25:30 +1000, W <still_@none.com> wrote:
> >
> >>
> >> "Gregory Toomey" <nospam@bigpond.com> wrote in message
> >> news:2559935.Y8BubXJfXJ@gregs-web-hosting-and-pickle-farming...
> >>
> >>> 1. Netcat - a version of "cat" that works across the network
> >>> Should have been around decades ago.
> >>>
> >>> http://netcat.sourceforge.net/
> >>
> >> I thought it was or is that a different 'netcat'
> >>
> >>
> >
> >
> > Nope. The same ol' nc. Updated a bit but still an incredible tool.
> > What you can do with those 17.5kb is just amazing.
> >
> > My ISP told me that only way I could delete mail on my POP server was
> > through an HTTP interface. They were wrong.
> >
> > Now, with the help of a netcat script, I delete most of the spam on
> > the server before I even download my mail.
> >
> I just login (with ssh) to my ISP's mail server and rummage around there
> with mutt, deleting most of the e-mail (spam and viri) up there before
> they download to my machine.
>
Manually? Yow! I bring down the headers with a netcat script that runs them
through procmail using one procmailrc, which tags the mail by number,
yea or nay.
Then the script brings down the "yeas" and runs them through procmail again
with a different procmailrc and deletes the rest on the server.
AC
|
|
0
|
|
|
|
Reply
|
zzzzzz (1897)
|
1/3/2004 7:59:37 AM
|
|
On Sat, 03 Jan 2004 15:55:10 +1000, Gregory Toomey <nospam@bigpond.com> wrote:
>
>
> It was a dark and stormy night, and Alan Connor managed to scribble:
>
>>
>> Nope. The same ol' nc. Updated a bit but still an incredible tool.
>> What you can do with those 17.5kb is just amazing.
>>
>
> Well I must be asleep - the first time I heard about it was last month.
>
> gtoomey
Actually, I only learned about nc a few months ago. But it HAS been around
for quite a while. Much easier to write scripts for than telnet, and
faster by far.
Checked out the README? What you can do with it is just amazing.
AC
|
|
0
|
|
|
|
Reply
|
zzzzzz (1897)
|
1/3/2004 7:59:38 AM
|
|
On Sat, 03 Jan 2004 03:58:38 +0000, Alan Connor wrote:
> Nope. The same ol' nc. Updated a bit but still an incredible tool. What
> you can do with those 17.5kb is just amazing.
>
> My ISP told me that only way I could delete mail on my POP server was
> through an HTTP interface. They were wrong.
>
> Now, with the help of a netcat script, I delete most of the spam on the
> server before I even download my mail.
With kshowmail you can list, delete and even read them directly on the
server. They are not downloaded to harddisk for reading - just held in the
memory. Very useful for those mails from e-lovers :-)
--
jabali
Please send e-mails to jabali@freeuk.com
|
|
0
|
|
|
|
Reply
|
jabali1 (30)
|
1/3/2004 1:26:44 PM
|
|
Gregory Toomey wrote:
> 1. Netcat - a version of "cat" that works across the network
> Should have been around decades ago.
>
> http://netcat.sourceforge.net/
Excellent tool - great for checking mail relay, and transferring files
between anything through pretty much anything.
Also there is...
http://farm9.org/Cryptcat/
Cheers,
E.
|
|
0
|
|
|
|
Reply
|
laughing (46)
|
1/3/2004 8:53:46 PM
|
|
E writes:
> Also there is... http://farm9.org/Cryptcat/
And socat:
Description: multipurpose relay for bidirectional data transfer
Socat (for SOcket CAT) establishes two bidirectional byte streams
and transfers data between them. Data channels may be files, pipes,
devices (terminal or modem, etc.), or sockets (Unix, IPv4, IPv6, raw,
UDP, TCP, SSL). It provides forking, logging, and tracing, different
modes for interprocess communication, and many more options.
.
It can be used, for example, as a TCP relay (one-shot or daemon),
as an external socksifier, as a shell interface to Unix sockets,
as an IPv6 relay, as a netcat and rinetd replacement, to redirect
TCP-oriented programs to a serial line, or to establish a relatively
secure environment (su and chroot) for running client or server shell
scripts inside network connections.
--
John Hasler
john@dhh.gt.org (John Hasler)
Dancing Horse Hill
Elmwood, WI
|
|
0
|
|
|
|
Reply
|
john4584 (1601)
|
1/3/2004 9:28:56 PM
|
|
In article <878ykosovb.fsf@toncho.dhh.gt.org>,
John Hasler <john@dhh.gt.org> wrote:
>E writes:
>> Also there is... http://farm9.org/Cryptcat/
>
>And socat:
>
>Description: multipurpose relay for bidirectional data transfer
> Socat (for SOcket CAT) establishes two bidirectional byte streams
> and transfers data between them. Data channels may be files, pipes,
> devices (terminal or modem, etc.), or sockets (Unix, IPv4, IPv6, raw,
> UDP, TCP, SSL). It provides forking, logging, and tracing, different
> modes for interprocess communication, and many more options.
Sounds interesting. URL, please?
|
|
0
|
|
|
|
Reply
|
gazelle (565)
|
1/3/2004 11:02:12 PM
|
|
In aus.computers.linux Jean-David Beyer <j@d.b> wrote:
> I just login (with ssh) to my ISP's mail server and rummage around there
> with mutt, deleting most of the e-mail (spam and viri) up there before
> they download to my machine.
If you use mutt with IMAP support then it loads up the headers for you
to browse and lets you delete / read / save on a message by message basis.
Combine this with spam-assassin running at the ISP side of things and
set mutt to sort the headers based on scoring -- the result is minimal
bandwidth wastage and easy spam removal.
- Tel
|
|
0
|
|
|
|
Reply
|
telford (7)
|
1/4/2004 12:16:17 AM
|
|
"KM" == Kenny McCormack <gazelle@yin.interaccess.com>:
KM> >And socat:
KM>
KM> Sounds interesting. URL, please?
Socat home page http://www.dest-unreach.org/socat/
-=-
This message was posted via two or more anonymous remailing services.
|
|
0
|
|
|
|
Reply
|
BigappleRemailer2 (74)
|
1/6/2004 10:45:26 PM
|
|
|
13 Replies
44 Views
(page loaded in 0.223 seconds)
Similiar Articles: comp.soft-sys.matlab - page 54libX11.so.6 error? 2 8 (10/24/2003 8:57:02 PM) Hi, I have installed some new packages on my linux box (Mandrake 9.1) and matlab R13(SP1) that was running fine, no longer ... gdb (linux) "print" command clears memory corruption - so how do I ...I am using gdb on a linux system. The offending C code is: memcpy(new_entry, &newloc ... writes: > I am looking for some advice ... memory corruption - so how do I find my bug ... Tried F1, Google, my var etc..... :-P - comp.cad.solidworks ...I have updated a part template with some new properties and can not get the part ... difference between striping using mdadm and LVM - comp.os.linux ... My recommendation is ... How to find glibc version? - comp.unix.programmerI have (Red Hat Linux 3.2.3-20)box with gcc version 3.2.3. Can some body tell me how to find the ... How to find the current glibc version : technovelty A recent post reminded ... comp.unix.programmer - page 20The process of this programming is to establish a new ... 28:44 PM) Can someone tell me where I could find some ... 7/22/2003 2:03:38 PM) I recently set up my Linux PC and my ... Compatible with the most modern hardware Linux Ditro - comp.os ...... of offering linux as an alternative to windows to my ... can't > install the new printer he just bought himself. My ... modern hardware Linux Ditro - comp.os ... some ... Times new roman vs. URW Nimbus Roman 9L? - comp.text.tex ...... actually read the licensing info of the Times New Roman font that came with my Linux ... It's possible to get those fonts for Linux because those are some of the "web ... CPU info - comp.unix.solarishi, i need some information of the CPU and bytes sent and received by my network interfaces. on linux i can find that on /proc/ files ... But is that a new Solaris 10 feature ... Why do I have "host name lookup failure"? - comp.mail.sendmail ...But sendmail does not send mail out to my ISP for some reason, I keep ... my mail out to the smart host anymore since changing my network and installing a new Linux OS? Search in *.rex files - comp.lang.rexxI was given the same advice by some Linux gurus in our office, but chose to find the cause of the ... xls in the root drive c:\ /* test_excel.rex */ My_Excel ... My new ... Linux dynamic library and static C++ data - comp.os.linux.misc ...Hi All, I am new to linux. I have a doubt. Here is my question: I have a class named "shrd ... to find out about the > details of loader behaviuour in linux. So if some ... Blank page after every printjob - comp.os.linux.misc(There has been a recent population explosion of lerts.) ... Blank page after every printjob - comp.os.linux.misc I'm having some troubles with my printer setup. Getting MinionPro font to work - comp.text.texYou have pointed out some locations; how can I find out if there are more? My only worry ... When you create a new system map ... done similar updmap things on my linux ... another simple question - comp.emacsThis function > might be bound to M-g if you're using some recent GNU emacs. ... to copy file from one location to another programming.itags.org: Unix & Linux ... copy a file while it is actively being written - comp.os.linux ...IMO, you're going to have to run some tests to find out. Please, report ... copy a file while it is actively being written - comp.os.linux ... For my case, it is OK if new ... find - Linux Command - Unix Command - Linux Operating System and ...Linux / Unix Command: find: Command Library ... in arguments where it is alone, as in some versions of find. ... A part of The New York Times Company. Unix/Linux "find" Command Tutorial - Hillsborough Community ...A Unix/Linux “find” Command Tutorial ... Instead of having find list the files, it can run some command ... lower:]" "[:upper:]" >"{}.new"' \; The ‑exec action in find is ... 7/23/2012 6:21:06 PM
|