[Ilugc] [Tip] Create a single PDF from multiple images with ImageMagick

2010-10-12 Thread Tha.Suresh
Create a single PDF from multiple images with ImageMagick

$ convert *.jpg output.pdf

 Given some images (jpg or other supported formats) in input, you
obtain a single PDF file with an image for every page.

Ex:

a...@arul-desktop:~$ convert *.jpg output.pdf
The program 'convert' can be found in the following packages:
 * imagemagick
 * graphicsmagick-imagemagick-compat
Try: sudo apt-get install 
a...@arul-desktop:~$  sudo apt-get install  imagemagick
[sudo] password for arul:
Reading package lists... Done

-- 
Regards,
Tha.Suresh
http://thasulinux.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [ilugc]webserver responds slowly ?

2010-10-12 Thread JITHIN K
On Thu, Sep 23, 2010 at 10:58 AM, ashwin kesavan wrote:

> On 23 September 2010 10:01, JITHIN K  wrote:
> > Hi Raja,
> >
> > Yes i upgraded to 1.2.3. Still the same issue .  FYI all my website has
> the
> > same issue. So i think that issue with my apache. Please help to solve
> the
> > issue.
>
> Please send the httpd.conf and its included conf files to better
> troubleshoot the problem. Normally httpd is not to blame , but your
> network infrastructure might be mis-configured or choked. Send the
> access log and error log also.
>
> --ashwin K.
> ___
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
>


Hi Ashwin,

I can not send the httpd conf  and included config file to the mailing list.
It bounce back  :(


Here more information.

 If i restart the apache service then website will be fast. After some time
again it comes slow. Any idea ?

Regards

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


[Ilugc] how to use two monitors in fedora

2010-10-12 Thread Kenneth Gonsalves
hi,

I have set up two monitors - and configured them side by side - but all
the display is appearing only on one monitor - how to put some display
on the other one (the idea is that when doing some tutorial, I can have
the tutorial on one monitor and do my work on the other one.
-- 
regards
KG
http://lawgon.livejournal.com

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


Re: [ilugc]webserver responds slowly ?

2010-10-12 Thread Kenneth Gonsalves
On Wed, 2010-10-13 at 10:48 +0530, JITHIN K wrote:
> I can not send the httpd conf  and included config file to the mailing
> list.
> It bounce back  :( 

http://dpaste.com
-- 
regards
KG
http://lawgon.livejournal.com

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


Re: [Ilugc] how to use two monitors in fedora

2010-10-12 Thread Kenneth Gonsalves
On Wed, 2010-10-13 at 10:57 +0530, Kenneth Gonsalves wrote:
> I have set up two monitors - and configured them side by side - but
> all
> the display is appearing only on one monitor - how to put some display
> on the other one (the idea is that when doing some tutorial, I can
> have
> the tutorial on one monitor and do my work on the other one. 

solved - just need to drag the app to the other monitor - wt.
-- 
regards
KG
http://lawgon.livejournal.com

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


Re: [Ilugc] [Tip] Create a single PDF from multiple images with ImageMagick

2010-10-12 Thread openbala
On Wed, Oct 13, 2010 at 9:25 AM, Tha.Suresh  wrote:
> Create a single PDF from multiple images with ImageMagick
>
> $ convert *.jpg output.pdf
>
>  Given some images (jpg or other supported formats) in input, you
> obtain a single PDF file with an image for every page.
>


One more way of viewing multiple jpg files in a pdf reader (evince,
okular) is to zip all the jpgs and change the extension name from .zip
to .cbz

*cbz stands for comic book archive. (To view image files of a comic
book in a document reader)

p.s.: The output file is not a pdf.
p.s.2.: Not all pdf readers like Adobe Acrobat support .cbz format
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Minutes of October Month Meet

2010-10-12 Thread mohanraj velusamy
Sir,

I am new to linux .can u pl give me want the command syntax for scp command

1.i want to copy dirs/folder between two (ip's)systems .
2. from host
3.to host
4.Remote host

pl provide the same

thanking u

regards

mohanraj.v
member ILUG
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [ilugc]webserver responds slowly ?

2010-10-12 Thread JITHIN K
Hi,

 Thank you very much Kenneth Gonsalves.

Please see my  Mantis.conf and
apache.conf


Jithin K


On Wed, Oct 13, 2010 at 11:29 AM, Kenneth Gonsalves
wrote:

> On Wed, 2010-10-13 at 10:48 +0530, JITHIN K wrote:
> > I can not send the httpd conf  and included config file to the mailing
> > list.
> > It bounce back  :(
>
> http://dpaste.com
> --
> regards
> KG
> http://lawgon.livejournal.com
>
> ___
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
>
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Minutes of October Month Meet

2010-10-12 Thread Marikkannan Rajagopal
please refer the following link for *"SCP" *copying files and directory.



http://www.lesbell.com.au/Home.nsf/b8ec57204f60dfcb4a2568c60014ed0f/04eaff076bce249dca256fb6007f53e5?OpenDocument






-- 
R.Marikkannan
Linux System Admin
SoftSolution4U
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] ubuntu 10.10 is released

2010-10-12 Thread Yogesh Girikumar
2010/10/13 Tha.Suresh 

>
> 1.New File System :
> The  new Ubuntu  have the next-generation BTRFS filesystem could be
> the default filesystem for Maverick
>

No there's no BTRFS at all. The default is EXT4


> 2.Guayadeque Music player :
> more info visit
>
> http://linuxtree.blogspot.com/2010/06/how-toinstall-guayadeque-music-player.html
>

This is not there either.


> 4.ShotWell to be default Image App :
> Shotwell is going to be default Image Application in ubuntu 10.10 .
>

yes

> 5.Ubuntu Software Center Gets A History Tab.
>
> yes


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


Re: [Ilugc] Announcing wiki for ilugc

2010-10-12 Thread Narendra Sisodiya
On Tue, Oct 12, 2010 at 11:15 AM, Kenneth Gonsalves
wrote:

> On Tue, 2010-10-12 at 10:30 +0530, Narendra Sisodiya wrote:
> > +1 for WYSIWYG editor.
> > not everyone like wikipedia syntax.
>
> 1. do not top post
> 2. wikis use wiki syntax - learn to live with it. And newbies can
> experiment on the LUG wiki where we can help them out so that later they
> can contribute to other wikis without making fools of themselves.
>

Sorry, it happened because I was using HTML mode of gmail.
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Malware detection

2010-10-12 Thread Vivek Rajagopalan

Eknath Venkataramani wrote:

Do any of you people have experience in malware detection methods? Like in
terms of Kernel object analysis?

  

Yes, but whats the context ? A job ? Looking to reverse engineer a binary ?

If you are just looking to get into this field, a mastery over Windows 
internals is what separates the men from the boys.






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


Re: [Ilugc] Some of my views

2010-10-12 Thread Joe Steeve
On 10/12/2010 09:15 AM, Kenneth Gonsalves wrote:
>> I heard about NRC-FOSS which is funded by central government. They
>> have to support colleges. But I dont know now they are working r not?

I hope they are not expecting NRC-FOSS to setup labs for them for free.

-- 
.o. I'm a Free man. I use Free Software.
..o
ooo http://www.joesteeve.org/



signature.asc
Description: OpenPGP digital signature
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Fwd: [PLUG] Debian packaging session - Thursday 9 pm IST at #debian-in on irc.oftc.net

2010-10-12 Thread Shrinivasan T
-- Forwarded message --
From: Praveen A 
Date: Mon, Oct 11, 2010 at 3:53 PM
Subject: [PLUG] Debian packaging session - Thursday 9 pm IST at
#debian-in on irc.oftc.net
To: debianin...@yahoogroups.com, Debian-IN Team

Cc: Pune GNU/Linux Users Group Mailing List ,
FSUGoP , cofsug ,
in.m...@lists.debconf.org


Hi,

We are continuing our online packaging sessions from this Thursday.
Every one is invited. Those who are interested to attend please start
reading "new maintainers' guide". The whole session will be based on
that. We will split the session to two - one for people who attended
mini debconf (#debian-in-mentors) and another for those who are new
(#debian-in). Hoping to see some mentors to help me out as well.

For those who are familiar with packaging, it will be a work out
session where you can get real time help with your packages. For new
people we start with an example package.

Thanks
Praveen

PS: Share this announcement in other foss lists
--
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
You have to keep reminding your government that you don't get your
rights from them; you give them permission to rule, only so long as
they follow the rules: laws and constitution.

___
Pune GNU/Linux Users Group Mailing List


-- 
Regards,
T.Shrinivasan


My Life with GNU/Linux : http://goinggnu.wordpress.com
Free/Open Source Jobs : http://fossjobs.in
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: Re: [Ilugc] Announcing wiki for ilugc

2010-10-12 Thread YOGANANDAM GOTETI
>> But at the same time I know of a lot of socalledweb designers who do not 
>> know html, or css, and only know how to dragand drop in dreamweaver  that is 
>> not the 'nix way  one must know thebasics in order that one is not a slave 
>> to the software tool. And LUGmust show the way. I agree with KG on this 
>> one/GY regardsKGhttp://lawgon.livejournal.comILUGC Mailing 
>> List:http://www.ae.iitm.ac.in/mailman/listinfo/ilugcGet Yourself a cool, 
>> short @in.com Email ID now!
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Announcing wiki for ilugc

2010-10-12 Thread balachandar muruganantham
>
> This is not an acceptable argument. It is like saying web uses HTML - live 
> with it -don't use frameworks, cms, wiki's.

At ILUGC, we discourage people using HTML mails. we favour plain text
as they display the same way everywhere i guess.

> Posting content is more important, so anything which can help in this like 
> WYSIWYG must be encouraged.

I wanted to stress on this. Posting content is more important. WYSIWYG
- dont play much role is posting content. are we planning to post RICH
content? i guess plain text would give enough information which we
have been doing in the past. You do not need a wiki for this.

- balachandar muruganantham
எனது தமிழ் பக்கங்கள் - http://www.balachandar.net/pakkangal
950 INR/Pa;1 GB; 10 GB bw/mo; unlimited domains; LAMP support, Ruby on
Rails, MySQL; cPanel - http://www.vazhangi.com
.in domains @ 99 INR - http://domains.vazhangi.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Announcing wiki for ilugc

2010-10-12 Thread balachandar muruganantham
>
> This is not an acceptable argument. It is like saying web uses HTML - live 
> with it -don't use frameworks, cms, wiki's.

At ILUGC, we discourage people using HTML mails. we favour plain text
as they display the same way everywhere i guess.

> Posting content is more important, so anything which can help in this like 
> WYSIWYG must be encouraged.

I wanted to stress on this. Posting content is more important. WYSIWYG
- dont play much role is posting content. are we planning to post RICH
content? i guess plain text would give enough information which we
have been doing in the past. You do not need a wiki for this.

- balachandar muruganantham
எனது தமிழ் பக்கங்கள் - http://www.balachandar.net/pakkangal
950 INR/Pa;1 GB; 10 GB bw/mo; unlimited domains; LAMP support, Ruby on
Rails, MySQL; cPanel - http://www.vazhangi.com
.in domains @ 99 INR - http://domains.vazhangi.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Some of my views

2010-10-12 Thread Kenneth Gonsalves
On Tue, 2010-10-12 at 13:04 +0530, Joe Steeve wrote:
> On 10/12/2010 09:15 AM, Kenneth Gonsalves wrote:
> >> I heard about NRC-FOSS which is funded by central government. They
> >> have to support colleges. But I dont know now they are working r
> not?
> 
> I hope they are not expecting NRC-FOSS to setup labs for them for
> free. 

basker is there - on a shoe string budget he is doing more than NRC-FOSS
has been able to do with all the central government crores! (and do not
take this as a criticism of NRC-FOSS - govt/univ bodies are constrained,
motivated individuals can do much more. All we can do is give initial
seeds.
-- 
regards
KG
http://lawgon.livejournal.com

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


Re: [Ilugc] Announcing wiki for ilugc

2010-10-12 Thread Raman.P
--- On Tue, 12/10/10, balachandar muruganantham  wrote:

> At ILUGC, we discourage people using HTML mails. we favour
> plain text
> as they display the same way everywhere i guess.
> 
> > Posting content is more important, so anything which
> can help in this like WYSIWYG must be encouraged.
> 
> I wanted to stress on this. Posting content is more
> important. WYSIWYG
> - dont play much role is posting content. are we planning
> to post RICH
> content? i guess plain text would give enough information
> which we
> have been doing in the past. You do not need a wiki for
> this.
1.It is not necessary to have RICH content, but a WYSIWYG editor does help in 
posting quickly, as compared with wiki-editor. 

2.We need wiki because we need many people to add content. Plain text or plain 
html only sites doesn't help in collaborative content. Only some part of 
website requires wiki. Main pages still need not be on wiki.

3.WYSIWYG editors are safely and easily integrated with other wiki/cms like 
foswiki,twiki,wordpress,plone etc. Should not it be easy with mediawiki also?

Raman.P
blog:http://ramanchennai.wordpress.com/



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


Re: [Ilugc] Announcing wiki for ilugc

2010-10-12 Thread Kenneth Gonsalves
On Tue, 2010-10-12 at 14:57 +0530, Raman.P wrote:
> 3.WYSIWYG editors are safely and easily integrated with other wiki/cms
> like foswiki,twiki,wordpress,plone etc. Should not it be easy with
> mediawiki also?

increases likelyhood of the wiki getting cracked
-- 
regards
KG
http://lawgon.livejournal.com

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


[Ilugc] Reg : Linux distro for

2010-10-12 Thread Venu Yacha
Hi,

I want to install Linux distro which comes with lot of multimedia
applications and best user interface for multimedia applications.
Could you please suggest me which one to install on my desktop machine.

Regards,
Venu
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


RE: [Ilugc] Reg : Linux distro for

2010-10-12 Thread Arun Prakash

Hey Venu ,

I recommend you use 

LinuxMint (Debian ) 

Omega ( Redhat )

These two distros come with default multimedia support .ie., with all plugins .

Try this .

Regards,

Arun Prakash

[ arunprak...@fedoraproject.org ]  













> Date: Tue, 12 Oct 2010 17:30:48 +0530
> From: venu.ac...@gmail.com
> To: ilugc@ae.iitm.ac.in
> Subject: [Ilugc] Reg : Linux distro for
> 
> Hi,
> 
> I want to install Linux distro which comes with lot of multimedia
> applications and best user interface for multimedia applications.
> Could you please suggest me which one to install on my desktop machine.
> 
> Regards,
> Venu
> ___
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
  
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Some of my views

2010-10-12 Thread Baskar Selvaraj
Hi,

I am new to this group.


Nice to see college admins joining and expressing their views in ILUGC.


> I am working in a engineering college from 2000
> onwards as a admin. I tried to implement linux from 2005 onwards. But at
> the
> time lot of difficulties i faced from the staff side.
>
> Which college ?

S. Baskar
CEO/LinuXpert Systems
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Some of my views

2010-10-12 Thread Baskar Selvaraj
> As per the AICTE norms engineering colleges may use open source

> > software.
>


> > But the AICTE committee people not aware about open source.
>
> not true - this year in Coimbatore AICTE gave recognition to one college
> which had pure foss in it's lab
>

It's Suguna Spark Business School, Kallipalayam, Coimbatore (Now, I am here
in the college to complete the full foss lab setup)

Also, 3 months back I was here during AICTE inspection and AICTE committee
people are aware about open source and also accepted, and they did not
insist on any proprietary software/os.  (Kenneth helped through NRC-FOSS by
providing a letter to the college regarding this FOSS implementation)

Regards

S. Baskar
CEO/LinuXpert Systems
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] [x-post] Fwd: Django Linky

2010-10-12 Thread Venkatraman S
Why django suckserr...rules

http://djangocon.blip.tv/file/4112452/
http://www.eflorenzano.com/blog/post/object-lesson-how-respond-criticism/

-V-
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] MTS Mblaze internet connection problem in Ubuntu

2010-10-12 Thread Yogesh Girikumar
On Saturday 19 June 2010 03:47 PM, Chandan Prasad Gupta wrote:
> yep I am connected... thanks you all...
> :) :)
>
> Cheers,
> Chandan
>
> On Sat, Jun 19, 2010 at 3:43 PM, Shrinivasan T wrote:
>   
Hi,

I thought it would be pertinent to state my problem in this thread since
I have a problem with MTS too.

When I insert the device in the USB, it does not show up on the device
manager always. It's pretty random. Sometimes it shows up, sometimes it
doesn't. And when I do wvdial, it gets connected most of the time. But
almost always, the connection is very unstable, it gets disconnected
automatically. Not often and not regular. Seems like it gets
disconnected at random times.

When the device gets disconnected, the ttyUSB0 file under /dev/ also
disappears. Sometimes, when I try to connect it throws up gibberish on
the terminal.

Also, one peculiar problem is when browsing, the connections are also
very flaky. Not slow, but flaky. I have to refresh the page twice or
thrice to get it loading. Infact some times the page does not load at
all and gives a "page not found" error. After frantically hitting F5
like 5 times, it gets loaded.

Torrents are fast. No problems. Hits, 200KBps. I'm confused.

I use Firefox4 Beta 6 and Chromium browsers.

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


Re: [Ilugc] ubuntu 10.10 is released

2010-10-12 Thread Yogesh Girikumar
On Monday 11 October 2010 01:01 AM, Shrinivasan T wrote:
> Ubuntu 10.10 Maverick Meerkat is released.
>
> Download at http://www.ubuntu.com
>
>   
It was a childish move to pre-pone the release to 10-10-10. :)

I don't see much of changes to the release, except for a  few fonts,
Eucalyptus upgrades and colour schemes. Can you please tell me or point
me to a page where I can find a list of changes?

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


[Ilugc] Linux Certification - Wikibook

2010-10-12 Thread Yogesh Girikumar
Hi,

Just thought someone would like to know.

There is a very good WikiBook on Linux Certification here:
http://en.wikipedia.org/wiki/Wikibooks:*LPI*_Linux_*Certification*

Hope someone finds this useful.

Yogesh.

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


Re: [Ilugc] ubuntu 10.10 is released

2010-10-12 Thread Tha.Suresh
 Can you please tell me

New ubuntu have some new futures.

1.New File System :
The  new Ubuntu  have the next-generation BTRFS filesystem could be
the default filesystem for Maverick
2.Guayadeque Music player :
more info visit
http://linuxtree.blogspot.com/2010/06/how-toinstall-guayadeque-music-player.html
3.Banshee may get full Ipod/Iphone support:
Guayadeque is a Music Player with the aims to be easy to use and fast
even for huge music collections.Its developed in C++ to make it as
faster as possible.
4.ShotWell to be default Image App :
Shotwell is going to be default Image Application in ubuntu 10.10 . It
is going to replace F-spot . Shotwell is an open source photo
organizer designed for the GNOME desktop environment.
5.Ubuntu Software Center Gets A History Tab.
I think its going to act like Add/remove programs in windows .



> or point
> me to a page where I can find a list of changes?
>
http://www.webupd8.org/2010/10/ubuntu-1010-maverick-meerkat-has-been.html

--
Regards,
Tha.Suresh

Kanchi Linux User Group Rocks 
http://kanchilug.wordpress.com

My experiences with Linux are here,
http://thasulinux.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc