Does anyone have the Stevens' ``Advanced Programming in UNIX
Environment'' (APUE) examples source code for *Linux*. I've
downloaded the original sources from ftp.uu.net but it doesn't
have a linux version (only svr4, sun and 4.4bsd); and even the
svr4 version doesn't compile out of the box on my system.
Instead of making changes myself, I thought it'd be nice if
someone has already done it.
Manish
--
I have a very small mind and must live with it.
-- E. Dijkstra
Hi everyone,
I am currently running kernel 2.4.13 with XFS for my root partition.
Since everyone was talking about ext3 and reiserfs I was just wondering
how many people out there are using alternatives such as XFS and JFS.
btw XFS is way cool and fast as hell.
Also I'm working on an iptables alternative for the IBM linux contest
and purely out of curiosity I was wondering how many of you guys are
developing any big linux app or utility. I dont ususally read about any
linux programming stuff on this list, and just wanted to get to know
more people into big time linux programming.
regards
Vicky
Admin please update the site..
---------------------------------
Next Lug Meet to be announced shortly
Next Lug Meet on 31st August on IRC @ #linuxers at 4.30pm
---------------------------------
Navin Dhanuka
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Hi has anyone any experince running ecos(it's an RTOS) on mandrake 8.0.
__vt_9bad_alloc hasdifferent size in shared object,consider re-linking
is the error being encountered
if anyone can give me any leads it will be helpful.
Rahil
If someone really intends running this script on some
of her documents, please tar-gzip all the
dictionary.com meanings and send it to me. I don't
have a good Net connection. If your tarball is bigger
than 80kb, upload it somewhere and send me the link.
Tnx.
Manish Jethani
-------- getdict.sh --------
#!/bin/bash
########################################################################
# Script to fetch meanings of all words appearing in one or more files
# of type "English text". Meanings are fetched from dictionary.com and
# stored in HTML files of the same name as the word. The /meaning/
# files are stored in the $SPOOL_DIR (or whatever you want to call it).
#
# Words are picked up from files whose names you pass as command line
# arguments. If a file is not an "English text" type file, it is
# ignored.
#
# Dependencies:
# file - for determining file type.
# egrep - for doing pattern match on word.
# wget - for fetching the meanings of words from dictionary.com.
#
# Before running, set $SPOOL_DIR and $WGET_LOGFILE. You can set
# $WGET_LOGFILE to /dev/stdout to get output on console.
#
# e.g. ./getdict.sh ~/mbox
#
# Disclaimer: I'm not responsible if your computer crashes because of
# this program. In fact, I'm very irresponsible, by nature. And I
# don't know how to write shell scripts.
#
# License: Feel free to modify and distribute this script without my
# permission. Just don't tell anyone that I wrote the original version.
#
# Bugs: I've just tested this on my home box (called 'moose') that runs
# RedHat Linux 6.2. No bugs. :) Find and fix yourself.
#
# Copyleft (:P) 2001 Manish Jethani. All Rights Reversed.
########################################################################
# directory where /meaning/ files will be stored
SPOOL_DIR=`pwd`/spool
# append logfile for wget
WGET_LOGFILE=`pwd`/wget.log
# all files in $@
for file in $@; do
# if $file is of type "English text"
if file -bn $file | egrep -sq '^English text$'; then
# each word in the $file
for word in `cat $file`; do
# if $word is alphanumeric
if echo -n $word | egrep -sq '^[A-Za-z0-9]+$'; then
meaning_file=$SPOOL_DIR/$word.html
# if $meaning_file does not exist for $word
if [ ! -f $meaning_file ]; then
# create $meaning_file for $word
echo -n "Fetching meaning of \"$word\" ... "
wget -O$meaning_file -a$WGET_LOGFILE \
"http://www.dictionary.com/cgi-bin/dict.pl?term=$word" \
&& echo "Done." \
|| rm -f $meaning_file && echo "FAILED!"
else
echo "Meaning of \"$word\" already there."
fi
fi
done
else
echo "Skipping $file - not an English text file."
fi
done
Hi everyone,
I am currently running kernel 2.4.13 with XFS for my root partition.
Since everyone was talking about ext3 and reiserfs I was just wondering
how many people out there are using alternatives such as XFS and JFS.
btw XFS is way cool and fast as hell.
Also I'm working on an iptables alternative for the IBM linux contest
and purely out of curiosity I was wondering how many of you guys are
developing any big linux app or utility. I dont ususally read about any
linux programming stuff on this list, and just wanted to get to know
more people into big time linux programming.
regards
Vicky
I have 2 disks, primary master (Linux) and secondary master
(Windows). I've set lilo to boot from hdc1 for label "dos".
But when I try to boot into dos, I get the message "Invalid
System Disk, Press Any Key To Continue".
hdc1 is Windows 98. Any ideas? Tnx.
Manish Jethani
--
What the hell is it good for?
-- Robert Lloyd (engineer of the Advanced Computing Systems
Division of IBM), to colleagues who insisted that the
microprocessor was the wave of the future, c. 1968
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
hi,
i am trying to install a ne2000 compatible jumperless ethernet card on a
rh 7.1. but it is not working. could anyone pls tell me some work around
for this? i feel that the problem is due to correct addr and interrupt
setting but how do i configure something when i don't know the
settings? also where do i get to see a list of kernel modules available to
handle the card?
thanx
ulhas
Dear Sir/Madam
We seek the opportunity to announce that the SIGNET Group
at the Department of Computer Science and Engineering, IIT Bombay,
is organizing SecNet 2001, a workshop on Security and Networking in
association with the Computer Science & Engineering Association (CSEA).
SecNet 2001, third in a series of workshops, will target
IT Managers, Network Managers and System Administrators
from various organizations.
The workshop will be conducted from 12 to 15 December, 2001.
The focus will be on current trends in Network Security and Mobile
Wireless Networking. Various topics will be covered including
IPSec, SSL, Wireless LAN, Bluetooth, and 2.5G Cellular Networks.
Following is the schedule for the four day workshop:
Day 1: TCP/IP, Network Attacks and Software Forensics.
Day 2: Secure Network Setup and Configuration, Network Monitoring and
Intrusion Detection.
Day 3: SSL and Cryptography, IPSec Working and Applications.
Day 4: Wireless LAN Technologies, Bluetooth, GSM, SMS and GPRS,
Security in Wireless Networks.
The workshop aims to provide a balance of both theory and applications.
The distinguished speakers include professors from IIT Bombay
and industry experts. The lab sessions will give an opportunity to
the participants to get acquainted with various tools. The workshop
brochure can be downloaded from the workshop web site. The same
can be obtained by sending an e-mail request.
Participants will be provided with a manual and a CD containing
material related to topics covered in the workshop and other goodies.
The registration fees are as follows:
General: 3000/- per head.
Defense Personnel: 1500/- per head.
Accommodation and dinner will be charged separately albeit at a subsidized rate.
For registrations, visit: http://www.cse.iitb.ac.in/secnet/register.php
For more information:
URL : http://www.cse.iitb.ac.in/secnet
Email : secnet(a)cse.iitb.ac.in
Please forward this invitation to your friends who might be interested in SecNet.
Thanking you,
With Regards,
Janees E K
(for SecNet Group.)