Hi Senthil ,
Thanks for your help. I will try and let you know! Cheers Naren --- On Tue, 6/17/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Subject: ilugc Digest, Vol 49, Issue 48 To: [email protected] Date: Tuesday, June 17, 2008, 4:29 PM Send ilugc mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://www.ae.iitm.ac.in/mailman/listinfo/ilugc or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of ilugc digest..."Today's Topics: 1. Re: ubuntu cd package (sivaji j.g) 2. Re: [OT] - photo /pic /jpeg related problem - GIMP can help? (Raja Subramanian) 3. [JOB OFFER] PHP/MySQL Developers Required for exciting ?Social Networking Platforms? (balakumar Muthu) 4. Re: Reg Subversion download for Hardy Ubuntu 8.04 LTS Linux distro (Senthil Kumaran S) 5. Re: Release of the Open Movie, Big Buck Bunny (Arun Tejasvi Chaganty) 6. Re: One Day One GNU/Linux Command (CHMOD) (Mehul Ved) 7. Re: One Day One GNU/Linux Command (CHMOD) (Arun Tejasvi Chaganty) 8. Re: [OT] - photo /pic /jpeg related problem - GIMP can help? (Natarajan V)On Tue, Jun 17, 2008 at 11:15 AM, Bharath Kumar <[EMAIL PROTECTED]> wrote: > Dear Sir, > > I need Ubuntu CD package to install the distro in my home PC and to learn > the fundamentals of Linux. Ifyou have the distro, I will install it in my > system, copy it in another CD and give back the original CD to you. Can > anybody lend me the CD package ? http://chennailug.org/wiki/?title=CDs_for_Grab > > > -- Thanks a lot ----------------------------------------- http://ubuntuslave.blogspot.com/On Tue, Jun 17, 2008 at 11:48 AM, Bharathi Subramanian <[EMAIL PROTECTED]> wrote: > May be. When I bought my camera from camera city. It came with a (used > and problematic) 1GB Free card. After a download OR 4 or 5 power off > and on, it will show zero photo in the card. Beware of counterfeit cards. I worked with SanDisk on a few projects some time ago and their major concern was counterfeit cards sold in gray markets. Google "sandisk counterfeit" for more information. Btw, try Googling for "cisco counterfeit", that seems more lucrative ;-) - RajaDear All, We are currently looking for a PHP/MySQL Developers for our just released exciting 'Social Networking Platforms' called http://SweetCircles.com and http://LoveLogger.com . Desired Profile: Must be a Cool, Creative and Hard Code PHP/MySQL Developers with passion and good understanding in Open Source Technologies, Web 2.0 Concepts with a minimum of 1-2 years of experience and must be loving FUN. No. of Openings: 3 Location: Chennai Pay: As par the Industry standard Education: can be BE, MCA or any Graduate [actually degree doesn't matter much]. Interested candidates please do send in your resume to: [EMAIL PROTECTED] or [EMAIL PROTECTED] Thanks Balakumar Muthu http://i5bala.comOn Tue, Jun 17, 2008 at 11:00 AM, narendra babu <[EMAIL PROTECTED]> wrote: > When I was trying to Install in my Ubuntu system , it is throwing dependency errors . > > So it will be great help if i can get all the dependencies in a single package for subversion, > > COuld any body knows the URL where i can download whole of subversion package at one go . If you want to compile subversion from source you will require the subversion source tar ball along with the subversion deps tar ball. Have a look at the following link http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&expandFolder=74 which provides you with the latest stable subversion 1.4 release with the source code and dependencies. I recommend the following to you: http://subversion.tigris.org/downloads/subversion-1.4.6.tar.gz http://subversion.tigris.org/downloads/subversion-deps-1.4.6.tar.gz You can refer http://svn.collab.net/repos/svn/trunk/INSTALL for installation instructions. -- Senthil Kumaran S http://www.stylesen.org/Has everyone also seen Elephant's dream? It's technically the first open movie, and is also about that short. It's a bit too vague IMHO. BBB is a good movie, with a meaningful (if disturbing) story, and good production quality as well. -- Arun Tejasvi Chaganty (vimzard) GNOME GSoC Student Blog: http://arunchaganty.wordpress.comOn Tue Jun 17, 2008 at 09:58:22AM +0530, Bharathi Subramanian wrote: > Ext: > 3 (2+1) wx Write and eXecute > 5 (4+1) rx Read and eXecute > 6 (4+2) rw Read and eXecute > 7 (4+2+1) rwx Read, Write and eXecute Small typo here, it should read as:- Ext: 3 (2+1) wx Write and eXecute 5 (4+1) rx Read and eXecute 6 (4+2) rw Read and Write 7 (4+2+1) rwx Read, Write and eXecute just in case someone got confused -- If you care, you just get disappointed all the time. If you don't care nothing matters so you are never upset. -- CalvinOn Tue, 2008-06-17 at 09:58 +0530, Bharathi Subramanian wrote: > One Day One GNU/Linux Command > ============================= I think some mention should be made about the 'other' modes, namely the sticky bit and the setuid bit. chmod +t dir - Set the sticky bit for a directory. -t is to remove the same chmod [u,g]+s file - Set the setuid bit for a file. -s is to remove the same. Note that all the above examples (Bharathi's) with mode numbers like 755, were implicitly 0755. If you use 1755 or 2755, you activate the sticky bit or the setuid bit respectively. 3755 activates both. The sticky bit allows only the owner to remove the file, though access is allowed as per the remaining permissions. I've only seen it used on the /tmp directory, and a few other places where it shouldn't have been :-P. The setuid (or guid) bit allows the program to run under a different user (or group). Ex: -rwsr-xr-x 1 root root 22904 Apr 27 2003 /bin/su when su is run (by anyone), it has the same access rights as the root user. (as seend by the s instead of an x). HTH -- Arun Tejasvi Chaganty (vimzard) GNOME GSoC Student Blog: http://arunchaganty.wordpress.comOn Tue, Jun 17, 2008 at 1:19 AM, carti <[EMAIL PROTECTED]> wrote: > I tried different ways. But it did not work. Reason: The Flash memory card > it got corrupted I guess. The card shows empty(without any files). But the > files got copied to my laptop. I suspect the all-in-one-memory card > reader which I mentioned. Reminds me of my PC at home. I suspect a problem with my motherboard. I have so far lost - 2 SD Cards, 2 bluetooth dongles, a webcam and an all in one card reader. -- Natarajan._______________________________________________ ilugc mailing list [email protected] http://www.ae.iitm.ac.in/mailman/listinfo/ilugc _______________________________________________ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
