Quizzer

 view release on metacpan or  search on metacpan

exercises/compile-tcsh/tcsh-6.10.00/FAQ  view on Meta::CPAN

    telnetd implements line mode selection the telnet client
    you are using does not implement telnet line mode.
    This cause the Cray's telnetd to try to use KLUDGELINEMODE.
    You can turn off telnet line mode from the cray side by 
    doing a "stty -extproc", or you can get the Cray AIC to build
    a telnetd without KLUDGELINEMODE, or you can compile
    a new telnet client (from the BSD net2 tape), or at least
    on the suns use: 'mode character'.


15. On AU/X, I made tcsh my startup shell, but the mac desktop is not
    starting up (no X11 or Finder), and I only get console emulation.

    This is another manifestation of item 5. Just add the pathname
    to tcsh in /etc/shells and everything should work fine.

16. On machines that use YP (NIS) tilde expansion might end up in /dev/null
    If this happens complain to your vendor, to get a new version of NIS.
    You can fix that in tcsh by defining YPBUGS in config.h

17. Script on SGI 4.0.5 does not give us a tty, so we cannot have job

exercises/search-n-copy/xinput-correct  view on Meta::CPAN

#!/bin/bash
# (c) 1999, 2000 Red Hat, Inc.

# As a slightly evil hack, if we are running in Japanese,
# we start the input method here to avoid having to do it for
# each desktop environment separately. 
#
# This unfortunately will require the user to create there
# own .Xclients if they want to use a different XIM
# server.  (OWT 10/20/99)
#
# The input method server will die with X

# Determine the LC_CTYPE locale category setting
tmplang="en_US"
if test x$LC_ALL != x ; then



( run in 0.439 second using v1.01-cache-2.11-cpan-299005ec8e3 )