[Ilugc] OAOD (k3d)

2010-03-07 Thread Dhastha Gheer
Application: k3d

What it is:

K-3D is a free 3D modeling and animation software. Despite its name it
is not a KDE application. It features a plugin-oriented procedural
engine for all of its content.

Features:

 K-3D supports polygonal modeling, and includes basic tools for NURBS,
patches, curves and animation.

To know more about:

http://www.k-3d.org/

To install:

sudo apt-get install k3d


-- 
 நன்றி ,

 தஸ்தகீர்.அ

 Kanchi Linux User Group Rocks !

 http://kanchilug.wordpress.com

 My Works on Linux

 http://dowithlinux.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Help needed :where to download file or folder locking software for Linux

2010-03-07 Thread rajkumar vbalakrishnasamy
Hi all,
 I need software to lock file or folder in linux  or i need any file
or folder locking shell scripts or command for my project so that file could
not be accessed by the users.
-- 
राजकुमार

follow me
http://twitter.com/krisrajkumar
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] class path setting in ubuntu

2010-03-07 Thread Ashok Gautham
On Tue, Mar 2, 2010 at 9:59 PM, Sri Balaji Web Hosting
rajirangan2...@gmail.com wrote:
 Hi,
 I have a ubuntu installed in my system . i have to set the class path for
 external jar files. Java is also installed. Any one can help me regarding
 this
You can just put it in .bash_profile if you do not have sudo access

---
Ashok `ScriptDevil` Gautham
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Help needed :where to download file or folder locking software for Linux

2010-03-07 Thread Girish Venkatachalam
On Mon, Mar 8, 2010 at 9:44 AM, rajkumar vbalakrishnasamy
rajkumar.l...@gmail.com wrote:
 Hi all,
         I need software to lock file or folder in linux  or i need any file
 or folder locking shell scripts or command for my project so that file could
 not be accessed by the users.

There is no locking.

Only blocking access to read the folder/file.

chmod u-r foo

will block folder foo from access to user under which this command is run.

If you want to block access to file/folder to everyone other than the user
who created the folder, you can do this.

$ chmod go-rwx foo

Read up on chmod. If you want advanced features then chattr.

If you want to learn about locking you can read flock and lockf but it
has nothing to
do with your question.

-Girish

-- 
Gayatri Hitech
web: http://gayatri-hitech.com

SpamCheetah Spam filter:
http://spam-cheetah.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc