[twincling] Re: regarding Linux Basics

2006-07-13 Thread Saifi
/product/1861003013/103-5118211-7055064?v=glancen=283155 and book review is available at http://brian.accu.org/bookreviews/public/reviews/p/p002285.htm Please feel free to post in all the queries that you may have. Hope this helps. thanks Saifi. From: kanth reddy [EMAIL PROTECTED] Subject

[twincling] What does this piece of C code do ?

2006-07-20 Thread Saifi
snippet in DragonFly installer code. Interestingly enough the OS installer has a CGI based interface. DFly guys use Thomas Boutell CGI library. Pretty neat idea! thanks Saifi. Yahoo! Groups Sponsor ~-- See what's inside the new Yahoo! Groups email

Re: [twincling] remove icons from desktop

2006-08-06 Thread Saifi
In addition, run gconf-editor tool. Visit apps -- nautilus -- desktop and uncheck the following entries computer_icon_visible home_icon_visible trash_icon_visible The standard icons from the desktop are cleared. Hope this helps. thanks Saifi

Re: [twincling] mouse not detected

2006-08-06 Thread Saifi
-config-mouse utility has been removed. So manual configuration of mouse is not possible. Which mouse are you using ? thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7pm) on 19th August 2006 Venue

[twincling] Best of VIM tips

2006-08-21 Thread Saifi
)) -- # Operate command over multiple files :argdo %s/foo/bar/ :bufdo %s/foo/bar/ :windo %s/foo/bar/ -- The canonical site for the tips is http://www.rayninfo.co.uk/vimtips.html thanks Saifi

[twincling] PUP crash on FC5

2006-08-21 Thread Saifi
.ProxyHandler instance at 0xb5ff6fec XXX: 8080 host: None proxy: 192.168.1.1:8080 type: 192.168.1.1 Is there a work around or a solution to this ? Any help or pointers will be greatly appreciated. thanks Saifi. = Mark your calendar for the next

Re: [twincling] Need Fedora Core 5 CDs

2006-09-04 Thread Saifi
the same to you. There is no charge ! Look forward to hearing from you in this regard. thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7pm) on 16th September 2006 AJAX Live - Core Ajax components

[twincling] OpenSource for SMB

2006-09-22 Thread Saifi
at http://www.serviza.com/SoftwareIsFree-ForBusiness.pdf Appreciate if the members of the Society review the book and send in their comments / suggestions and feedback. thanks Saifi. = Mark your calendar for the next TSM Saturday

Re: [twincling] Suggestion on Laptops

2006-09-22 Thread Saifi
. First observations are - - Compaq - Acer are good value for money (that includes having the Wireless and Sound work out of the box). Request Ravikanth to chip in his valuable suggestions. thanks Saifi. = Mark your calendar

Re: [twincling] how to change the sendmail password

2006-09-22 Thread Saifi
Hi Ravi: Are you referring to POP3 accounts on the Nebo machine ? If yes, then we had installed Dovecot on the machine. IIRC, dovecot was configured to authenticate the user with the /etc/passwd on the Nebo machine. Hope this helps. thanks Saifi

Re: [twincling] configuring ip address in fedora

2006-10-01 Thread Saifi
from the xterm/console would be successful. Please try this and revert in case you face any issue. Welcome once again ! thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7pm) on 7th October 2006 Java

[twincling] Documentation / Firmware Distribution Rights for Wireless Chipsets

2006-10-01 Thread Saifi
(as by OpenBSD when dealing with Intel) to the Open Source community. Take a look at - http://undeadly.org/cgi?action=articlesid=20060930232710 thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7pm) on 7th October

[twincling] OT : BarCamp3 Hyderabad - Social communities on Web 2.0

2006-10-01 Thread Saifi
/BarCampHyderabad3 thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7pm) on 7th October 2006 Java Server Faces (JSF) JavaServer Faces solves many of the historical problems of Java Web development

[twincling] how to specify proxy while building ports software

2006-10-04 Thread Saifi
Hi: Does anybody know how to specify the Proxy Server (http, ftp) to the build scripts in the BSD ports collection. I tried setting environment variables $http_proxy $ftp_proxy but that did not work. Any pointers or suggestions, please post the same. thanks Saifi

Re: [twincling] [Commercial]Share Your Views With LFY

2006-10-04 Thread Saifi
through Patents are a bane ! for TWINCLING Society Saifi Khan. TWINCLING Society freedom of innovation Hyderabad AP, India http://www.twincling.org/ From: Niraj Sahay [EMAIL PROTECTED] Subject: [twincling] [Commercial]Share Your Views With LFY Sent: 04 Oct '06 09:57 Hello All

Re: [twincling] Re: Keyaspn USB device driver query by newbie

2006-10-06 Thread Saifi
Software License - MPL (Mozilla Public License) Thanks for your time. thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7pm) on 7th October 2006 Java Server Faces (JSF) JavaServer Faces solves

[twincling] Source Code Search Tools on web

2006-10-06 Thread Saifi
to study state machine implementations in networking protocols. Have a look. thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7pm) on 7th October 2006 Java Server Faces (JSF) JavaServer Faces

Re: [twincling] Source Code Search Tools on web

2006-10-10 Thread Saifi
, as is the case with Wrox. thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7:30pm) on 28th October 2006 DSPACE DSPACE is an open source software package which provides the tools for management

[twincling] Apache Debugging Guide

2006-10-10 Thread Saifi
documented therein could be potentially useful in troubleshooting and also for reporting the relevant details. thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7:30pm) on 28th October 2006 DSPACE

[twincling] For PERL programmers

2006-10-10 Thread Saifi
paradigms. Highly recommended for language afficionados. Take a look at http://www.perl.com/lpt/a/983 thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7:30pm) on 28th October 2006 DSPACE DSPACE

[twincling] Understanding Virtual Memory in RHEL

2006-10-11 Thread Saifi
is available at http://people.redhat.com/nhorman/papers/rhel4_vm.pdf thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7:30pm) on 28th October 2006 DSPACE DSPACE is an open source software package which

Re: [twincling] how to remove directory recursively in perl?

2006-10-11 Thread Saifi
a list in an scalar array - rmdir running the outer while array elements number of time. and each rmdir is executed as ./$filename. Hope this helps. thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7:30pm

Re: [twincling] Facing prob with CD-ROM Driver while Installing RHEL 4.0

2006-10-11 Thread Saifi
if you can manage/buy an IDE CD-ROM drive in Delhi then RHEL 4 installation should not be an issue. Hope this helps you troubleshoot using an alternative approach. thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7

[twincling] splitVT

2006-10-12 Thread Saifi
, but there are many errors encountered in simple functions like strcpy ! Anybody can help on this ? thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7:30pm) on 28th October 2006 DSPACE DSPACE is an open source

Re: [twincling] database tools

2006-10-14 Thread Saifi
% of your requirements. It would be great if you could post your observations on this list. Thanks for your time. thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7:30pm) on 28th October 2006 DSPACE

[twincling] OT : Retrevo - consumer electronics search engine

2006-10-16 Thread Saifi
Hi: Retrevo is a vertical search engine (It specializes in Consumer Electronics). Try searching for “D200” (ie, Nikon D200) in Retrevo and then in Google. You’ll see why this is such a useful site. thanks Saifi. = Mark your

Re: [twincling] Problem in installing thunderbird on FC 6 test 3.

2006-10-16 Thread Saifi
the libstdc++ library. Locate the RPM file having a name like compat-libstdc++ ... .rpm on the FC6T3 CD and install it. Having done that, please try to start the application once again. Hope this helps. thanks Saifi. = Mark your calendar

[twincling] compress/uncompress

2006-10-18 Thread Saifi
Hi: Does anybody know which RPM in FC5 has compress / uncompress utilities ? Unable to locate it. thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7:30pm) on 4th November 2006 DSPACE DSPACE

Re: [twincling] compress/uncompress

2006-10-20 Thread Saifi
From: durga rao [EMAIL PROTECTED] Subject: Re: [twincling] compress/uncompress Sent: 20 Oct '06 11:42 Hi Saifi, My FC5 installation also doesn't have compress utility. I used yum to find and install compress utility. yum is very much useful to find and install rpms. Find

Re: [twincling] Xsupplicant blues

2006-10-24 Thread Saifi
provided at - http://www.tldp.org/HOWTO/8021X-HOWTO/xsupplicant.html What errors are you seeing ? Could you please post the logs ? thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7:30pm) on 4th November 2006

Re: [twincling] Programming Microcontrollers

2006-10-31 Thread Saifi
the board configuration hosting the EEProm. Atleast in one case, I faced an issue with the board conf even though the EEProm family was the same. Hope this helps you get started. thanks Saifi. = Mark your calendar for the next TSM

[twincling] OT : PHP Zend engine optimized for MS platform

2006-11-01 Thread Saifi
a look at the complete article on http://today.reuters.com/news/articlenews.aspx?type=technologyNewsstoryID=2006-10-31T171644Z_01_N31453539_RTRUKOC_0_US-MICROSOFT-ZEND.xmlpageNumber=0imageid=cap=sz=13WTModLoc=NewsArt-C1-ArticlePage2 thanks Saifi

Re: [twincling] Programming Microcontrollers

2006-11-01 Thread Saifi
in Hyderabad ? Is CTC in Secunderabad the right place to explore ? Does any member have inputs on this ? Thanks in advance. thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7:30pm) on 4th November 2006 DSPACE

[twincling] Which Notebook to buy ?

2006-11-01 Thread Saifi
. Any suggestions or assistance about the Notebook will be greatly appreciated. thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7:30pm) on 4th November 2006 DSPACE DSPACE is an open source software

[twincling] CVS Book

2006-11-02 Thread Saifi
press. A soft copy in PDF format has been made available at http://cvsbook.red-bean.com/OSDevWithCVS_3E.pdf For those of us who use CVS, the book is a very good resource with discussion about practical situations faced. Hope this helps. thanks Saifi

Re: [twincling] Problem in login to FC6

2006-11-02 Thread Saifi
above. thanks Saifi. = Mark your calendar for the next TSM Saturday (5pm - 7:30pm) on 4th November 2006 DSPACE DSPACE is an open source software package which provides the tools for management of digital assets

[twincling] JOB : Fw: Linux Experts Wanted..

2006-11-04 Thread Saifi
FYI. Please do your due diligence on the opportunity. thanks Saifi. ---Original Message--- From: Lijoe Chakiath [EMAIL PROTECTED] Subject: Linux Experts Wanted.. Sent: 04 Nov '06 18:10 Hi, My name is Lijoe Antony and I am a part of the Operations Management Group

[twincling] ethereal on FC5

2006-11-23 Thread Saifi
Hi Naveen: Here are the details of the ethereal and libpcap RPM versions installed on my machine. libpcap-0.9.4-2.1.2 ethereal-gnome-0.99.0-fc5.1 ethereal-0.99.0-fc5.1 Hope this helps. thanks Saifi.

Re: [twincling] Re: TSM - PERL Programming Language - Sat - 25th November - 5pm at CommVault

2006-11-23 Thread Saifi
of scripts that need to be written and also some packages. To keep up with the latest packages and developments, please take a look at http://www.perl.com/ Hope this gets you started. thanks Saifi.

[twincling] OT : Patent Absurdity : LSI Logic patents double linked list

2006-11-24 Thread Saifi
? HeapSort ? thanks Saifi.

Re: [twincling] Re: installing ubuntu package

2006-11-25 Thread Saifi
name at http://packages.ubuntu.com/dapper/ 2. update the package list #apt-get update 3. install the package #apt-get install xcdroast The package and the attendant dependencies will be installed. Hope this helps. thanks Saifi.

[twincling] OT : Book Recommendation : Mavericks at Work

2006-11-26 Thread Saifi
innovation, the only way to stand out from the crowd is to stand for something truly original. Take a look at http://www.mavericksatwork.com/thebook/ and http://www.mavericksatwork.com/pdf/manifesto_for_mavericks.pdf An insightful book that is a pleasure to read ! regards Saifi.

Re: [twincling] Regarding the T.S.M

2006-11-27 Thread Saifi
From: srinivas raj [EMAIL PROTECTED] Subject: [twincling] Regarding the T.S.M Sent: 27 Nov '06 10:34 Hi Saifi, It would be better if you post the summary of the T.S.M and the events that took place. It can be even the presentation slides. This would be very helpful

Re: [twincling] Regarding the T.S.M

2006-11-27 Thread Saifi
From: srinivas raj [EMAIL PROTECTED] Subject: Re: [twincling] Regarding the T.S.M Sent: 27 Nov '06 16:04 Hi Saifi, It would be better to explain in brief about the happenings at the TSM meet apart from the presentation slides. May be you or any of the people who have

Re: [twincling] Linux FAQs

2006-11-28 Thread Saifi
Yaghmour Take a look at http://www.linuxdevices.com/news/NS8381559981.html Hope this helps. thanks Saifi.

Re: [twincling] Linux Kernel FAQs

2006-11-28 Thread Saifi
/faqs/linux/faq/part6/ Hope this hels. thanks Saifi.

[twincling] Does KDE use xorg.conf ?

2006-11-29 Thread Saifi
xorg.conf file at all ? b. how does one specify the monitor settings in KDE ? I am a KDE newbie and so far I had used GNOME only. Any suggestions in this regard will be greatly appreciated. thanks Saifi.

[twincling] persistent connections to proxy

2006-11-30 Thread Saifi
Hi all: I am trying to configure Konqueror to connect via proxy. It shows an option - 'Use Persistent Connections to Proxy'. What does it mean ? Is it something like KEEP_ALIVE ? I am keen to know what is the benefit for the user. thanks Saifi.

Re: [twincling] persistent connections to proxy

2006-11-30 Thread Saifi
From: Satish Vellanki [EMAIL PROTECTED] Subject: Re: [twincling] persistent connections to proxy Sent: 01 Dec '06 01:04 - Original Message From: Saifi [EMAIL PROTECTED] To: twincling@yahoogroups.com Sent: Thursday, November 30, 2006 2:47:44 AM Subject: [twincling

[twincling] Corkscrew - tool for tunneling SSH through HTTP proxy

2006-12-01 Thread Saifi
the package please visit http://www.agroman.net/corkscrew/ thanks Saifi.

Re: [twincling] Corkscrew - tool for tunneling SSH through HTTP proxy

2006-12-01 Thread Saifi
From: Saifi [EMAIL PROTECTED] Subject: [twincling] Corkscrew - tool for tunneling SSH through HTTP proxy Sent: 01 Dec '06 14:26 Hi all: Found this very interesting tool called 'Corkscrew' ! Can't use SSH on the standard port 22? Need to tunnel through a proxy server? Do

Re: [twincling] Firefox 2.0 Keeps on Crashing.

2006-12-01 Thread Saifi
up start using it normally. When you encounter a crash, please post the crash dump as seen in terminal Look forward to your reply ! Thanks once again for sharing the link for books. thanks Saifi.

[twincling] Multimedia packages on Ubuntu

2006-12-03 Thread Saifi
. thanks Saifi.

[twincling] del.icio.us buttons for konqueror ?

2006-12-03 Thread Saifi
site. Anybody knows ? thanks Saifi.

Re: [twincling] Mark your calendar today - Linux Top20

2006-12-06 Thread Saifi
, only healthy and light weight snacks will be served :-) thanks Saifi. From: Satish Vellanki [EMAIL PROTECTED] Subject: Re: [twincling] Mark your calendar today - Linux Top20 Sent: 05 Dec '06 23:57 The menu looks awesome, I will miss this lunch! -- Satish Vellanki http

[twincling] Kword freezes on opening a .doc file

2006-12-07 Thread Saifi
Hi: I am opening a very simple (graphics and table free) .doc file of 50Kb in KWord and it freezes up ! There are no crashes and there is no format error ! I am using KWord 1.5.2 which is part of KDE 3.5.4. Does anybody know what could be missing ? Is there a work around ? thanks Saifi.

Re: [twincling] [Commercial] Share Your views with LINUX For You

2006-12-12 Thread Saifi
. Belkin, Realtek, Trolltech etc. have shown the road ahead ! --- thanks Saifi.

[twincling] struct definition query

2006-12-12 Thread Saifi
Hi: What is the difference between the struct definitions from a compiler perspective ? struct { u_short a:1; u_short k:1; u_short q:1; } flags; and struct flags { u_short a:1; u_short k:1; u_short q:1; }; Thanks in advance. thanks Saifi.

[twincling] OT : Creativity and Web 2.0 makes it possible

2006-12-12 Thread Saifi
. Take a look at http://dochuyen.pbwiki.com/Tetris Have a creative day ! thanks Saifi.

Re: [twincling] how to run .dat files

2006-12-18 Thread Saifi
the command, 'mplayer dvd://1' For more details and hacks, Abrar is the right person. thanks Saifi.

[twincling] Naveen's mail incorrectly edited by me.

2006-12-21 Thread Saifi
so much time re-phrasing Hameed's mail, that approve button got hit twice. thanks Saifi.

Re: [twincling] Squid Proxy Reference Documents required

2006-12-28 Thread Saifi
Saifi.

[twincling] multiple tags in vim

2007-02-07 Thread Saifi
Hi all: How does one use multiple tags in vim editor ? I have two codebases to work with and their tags files are located as follows - /home/saifi/cb1/tags /home/saifi/cb2/tags Currently in .vimrc file, I have defined set tags=/home/saifi/cb1/tags Now while working with the codebase1, I

[twincling] numlock status changes on Screen navigation

2007-02-07 Thread Saifi
Hi all: When I navigate from Screen1 to Screen2 in X window, the numlock status is forgotten. ie. if Numlock was on, then in Screen1 it is off Is this expected behaviour ? or Is there a work around ? Thanks in advance. thanks Saifi. TWINCLING Society http://www.twincling.org/

[twincling] a lesson in scripting

2007-02-19 Thread Saifi
! The article is available at http://tejasconsulting.com/stqe/a_lesson_in_scripting.pdf thanks Saifi.

[twincling] chunkfs

2007-02-19 Thread Saifi
preserving normal file system semantics. Take a look at the complete paper at - http://infohost.nmt.edu/~val/review/chunkfs.pdf thanks Saifi.

Re: [twincling] Kernel Stack Doubt

2007-02-19 Thread Saifi
-security.cn/ebooks/ulk3-html/0596005652/understandlk-CHP-2-SECT-3.html This will provide a good idea about address ranges and mappings. thanks Saifi.

[twincling] Re: website running apache web server

2007-02-08 Thread Saifi Khan
Location: http://www.coolhost77.com/ Connection: close Content-Type: text/html; charset=iso-8859-1 Connection closed by foreign host. - Hope this helps. thanks Saifi.

[twincling] Re: Rescue CD

2007-02-08 Thread Saifi Khan
. Please note that you need to mention the device name and not the partition name ! Hope this helps. thanks Saifi.

[twincling] key mapping in vim

2007-02-08 Thread Saifi Khan
On Thu, 8 Feb 2007, Anoob backer wrote: check http://ctags.sourceforge.net/faq.html#15 for your case from command mode of vim...try :set tags= /home/saifi/cb1/tags,/home/saifi/cb2/tags bekz Hi Anoob: Thanks for posting the link. While reading the FAQ, I came across the vim key

[twincling] RTLinux, RTAI, and VRTXsa comparison paper

2007-02-21 Thread Saifi Khan
predictability. RTLinux is the least variable and RTAI the most efficient. The complete paper is available at - http://www.linuxdevices.com/files/misc/rtos_comparison_EN.pdf thanks Saifi.

[twincling] OT: Motherboard repair info

2007-02-22 Thread Saifi Khan
Hi all: Does any one know of any shop / establishment that provides motherboard repair facilities ? Please share contact information. thanks Saifi.

[twincling] web widget design

2007-02-26 Thread Saifi Khan
-finitemach2/?ca=dnw-807 thanks Saifi.

[twincling] what's XML really good for ?

2007-02-26 Thread Saifi Khan
.1, a comparison is available at http://people.dsv.su.se/~jpalme/abook/asn-1-xml-compare.pdf thanks Saifi.

Re: [twincling] Re: X manager

2007-02-27 Thread Saifi Khan
product. http://www.hummingbird.com/products/nc/exceed/index.html Let me know if this answers your query. thanks Saifi.

Re: [twincling] Re: tainting in perl

2007-02-27 Thread Saifi Khan
appreciate the useful device that 'taint' mode is ! Hope this helps. thanks Saifi.

[twincling] LyX

2007-02-27 Thread Saifi Khan
-the-Multi-Platform-Document-Editor The project website with the latest binaries and screen shots is available at http://www.lyx.org/ Go ahead and explore the editor environment. thanks Saifi.

[twincling] Groovy

2007-02-28 Thread Saifi Khan
) } } new Greeter('world').salute() Using Groovy from the command line: groovy -e println 'Hello ' + args[0] World For more details or to learn the language take a look at - http://groovy.codehaus.org/ thanks Saifi.

[twincling] How open is Open ?

2007-02-28 Thread Saifi Khan
://radar.oreilly.com/archives/2007/02/is_open_source_1.html He also discusses Vyatta and EnterpriseDB business models. Overall a great reading for all Open Source enthusiasts ! thanks Saifi.

[twincling] running GIMP on Windows

2007-03-05 Thread Saifi Khan
experience about the same. Thanks in advance. thanks Saifi.

[twincling] FW: A Survey on Defect Management Practices in Open Source Software

2007-03-07 Thread Saifi Khan
participate in the survey. thanks Saifi Khan. TWINCLING Society http://www.twincling.org/ freedom of innovation

[twincling] Sage : a feed reader for firefox

2007-03-08 Thread Saifi Khan
can directly install by clicking the link below. http://releases.mozilla.org/pub/mozilla.org/extensions/sage/sage-1.3.10-fx.xpi Overall, a very good product. thanks Saifi.

Re: [twincling] ifconfig eth0 at Linux Networking !

2007-03-08 Thread Saifi Khan
Hi all: I would like to add that there would be hands on interesting technical problem solving for the audience to do as well. eg. working with addresses routing rules applications etc. thanks Saifi.

Re: [twincling] Files not saved onto FAT32 partition

2007-03-11 Thread Saifi Khan
specific to FAT32 here ? thanks Saifi.

[twincling] 25-pin vs 9-pin null modem

2007-03-12 Thread Saifi Khan
would the extra pins entail. It is understandable if one needs to connect to the printer, but for serial line debugging ? Can somebody throw light on this ? thanks Saifi.

Re: [twincling] Files not saved onto FAT32 partition

2007-03-13 Thread Saifi Khan
needs to be set so that the users can access it. Hope this helps. thanks Saifi.

[twincling] OT: LinuxPersonas

2007-03-19 Thread Saifi Khan
://www.linuxpersonas.com/ thanks Saifi.

[twincling] ACM International Programming questions

2007-03-19 Thread Saifi Khan
set is available at http://icpc.baylor.edu/icpc/Finals/2007WorldFinalProblemSet.pdf Just to get an idea where the real programming talent is available take a look at the list of finalists at http://icpc.baylor.edu/icpc/Finals/scoreboard/Final/ Have a nice day ! thanks Saifi.

Re: [twincling] Difference between SMP Kernel and a normal Kernel

2007-03-20 Thread Saifi Khan
/pdxpc297_log.txt Q. How to check the various 'logical' processor characteristics ? A. cat /proc/cpuinfo (for Linux) Hope this helps. thanks Saifi.

[twincling] poll() vs select() sys call

2007-03-20 Thread Saifi Khan
to Linux kernel env, the FreeBSD had another implementation, called 'kqueue' ! Hope this helps. thanks Saifi.

Re: [twincling] Re: CCNA or RHCE

2007-03-20 Thread Saifi Khan
From: mohammed hameed [EMAIL PROTECTED] Subject: [twincling] Re: CCNA or RHCE Sent: 20 Mar '07 17:15 Hi Saifi,how r u i need ur help cn u tell which certification is good for networking RHCE or CCNA pls tell me iam waiting for ur reply. Hameed. Hi Hameed: CCNA is starting

Re: [twincling] GRUB Problem

2007-03-22 Thread Saifi Khan
? Bhasker Raj You need to install GRUB on the MBR (master boot record) ! Use Fedora Rescue CD and install grub using the grub-install command. thanks Saifi.

Re: [twincling] GRUB Problem

2007-03-22 Thread Saifi Khan
assuming hda as your partition with Linux. reboot -Amit Amit, you are absolutely right ! Bhaskar has 2 HDD on his system. Perhaps, the following command will work better /sbin/grub-install /dev/hda thanks Saifi.

[twincling] Security in Open versus Closed Systems paper

2007-03-22 Thread Saifi Khan
papers presented, please take a look at http://idei.fr/activity.php?r=1898 Have a nice day ! thanks Saifi.

[twincling] Open Source Business Models

2007-03-22 Thread Saifi Khan
Have a nice day ! thanks Saifi.

[twincling] PHP 5.2 new features

2007-03-24 Thread Saifi Khan
/developerworks/library/os-php-v521/index.html Part 2 http://www-128.ibm.com/developerworks/opensource/library/os-php-v522/?ca=dnw-812 Have a great weekend ! thanks Saifi.

[twincling] how to specify online repository for Yum

2007-03-24 Thread Saifi Khan
. Appreciate if somebody could share info on Yum. Thanks in advance. thanks Saifi.

Re: [twincling] Puppy Linux in Virtual PC 2007 - network problem

2007-03-26 Thread Saifi Khan
(HSSI and SSI). Could you please post 1. relevant extract of the '/bin/lspci -vv' command ? 2. extract of the 'dmesg' command wherein ethernet controller is detected. With the above info, we can start taking a closer look ! thanks Saifi.

Re: [twincling] Puppy Linux in Virtual PC 2007 - network problem

2007-03-26 Thread Saifi Khan
From: Ravi Kumar Tenneti [EMAIL PROTECTED] Subject: Re: [twincling] Puppy Linux in Virtual PC 2007 - network problem Sent: 26 Mar '07 21:23 Dear Saifi, Thanks for the reply. I know why it is giving LMC module loaded by PuppyLinux as I am using Sierra Air Card

Re: [twincling] Puppy Linux in Virtual PC 2007 - network problem

2007-03-27 Thread Saifi Khan
will try setting up by tomorrow, review the pics and get back to you. thanks Saifi.

  1   2   3   4   5   6   7   8   >