> On Feb 14 17:54, Charles Stepp wrote:
> >
> > Jim Garrison troux.com> writes:
> >
> > >
> > > I'm consistently getting a stack trace when attempting to run a command
> > > via
> > ssh, using a dsa key, on a remote
> > > Windows Server 2003 SP2 x64 that has Cygwin sshd installed and configured.
Using "xhost +" and setting your DISPLAY variable correctly
is...well...obvious, but that's my two cents. Here's my
C:\cygwin\usr\X11R6\bin\startxwin.bat
with REM's removed:
@echo off
SET DISPLAY=127.0.0.1:0.0
SET CYGWIN_ROOT=\cygwin
SET RUN=%CYGWIN_ROOT%\bin\run -p /usr/X11R6/bin
SE
Here's a little script I use to send to an HP printer. You can pipe into
it.
#!/usr/bin/ksh
# --
if [[ $# -gt 0 ]]
then
/usr/bin/lpr -P asdfasdfasdf.doofer.org/Monsoon $#
else
cat | /usr/bin/lpr -P asdfasd
This was very nice.
Charles Stepp
-Original Message-
From: Andrew Schulman [mailto:[EMAIL PROTECTED]
Sent: Sunday, July 27, 2008 1:20 AM
To: cygwin@cygwin.com
Subject: Re: term bash shell with multiple tabs ? (without X)
> True, you don't get graphical tabs, and you have to type a key
>
January 1, 1970 is a very holy date.
Charles Stepp
Meskimen's Law:
There's never time to do it rite, but there's always time to do it over.
-Original Message-
From: Angelo Graziosi [mailto:[EMAIL PROTECTED]
Sent: Monday, July 21, 2008 6:06 PM
To: cygwin@cygwin.com
Subject: Strange things
One recommendation I have is to NOT run if from a flash drive if there
is a hard drive install...it can fiddle with stuff that will make the
hard drive installed not be correct.
Charles Stepp
Meskimen's Law:
There's never time to do it rite, but there's always time to do it over.
-Original Me
# ls -la | grep -i script
# du -a | grep -i script
# find / -type f -name '*script*'
# which script
Or just try it:
# PC - ~ >script
# Script started, file is typescript
Charles Stepp
Meskimen's Law:
There's never time to do it rite, but there's always time to do it over.
-Original Message-
I'm betting it is the Windoze vs. Unix line endings. CRLF vs LF. I've
found that using Windoze version of vim makes it easy to see and fix
line ending problems with files.
Charles Stepp
Meskimen's Law:
There's never time to do it rite, but there's always time to do it over.
-Original Message-
Yeah...I use shell scripts to rename and rearrange music and podcasts on
my MP3 Players. I just don't understand why the original namers can't
get the Year before Month before Day concept.
Charles Stepp
Meskimen's Law:
There's never time to do it rite, but there's always time to do it over.
-O
I'd bet a shiny new quarter that cygwin supports linking to the ncurses
library. Both aalib (aafire) and mc (Midnight Commander) work just fine,
which indicates that curses is a go.
ncurses(3X)
ncurses(3X)
NAME
n
Aria2 supports Oracle's Metalink? What does this mean, supports?
Charles Stepp
Meskimen's Law:
There's never time to do it rite, but there's always time to do it over.
-Original Message-
From: Kostya Altukhov [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2008 7:07 AM
To: cygwin@cy
Colors is a bit of a hobby. Some of these are hideous, but variety is
the spice, and all that...
Foreground Background
rgb:5c/61/0a rgb:a0/9f/f2
rgb:eb/d3/91 rgb:0e/29/6f
rgb:34/1b/c6 rgb:ca/df/3b
rgb:ce/f5/c8 rgb:33/09/33
rgb:52/04/32 rgb:ad/f7/c7
rgb:00/00/00 rgb:23/b1/75
rgb:37/2e/82 rgb:c5/d
I like doing c, ksh, perl, tcl/expect and (don't laugh) forth; are there
any things left laying around I can fiddle with?
Charles Stepp
Meskimen's Law:
There's never time to do it rite, but there's always time to do it over.
-Original Message-
From: Adam Thompson [mailto:[EMAIL PROTECTED]
Yeah. RS232C can operate in many different ways, using the various "wires"
differently. Opening a serial port is just the beginning of the work; then
there is deciding what signals and handshake to use. Ohthe good ol' days.
Charles Stepp
Meskimen's Law:
There's never time to do it rite, but
HISTFILE=/home/cstepp/.bash_history
HISTFILESIZE=2000
HISTSIZE=2000
Charles Stepp
Meskimen's Law:
There's never time to do it rite, but there's always time to do it over.
-Original Message-
From: electron [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 26, 2008 6:58 AM
To: cygwin@cygwi
How about trying cpio_nbr=$(<$sprojdir/cpionbr). That "cat <" is
unnecessary. For that matter, the '<' is unnecessary with the use of
'cat'. That error looks like a bug to be pursued, though.
Charles Stepp
Meskimen's Law:
There's never time to do it rite, but there's always time to do it over.
---
I'm a unix sysadmin/oracle DBA. For me, Expect is the killer app of
Cygwin, even over the X server. Get the O'Reilly Expect book by Don
Libes. It is a treasure trove of Unix knowledge as well as Expcect/TCL.
Check out the autoexpect script. You may have to find it somewhere to
install it into the C
Why would you bother with the Windoze machine if you have OS X/FreeBSD
available?
Cygwin provides my X, Expect, bash, etc. on my corporate mandated
Windoze laptop. Otherwise...
Charles Stepp
Oracle DBA
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: htt
rxvt -menu terminal.menu --backspacekey ' -fg $FG -bg $BG -geometry "$G"
-ls -sb -sl 5000 -sr -cr red -si +sk -sw -ipf -pr green -fn 8x13bold &
Charles Stepp
Oracle DBA
"Dumb it down..."
-- Pernice Brothers
-Original Message-
From: Asher Vilensky [mailto:[EMAIL PROTECTE
I have the following in my .sh_profile. This ensures that my DISPLAY
gets set correctly in each shell:
# --
# Added - Tue May 30 12:26:30 EDT 2006
# --
DISPLAY=$
By Gawk! You're right!
Sed "broke" one on my little scripts, but there is an easy work around.
It isn't really sed so much as white space confusion.
-Original Message-
From: Igor Peshansky [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 21, 2006 11:47 AM
To: Stepp
From a Unix viewpoint, running from cron does not set the environment
the same as with an interactive session. I have sometimes had to set
TERM=vt100 (or whatever) and other environment variables to get things
to run from cron.
One trick it to capture your environment to a file, edit out what you
It is?
-Original Message-
From: Christopher Faylor
[mailto:[EMAIL PROTECTED]
Sent: Saturday, June 17, 2006 12:30 AM
To: cygwin@cygwin.com
Subject: Re: sed: 4.1.5 breaks libtool generation
On Sat, Jun 17, 2006 at 02:24:00PM +1000, Mark Hessling wrote:
>Given the fact that cygwin runs on a
Symlink?
ln -s /cygdrive/c /c
Charles Stepp
Unix SA
CYGWIN ROCKS!!
-Original Message-
From: kralius [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 13, 2006 11:26 PM
To: cygwin@cygwin.com
Subject: Re: cygdrive flags / hiding cygdrive prefix directory (the old
behavior)
Thanks for the
I have found some interesting behavior regarding the cygwin expect/ssh
problem. I used the little expect script
That Corinna created. It seemed to not see the prompt for the password
from the spawned ssh, so it just timed out. But, when I redirect the
stderr to /dev/null, it behaves correctly. Perh
25 matches
Mail list logo