Links and O/S shell

2007-10-09 Thread Joel Rubin
I ran links from cmd, started to download a file in the background and ran an O/S shell. Later, when I could see that the download was long finished, I exited the O/S shell and, instead of returning to links, the whole console box disappeared, leaving the ghost of links and the cmd session which ha

Downloading pieces of Cygwin for non-installers

2007-08-07 Thread Joel Rubin
Quite a few Cygwin programs (and programs developed using Cygwin compilers) can be run without Cygwin. Almost always one needs Cygwin1.dll in one's path and perhaps some other DLL's. Some people use a lot of different computers not theirs (e.g. repairmen, consultants) and carry around a memory sti

Re: Copy text from secured PDF

2007-08-06 Thread Joel Rubin
pdftotext.exe, part of the XPDF package, can be recompiled with a /* comment */ cut around the permission-to-copy/print code. Probably the other programs will also work but since the PDF files being spammed just a few lines of text and all I want to do is forward the text to the Securities and Ex

Copy text from secured PDF

2007-08-06 Thread Joel Rubin
The PDF's in question are part of pump and dump spam via botnets so I see no legal or ethical reason to respect any expressed desire of the author as to how they may be used. I googled that XPDF didn't respect the no copy/no print flags in PDF's but the version that I got with Cygwin does and give

Re: whois update?

2007-06-16 Thread Joel Rubin
If you have perl and gcc installed, get the source for whois (I got the tar ball from ftp.debian.org which is likely the same as the Cygwin version), then replace ip_del_list with http://members.verizon.net/jmrubin/ip_del_list and make. The file looks a bit weird with Cygwin text-only browsers b

whois update?

2007-06-15 Thread Joel Rubin
The Cygwin whois may well be the latest GNU version of whois but there is at least one IP range about which it doesn't know. IMHO, the data should be in a separate text (user editable) file from the program. Of course, this isn't all THAT important with open source. C:\cygwin\bin>whois 116.199.133

Conflict of names - nc (netcat) and nc (part of nedit)

2007-05-12 Thread Joel Rubin
nc (netcat, a Swiss army knife network client) and nc (a client for transmitting commands to the X11 editor nedit) can cause a conflict if both the nc and nedit packages of Cygwin are installed. For example, my mail checking cmd.exe script C:\cygwin\bin\echo -e user jmrubin\npass mypassword\nlist

Re: [ANNOUNCEMENT] Updated: whois-4.7.20-1

2007-04-02 Thread Joel Rubin
On Mon, 02 Apr 2007 06:07:19 +0200, Lapo Luchini <[EMAIL PROTECTED]> wrote: >Version 4.7.20-1 of whois has been uploaded. > >Whois is a client for the whois directory service. >It allows you to retrieve information on domains name, >IP addresses, and more. > > IMHO it might be better to use a user

Re: [ANNOUNCEMENT] Updated: w3m-0.5.1-2

2007-04-02 Thread Joel Rubin
On Sun, 1 Apr 2007 18:23:25 -0500, "Bob Heckel" <[EMAIL PROTECTED]> wrote: >Version w3m-0.5.1-2 of "w3m" has been uploaded. > >w3m is a pager/text-based WWW browser. It is similar to Lynx, but >handles some things like page navigation differently. > >This is a Cygwin related upgrade to link to t

Re: Cygwin1.DLL soon to be Windows Vista only

2007-04-02 Thread Joel Rubin
On Sun, 1 Apr 2007 00:53:40 -0400, Christopher Faylor I hope the date is the most relevant part of this posting. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Calling Cygwin python from the "DOS" shell vs. from BASH

2007-03-28 Thread Joel Rubin
I notice that Python just exits when I call it from cmd.exe in XPSP2 but it works correctly if I call it from bash. Cygwin is in my path. I tried gcc'ing a simple program which prints argv[0] and I didn't see any difference in what it prints out when I call it from cmd.exe and when it call it from

ossl 0.9.7 is still needed by some apps

2007-03-28 Thread Joel Rubin
I decided to clean up my cygwin setup and got rid of some things and reinstalled stuff. I found out that the current versions of two of the text-only browsers, links and w3m, won't run unless you have openssl097 which is, unless you uncheck the hide box, invisible in setup. Doing a Google search,

Email with an AuthLogin SMTP server

2007-02-21 Thread Joel Rubin
~/email.conf MY_NAME = 'Joel Rubin' MY_EMAIL = '[EMAIL PROTECTED]' SMTP_AUTH = 'LOGIN' SMTP_SERVER = 'mail.nerdshack.com' SMTP_PORT = '25' SMTP_AUTH_USER = 'jmrubin' - SMTP_AUTH_PASS = '[censored]' ==

Could someone please upload the right coreutils-5.3.0-8.tar.bz file?

2005-07-12 Thread Joel Rubin
The source code file seems to be OK but coreutils-5.3.0-8.tar.bz on at least two mirros seems to be a little web page from comcast.net with no progies whatsoever. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentati

Re: coreutils-5.3.0-8: lost *.exe

2005-07-12 Thread Joel Rubin
On Tue, 12 Jul 2005 17:30:56 +0100, fergus <[EMAIL PROTECTED]> wrote: >I have just upgraded to coreutils-5.3.0-8 and I find hat I have lost cp, >ls, md5sum executables to name just a few. Windows Explorer shows that >these no longer exist in /bin/. Anything I can or should do, or should >have done

Whois and Afrinic.net

2005-03-09 Thread Joel Rubin
This is probably more a question about the original *nix progie than the Cygwin port. There is a new IP registry, whois.afrinic.net which covers ... Africa. Right now, if you enter an African IP into Cygwin whois, you get a RIPE.NET or ARIN.NET entry which may give a bit of info (and probably wil

Installing new pcre broke less

2003-06-06 Thread Joel Rubin
When I installed the new pcre package (from installationdir\setup.exe) it deleted c:\cygwin\bin\cygpcre.dll and created c:\cygwin\usr\bin\cygpcre-0.dll Less would no longer work for lack of cygpcre.dll Copying c:\cygwin\usr\bin\cygpcre-0.dll to the old address c:\cygwin\bin\cygpcre.dll fixed

Access Denied (XP Home SP1, cygwin-1.3.15

2002-11-11 Thread Joel Rubin
I have the same problem with several Cygwin programs including wget and unzip. The "access denied" survives a reboot. So it seems that Cygwin is creating files with this problem. I have only one user with, of course, administrative rights. 11/08/2002 11:49 AM 1,080,807 cygwin-1.3.15-2.ta