Re: [Ilugc] Tips of the day (Controlling login abilities)

2010-01-18 Thread Saravanan S
On Tue, Jan 19, 2010 at 11:00 AM, Kenneth Gonsalves wrote: > On Tuesday 19 Jan 2010 12:16:53 am Saravanan S wrote: > > Controlling login abilities should means controlling the user accounts. > > > > Soorry, typographical err. ;) > when you reply to a post, please refrain from top posting. This i

Re: [Ilugc] Tips of the day (Controlling login abilities)

2010-01-18 Thread Kenneth Gonsalves
On Tuesday 19 Jan 2010 12:16:53 am Saravanan S wrote: > Controlling login abilities should means controlling the user accounts. > when you reply to a post, please refrain from top posting. This is against list guidelines. If you do not know what are the list guidelines kindly let us know. -- r

Re: [Ilugc] when wil software freedom day conducted this year in anna university

2010-01-18 Thread Bharathi Subramanian
On 7:14am, kiran kumar wrote: 1. Learn to write proper and short subject text. For example, "Software Freedom Day 2010?" will be an opt subject line for this mail. 2. Don't use SMS language in the list. > can any one tell when wil the software freedom day wil conduct > in anna university SFD

[Ilugc] Announce: Linux Desktop Testing Project (LDTP) 2.0.1 released

2010-01-18 Thread Nagappan Alagappan
Hello all, LDTPv2 a complete rewrite of LDTPv1 in Python. This release is dedicated to Eitan Isaacson[1]. Eitan wrote the LDTPv2 framework and important API's in LDTPv2 ! My co-workers in VMware Ranjith Murugan, Gaurav Sharma and Anupa Kamath, did a wonderful job in verifying the compatibility of

[Ilugc] one-application-oneday (PhpMyAdmin)

2010-01-18 Thread Dhastha Gheer
Application:PhpMyAdmin What it is: phpMyAdmin is an open source tool written in PHP intended to handle the administration of MySQL over the World Wide Web. It can perform various tasks such as creating, modifying or deleting databases, tables, fields or rows; executing SQL statements; or managing

[Ilugc] when wil software freedom day conducted this year in anna university

2010-01-18 Thread kiran kumar
can any one tell when wil the software freedom day wil conduct in anna university ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Re: [ilugc]College mini-project topics

2010-01-18 Thread Saravanan S
Drupal is a CMS that has great capabilities, it has a friendly learning curve that will keep students engaged. http://buytaert.net/drupal-learning-curve Saravanan Sundaramoorthy Red Hat Certified Engineer +91 99404 32545 ___ ILUGC Mailing List: http:/

Re: [Ilugc] Tips of the day (Controlling login abilities)

2010-01-18 Thread Saravanan S
Controlling login abilities should means controlling the user accounts. To restrict a user from logging in, LOCK it passwd -l It will still show Login incorrect ;) to unlock it, passwd -u Please provide a RELEVANT Subject / Title. Saravanan Sundaramoorthy Red Hat Certified Engineer +91 99

Re: [Ilugc] Need Open Source Applications-OS Customization

2010-01-18 Thread Saravanan S
On Mon, Jan 18, 2010 at 10:20 PM, Kannan wrote: > > Many of them want the softwares by defaultly. > They don't want to spend 20 Gb space for setup the local repository. That's > only we are planned for doing this. > > Dear Kannan, you are confused (if im not ;) ), You don't need to setup the loca

Re: [Ilugc] Need Open Source Applications-OS Customization

2010-01-18 Thread Kannan
> > >I have already given / setup the complete Fedora-11 for i386 repository > (near 13,000+ packages). Many of them want the softwares by defaultly. They don't want to spend 20 Gb space for setup the local repository. That's only we are planned for doing this. -- With regards, Kannan

[ilugc]College mini-project topics

2010-01-18 Thread sky knight
Hi, We are having mini-projects this semester, I like to take this opportunity to makeas many students as possible to do open source projects. Please suggest _simple_ projects. There are students who were completely new to this platform and also they donthave much Idea about any other, grown by `

[Ilugc] Fwd: [OWASP-Bangalore] Pre-nullcon Hacking challenge (Win Free Pass + 2 nights stay at the venue)

2010-01-18 Thread Codeshepherd
Begin forwarded message: From: nullcon Date: January 18, 2010 16:07:15 GMT+05:30 To: owasp-ahmeda...@lists.owasp.org, owasp- bangal...@lists.owasp.org, owasp-chen...@lists.owasp.org, owasp-de...@lists.owasp.org , owasp-hydera...@lists.owasp.org, owasp-ker...@lists.owasp.org, owasp-kolk...@li

Re: [Ilugc] Making Firefox update extensions _after_ starting

2010-01-18 Thread Roshan George
On Mon, 2010-01-18 at 20:00 +0530, steve wrote: > Hi Roshan, > Well, i don't have access to a system with Firefox 3.0 but on FF 3.5 I see an > option in "Edit->Preferences->Advanced->Update" (a check-box that selects > 'Installed Add-ons" > > Or you could type about:config in your location bar a

Re: [Ilugc] Tips of the day (Controlling login abilities)

2010-01-18 Thread Codeshepherd
What is the difference between non-login and no login? Regards Deepan Chakravarthy +91 9945702482 Sent from codeshepherd's iPhone On Jan 18, 2010, at 21:07, Vishnu Raj wrote: Controlling login abilities If you want the user to have full telnet/ftp/etc access, use a real shell in /etc/pas

[Ilugc] [JOB] FOSS Certification Manager, i...@innovation Africa

2010-01-18 Thread Bharathi Subramanian
JOB : FOSS Certification Manager for the project i...@innovation TERM: Initial contract from 15/2/2010-31/12/2010, renewable Last DATE OF APPLICATION: January 20th, 2010 RESPONSIBILITIES Plan and implement the i...@innovation programme activities on FOSS certification and achieve the i...@innovat

[Ilugc] Tips of the day (Controlling login abilities)

2010-01-18 Thread Vishnu Raj
Controlling login abilities If you want the user to have full telnet/ftp/etc access, use a real shell in /etc/passwd (as in /bin/bash) Non-login access can be set by using /bin/true (because /bin/true is in /etc/shells) No login and no FTP access by setting the shell as /bin/false (because /bin/

Re: [Ilugc] Making Firefox update extensions _after_ starting

2010-01-18 Thread steve
Hi Roshan, On 01/18/2010 07:38 PM, Roshan George wrote: Hello, everyone, It annoys me greatly for Firefox to display that Update Extensions screen when all I want to do is get on the web and check my email. Is it possible for me to disable this and have it simply update in the background after

[Ilugc] Making Firefox update extensions _after_ starting

2010-01-18 Thread Roshan George
Hello, everyone, It annoys me greatly for Firefox to display that Update Extensions screen when all I want to do is get on the web and check my email. Is it possible for me to disable this and have it simply update in the background after I start (I know this is possible because this is how it fun

Re: [Ilugc] Interview questions for linux administrator

2010-01-18 Thread subhojit ojha
> >>2. Is name based virtual host supports SSL? > > >>3. If yes, then how. > Hi all, I hope this link can clarify all of our doubts.. http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-httpd-secure-server.html#s2-secureserver-generatingkey

Re: [Ilugc] Interview questions for linux administrator

2010-01-18 Thread Kenneth Gonsalves
On Monday 18 Jan 2010 12:30:53 pm balachandar muruganantham wrote: > > possible true - I have only one https along with a bunch of http virtual > > sites. the https listens on 443 - so if I add another one on 443 would it > > work? > > it practice, it cannot work. > i think you should read the lin

Re: [Ilugc] Need Open Source Applications-OS Customization

2010-01-18 Thread LinuXpert Academy
>In our college most of the departments(Non IT,CSE) using the >proprietary softwares only.So we are plan to customize the Ubuntu OS >in application level. > >I need the names of the packages that are related to >Civil,Mechanical,Electronics,Electrical & related to engineering. >Is all packages rela

Re: [Ilugc] Interview questions for linux administrator

2010-01-18 Thread Sreekanth B
hi On Sun, Jan 17, 2010 at 8:38 AM, Karanbir Singh wrote: > On 01/16/2010 05:46 AM, Raja Subramanian wrote: > >> 2. Is name based virtual host supports SSL? >>> >> > Yes, on the server end - there are some caveats as to how and which > browsers support it. > > > 3. If yes, then how. >>> >> > if