Re: [ilugd] No page on wikipedia on Raj Mathur

2013-04-13 Thread Amar Akshat
>
>Just one question, When you see no page on Mr. Raj Mathur on Wikipedia, Why
>don't create a one page
>

Point !
You would find enough references on the Web for Raj, and that would make
your Wiki entry stronger !

ありがとうございます/शुक्रिया/Thank you,

Amar.Akshat@[gmail.com, me.com, Skype]

*"Modern technology.. Owes ecology.. An apology, so think before you Print
this email"*


On Sun, Apr 14, 2013 at 2:36 PM, kuldeep kamboj wrote:

> Just one question, When you see no page on Mr. Raj Mathur on Wikipedia, Why
> don't create a one page and then inform the community to share his thoughts
> / information on wikipedia about him. After all that is all wikipedia
> exists.
>
>
>
> On Sat, Apr 13, 2013 at 11:50 PM, Linux Lingam  >wrote:
>
> > On Fri, Apr 12, 2013 at 3:36 AM, Balwinder S Dheeman  > >wrote:
> >
> > > On 04/12/2013 01:04 AM, Linux Lingam wrote:
> > > > though his name does show up in some searches on wikipedia.
> > >
> > > See Gora Mohanty's article on Raj "oldmonk" Mathur
> > > http://buckycat.wordpress.com/2012/12/25/a-last-waltz-with-oldmonk/
> >
> >
> > thanks. have seen and read it,
> > but buckycat.wordpress.com <> wikipedia.
> >
> > regards
> > n
> >
> > >
> > >
> > > --
> > > Balwinder S 'bdheeman' Dheeman
> > > (http://werc.homelinux.net/contact/)
> > >
> > > "GNU/Linux, developed by volunteers, is much better, but it's not
> > > the best as yet. Do you too work on making a difference?"
> > >
> > >
> > > ___
> > > Ilugd mailing list
> > > Ilugd@lists.linux-delhi.org
> > > http://frodo.hserus.net/mailman/listinfo/ilugd
> > >
> >
> >
> >
> > --
> > niyam bhushan
> > ___
> > Ilugd mailing list
> > Ilugd@lists.linux-delhi.org
> > http://frodo.hserus.net/mailman/listinfo/ilugd
> >
>
>
>
> --
>
> ♫ "You take the blue pill, the story ends, you wake up in your bed and
> believe whatever you want to believe. You take the red pill, you stay in
> Wonderland, and I show you how deep the rabbit hole goes."
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
>
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] M.Sc. CS-FOSS online distance education programme

2013-03-20 Thread Amar Akshat
I think you should mention in the subject that this email is of 
commercial/academic interest.

Amar

On 20-03-2013, at 5:45 अपराह्न, Srinivasan Sundararajan  
wrote:

> hi all,
> you might be aware (thru earlier mails sent by Ramadoss) that Anna
> University is offering M.Sc. (CS-FOSS) 4-semester programme thru distance
> education mode.
> The lectures are delivered in online mode on saturdays/sundays and the
> programme is coordinated through AU-KBC Research Centre, MIT Campus,
> Chromepet, Anna University Chennai.
> 
> You can get details about the course curriculum at the "M.Sc. (CS-FOSS)"
> links the following url : http://au-kbc.org/
> 
> Primary Target group : working/non-working persons who have completed B.Sc.
> Maths/Physics/Comp Science. (though B.E. students have also joined the
> programme).
> 
> Course duration : at least 4 semesters, but the students (especially the
> working persons) are advised to not to take the full load of 5 subjects per
> semester, but spread it over 6 plus semesters.
> 
> So far about 100 plus students have registered and attended two batches of
> this programme. The third batch is about to begin by end April 2013 and the
> registration is likely to close by 2nd week of April.
> 
> I would appreciate if you could spread the word about the programme so that
> students across the country could check it out. For further details,
> contact me  or Prof C N Krishnan 
> or Mr. Senthil Anand (senth...@au-kbc.org> at AU-KBC
> 
> I am sure FOSS community members will have many
> queries/comments/suggestions regarding this programme and alternative modes
> of drawing students into FOSS. We could discuss in the group mail or you
> could catch me at my personal gmail id.
> 
> A half-day seminar is being organized at AU-KBC on 27th March (10.00 A.M to
> 1:00 P.M.). Those interested, especially in and around Chennai could attend
> the same -- preferably pre-register by contacting AU-KBC.
> [Since the Arts & Science Colleges in TN are closed, you could help out by
> forwarding this mail to your acquaintances -- students/staff/alumni-mail
> groups or give me the contact info so that I could reach out to them.]
> 
> thanks and best wishes
> Srinivasan
> 
> Dr. S. Srinivasan
> Cell: 94443 02439
> 
> Shrini/Raman/Arun Khan/Shakthi/Dr. Gora/Mr. Mani:
> would be grateful if  you could forward this msg to other LUG groups.
> thanks, Srinivasan.
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd

___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Critical System state: when only bash utilities work.

2013-02-04 Thread Amar Akshat
Anoop - I like your script, basically I came up with some sort of script
like this, which basically let me know the cmdline and then process.
However, 32000 is an enormous number and to analyze them is literally the
scariest duty of a system admin.

Wish all the developers in this world wrote good code. !!


On Mon, Feb 4, 2013 at 2:47 PM, Tavish Naruka wrote:

>
>
>
> On Sat, Feb 2, 2013 at 8:49 PM, Amar Akshat  wrote:
>
>> Hi,
>>
>> Other day I was writing a small pro-active system monitoring script in
>> Ruby, and I forgot to close my IO pipe for pgrep command, every time I
>> checked my system status.
>> So after a day, there were more than 32,000 zombie pgrep processes. I
>> could
>> only run bash commands and nothing else.
>>
>
>
> kill is a bash builtin, so you can kill a process whose pid you could get
> from /proc/ bash completion and issue a killall immediately after it and
> hope that a fork works. maybe try a few times.
>
> --
> Regards
> Tavish Naruka
>



-- 


Thank you...

*Amar Akshat (アマール)*

 *"Walking on water and developing software from a specification are easy
if both are frozen."*
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Critical System state: when only bash utilities work.

2013-02-02 Thread Amar Akshat
Chirag,

I understand your point of pkill, but I don't think you got my question.
Basically, my system runs into a state, where all you can run are the bash
commands, like echo, cat etc.
Any system command like ps won't execute, perhaps because the system can't
find resources to execute them and it will exit saying : cannot fork();
:wq




On Sun, Feb 3, 2013 at 1:16 AM, Chirag Anand  wrote:

> On 2 February 2013 20:49, Amar Akshat  wrote:
> > Hi,
> >
> > Other day I was writing a small pro-active system monitoring script in
> > Ruby, and I forgot to close my IO pipe for pgrep command, every time I
> > checked my system status.
> > So after a day, there were more than 32,000 zombie pgrep processes. I
> could
> > only run bash commands and nothing else.
> >
> > I could only find out number of processes due to bash-completion in
> /proc/
> > directory.
> > So I had to reboot my system.
> >
> > However my concern is, in a case like this, is there a way we could,
> find,
> > kill the processes by just using bash utilities.? I tried Googling it,
> and
> > found a couple of answers, but I am sure you would have run into such
> > situations before.
>
> Hi Akshat, in such situations, I generally recommend using pkill
> (perhaps with -9), and _patience_ to kill all the instances of that
> particular process. It may not get triggered instantaneously but
> definitely does the job. You might want to keep doing it until you
> have killed the source which is forking every second. 'ps aux | grep '
> also comes in handy, but again takes some time, but gives you a sense
> of how many processes are left to kill.
>
> I have faced similar situations as these, where I have managed without
> a reboot. The thing which you would want to keep in mind is if there
> are other users using the process, make sure you are not killing
> those, and watch out for the critical ones (for example ssh, network
> etc. services).
>
>
> --
> Chirag Anand
> http://atvariance.in
>



-- 


Thank you...

*Amar Akshat (アマール)*

 *"Walking on water and developing software from a specification are easy
if both are frozen."*
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] Critical System state: when only bash utilities work.

2013-02-02 Thread Amar Akshat
Hi,

Other day I was writing a small pro-active system monitoring script in
Ruby, and I forgot to close my IO pipe for pgrep command, every time I
checked my system status.
So after a day, there were more than 32,000 zombie pgrep processes. I could
only run bash commands and nothing else.

I could only find out number of processes due to bash-completion in /proc/
directory.
So I had to reboot my system.

However my concern is, in a case like this, is there a way we could, find,
kill the processes by just using bash utilities.? I tried Googling it, and
found a couple of answers, but I am sure you would have run into such
situations before.

-- 


Thank you...

*Amar Akshat (アマール)*

 *"Walking on water and developing software from a specification are easy
if both are frozen."*
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] [LUG@IITD:16837] another question about GIT

2013-01-30 Thread Amar Akshat
Nalin,

Somethings I wish to point out after extensive usage of GIT and I will
change the terminology a bit, by referring to folders as directories.
So for example if you have a folder $HOME/sample_repo, and you do,

vim x (write "Hello")
vim y (write "World")

you do
git add -A
and then you do
git commit -a -m "Sample commit 1"

Then you do

mkdir abc
git mv x abc/x
git mv y abc/y

git add -A
git commit -a -m "Sample commit 2"

Few things.


   - git diff, git show etc are not stored in git, they are generated when
   you execute the command. So essentially, currently git show HEAD will tell
   you in last commit you deleted the file x (which included deleting the line
   "Hello")and created a new file with content "Hello", same for y. Git diff,
   doesn't have a file x in parent dir in this commit to find diff.
   - Git doesn't store commits, it stores a snapshot. So for example if you
   have 100 files and you make 100 commits, git stores 10,000 files (in a
   compressed manner).
   - Commits are never lost, and if you have checked out another branch and
   can't see some commit, you can always do a git reflog.

As Shakthi said, if you tell us your complete scenario, we might suggest
something. I personally follow the following structure in my repo
directories.

$HOME/git_repo_co
.git
src/
extlib/
release/
etc/
notes/
Install
Makefile

Where release is git-ignored, and I spit my binaries into release/bin/

All source files are tracked int src/
May be this helps.


On Wed, Jan 30, 2013 at 8:38 PM, Shakthi Kannan wrote:

> Hi,
>
> --- On Wed, Jan 30, 2013 at 3:05 PM, Nalin Savara 
> wrote:
> | Hence ; if my files were in:
> | /sdkpath/samples/helloWorld
> |
> | only the folder "helloWorld" I made into git repos-- and repeatedly
> |
> | Now; I want to make changes to the parent tree also-- and commit the
> entire
> | parent tree to a GIT main repository-- eg: bitbucket.
> \--
>
> Firstly, you need to stop thinking in terms of files and folders.
>
> Git doesn't track folders, but, content changes. Give us the big
> picture. What is your workflow like, and why do you want to keep
> moving the folders?
>
> SK
>
> --
> Shakthi Kannan
> http://www.shakthimaan.com
>
> _______
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
>



-- 


Thank you...

*Amar Akshat (アマール)*

 *"Walking on water and developing software from a specification are easy
if both are frozen."*
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Please post this !

2012-12-22 Thread Amar Akshat
Mahesh,
With no offence to anyone, probably you did not go through the complete
email chain, because if you had, you would have found out that I had
suggested Pawan to try and install Linux.

Amar


On Sat, Dec 22, 2012 at 11:55 PM, Mahesh T. Pai  wrote:

>
> (Cutting out everything - I am replying to all the replies here).
>
> This list sux. Sorry to tell you guys this in your face; but let us
> call a spade a spade.
>
> Here is one guy who wants to get some reading material on how to learn
> swi^W^W^W linux in 2 days.
>
> None of us (please note the inclusive) told him to spend 20 minutes
> in-a-poo^W^W^W installing a free OS somewhere. He would have covered
> a quarter of the learning curve.
>
> At least, he came to the right place, no??
>
> 
>
> PS:- Three years and they gave no exposure to the best OS in the
>  world?? I am happy I do not own Wipro shares.  :-D
>
>
> --
> Mahesh T. Pai   ||
> It's not the software that's free; it's you.
>
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
>



-- 


Thank you...

*Amar Akshat (アマール)*

 *"Walking on water and developing software from a specification are easy
if both are frozen."*
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Please post this !

2012-12-20 Thread Amar Akshat
I 'd say, one day, or one decade, nothing is enough to master Linux.
Having said that,
You could read about,

General knowledge base.

   - What is Open Source Software ?
   - GNU - what is ?
   - How does GPL work ?
   - What is Unix and What is Linux ?
   - The interesting story behind the origin of Linux

Linux knowledge base.

   - Types of File systems in Linux.
   - The basic directory hierarchy and relevance of each directory, for
   example /proc/, /root, /home, /var, /etc
   - File permissions. What is read, write and execute., type of files.
   - Shells - Bash, KSH
   - If possible try installing a Redhat/Ubuntu from a CD/DVD into your
   machine, learn about GRUB or LILO, SWAP file system.
   - Read about Unix Sockets.
   - Try some basic commands, ls, ln, chmod, chown. etc.
   - Detecting/Playing with external devices. Importance of dmesg command.
   - ALSA/PULSEAUDIO - basic knowledge
   - GCC
   - How to use aliases in BASH.
   - Try writing a few BASH scripts.

Additionally, Google for some Linux interview questions.

Pawan, since you have not mentioned Linux in your resume, they should not
ask you questions of an expert level. If they know that you have declared
that you have ZERO knowledge about Linux, and still they called you despite
knowledge of Linux being a requirement, means your resume exhibits that you
have quick learning capabilities. Mostly in jobs with vibrant companies,
you are required to learn things and work on them with a very less ramp up
time.

Best,
Amar


On Fri, Dec 21, 2012 at 1:28 AM, Pawan Kumar  wrote:

> Guys,
> Thanks for the reply.
> I am certainly aware that I can't learn Linux in 2 days.What i meant is
> that atleast I shud be able to answer basic linux qns.
> And lemme know that I have not mentioned in my resume about Linux.Its just
> that rqmt is such that they want a resource with some linux knowledge.
> Thats why i sought your help.
> Hope,I hv cleared all your doubts,please do help me to learn basics of
> linux,...just to clear intv.
>
>
> On Thu, Dec 20, 2012 at 6:05 PM, Raakesh kumar 
> wrote:
>
> > [...]
> > On Thu, Dec 20, 2012 at 4:34 PM, Pawan Kumar 
> > wrote:
> >
> > > Hi Everyone,
> > > I am working with Wipro,3+ exp as perl developer and i hv to attend
> > Oracle
> > > intv on Monday.They are expecting me to have Linux knowledge
> also.Please
> > > help me with an useful source of intv ques which I can prepare in 2
> days.
> > >
> > [/...]
> > I am not willing to hurt you personally but even after having 3+ years of
> > experience you are asking to learn an operating system in 2 days while it
> > takes years to learn it properly. But in your case what i can understand
> is
> > since Oracle is an anti-FOSS company they wont ask you any core technical
> > question in that but general use like development, setting environments
> for
> > development etc and that largely depends upon the profile you have
> applied
> > for and it seems that you have provided wrong information in your resume.
> >
> >
> > --
> > Regards
> > RAKESH KUMAR
> > http://raakeshkumar.wordpress.com
> >  ___
> > Ilugd mailing list
> > Ilugd@lists.linux-delhi.org
> > http://frodo.hserus.net/mailman/listinfo/ilugd
> >
>
>
>
> --
> Regards,
>
> Pawan Kumar
> New Delhi
> koomarpa...@gmail.com
> 91-9540172939
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
>



-- 


Thank you...

*Amar Akshat (アマール)*

 *"Walking on water and developing software from a specification are easy
if both are frozen."*
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Shocking and Sad news.

2012-12-12 Thread Amar Akshat
राज माथुर.. His emails in ilugd were outstanding with a hindi name..

Amar


On 13-Dec-2012, at 7:56 AM, Vikas Rawal  wrote:

> Shocked!
> 
> Vikas
> 
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd

___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] i7 Laptops with Ubuntu

2012-09-21 Thread Amar Akshat
Yeah, but when you live in countryside, freelancing quietly, ordering from
Amazon after reading the Asus zenbook Ubuntu page is the only option you
have. Anyway, a vm on Windows looks like the best option in the short run,
will keep you updated on my findings.

On Friday, September 21, 2012, V. Sasi Kumar wrote:

> On Fri, 2012-09-21 at 09:10 +0530, Anuvrat Parashar wrote:
> > On Fri, Sep 21, 2012 at 8:21 AM, Amar Akshat 
> > >
> wrote:
> >
> > > Hello,
> > >
> > > I recently purchased this Asus Zenbook, i7, which comes with Windows,
> and
> > > then I installed Ubuntu (12.04) on it.
> > >
> > > And since then I am busy fixing so many unsupported hardware things,
> > >
> > > Any thoughts ?? Any experiences ?
> > >
> I guess you forgot one of the basic principles of buying a computer for
> using with GNU/Linux. The first thing one has to do before buying is to
> scout around for hardware that is fully supported. One way would be to
> look for computers which have Linux pre-loaded, so that one knows that
> all the hardware will be supported. The other way would be to take a
> live distro with you either on a CD or a pen drive and test it before
> deciding to buy. If one just decides to buy a machine and then tries to
> make it run on any of the available distros, one might face such
> problems.
>
> Regards,
> Sasi
> --
> V. Sasi Kumar
> Free Software Foundation of India
> h uttp://swatantryam.blogspot.com
>
>

-- 


Thank you...

*Amar Akshat (アマール)*

 *"Walking on water and developing software from a specification are easy
if both are frozen."*
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] i7 Laptops with Ubuntu

2012-09-20 Thread Amar Akshat
Thats true actually, but what did help me were the scripts in the forums,
which allows me use my touch pad for right click .. as 2 finger tap. I was
wondering if you guys had access to any such scripts for power management.

On Fri, Sep 21, 2012 at 12:40 PM, Anuvrat Parashar wrote:

> On Fri, Sep 21, 2012 at 8:21 AM, Amar Akshat wrote:
>
>> Hello,
>>
>> I recently purchased this Asus Zenbook, i7, which comes with Windows, and
>> then I installed Ubuntu (12.04) on it.
>>
>> And since then I am busy fixing so many unsupported hardware things,
>>
>> Any thoughts ?? Any experiences ?
>> --
>>
>
> You are not alone. Experiencing problems with a relatively new hardware is
> very common, primarily because the drivers/specifications for components
> have not been released in the public domain and the dedicated contributers
> are busy developing drivers by reverse engineering existing ones.
>
> I had struggled with my Dell Studio 1450 for over six months before it
> started working like it should.
>
> Some will rant about conspiracy theories on MS coercing the hardware
> manufacturers to release the specifications to them and them alone thus
> ensuring a bigger hand in the desktop market share ... but for people like
> us ... who would stick to linux no matter what ... it seems like a really
> futile attempt by MS.
>
> Regards
>
> --
> Anuvrat Parashar
> http;//anuvrat.in
>
>
>


-- 


Thank you...

*Amar Akshat (アマール)*

 *"Walking on water and developing software from a specification are easy
if both are frozen."*
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] i7 Laptops with Ubuntu

2012-09-20 Thread Amar Akshat
Hello,

I recently purchased this Asus Zenbook, i7, which comes with Windows, and
then I installed Ubuntu (12.04) on it.

And since then I am busy fixing so many unsupported hardware things,
starting with, The Sentillic Touch pad. The right click of which
surprisingly doesn't work with Ubuntu (or Linux Kernel in general ???).

I remember the life on battery when fully charged was around 6-7 days, when
Windows was running, and with Ubuntu its like close to 2-3 days at max..
Although Ubuntu has been very kind to dedicate a page on their website (
https://help.ubuntu.com/community/AsusZenbook), still I am struggling to
make the full usage of my i7.

Any thoughts ?? Any experiences ?
-- 


Thank you...

*Amar Akshat (アマール)*

 *"Walking on water and developing software from a specification are easy
if both are frozen."*
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Generic Web based UI

2012-09-04 Thread Amar Akshat
Yes, good timing, there is already a discussion for a meetup going on,
under the subject,
"[ilugd] The Next Meetup"

Try scheduling it with  Anuvrat Parashar (anuv...@anuvrat.in), and put your
idea in his agenda list.

Tnx, Amar

On Wed, Sep 5, 2012 at 3:14 PM, Varun Mittal wrote:

> Hello everyone,
>I have an idea of implementing a generic web based UI which will harness
> the power of HTML5 and the new web technologies. I am trying to develop an
> API which will enable app developers to make simple applications that will
> inherently be cloud ready and share data amongst themselves. This
> application framework will run in some kind of sandboxes which will migrate
> over a cluster of computers and pool the resources of all computers in the
> cluster.
>
>   I have prepared a presentation. Lets meet sometime and form a team. I am
> in Delhi from 7th of September to 13th. We can have a detailed discussion
> after the presentation. Most of the companies are trying to replicate
> Google app engine. Maybe we can create the definition of cloud and
> integrate them with the cloud.
>
>   Please let me know the suitable time and place for the meet. I
> think coming weekend will be the best and we can meet at JNU campus.
> Looking forward to active participation. I am sorry for sending this invite
> on a short notice.
>
> --
> Varun Mittal
> varunmitta...@gmail.com
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
>



-- 


Thank you...

*Amar Akshat (アマール)*

 *"Walking on water and developing software from a specification are easy
if both are frozen."*
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Text to speech converter

2012-06-30 Thread Amar Akshat
One simple thing which would come into my mind is, to have a layer in
between your GUI and Audio converter which handles preview. So the GUI
takes the input, passes on to preview generator and once approved my
the user, the preview generator can pass the text to the Audio Engine.

However, is the audio dependent on the preview, because my
understanding of preview is that is is to confirm the formatting etc,
but the audio has nothing to do with textual formatting, so you can do
the 2 tasks in a parallel fashion, the GUI can display the textual
formatting for preview purposes and then GUI can use the api to
convert into audio files.

Thanks,

Amar.

On Sat, Jun 30, 2012 at 9:36 PM, Raakesh kumar  wrote:
> Hi,
> I am looking for a text to speech converter for my website with following
> features -
> 1 - User will input text and click for preview.
> 2 - Once confirmed that audio file can be downloaded.
> 3 - Different audio formats should be allowed.
> After googling, i found iSpeech converter but this API doesn't provide
> preview support as i experienced. jTalk plugin is also there but for that
> you need to submit your url, this means we can't test it on our local
> machine.
> Any help on this?
>
> --
> Thanks and Regards
> RAKESH KUMAR
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd



-- 

Thank you...

Amar Akshat (アマール)

 "Walking on water and developing software from a specification are
easy if both are frozen."

___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] ILUG-Delhi meeting next Fri., 6pm, June 22nd, SIT, JNU

2012-06-16 Thread Amar Akshat
-1 not in Delhi.
And sorry for the blank message. I accidently pressed the send button
without typing my message.

On Sunday, June 17, 2012, Amar Akshat wrote:

>
>
> On Sunday, June 17, 2012, Sudev Barar wrote:
>
>> On 16 June 2012 11:45, Gora Mohanty  wrote:
>> > We will be having an ILUG-Delhi meeting the coming Fri., 22nd June,
>> > as per the details below:
>>
>> -1
>>
>> My bad luck out of Delhi.
>>
>> --
>> Regards,
>> Sudev Barar
>>
>> Read for some chit chat http://blog.sudev.in for topics ranging from
>> here to there.
>>
>> PS: Reply using bottom / in-line posting. This makes email
>> conversations whole lot easier and meaningful. Snip out what is not
>> relevant. Adopt this and spread the message.
>>
>> ___
>> Ilugd mailing list
>> Ilugd@lists.linux-delhi.org
>> http://frodo.hserus.net/mailman/listinfo/ilugd
>>
>
>
> --
>
>
> Thank you...
>
> *Amar Akshat (アマール)*
>
>  *"Walking on water and developing software from a specification are easy
> if both are frozen."*
>
>

-- 


Thank you...

*Amar Akshat (アマール)*

 *"Walking on water and developing software from a specification are easy
if both are frozen."*
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] ILUG-Delhi meeting next Fri., 6pm, June 22nd, SIT, JNU

2012-06-16 Thread Amar Akshat
On Sunday, June 17, 2012, Sudev Barar wrote:

> On 16 June 2012 11:45, Gora Mohanty >
> wrote:
> > We will be having an ILUG-Delhi meeting the coming Fri., 22nd June,
> > as per the details below:
>
> -1
>
> My bad luck out of Delhi.
>
> --
> Regards,
> Sudev Barar
>
> Read for some chit chat http://blog.sudev.in for topics ranging from
> here to there.
>
> PS: Reply using bottom / in-line posting. This makes email
> conversations whole lot easier and meaningful. Snip out what is not
> relevant. Adopt this and spread the message.
>
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org 
> http://frodo.hserus.net/mailman/listinfo/ilugd
>


-- 


Thank you...

*Amar Akshat (アマール)*

 *"Walking on water and developing software from a specification are easy
if both are frozen."*
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] [Oracle Weblogic] Problems with weblogic

2012-01-24 Thread Amar Akshat
Start using JBOSS. Couldnt ever understand and debug Weblogic and WebSphere
problems. The only reason they are selling, is because of Support !

On Tue, Jan 24, 2012 at 6:08 PM, Gora Mohanty  wrote:

> On Tue, Jan 24, 2012 at 1:17 PM, rajkamal bhardwaj
>  wrote:
> > Hi all,
> >
> > My project is using Oracle weblogic server, but everytime I hit the url
> on
> > the browser I kkep getting this error message:
> >
> > Failure of Server apache bridge:
> >
> > I am new to oracle weblogic server, searched many site but all have vague
> > answers. Can anyone help me sorting out this problem?
>
> Well, this is hardly a list where questions on closed-source
> software like Oracle Weblogic are on topic. The likely advice
> you are going to get is to stop using Oracle Weblogic. You
> could ask more specific questions about the open-source
> components like Apache, but this question is not germane
> to this list.
>
> Regards,
> Gora
>
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
>



-- 


Thank you...

Amar Akshat

*"I am a C programmer. I do not program user interfaces unless they are
console based. I read from stdin and a I write to stdout."*
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] [A bit Off Topic] Dictionary Text File

2011-06-14 Thread Amar Akshat
/usr/share/dict/words - This would work, thanks I will put a filter to only
use words beyond proper length and would then do the stuff .

On Tue, Jun 14, 2011 at 6:17 PM, Sirtaj Singh Kang wrote:

>
> On 14-Jun-11, at 5:58 PM, Amar Akshat wrote:
>
>  Hello Folks,
>>
>> I am in the process of writing a Dictionary based Password Generator
>> Script.
>>
>> So it will, randomly select any word from dictionary, and it will tweak
>> random letters in the word. And a few more operations as per policy.
>>
>> I am using python. I need a file which would contain dictionary words
>> (without meaning). You can say i need a list of many words, they need not
>> be
>> in alphabetical order. Does any one know or have any such text file ?
>>
>
> On most unixy systems there is a file called /usr/share/dict/words (or
> /usr/dict/words). Alternatively, you could look on this sort of site:
>
>
> http://www.darknet.org.uk/2008/02/password-cracking-wordlists-and-tools-for-brute-forcing/
>
> ...but since the goal is to _generate_ passwords, then the ideal wordset is
> one with zero dictionary overlap with any of these lists. ;)
>
> -Taj.
>
> _______
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
>



-- 
Amar Akshat
Wells Fargo

"Real Programmers always confuse Christmas and Halloween because Oct31 ==
Dec25."
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] [A bit Off Topic] Dictionary Text File

2011-06-14 Thread Amar Akshat
Hello Folks,

I am in the process of writing a Dictionary based Password Generator Script.

So it will, randomly select any word from dictionary, and it will tweak
random letters in the word. And a few more operations as per policy.

I am using python. I need a file which would contain dictionary words
(without meaning). You can say i need a list of many words, they need not be
in alphabetical order. Does any one know or have any such text file ?

Thanks in Advance

-- 
Amar Akshat
Wells Fargo

"Real Programmers always confuse Christmas and Halloween because Oct31 ==
Dec25."
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Fork Bomb and User Limit: Some Serious Concerns.

2011-06-08 Thread Amar Akshat
Raj, Your approach is what I had in mind to distribute VMs to the interns.
However they are supposed to take care of deploys on Lower Environment, and
hence they some how obtain the root privilege. I guess I ll have to drive a
sanity check for this once !


2011/6/8 Gora Mohanty 

> 2011/6/8 Ashish SHUKLA :
> [...]
> >> So will any of these solutions work when the user is logged in as root?
> >
> >> In general, how are you going to prevent root from destroying your
> >> system?
>
In general I dont want to tweak any of the root privileges,  I still want
root to do anything under the Sun.

However Ankit's point is quite valid, fork bomb cam be prevented by setting
a limit on number of processes by any user! I think I am gonna try that
approach.

Our other systems using BoKS successfully are able to limit users from
executing certain commands. For example if I (as amarakshat) become root and
want to change other user's password (eg, rajmathur), it wont allow. However
In my department we do not have such software !


>
> > % getent passwd root
> > root:x:65535:65535:root:/root:/bin/sh
>
> I was going to suggest the L33T toor user, but had refrained.
>
> > Or, maybe SELinux :)
>
> Have never understood SELinux: Isn't there only one command:
>   setenforce 0
>
> Regards,
> Gora
>
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
>



-- 
Amar Akshat
Wells Fargo

"Real Programmers always confuse Christmas and Halloween because Oct31 ==
Dec25."
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] Fork Bomb and User Limit: Some Serious Concerns.

2011-06-07 Thread Amar Akshat
Hi All,

I have been lately disturbed by my fellow novice intern admins who have been
granted super user privileges. They are all trying the kiddish stuff and it
upsets the environment, and more over I am unable to hang around and see
what is happening and fix that.

Lately some of them have discovered "fork bomb", example

:(){ :|: & };:


and this works in my personal Ubuntu v-machines. I have figured out that if
run as root, this would keep on exhausting memory and system ultimately goes
down very slow.

Is there a way we can tweak the ulimit - user limit for all users.
http://www.linuxforums.org/forum/security/90836-user-limits-linux.html -
wasn't so helpful.

So typically in our environment, we all login as personal user (eg.
amarakshat) and then we do #sudo su - to become root. However root is still
logged in via a user, and if I can limit the user's memory, I can limit the
maximum memory this "FORK BOMB" can consume.

Any comments ?
-- 
Amar Akshat
Wells Fargo

"Real Programmers always confuse Christmas and Halloween because Oct31 ==
Dec25."
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Invitation to connect on LinkedIn

2011-06-01 Thread Amar Akshat
What an ironic email ID : Vinay Kumar Gupta - vkgalway...@gmail.com,

Always for us and still fakes his email ID in the forum :P !

Regards
Amar

On Wed, Jun 1, 2011 at 11:15 PM, Ravi Kumar  wrote:

> 2011/6/1 Raj Mathur (राज माथुर) 
>
> > On Wednesday 01 Jun 2011, Vivek Kapoor wrote:
> > > On 06/01/2011 05:41 PM, Prakhar Agarwal 
> > wrote:
> > > > Dude, it wouldn't hurt to check the "email-id" itself before
> > > > shooting off a mail to anyone. Your friend "Vinay" in your contact
> > > > list is saved as
> > > >
> > > > Vinay Kumar Gupta 
> > >
> > > Prakhar & Ravi - how did you get his name and email address? Also,
> > > what does this guy do? Is he an employer or a consultant - if you
> > > search the past archives for at=least a year or two, you'll only see
> > > mention of Vinay
> > >
> > > http://search.gmane.org/?query=invitation+to+connect+on+linkedin&auth
> > > or=&group=gmane.user-groups.linux.delhi&sort=relevance&DEFAULTOP=and&
> > > xP=Zinvit%09Zlinkedin&xFILTERS=Guser-groups.linux.delhi---A
> > >
> > >
> > > Maybe the users here aren't actually opening up their address books
> > > to linkedin. Almost all wanted to add Vinay for some reason. So,
> > > their addition to the hall of shame may need a review :-) Rather
> > > this Vinay is the culprit who would need to change his email
> > > address.
> >
> > If that were the case, the friends of this putative Vinay Gupta would be
> > able to tell us something about him, starting with his real e-mail ID.
> > Until then, I stick to adding names to the Wiki page.
> >
> >
> Vinay Kumar Gupta - vkgalway...@gmail.com
>
> Please don't ask where did I find it. I don't know him personally.
>
> Regards,
> >
> > -- Raj
> > --
> > Raj Mathurr...@kandalaya.org  http://kandalaya.org/
> >   GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
> > PsyTrance & Chill: http://schizoid.in/   ||   It is the mind that moves
> >
> > ___
> > Ilugd mailing list
> > Ilugd@lists.linux-delhi.org
> > http://frodo.hserus.net/mailman/listinfo/ilugd
> >
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
>



-- 
Amar Akshat
Wells Fargo

"Real Programmers always confuse Christmas and Halloween because Oct31 ==
Dec25."
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Invitation to connect on LinkedIn

2011-05-31 Thread Amar Akshat
Well to an extent I agree with your "Motivation" point.

Most of the time we get for LinkedIn, as far as I remember more than 10 so
far, so lets block any requests from mem...@linkedin.com.

2011/6/1 Raj Mathur (राज माथुर) 

> On Wednesday 01 Jun 2011, Amar Akshat wrote:
> > I support this, a policy can be put in place by the admins over this
> > DL. Putting the name in a webpage (like a box of shame) also kind of
> > discourages people to post in and join in.
>
> How exactly does putting your name on a page if you insist on giving
> your password away to an untrusted site prevent you from joining and
> participating in a technical mailing list?  The two are completely
> unrelated.
>
> Site/address blacklists don't work, since there are so many sites
> nowadays that ask you for your password it's impossible to keep track of
> them.  On the other hand, if someone's volunteering to make such a
> comprehensive blacklist AND maintain it on a regular basis, I'm sure the
> list admin(s) can be persuaded to use those.
>
> The Wiki page is not an official mailing list policy or an official
> ILUGD initiative.  It's a user initiative, and updated by users.  If
> your name is on that page and you don't want it there, all you need to
> do is sign up on the Wiki (it's free and automatic), edit the page and
> delete your name from there -- not exactly rocket science.
>
> Finally, I'd be glad if someone took on the task of educating every
> Internet user on how foolish and insecure it is to give your password
> away to any site that asks for it.  Until that is done, however, shame
> works as an excellent motivation to learn really fast.  Since that Wiki
> page was started, the number of offences on this mailing list has gone
> down by 64.729% (create your own statistics if you don't like mine :)
>
> Regards,
>
> -- Raj
> --
> Raj Mathurr...@kandalaya.org  http://kandalaya.org/
>   GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
> PsyTrance & Chill: http://schizoid.in/   ||   It is the mind that moves
>
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
>



-- 
Amar Akshat
Wells Fargo

"Real Programmers always confuse Christmas and Halloween because Oct31 ==
Dec25."
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Invitation to connect on LinkedIn

2011-05-31 Thread Amar Akshat
Correcto Ravi !

I support this, a policy can be put in place by the admins over this DL.
Putting the name in a webpage (like a box of shame) also kind of discourages
people to post in and join in.

Thanks and Regards
Amar

On Wed, Jun 1, 2011 at 2:30 AM, Ravi Kumar  wrote:

> On Tue, May 31, 2011 at 1:09 AM, Gora Mohanty  wrote:
>
> > On Mon, May 30, 2011 at 9:32 PM, Aman Thakur via LinkedIn
> >  wrote:
> > > LinkedIn
> > > 
> > >
> > >
> > >
> > >
> > >Aman Thakur requested to add you as a connection on LinkedIn:
> > [...]
> >
> > Always glad to oblige morons: Do not know where I would be
> > without the likes of you.
> >
> > Welcome to the newest entry in
> >
> >
> http://wiki.linux-delhi.org/cgi-bin/twiki/view/Main/DoNotTrustMeWithYourPersonalData
> >
> > Regards,
> > Gora
>
>
> Not quite a way to handle this problem. If the admin can spend some time
> configuring blacklists, it will save a lot of members from getting such
> mails. Clearly, the mail is sent from mem...@linkedin.com, and you can
> just
> add it to blacklist.  Rather than adding user and humiliating it. These
> sites, socials networks has so many places where a person fall in their
> trap
> out of curiosity. Then he learns. And what are you doing to them? Calling
> them MORON, and listing them in a page, like putting in box of shame. I
> also
> didn't like your idea of listing their email in a page, as they did some
> sort of mistakes. You are now hitting their privacy by listing their EMAIL
> without their permission in a open page, where spammers can collect these
> emails.
>
>
> > ___
> > Ilugd mailing list
> > Ilugd@lists.linux-delhi.org
> > http://frodo.hserus.net/mailman/listinfo/ilugd
> >
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
>



-- 
Amar Akshat
Wells Fargo

"Real Programmers always confuse Christmas and Halloween because Oct31 ==
Dec25."
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] KEYBOARD Problem

2011-01-24 Thread Amar Akshat
With Lenovo series laptops, i faced the same problem, but that was due
to moisture which creped through the pores in the keyboard. I used a
hair dryer and it started working fine. What basically happens is the
moisture sticks to the dust particles inside the keyboard, and it
forms a thick syrup kind of thing which somehow makes the laptop
behave weirdly !

Thanks and Regards

~A

On Tue, Jan 25, 2011 at 11:57 AM, Anil Seth  wrote:
> You may need to explain what is Windows 7 on this list.
>
> Anill
>
> On 25 January 2011 10:13, ashish gupta  wrote:
>> Hi All,
>>
>> My keyboard is not working properly from last couple of the days.I m have
>> lenovo Y500 series laptop with windows 7 . Without pressing function key(Fn)
>> its working as when i press fn key .and shift+ those key for capital latter
>> (ex I,O,P) is not working .
>> if any body know what should i have to do to overcome with this problem
>> .please let me know
>>
>> thanks
>>
>> --
>> *Regards *
>> *Ashish Kumar *
>> *mob No :9989273252*
>> ___
>> Ilugd mailing list
>> Ilugd@lists.linux-delhi.org
>> http://frodo.hserus.net/mailman/listinfo/ilugd
>>
>
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
>



-- 
Amar Akshat
Wells Fargo

"Real Programmers always confuse Christmas and Halloween because Oct31
== Dec25."

___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Hishsidyssudsysisusiwyaiwqiaq

2010-12-04 Thread Amar Akshat
This is an Ad I suppose ! iPod Ad !

On Sun, Dec 5, 2010 at 11:44 AM, Brahmaforces  wrote:
> Naveen:
>
> Have you been hacked?
>
> On Sun, Nov 21, 2010 at 1:21 PM, Naveen Khajuria
>  wrote:
>>
>>
>> Sent from my 
>> iPodqyqiqywiquauqyqiqyqiqyquqyqiqyquqtquayauayauayauaaustsuauayaysyauayaiaauayauayauauaysuhukgo
>> ___
>> Ilugd mailing list
>> Ilugd@lists.linux-delhi.org
>> http://frodo.hserus.net/mailman/listinfo/ilugd
>>
>
>
>
> --
> Best regards,
> arjuna
>
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
>



-- 
Amar Akshat
Wells Fargo

"Real Programmers always confuse Christmas and Halloween because Oct31
== Dec25."

___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] Replace Ubuntu Upstart with Init

2010-07-15 Thread Amar Akshat
Ubuntu long ago replaced init with their own upstart.. probably in 7.x. Does
any one in the house know, how do we replace the trivial Ubuntu Upstart by
Init ? Actually my laptop heats up due to the heavy upstart !

Thanks and Regards

-- 
Amar Akshat
Dataflex Corporations

Sent on my BlackBerry® from Vodafone
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] Waka ? The new Token Based Application Layer Protocol.. a Replacement for HTTP

2010-07-11 Thread Amar Akshat
Hi All,

Something off Topic !

After the Waka Waka by Shakira, I was convinced its got something to With
Football ! But Suddenly I found this Waka .. its a Binary Token Based
Replacement for HTTP ! It even supports Client Side Macros and is Highly
Self Descriptive !

http://www.radwin.org/michael/blog/2002/11/apachecon_waka_a_replaceme.html

<http://www.radwin.org/michael/blog/2002/11/apachecon_waka_a_replaceme.html>Check
the Link !

Thanks and Regards

<http://www.radwin.org/michael/blog/2002/11/apachecon_waka_a_replaceme.html>

-- 
Amar Akshat
Dataflex Corporations

Sent on my BlackBerry® from Vodafone
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Linux installation in labs

2010-06-16 Thread Amar Akshat
Cudn't agree with you more Nalin. I did not know that Freedom Labs is all
about sparing time from your work for such noble work. I am yet to be into
an organization as an employee, but a student it was not about claiming "2
cups of Tea". It was a mutual understanding. The officers there noticed in
earlier stages that we were a bunch of Engineering Students, sacrificing our
vacations to get the systems upgraded and Linuxed. So they arranged for us
some breakfasts and snacks. For some of my team mates it was about a
certificate which would make their CV strong .. For some of us ..it was
Linux that drove us . !

But still Nalin, I truly go by your words. No one compromises on streamlined
Deadlines !

Thanks and Regards

On Wed, Jun 16, 2010 at 11:24 AM, Nalin Savara  wrote:

> A Disclaimer: I am not associated with Freedom Labs-- beyond having
> personally interacted with Aveek and Narendra-- and assuming positive
> rather
> than bad intentions.
>
> @Pratul,
> @Amar,
> @Nishant,
> @Nandeep:
>
> Instead of criticizing Freedom Labs-- you should first understand their
> background and motives.
>
> They are trying to do what for a lot of school administrators is a big
> headache-- and if for that they want enough to reimburse their cost of
> conveyance and media-- then it is ok.
>
> Logically they could have also put it as "in exchange for tea, biscuits and
> autorickshaw fare"-- but frankly-- I think they did much better to say
> "bare
> minimum cost"-- so that it can be discussed upfront-- rather than a
> school-principal saying "yes, yes, come on tuesday"-- and after that they
> saying "but sir... who to contact to re-imburse autorickshaw fare"
>
> @Pratul:
> Would you leave your work-- and show up on a tuesday morning at 11:30.. to
> spend five hours installing linux and doing mundane chores :?
>
> @Amar:
> Let us see you walk away from your work on a tuesday or wednesday-- when
> you
> have made committments to your project lead-- and sit and do mundane
> chores... which most people will find ultra-boring ?
>
> would your project lead be ok, watching the deadlines slide ?
> ---
>
> Frankly... if beyond a hobby you guys are willing to leave your full-time
> work committments-- and do this work in a service oriented way... as per
> the
> demands and time schedule of the person you are serving--- then continue
> your rants.
>
> If you dont... then it is better that they say "at minimum cost"-- rather
> than say "free, except for two cups tea and conveyance reimbursement";
> because no matter how ugly it sounds... the former implies a professional
> committment... while the latter implies charity, but also whimsicalness and
> subject to the other guy's availability and convenience.
>
> Regards,
>
> Nalin
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
>



-- 
Amar Akshat
Dataflex Corporations

Sent on my BlackBerry® from Vodafone
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Linux installation in labs

2010-06-16 Thread Amar Akshat
The only Bare minimum Linux Taught me is "0" i.e ZERO ! We @ Sikkim Manipal
Institute of Technology volunteered to make the systems of Sikkim Government
(Finance, Taxing, Roadways, Administration etc) Linux based. We just asked
for 2 cups of Tea per day for each Volunteer .

On Wed, Jun 16, 2010 at 6:16 AM, Nishant Prakash Kashyap <
npkash...@gmail.com> wrote:

> *"Freedom Labs provides service & support at bare minimum costs.*"
>
> Now LUG is being used for personal interest obviously doing business is
> no crime, but using a forum (which is a kind of NGO) for personal interest
> ... does it sounds good.
>
> I'm ready to provide the service for less than the "bare minimum cost" .
> Schools you can mail me also ...
>
> Regards,
> Nishant
>
> On Wed, Jun 16, 2010 at 3:39 PM, Aveek Sen  wrote:
>
> > Hi,
> >
> > If any institution (school, college or university) wants to have Linux
> > installed on their computers in their labs, then they can contact us.
> They
> > may also contact us for migrating to Linux & Free/Open/Libre Source
> > software. Freedom Labs provides service & support at bare minimum costs.
> > Only requirement is that the lab must have a minimum of 10 computers.
> >
> > Feel free to forward to other LUGs or people who may find it of interest.
> >
> > Thanks,
> > Regards,
> > Aveek,
> > Freedom Labs.
> > ___
> > Ilugd mailing list
> > Ilugd@lists.linux-delhi.org
> > http://frodo.hserus.net/mailman/listinfo/ilugd
> >
>
>
>
> --
> Warm Regards,
> Nishant Prakash Kashyap
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
>



-- 
Amar Akshat
Dataflex Corporations

Sent on my BlackBerry® from Vodafone
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] remove from the list

2010-02-17 Thread amar akshat
What is this ?

On Wed, Feb 17, 2010 at 6:51 AM, D.Dharma Rao  wrote:

>
>
> -Original Message-
> From: ilugd-bounces+ddrao=hlfppt@lists.linux-delhi.org
> [mailto:ilugd-bounces+ddrao =hlfppt.org@
> lists.linux-delhi.org] On Behalf Of
> Mehul Ved
> Sent: Wednesday, February 17, 2010 5:08 PM
> To: The Linux-Delhi mailing list
> Subject: Re: [ilugd] Submit code for new Command Line utilities
>
> On Wed, Feb 17, 2010 at 4:49 PM, amar akshat 
> wrote:
> > Sir,
> >
> > I 've not used any utility. I have coded some C programs, which may be
> > implemented as general purpose Command Line Tools in Linux.
> >
> > I coped the executables in my /usr/bin and /bin, so they become tools in
> my
> > linux system. But what if I wanted them to be included in Linux Distros
> > further releases.
>
> Just put them up as projects on sites like sourceforge or where you
> are comfortable. Then get package managers for various distributions
> to package it, or do it yourself or find a volunteer. If it gets
> popular enough, it will be automatically included in distributions.
>
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
>
>
>
>
>
> _______
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
>



-- 
Amar Akshat,

Trainee Engineer,
Dataflex Design Communications

Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech

Web Administrator: Uttarakhand Forestry Training Academy (www.ufta.org.in)

Phone # : +919932389841
Phone # : +919711972235
www.ramaprasad.info

Official email : amar.aks...@dataflex.com
Other Emails: amar.aks...@ramaprasad.info, webad...@ufta.org.in,

"Where You See a Feature I See a Flaw.."
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Submit code for new Command Line utilities

2010-02-17 Thread amar akshat
Ohkay ! That way people get to notice it.
That seems a bit slow  method, but I am sure it would help in long run

On Wed, Feb 17, 2010 at 6:19 AM, amar akshat  wrote:

> Sir,
>
> I 've not used any utility. I have coded some C programs, which may be
> implemented as general purpose Command Line Tools in Linux.
>
> I coped the executables in my /usr/bin and /bin, so they become tools in my
> linux system. But what if I wanted them to be included in Linux Distros
> further releases.
>
> Thanks
>
> Amar Akshat
>
>
> On Wed, Feb 17, 2010 at 6:09 AM, rakesh kumar  wrote:
>
>> I don't understand, which utility you used. Let me know whether you are
>> talking about "LEX" or "YACC" tools on UNIX and LINUX.
>>
>> On Wed, Feb 17, 2010 at 4:23 PM, amar akshat wrote:
>>
>>> I have written a few command line utilities  such as "tokenizer" &
>>> "parser"
>>> & "pattern search" etc.
>>>
>>> How and where do I submit my code so that it could be considered for a
>>> standard COMMAND Utility in linux by GNU ?
>>>
>>>
>>> Thanks
>>>
>>> --
>>> Amar Akshat,
>>>
>>> Trainee Engineer,
>>> Dataflex Design Communications
>>>
>>> Dept. Of Computer Engineering,
>>> Sikkim Manipal Institute Of Tech
>>>
>>> Web Administrator: Uttarakhand Forestry Training Academy (
>>> www.ufta.org.in)
>>>
>>> Phone # : +919932389841
>>> Phone # : +919711972235
>>> www.ramaprasad.info
>>>
>>> Official email : amar.aks...@dataflex.com
>>> Other Emails: amar.aks...@ramaprasad.info, webad...@ufta.org.in,
>>>
>>> "Where You See a Feature I See a Flaw.."
>>> ___
>>> Ilugd mailing list
>>> Ilugd@lists.linux-delhi.org
>>> http://frodo.hserus.net/mailman/listinfo/ilugd
>>>
>>
>>
>
>
> --
> Amar Akshat,
>
> Trainee Engineer,
> Dataflex Design Communications
>
> Dept. Of Computer Engineering,
> Sikkim Manipal Institute Of Tech
>
> Web Administrator: Uttarakhand Forestry Training Academy (www.ufta.org.in)
>
> Phone # : +919932389841
> Phone # : +919711972235
> www.ramaprasad.info
>
> Official email : amar.aks...@dataflex.com
> Other Emails: amar.aks...@ramaprasad.info, webad...@ufta.org.in,
>
> "Where You See a Feature I See a Flaw.."
>
>


-- 
Amar Akshat,

Trainee Engineer,
Dataflex Design Communications

Certified Ethical Hacker

Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech

Web Administrator: Uttarakhand Forestry Training Academy (www.ufta.org.in)

Phone # : +919932389841
Phone # : +919711972235
www.ramaprasad.info

Official email : amar.aks...@dataflex.com
Other Emails: amar.aks...@ramaprasad.info, webad...@ufta.org.in,

"Where You See a Feature I See a Flaw.."
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Submit code for new Command Line utilities

2010-02-17 Thread amar akshat
Sir,

I 've not used any utility. I have coded some C programs, which may be
implemented as general purpose Command Line Tools in Linux.

I coped the executables in my /usr/bin and /bin, so they become tools in my
linux system. But what if I wanted them to be included in Linux Distros
further releases.

Thanks

Amar Akshat

On Wed, Feb 17, 2010 at 6:09 AM, rakesh kumar  wrote:

> I don't understand, which utility you used. Let me know whether you are
> talking about "LEX" or "YACC" tools on UNIX and LINUX.
>
> On Wed, Feb 17, 2010 at 4:23 PM, amar akshat wrote:
>
>> I have written a few command line utilities  such as "tokenizer" &
>> "parser"
>> & "pattern search" etc.
>>
>> How and where do I submit my code so that it could be considered for a
>> standard COMMAND Utility in linux by GNU ?
>>
>>
>> Thanks
>>
>> --
>> Amar Akshat,
>>
>> Trainee Engineer,
>> Dataflex Design Communications
>>
>> Dept. Of Computer Engineering,
>> Sikkim Manipal Institute Of Tech
>>
>> Web Administrator: Uttarakhand Forestry Training Academy (www.ufta.org.in
>> )
>>
>> Phone # : +919932389841
>> Phone # : +919711972235
>> www.ramaprasad.info
>>
>> Official email : amar.aks...@dataflex.com
>> Other Emails: amar.aks...@ramaprasad.info, webad...@ufta.org.in,
>>
>> "Where You See a Feature I See a Flaw.."
>> ___
>> Ilugd mailing list
>> Ilugd@lists.linux-delhi.org
>> http://frodo.hserus.net/mailman/listinfo/ilugd
>>
>
>


-- 
Amar Akshat,

Trainee Engineer,
Dataflex Design Communications

Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech

Web Administrator: Uttarakhand Forestry Training Academy (www.ufta.org.in)

Phone # : +919932389841
Phone # : +919711972235
www.ramaprasad.info

Official email : amar.aks...@dataflex.com
Other Emails: amar.aks...@ramaprasad.info, webad...@ufta.org.in,

"Where You See a Feature I See a Flaw.."
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] Submit code for new Command Line utilities

2010-02-17 Thread amar akshat
I have written a few command line utilities  such as "tokenizer" & "parser"
& "pattern search" etc.

How and where do I submit my code so that it could be considered for a
standard COMMAND Utility in linux by GNU ?


Thanks

-- 
Amar Akshat,

Trainee Engineer,
Dataflex Design Communications

Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech

Web Administrator: Uttarakhand Forestry Training Academy (www.ufta.org.in)

Phone # : +919932389841
Phone # : +919711972235
www.ramaprasad.info

Official email : amar.aks...@dataflex.com
Other Emails: amar.aks...@ramaprasad.info, webad...@ufta.org.in,

"Where You See a Feature I See a Flaw.."
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] Pure Call by reference in C++

2010-02-10 Thread amar akshat
Hi All,

We all have come across the pure "CALL BY REFERENCE", in C++. I wanted to
know that, how is it actually implemented inside the compiler. I mean how do
they actually differentiate between the Pointer and Reference Variable, and
then how do they implement in code.
I could read the GCC code for that, but I lack patience when it comes to
going through projects of more than 28,000 files.

Any help would be HELPFUL.

Thanks

-- 
Amar Akshat,

Trainee Engineer,
Dataflex Design Communications

Certified Ethical Hacker

Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech

Web Administrator: Uttarakhand Forestry Training Academy (www.ufta.org.in)

Phone # : +919932389841
Phone # : +919711972235
www.ramaprasad.info

Other Emails: amar.aks...@ramaprasad.info, webad...@ufta.org.in,

"Where You See a Feature I See a Flaw.."
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Why DOC and DOCX only, and Why not ODT ??

2010-02-05 Thread amar akshat
On Fri, Feb 5, 2010 at 2:45 PM, Jeba Singh Emmanuel <
jebasingh.emman...@gmail.com> wrote:

> On Fri, Feb 5, 2010 at 2:17 PM, amar akshat  wrote:
> > Hi,
> >
> > The issue was not regarding the Plugin etc, The issue was simply, if DOC
> is
> > standard why cant ODT be one. If OpenOffice by default has a support for
> > DOC, then why cant Microsoft incorporate a support for ODT. Or may be
> > Microsoft guys arent capable enough to enable it !!!
> >
> >
> > Thnx
> >
>
> Firstly Doc is used by many more normal 'office' users. So OpenOffice
> does have to support it to ease the migration. As for Microsoft
> supporting ODT, their primary aim is making money.


Right,  Darkness is becoming the new industry standards !!



> Supporting a
> competing products' standard would not make much business sense in the
> short run. Benefits to the customer is not their prime concern, I
> guess.
>
> --
> Cheers and Peace!
>
> Jeba Singh Emmanuel
> -
> Those who would joyously march in rank and file have already earned my
> contempt, for they were given a large brain by accident when a spinal
> chord would have sufficed.
> --Albert Einstein
>

Thanks

-- 
Amar Akshat,

Trainee Engineer,
Dataflex, New Delhi.

Certified Ethical Hacker

Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech

Web Administrator: Uttarakhand Forestry Training Academy (www.ufta.org.in)

Phone # : +919932389841
Phone # : +919711972235
www.ramaprasad.info

Other Emails: amar.aks...@ramaprasad.info, webad...@ufta.org.in,

"Where You See a Feature I See a Flaw.."
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Why DOC and DOCX only, and Why not ODT ??

2010-02-05 Thread amar akshat
Hi,

The issue was not regarding the Plugin etc, The issue was simply, if DOC is
standard why cant ODT be one. If OpenOffice by default has a support for
DOC, then why cant Microsoft incorporate a support for ODT. Or may be
Microsoft guys arent capable enough to enable it !!!


Thnx

On Fri, Feb 5, 2010 at 3:22 AM, Yadu Rajiv  wrote:

> yup..
>
> but this looks very different from the screen kr0ychan sent.. but this does
> the same.. :) most of all versions of office.. mm..
>
> find plug-in at source forge -
> http://sourceforge.net/projects/odf-converter/files/
>
> peace,
> yadu
>
>
>
> On Fri, Feb 5, 2010 at 1:21 PM, Kinshuk Sunil  >wrote:
>
> > The ODT support is included in Office 2007 SP1 i guess.. but in any case
> it
> > is not a part of Office 2007 by default, a new add-on needs to be
> > installed..
> >
> > sorry, i missed the whole thread.. but when you are looking for ODT why
> > Office 2007 ?
> >
> > On Fri, Feb 5, 2010 at 11:39 AM, Yadu Rajiv  wrote:
> >
> >> On Fri, Feb 5, 2010 at 11:36 AM, k roy  wrote:
> >>
> >> >
> >> >
> >> > On Fri, Feb 5, 2010 at 11:31 AM, Yadu Rajiv 
> >> wrote:
> >> >
> >> >>
> >> >>
> >> >> What version word is that? There seems to be no such option in
> >> MS-Office
> >> >> 2007..
> >> >>
> >> >
> >> > Actually MS Office 2007 does have it. Open Word 2007, Ctrl+S, scroll
> >> down
> >> > the list of extensions, second last extension is .odt.
> >> > ~kr0y.
> >> >
> >> > P.S. Jeez, I feel like an MS Office evangelist :(
> >> >
> >> >
> >> >
> >> lol :P maybe you installed something special.. i see word 2003 xml
> >> document
> >> :-/
> >>
> >> its not about using word.. its about knowing how to use it just in case
> :D
> >> you are stuck with it.
> >> ___
> >> Ilugd mailing list
> >> Ilugd@lists.linux-delhi.org
> >> http://frodo.hserus.net/mailman/listinfo/ilugd
> >>
> >
> >
> >
> > --
> > regards
> > Kinshuk Sunil
> > +91-99100-24895
> >
> >
> ___
> Ilugd mailing list
> Ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
>



-- 
Amar Akshat,

Trainee Engineer,
Dataflex, New Delhi.


Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech

Web Administrator: Uttarakhand Forestry Training Academy (www.ufta.org.in)

Phone # : +919932389841
Phone # : +919711972235
www.ramaprasad.info

Other Emails: amar.aks...@ramaprasad.info, webad...@ufta.org.in,

"Where You See a Feature I See a Flaw.."
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Why DOC and DOCX only, and Why not ODT ??

2010-02-04 Thread amar akshat
On Fri, Feb 5, 2010 at 12:50 AM, k roy  wrote:

>
>
> On Fri, Feb 5, 2010 at 11:01 AM, amar akshat wrote:
>
>>
>>
>>
>> > I am curious to know, is there any option by which we could save a
>> document
>> > as ODT in MS-Office.
>> > Because OpenOffice has an option.
>>
>>
>>
>> Yes it does. Save As > OpenDocument Text.
> ~kr0y
>
> Thanks, I din know that !! And anyways, who uses MS-Office Anymore ::-)

Regds

Amar Akshat

> --
> ~ Once you have flown, you will walk the earth with your eyes turned
> skyward, for there you have been, there you long to return --Da Vinci
>



-- 
Amar Akshat,

Trainee Engineer,
Dataflex, New Delhi.

Certified Ethical Hacker

Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech

Web Administrator: Uttarakhand Forestry Training Academy (www.ufta.org.in)

Phone # : +919932389841
Phone # : +919711972235
www.ramaprasad.info

Other Emails: amar.aks...@ramaprasad.info, webad...@ufta.org.in,

"Where You See a Feature I See a Flaw.."
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Why DOC and DOCX only, and Why not ODT ??

2010-02-04 Thread amar akshat
All,


On Thu, Feb 4, 2010 at 10:26 PM, sudhir kumar  wrote:

> On Thu, Feb 4, 2010 at 12:23 AM, amar akshat 
> wrote:
> > Hi, All,
> >
> > Could any one explain me the reason,why the standard document submission
> for
> > Conferences/Abstracts/Proposals etc.. happens to be the Windows 97/2000
> > Compatible DOC and to an extent they have come with acceptance open to
> DOCX
> I do not think all the conferences put that restrictions. Many of them
> welcome the latex format
> (almost all academic conferences) and even give their latex templates too.
> As far as ODT is concerned may be because DOC has been there for a
> long as the default format
> in Microsoft Office suite.
> However if the question is about open source and proprietary than Open
> Office also suppports
> doc formats.
>
> I am curious to know, is there any option by which we could save a document
> as ODT in MS-Office.
> Because OpenOffice has an option.
> > as well. However people throughout the world, in any submission portal
> wont
> > accept ODT format, infact many of them  do not know the Format Relevance.
> > GNUnify is the only conference, I came across which accepted DOC as well
> as
> > ODT. If there is a Ram, let there be a Rahim as well.
> >
> > Thanks
> >
> > --
> > Amar Akshat,
> >
> > Trainee Engineer,
> > Dataflex, New Delhi.
> >
> > Dept. Of Computer Engineering,
> > Sikkim Manipal Institute Of Tech
> >
> > Web Administrator: Uttarakhand Forestry Training Academy (
> www.ufta.org.in)
> >
> > Phone # : +919932389841
> > Phone # : +919711972235
> > www.ramaprasad.info
> >
> > Other Emails: amar.aks...@ramaprasad.info, webad...@ufta.org.in,
> >
> > "Where You See a Feature I See a Flaw.."
> > ___
> > Ilugd mailing list
> > Ilugd@lists.linux-delhi.org
> > http://frodo.hserus.net/mailman/listinfo/ilugd
> >
>
>
>
> --
> Sudhir Kumar
>



-- 
Amar Akshat,

Trainee Engineer,
Dataflex, New Delhi.

Certified Ethical Hacker

Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech

Web Administrator: Uttarakhand Forestry Training Academy (www.ufta.org.in)

Phone # : +919932389841
Phone # : +919711972235
www.ramaprasad.info

Other Emails: amar.aks...@ramaprasad.info, webad...@ufta.org.in,

"Where You See a Feature I See a Flaw.."
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] to recover password

2009-09-24 Thread amar akshat
Hi,
In the grub menu , press E.
Goto 1st line and in the end append : init=/bin/sh

now press ENTER and the 'B' to boot.

Wen u enter the sh:#.
sh:# mount -o remount -n /
now either of the two.
sh:# passwd

or
sh:# vi /etc/passwd
in the first line beside root:x:.bla bla
just remove x.

and now your root doesnt have any password.

Regards,
Amar Akshat

On Thu, Sep 24, 2009 at 8:03 PM, Amit  wrote:

> oh you can change it follow following step
>
> at grub menu press e (ubuntu 8.10 must be selected)
> add "init=/bin/bash rw "( without "") at the end of line starting with
> kernel
> you will be prompt to commandline with root login
>
> #passwd 
> new password
> confirm password
>
>
>
>
>
> On Thu, Sep 24, 2009 at 7:40 PM, Raghav Dwivedi  >wrote:
>
> > hi,
> > I'm using Ubuntu 8.10, I forget my login password!
> > how do i recover that ?
> > ___
> > ilugd mailinglist -- ilugd@lists.linux-delhi.org
> > http://frodo.hserus.net/mailman/listinfo/ilugd
> > Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> > http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
> >
>
>
>
> --
> Amit Bhardwaj
> m: 9968914111,
> email:bamit0...@gmail.com  <
> email%3abamit0...@gmail.com >,
>bhardwaj.amit0...@yahoo.com
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
Research Associate,
MIT-LEACH Simulation.

Still in the,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech

Phone # : +919932389841
www.ramaprasad.info
www.geocities.com/algeekoders.



"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] A Tweak with "itoa" function : to find binary equivalent of decimal.

2009-09-24 Thread amar akshat
Hi All,
I was wondering if there is a shortcut to find the binary equivalent of any
number in C without having to use array etc. I came across an
interesting tweak with "itoa" function.
Let us see how.

*char binary_string[10];*
*unsigned short int number = 8;*

and then apply itoa with a radix argument of 2.
like:

*itoa(number,binary_string,2);*
*printf("\n %s ",binary_string);*

Isn't it interesting ?

Amar Akshat

-- 
Research Associate,
MIT-LEACH Simulation.

*Still in the,*
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech

Phone # : +919932389841
www.ramaprasad.info
www.geocities.com/algeekoders.



"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Google Ties up with Microsoft ??? I am feeling lucky.

2009-09-23 Thread amar akshat
@ Every body,
Well I dont know much about Google's search algorithm, , but I am completely sure that it does not depend on
the Browser. I shall restate the earlier controversial topic, they depend
highly on cookies. At least a couple of years ago, the Google cookies were
known to live upto 17th Jan 2038, and I dont know what preferences it
stored, but they were certainly used somehow to improve search results.

One more interesting de-facto, may be you all have come across it earlier,
but chrome uses an open-source Microsoft project called the Windows Template
Library, software for building a Windows user interface.

Regards,
Amar Akshat

On Wed, Sep 23, 2009 at 12:43 PM, Neha Oberoi  wrote:
>
> Hello
>
> @Nalin,
> I beg to differ. Chrome is just a browser. I really don't think Google's
> search algorithms are browser dependent. Search results are one thing, and
> browsing them is another. So you wont get different results in Firefox and
> Chrome. Saving searches in user accounts and then displaying it to the
user
> is an altogether different matter.
> Also, thanks for that twitter/tinyurl explanation. It didn't make any
sense
> at all. :-)
>
> @Narendra
> Alright. Wouldn't it be a better idea to separate your tweets from
eduvid's?
> (Although even if Google displays your mails as the first search result,
the
> person who is searching for eduvid is going to land up on the website
> anyway.)
>
>
> - Neha
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



--
Research Associate,
MIT-LEACH Simulation.

*Still in the, *
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech

Phone # : +919932389841
www.ramaprasad.info
www.geocities.com/algeekoders.



"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Google Ties up with Microsoft ??? I am feeling lucky.

2009-09-22 Thread amar akshat
Ya, we knew that , it was a satire towards the "Google Vs. Microsoft" arena.
Nothing very serious.
Regds,
Amar Akshat

On Wed, Sep 23, 2009 at 12:43 AM, ­Honey ­Singh  wrote:

> On Wed, Sep 23, 2009 at 12:31 AM, amar akshat 
> wrote:
>
> > So now I see, why is Microsoft feeling so lucky. But if it was "secret
> MOU"
> > u should not have mailed in public. Now Sergery would be sad. :-(.
> >
> On Wed, Sep 23, 2009 at 12:27 AM, narendra sisodiya <
> > narendra.sisod...@gmail.com> wrote:
> >
> > > On Wed, Sep 23, 2009 at 12:21 AM, amar akshat 
> > > wrote:
> > >
> > > > Hi All,
> > > > Just thought this was interesting. I typed "search" in Google search
> > box
> > > > and
> > > > Felt Lucky (i.e clicked on "I am feeling Lucky") and was bamboozled
> to
> > > see
> > > > the next page.
> >
> This is because keyword "search" have bing on the first results !
> try "I am feeling Lucky" with following example keywords
> "Tea" >> http://www.tea.state.tx.us/
> "narendra sisodiya" >> http://sisodiya.blogspot.com/
> "linux" >> linux.org
>
> As stated here
> http://www.google.com/support/websearch/bin/answer.py?hl=en&answer=30735
> "*The "I'm Feeling Lucky™" button on the Google search page takes you
> directly to the first webpage that returns for your query*"
>
> first results doesn't have any relations with the tie up !
>
> > > >
> > > > Seems as if Google ties up with Microsoft.
> > > >
> > > Google has ties up with me also... (secret MoU was done at IIT
> >  playground)
> > > Follow these same steps ,, type "Narendra Sisodiya " in search box and
> > > click
> > > felt lucky.
> > > --
> > > ┌─┐
> > > │Narendra Sisodiya ( नरेन्द्र सिसोदिया )
> > > │Web : http://narendra.techfandu.org
> > > │Twitter : http://tinyurl.com/dz7e4a
> > > └─┘
> > > ___
> > > ilugd mailinglist -- ilugd@lists.linux-delhi.org
> > > http://frodo.hserus.net/mailman/listinfo/ilugd
> > > Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> > > http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
> > >
> >
> > Amar Akshat
> > --
> > Research Associate,
> > MIT-LEACH Simulation.
> >
> > *Still in the, *
> > Dept. Of Computer Engineering,
> > Sikkim Manipal Institute Of Tech
> >
> > Phone # : +919932389841
> > www.ramaprasad.info
> > www.geocities.com/algeekoders.
> >
> >
> >
> > "Where You See a Feature I See a Flaw.."
> > ___
> > ilugd mailinglist -- ilugd@lists.linux-delhi.org
> > http://frodo.hserus.net/mailman/listinfo/ilugd
> > Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> > http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
> >
>
>
>
> --
> Regards
> Honey Singh
>
>
> # Web: http://www.mediaredefined.com
> # Blog: http://www.honeytechblog.com
> # Twitter: http://www.twitter.com/honeytech
> # LinkedIn:http://www.linkedin.com/in/honeytech
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
Research Associate,
MIT-LEACH Simulation.

*Still in the, *
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech

Phone # : +919932389841
www.ramaprasad.info
www.geocities.com/algeekoders.




"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Google Ties up with Microsoft ??? I am feeling lucky.

2009-09-22 Thread amar akshat
Sir,I respect you for that and indeed an eye opening disclosure.



On Wed, Sep 23, 2009 at 12:34 AM, narendra sisodiya <
narendra.sisod...@gmail.com> wrote:

> On Wed, Sep 23, 2009 at 12:31 AM, amar akshat 
> wrote:
>
> > So now I see, why is Microsoft feeling so lucky. But if it was "secret
> MOU"
> > u should not have mailed in public. Now Sergery would be sad. :-(.
> >
> > In order to answer you, I have disclosed it. (Feeling lucky)
> --
> ┌─┐
> │Narendra Sisodiya ( नरेन्द्र सिसोदिया )
> │Web : http://narendra.techfandu.org
> │Twitter : http://tinyurl.com/dz7e4a
> └─┘
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>

Amar Akshat
-- 
Research Associate,
MIT-LEACH Simulation.

*Still in the, *
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech

Phone # : +919932389841
www.ramaprasad.info
www.geocities.com/algeekoders.



"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Google Ties up with Microsoft ??? I am feeling lucky.

2009-09-22 Thread amar akshat
So now I see, why is Microsoft feeling so lucky. But if it was "secret MOU"
u should not have mailed in public. Now Sergery would be sad. :-(.

On Wed, Sep 23, 2009 at 12:27 AM, narendra sisodiya <
narendra.sisod...@gmail.com> wrote:

> On Wed, Sep 23, 2009 at 12:21 AM, amar akshat 
> wrote:
>
> > Hi All,
> > Just thought this was interesting. I typed "search" in Google search box
> > and
> > Felt Lucky (i.e clicked on "I am feeling Lucky") and was bamboozled to
> see
> > the next page.
> >
> > Seems as if Google ties up with Microsoft.
> >
> Google has ties up with me also... (secret MoU was done at IIT  playground)
> Follow these same steps ,, type "Narendra Sisodiya " in search box and
> click
> felt lucky.
> --
> ┌─┐
> │Narendra Sisodiya ( नरेन्द्र सिसोदिया )
> │Web : http://narendra.techfandu.org
> │Twitter : http://tinyurl.com/dz7e4a
> └─┘
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>

Amar Akshat
-- 
Research Associate,
MIT-LEACH Simulation.

*Still in the, *
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech

Phone # : +919932389841
www.ramaprasad.info
www.geocities.com/algeekoders.



"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] Google Ties up with Microsoft ??? I am feeling lucky.

2009-09-22 Thread amar akshat
Hi All,
Just thought this was interesting. I typed "search" in Google search box and
Felt Lucky (i.e clicked on "I am feeling Lucky") and was bamboozled to see
the next page.

Seems as if Google ties up with Microsoft.


Regards ,
Amar Akshat


-- 
Research Associate,
MIT-LEACH Simulation.

*Still in the, *
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech

Phone # : +919932389841
www.ramaprasad.info
www.geocities.com/algeekoders.



"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] Help : OLSR in Debian

2009-08-10 Thread amar akshat
Sirs/Madames,

Please help me in regard to run the OLSR protocol already present in
Debian. I am suppose to implement a multihop adhoc network as a
miniproject for 4 weeks, with a testbed of 100 computers/nodes.
I am not yet able to start the olsr service on top of 802.11. Kindly
also guide me as to how to implement adhoc networks using olsr.

Thanks

Amar Akshat

-- 
Vice President,
Algorithmic Geek Encoders
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech

Phone # : +919932389841
www.ramaprasad.info
www.geocities.com/algeekoders.



"Where You See a Feature I See a Flaw.."

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] CPU Burst Time for Given PID

2009-01-24 Thread amar akshat
Hi Mates,

Actually I am working on Dynamic Process Synchronization , i.e I am
dynamically creating a process and then scheduling it using all sort of
scheduling algorithms. Could any one please tell me How does CPU calculate
the Burst Time of any process at the time of its creation or Just tell me
How to find out the CPU Burst time of any process whose pid is given.? As
per now after forking I am sleeping the process for a random time. that
becomes my Burst Time.

Kindly Help

Amar Akshat

-- 
V.P , AGE
No More a Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."




-- 
V.P , AGE
No More a Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] CPU Burst Time for Given PID

2009-01-22 Thread amar akshat
Hi Mates,

Actually I am working on Dynamic Process Synchronization , i.e I am
dynamically creating a process and then scheduling it using all sort of
scheduling algorithms. Could any one please tell me How does CPU calculate
the Burst Time of any process at the time of its creation or Just tell me
How to find out the CPU Burst time of any process whose pid is given.?As per
now after forking I am sleeping the process for a random time. that becomes
my Burst Time.

Kindly Help

Amar Akshat

-- 
V.P , AGE
No More a Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Linux Lecture @ Sikkim Manipal

2008-12-03 Thread amar akshat
Hi All..!!

I am sorry for being away due to sem exams.!

The workshop is scheduled in 3rd week of Jan. I had a chat with my HOD
and he shall be happy if any of you specialists would kindly make it
to Sikkim .!

On Wed, Dec 3, 2008 at 8:06 PM, Goldwyn Rodrigues <[EMAIL PROTECTED]> wrote:
> On Wed, Dec 3, 2008 at 6:37 PM, amar akshat <[EMAIL PROTECTED]> wrote:
>> Hi All..!!
>>
>> I am sorry for being away due to sem exams.!
>>
>> The workshop is scheduled in 3rd week of Jan. I had a chat with my HOD
>> and he shall be happy if any of you specialists would kindly make it
>> to Sikkim .!
>>
>
> Okay let me know the details, of what I should be covering etc.
> What is the usual route of travel?
>
> BTW,  you sent the previous mail only to me, and not the ilugd group.
> I had sent you a private mail, and perhaps you replied to that. I am
> not sure if that was intentional.
>
> --
> Goldwyn
>



-- 
V.P , AGE
No More a Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Linux Lecture @ Sikkim Manipal

2008-11-26 Thread amar akshat
Hi Jasbir,

The thing is that we dont actually have the culture of guest lecturers
in SMIT. However I am willing to start that. If one could spare a day
or two for taking classes I shall be highly obliged.

As far as cold , SMIT is like in valley , situated beside the river
Teesta. And its not very cold , a couple of pullovers will do.!
Gangtok and others r chilling but SMIT is like ..dwellable
.

thanks

Amar Akshat


On 11/26/08, Jasbir Khehra <[EMAIL PROTECTED]> wrote:
> On Wed, Nov 26, 2008 at 6:01 PM, amar akshat <[EMAIL PROTECTED]> wrote:
>> Hi ! All
>>
>>
>> *I shall be highly grateful and obliged if one of you FOSS specialist
>> and Linux Enthusiasts could pay a visit to Sikkim at my college Sikkim
>> Manipal Institute Of Technology just to deliver a couple hour
>> motivational speech on Network Security and Linux. The topic is a bit
>> flare and vague but still if Technical Talk would be there in the
>> workshop by a professional it would add to the flavor. The college
>> shall pay the visiting and accommodation fees and other expenses if
>> any.*
>>
> Let me get this straight - "For couple of hrs talk you willing to pay
> for travel to and fro from Delhi to Sikkim plus lodging "
> Hmm, how cold does it get in January in Sikkim??
>
>> Thanks in Advance
>>
>> Amar Akshat
>>
> Regards,
> Jasbir
>
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>


-- 
V.P , AGE
No More a Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Linux Lecture @ Sikkim Manipal

2008-11-26 Thread amar akshat
Dear Sir,

Actually No More Certified Ethical Hacker was the title i chose after
being enlightened by the ilugd that hacking is always ethical.
Earlier I had once appeared for a certification program by EC-Council
regarding EH.

Amar Akshat

On 11/26/08, Ajay Bramhe <[EMAIL PROTECTED]> wrote:
> Sir
>  what is this "No More a Certified Ethical Hacker"
>  please explain this :)
>
>  --
>  Best Regards
>
>  Ajay Bramhe
>  "Excellence is not a singular act, but a habit. You are what you repeatedly
>  do."
>
>
>
>
>  On Wed, Nov 26, 2008 at 6:01 PM, amar akshat <[EMAIL PROTECTED]> wrote:
>
>  > Hi ! All
>  >
>  > I am student of Sikkim Manipal Institute Of Technology in 3rd Year.
>  > I have proposed a Workshop at my college next year in Jan-Feb 2009
>  > based on Network Security Issues. The course duration is 30 Hrs may be
>  > spawning to 10 days.
>  >
>  > *I shall be highly grateful and obliged if one of you FOSS specialist
>  > and Linux Enthusiasts could pay a visit to Sikkim at my college Sikkim
>  > Manipal Institute Of Technology just to deliver a couple hour
>  > motivational speech on Network Security and Linux. The topic is a bit
>  > flare and vague but still if Technical Talk would be there in the
>  > workshop by a professional it would add to the flavor. The college
>  > shall pay the visiting and accommodation fees and other expenses if
>  > any.*
>  >
>  > Thanks in Advance
>  >
>  > Amar Akshat
>  >
>  > --
>  > V.P , AGE
>  > No More a Certified Ethical Hacker,
>  > Dept. Of Computer Engineering,
>  > Sikkim Manipal Institute Of Tech.
>  >
>  >
>  > "Where You See a Feature I See a Flaw.."
>  >
>
> > ___
>  > ilugd mailinglist -- ilugd@lists.linux-delhi.org
>  > http://frodo.hserus.net/mailman/listinfo/ilugd
>  > Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
>  > http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>  >
>
>
>
>
>  --
>  ___
>  ilugd mailinglist -- ilugd@lists.linux-delhi.org
>  http://frodo.hserus.net/mailman/listinfo/ilugd
>  Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>


-- 
V.P , AGE
No More a Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] Linux Lecture @ Sikkim Manipal

2008-11-26 Thread amar akshat
Hi ! All

I am student of Sikkim Manipal Institute Of Technology in 3rd Year.
I have proposed a Workshop at my college next year in Jan-Feb 2009
based on Network Security Issues. The course duration is 30 Hrs may be
spawning to 10 days.

*I shall be highly grateful and obliged if one of you FOSS specialist
and Linux Enthusiasts could pay a visit to Sikkim at my college Sikkim
Manipal Institute Of Technology just to deliver a couple hour
motivational speech on Network Security and Linux. The topic is a bit
flare and vague but still if Technical Talk would be there in the
workshop by a professional it would add to the flavor. The college
shall pay the visiting and accommodation fees and other expenses if
any.*

Thanks in Advance

Amar Akshat

-- 
V.P , AGE
No More a Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] apple iphone versus android

2008-10-24 Thread amar akshat
Hi
But i had recently read an article that "Google is again trying something
fishy about android to increase its commercial appeal". I may be wrong about
but that was apple's notion.
http://www.appleinsider.com/articles/08/08/13/google_android_flaws_pushing_software_firms_towards_iphone.html

I feel their notion to extend its portability to other issues than Mobile
phones would rather land them up rotting the project .
"We're starting to see Android get designed in on devices that extend way
beyond the phone--things that might go in the automobile or things that
might go in the home,"
As per Bruggeman, chief marketing officer at Wind River
Systems.<http://windriver.com/>

However its too early to comment on design issues since I still remember the
efforts of Wind River Systems to extend their contribution towards linuxing
in Embedded Systems..

http://news.cnet.com/The-Android-era-begins-with-T-Mobiles-G1/2009-1039_3-6246667.html?tag=mncol;txt

Initially some flaws were there as per my reading I had once come across the
following article somewhere in August about Image Processing and something
related to even security
http://www.webpronews.com/topnews/2008/03/05/google-android-had-some-glitches

Regds,
Amar Akshat

On Fri, Oct 24, 2008 at 9:54 PM, Raj Mathur <[EMAIL PROTECTED]> wrote:

> On Friday 24 Oct 2008, Linux Lingam wrote:
> > despite cutting my teeth on apple and macs, i am all for android.
> > here is a first heads-up that should get all of you agog
> > about the Next Big Thing (NBT).
> > [snip]
>
> Looks like Google has imbibed enough wisdom about screwing developers
> from Apple.  If you write a FOSS application you may be be able to use
> all the features of the Android.  And G reserves the right to remotely,
> unilaterally disable applications on your phone if they (G) don't like
> them:
>
>  http://laforge.gnumonks.org/weblog/
>
> Regards,
>
> -- Raju
> --
> Raj Mathur[EMAIL PROTECTED]  http://kandalaya.org/
>   GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
> PsyTrance & Chill: http://schizoid.in/   ||   It is the mind that moves
>
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
V.P , AGE
No More a Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Important : In support of Raj Thackeray...

2008-10-24 Thread amar akshat
Ha..Good one Shantanu Sir..
It feels as though ILUGD has become some sort of Communal Discussion Forum.
Although the a ligations put forward by Ballu Bhai ..would have been pretty
true , if Thakrey would have promised to ban the use MS Office in
Maharashtra and would have said "Why the hell should we pay when we have
that for free [ Open Office ].."
"Why to hide the code and be selfish ...;lets go Open Source .."

But tragedy prevails .

Regds

Amar Akshat

On Fri, Oct 24, 2008 at 11:07 AM, shantanu goel <[EMAIL PROTECTED]>wrote:

> On Fri, Oct 24, 2008 at 8:50 AM, Raj Mathur <[EMAIL PROTECTED]> wrote:
> > On Friday 24 Oct 2008, sumit...left d stone age. wrote:
> >> Dear Ballu bhai
> >> After all the 'Raj Thackeray issue', I have realised that we should
> >> support him in the following ways please read this and spread
> >> this message across the country. Use the power of forwarding
> >> mails today!!! *
> >
> > Very interesting, and totally relevant to a mailing list devoted to the
> > discussion of Linux and FOSS in and around Delhi.  What are we going to
> > get next, a list of your favourite daal-makhani recipes?
>
> I think it's that "Ballu" phenomenon again.
> Sumit, I guess you have kept ILUGD mailing list address as your
> "Ballu's" address. Please modify your contact list and mail to him
> directly instead of sending messages through the list.
> --
> I didn't do it, nobody saw me do it, U can't prove anything - Bart Simpson
> http://blog.shantanugoel.com
> http://tech.shantanugoel.com
>
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
V.P , AGE
No More a Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] The Google Cookie Conspiracy

2008-10-23 Thread amar akshat
Hi all,
I was wondering today that my notion about "Network Security" and Ethics in
Hacking were almost the same. But after a healthy discussion hereby and
Pradeepto's Genuine arguments I realize that i was perhaps wrong.

I had in my schedule of CEH with EC-Council gone through modules like "SQL
Injection"," Buffer Overflows" etc. I had done practical surveys too. I
found Fingerprinting the most interesting part. But I considered them to be
some part of Anti Hacking and hence they call it Ethical Hacking. I guess I
have lots to learn about ethics.

In the course schedule I came across Parameter Tampering attack in a
practical survey I queried Google for checking its cookie expiry and
validation. When I analyzed the time field TM , I then understood thats
there is something fishy.
I mailed executives from Google , but no one replied with correct satisfying
answers. And so on. I landed up with an algorithm to challenge the Google
Print service and so on.
I have uploaded the paper. You can have a look.
http://www.geocities.com/algeekoders/ICIMT_7_Final_Paper.pdf


Regds,

Amar Akshat

On Thu, Oct 23, 2008 at 4:32 PM, narendra sisodiya <
[EMAIL PROTECTED]> wrote:

> >
> >
> > Regds
> > Amar Akshat
> > (No more a Certified Ethical Hacker)
> >
> > Congrats
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
V.P , AGE
No More a Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] The Google Cookie Conspiracy

2008-10-23 Thread amar akshat
Sankarshan sir,
I had attached the paper in my second mail only. The paper is there attached
in the thread it self.! Even thats ambigious because my conference starts
tomoro only.
If u want i can repost the paper as attachment.!

Regds
Amar Akshat
(No more a Certified Ethical Hacker)


On Thu, Oct 23, 2008 at 12:13 PM, "Sankarshan (সঙ্কর্ষণ)" <
[EMAIL PROTECTED]> wrote:

> amar akshat wrote:
>
> > I recently had my paper accepted for publication in IAENG conference
> WCECS
> > 2008 @ San Francisco regarding Google Cookies. The paper title was
> "Security
> > Mutation Algorithm For  Google Print and Google Search Security
> Deficiency".
> > I had discovered the fact that Google in one way or the other is
> exploiting
> > the in awareness of the layman for may be refining its searches and
> results.
>
> The $subject of your mail is intriguing - is there a link to your paper
> so that folks can read it ? Or, are you considering putting up a link
> after the conference is over ? (I understand some conferences would not
> like a link to be put up before the event)
>
>
>
> --
>
> http://www.gutenberg.net - Fine literature digitally re-published
> http://www.plos.org - Public Library of Science
> http://www.creativecommons.org - Flexible copyright for creative work
>
>
>
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
V.P , AGE
Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] [OT] The Google Cookie Conspiracy

2008-10-22 Thread amar akshat
All big people after my neck.I realize thats its time to say " That I am
sorry for any thing controversial I said i was just trying to convey
something i found interesting"

Regds,
Amar Akshat

On Thu, Oct 23, 2008 at 1:34 AM, Gaurav Mishra <[EMAIL PROTECTED]>wrote:

> On Thu, Oct 23, 2008 at 1:23 AM, amar akshat <[EMAIL PROTECTED]>
> wrote:
> > Gora Sir,
> > Its too kind of you to hook me up to a high ranked ..respected
> professional
> > .but sir I am no one to match his profile. I suppose you were juz pulling
> my
> > leg.!
> > The biggest de-facto difference between AF and us is that we are just
> > theoretical in all concepts AF is proff.!
> >
> > Regds,
> >
> > Amar Akshat
>
> Lolz, That was funny...
>
> --
> Thanks and Regards
> Gaurav Mishra
>
> Linux User #348873
> http://gauravmishra.info/blog
> "When i can run , i will run , When i can walk , i will walk, When i can
> crawl , i will crawl. But i will not stop moving forward"
>
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
V.P , AGE
Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] [OT] The Google Cookie Conspiracy

2008-10-22 Thread amar akshat
Gora Sir,
Its too kind of you to hook me up to a high ranked ..respected professional
.but sir I am no one to match his profile. I suppose you were juz pulling my
leg.!
The biggest de-facto difference between AF and us is that we are just
theoretical in all concepts AF is proff.!

Regds,

Amar Akshat

On Thu, Oct 23, 2008 at 12:27 AM, Gora Mohanty <[EMAIL PROTECTED]> wrote:

> On Wed, 22 Oct 2008 23:56:40 +0530
> "amar akshat" <[EMAIL PROTECTED]> wrote:
>
> > SirI shall be rather very proud to acknowledge you that I was certified
> by
> > EC Council at a program in Delhi.
> > Now sir the title which you talk about is very appropriate because since
> the
> > ways were unethical Google had to change the cookie policy in 2 years
> > duration.
> [...]
>
> Come on, come out now and admit it. You really are Ankit Fadia,
> are you not?
>
> Regards,
> Gora
>
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
V.P , AGE
Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] [OT] The Google Cookie Conspiracy

2008-10-22 Thread amar akshat
SirI shall be rather very proud to acknowledge you that I was certified by
EC Council at a program in Delhi.
Now sir the title which you talk about is very appropriate because since the
ways were unethical Google had to change the cookie policy in 2 years
duration.

The question you ask me ..
> Do you really understand what
ethical or unethical behaviour is?
would be it suited if you shoot that to Google. If my concept or opinion was
wrong my paper would have not even accepted @ IAENG and IEEE.
Or is it you proclaim to be sound than IEEE and IAENG.??
I just wanted to convey that at times result monitoring may be wrong and
shal be avoided.!

Thanking You
Amar Akshat

On Wed, Oct 22, 2008 at 10:35 PM, PJ <[EMAIL PROTECTED]> wrote:

> amar akshat <[EMAIL PROTECTED]> writes:
>
> > The cookie riding facilities is not what i talked about
>
> Then why did you give this thread the title of
> "The Google Cookie Conspiracy"
>
> > ..i was
> > discusing rather the unethical ways of google to play wih user
> > arguments and to strengthen its  search area.
> > ny wayz EULA makes it all ethical in all issues.!!
> > Regds
> >
> > Amar Akshat
>
> OK, so they're using the search argument data to improve google.
> How are they being "unethical"? Do you really understand what
> ethical or unethical behaviour is?
>
> > Certified Ethical Hacker,
>
> Eh? Please tell me, which authority certified you with that rather
> pompous-sounding title?
>
> PJ
>
>
>
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
V.P , AGE
Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] openi...@yahoo

2008-10-22 Thread amar akshat
Hi All
This although smells like a spam but is not as i googled for Barrrgavi
Satish , the sender of the email , she is a senior executive for Yahoo !.

Check it out.
http://recruitmentlink.in/profile/barrgavi-satish
http://hrlink.in/profile/barrgavi-satish

So may be ..she is right and its time for one of us to grab the cake.!

Regds

Amar Akshat

On Wed, Oct 22, 2008 at 3:52 PM, Raj Shekhar <[EMAIL PROTECTED]> wrote:

> in infinite wisdom Gora Mohanty spoke thus  On 10/22/2008 03:27 PM:
>
> > And, if we don't get hired, do you get billed for
> > HR's time?
>
> No, I think you are mistaking y! with some other organization.
>
>
> --
> raj shekhar
> facts: http://rajshekhar.net
> opinions: http://rajshekhar.net/blog
> I've never made anyone's life easier and you know it!
>
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
V.P , AGE
Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] [OT] The Google Cookie Conspiracy

2008-10-20 Thread amar akshat
Hi,
The cookie riding facilities is not what i talked about ..i was
discusing rather the unethical ways of google to play wih user
arguments and to strengthen its  search area.
ny wayz EULA makes it all ethical in all issues.!!
Regds

Amar Akshat

On 10/18/08, Raj Shekhar <[EMAIL PROTECTED]> wrote:
> in infinite wisdom amar akshat spoke thus  On 10/17/2008 12:46 PM:
>   
>> I would like the house to shed light on Google Cookie Conspiracy.
>
> Firefox has a 'Customize Google' addon, that will clear the G! cookie,
> anonymize your user id, and not send any data back to G! Urchin (Analytics).
>
> Use it.
>
> --
> raj shekhar
> facts: http://rajshekhar.net
> opinions: http://rajshekhar.net/blog
> I've never made anyone's life easier and you know it!
>
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>


-- 
V.P , AGE
Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] [OT] The Google Cookie Conspiracy

2008-10-18 Thread amar akshat
Yes I do agree..! but the facts lay here for laymen being thrust upom
security flaw. Like they would not be having any such reflection of Cookie
and Browser Specification..
Redgs,
Amar Akshat

On Sat, Oct 18, 2008 at 4:38 AM, Karanbir Singh <[EMAIL PROTECTED]>wrote:

> shantanu goel wrote:
> >> I recently had my paper accepted for publication in IAENG conference
> WCECS
> >> 2008 @ San Francisco regarding Google Cookies.
>
> And I suppose auto-clean cookies on browser shutdown ( which all
> mainstream browsers seem to have an option for ) would be too easy.
>
> --
> Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]
>
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
V.P , AGE
Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] The Google Cookie Conspiracy

2008-10-17 Thread amar akshat
Hi All
I recently had my paper accepted for publication in IAENG conference WCECS
2008 @ San Francisco regarding Google Cookies. The paper title was "Security
Mutation Algorithm For  Google Print and Google Search Security Deficiency".
I had discovered the fact that Google in one way or the other is exploiting
the in awareness of the layman for may be refining its searches and results.
In 2006 i had discovered that Google cookie which in the very first
interaction lands into your system , and under all normal circumstances it
would land into your system till Jan 17,2038. Since then i was haunted with
the fear that Google Would be monitoring my searches. On further study i
realized that Google through its EULA has mentioned that it has rights to
use each and every search by us through Google.
I claimed against that and in return Google answered me that they are
maintaining a long lived cookie just to maintain the hard limit for Google
Print (for reading Books.). I then worked out an algorithm to mute the
security of Google Print and came up with some tabulated data. Through the
research work by Debashish Mohanty I thus proved that even the search
syntaxes prove to be malicious user's best friend.
Now after all the hue and cry in the world Google finally changed the cookie
policy to 2 years expiry. Wired.com even covered the news.

I would like the house to shed light on Google Cookie Conspiracy.
-- 
V.P , AGE
Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Hard luck using TataIndicom USB with Ubuntu

2008-10-06 Thread amar akshat
Hi

Its only shows one caption i remember .."Downloading Plugins" in the wine's
internet explorer. The problem with your mozzila is that it is configure for
some proxy or something. Having a replacement for the same wud do such as
Internet Explorer.
Yes I am sending you mails via Ubuntu IE (Wine) only ..thats workin normal
..!!

Regds
Amar Akshat

On Mon, Oct 6, 2008 at 8:12 PM, Chetan Thapliyal
<[EMAIL PROTECTED]>wrote:

> Hi Amar
>
> > wat i did was used the internet explorer which is available with wine. It
> > will first donwloaded some plugins ..but it then works pretty fine .
> > all you have to do is that ..
> Do you know the names of the plug-ins it downloaded? Also were you able
> to browse the internet normally on other browsers as well.
>
> > U must have noticed that chat machines like .PidGIn and Gaim work fine ,
> > they connect to the network pretty fine.!
> I didn't notice this.
>
>
> amar akshat wrote:
> > hi ..
> > even i was facing same problem..
> > wat i did was used the internet explorer which is available with wine. It
> > will first donwloaded some plugins ..but it then works pretty fine .
> > all you have to do is that ..
> > #wine /root/.wine/Program Files/Internet Explorer/iexplore "web address"
> > I suppose that wud work in worst case ..too.
> > Regds
> >
> > Amar Akshat
> >
> > U must have noticed that chat machines like .PidGIn and Gaim work fine ,
> > they connect to the network pretty fine.!
> >
> > On Mon, Oct 6, 2008 at 7:48 PM, Chetan Thapliyal
> > <[EMAIL PROTECTED]>wrote:
> >
> >
> >> Hi,
> >>
> >> I am just curious if anyone in list successfully using TataIndicom (USB)
> >> wireless with Debian or Ubuntu. I followed the instruction available
> >> with the manual. It connects, receives IP and DNS but still I can't
> >> browse internet. I am able to ping remote IP address it shows during
> >> connection setup but none of the DNS servers. I googled for the same but
> >> got different settings from different people. I would appreciate if
> >> anyone shares his wvdial settings, or suggestions to resolve the same.
> >>
> >> Regards,
> >> Chetan
> >>
> >> ___
> >> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> >> http://frodo.hserus.net/mailman/listinfo/ilugd
> >> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> >> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
> >>
> >>
> >
> >
> >
> >
>
>
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
V.P , AGE
Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Hard luck using TataIndicom USB with Ubuntu

2008-10-06 Thread amar akshat
hi ..
even i was facing same problem..
wat i did was used the internet explorer which is available with wine. It
will first donwloaded some plugins ..but it then works pretty fine .
all you have to do is that ..
#wine /root/.wine/Program Files/Internet Explorer/iexplore "web address"
I suppose that wud work in worst case ..too.
Regds

Amar Akshat

U must have noticed that chat machines like .PidGIn and Gaim work fine ,
they connect to the network pretty fine.!

On Mon, Oct 6, 2008 at 7:48 PM, Chetan Thapliyal
<[EMAIL PROTECTED]>wrote:

> Hi,
>
> I am just curious if anyone in list successfully using TataIndicom (USB)
> wireless with Debian or Ubuntu. I followed the instruction available
> with the manual. It connects, receives IP and DNS but still I can't
> browse internet. I am able to ping remote IP address it shows during
> connection setup but none of the DNS servers. I googled for the same but
> got different settings from different people. I would appreciate if
> anyone shares his wvdial settings, or suggestions to resolve the same.
>
> Regards,
> Chetan
>
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
V.P , AGE
Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Can we code in Hindi ??

2008-09-23 Thread amar akshat
Forgive me if m foolish on this part ..

but i think ..coding in hindi can be established as a fact if we
design a code converter to any primary hll ..such as C. So every
keyword in C would then be replaced by it equivalent in hindi ..n the
we go on ..
eg would be
main : shuruat
printf: dikhayen
int : ank
double : duguna

etc..
 it can be passed on from a block ...n then its C
again ..!

Amar Akshat

On 9/23/08, Swapnil Bhartiya <[EMAIL PROTECTED]> wrote:
> Won't using hindi betraying mothertongue to a tamilian. We should code
>> in tamil and not hindi. Coding in Hindi is betraying mothertongue,
>> slave mentality
>
>
> If we can do regional development that would be the best and perfect
> situation. Let English be common /universal language and there should always
> be a bridge. I am in favour of regional development.
>
> SB
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>


-- 
V.P , AGE
Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] hi ballu bhai kya hal hai

2008-09-23 Thread amar akshat
Sorry
for this last one ..!!
but i mean to explain the meaning f ethical hacking ..!!
if the house doesnt mnd

It goes as long story ..for those who consider hackers only the evil
programmers of computer world.!
But for those wid diff opinion let me tell u ..!! they r ppl striving
for better security options in a ethical way ...!

Thanks ..
Amar Akshat

END OF THREAD


On 9/23/08, Gaurav Mishra <[EMAIL PROTECTED]> wrote:
> Yeah, please end this thread, No more mails on this thread please
>
>
> --
> Thanks and Regards
> Gaurav Mishra
>
> Linux User #348873
> http://gauravmishra.info/blog
> "When i can run , i will run , When i can walk , i will walk, When i can
> crawl , i will crawl. But i will not stop moving forward"
>
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>


-- 
V.P , AGE
Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] hi ballu bhai kya hal hai

2008-09-23 Thread amar akshat
Arey ee to humaara messagwa hai ..!!hum hi hain ballu bhaiyaa..!!

Sumit jee aapka messagwa mil gawa ..!! humka ..!! Hu to ekdum theek
au sunaao ..!
ab shayad mistry jo hai woh solve ho gayee ka ..!!

Regds
Amar

On Tue, Sep 23, 2008 at 12:43 PM, Swapnil Bhartiya <
[EMAIL PROTECTED]> wrote:

> > --
> > I am wondering where is Gora.
> > He will kill us.
> > --
>
>
> You are right, let's stop this here. Enough fun for a morning  thanks
> Sumit.
> But as a writer, I am happy to see a happy ending. Ballu finds Mahima and
> they lived happily ever after
>
> THE END
>
> Swapnil
> PS: I trust this thread *stops* here. By the way I wrote a humour piece on
> what if Am Yes (of course MS) celebrated the Software Freedom Day, I might
> post it in some blog.
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
V.P , AGE
Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Suse Cd's

2008-09-07 Thread amar akshat
Yes I could , but via courier.! I live in sikkim I have all versions of SuSe
starting from 9.0

Regds
Amar Akshat

On Sun, Sep 7, 2008 at 1:19 PM, RHK HK <[EMAIL PROTECTED]> wrote:

> Is there anyone can supply Suse 10 cds in Delhi.
> Regards
> ramesh
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
V.P , AGE
Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Any SVG guru here??

2008-08-31 Thread amar akshat
GO ahead

On 8/31/08, narendra sisodiya <[EMAIL PROTECTED]> wrote:
> Is there any SVG guru or techie here ?? I want to talk regarding a projects
> (obviously free software)
>
> --
>  Best Regards --
> Narendra Sisodiya ( MTech, IIT Delhi)
> Tejas Networks , Bangalore
> mob : 093790-75930
> skype : narendra_sisodiya
> webpage : http://narendra.sisodiya.googlepages.com/aboutme
> [EMAIL PROTECTED] : http://www.lug-iitd.org
> - Jai Hind --
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>


-- 
V.P , AGE
Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] PASSWORD LOST

2008-08-18 Thread amar akshat
Hey,

Its not at all a problem if u loose a password. U cant retrieve it ..thats
for sure because its encrypted by a Trap-Door Algorithm which is one-way
encryption. but u can always change it.
Wat u can do is ..in ur grub menu while booting .before u boot into linux
press 'e'. to edit the menu. In the boot sequence first line u append
"init=/bin/sh"
then u boot.! after u r in , u get a prompt like "sh#"
there u write
# mount -o remount -n /
u then give the passwd command..like
# passwd
simply change ur password by giving new one.

Another trick is ..!
when u get sh# prompt ..simply in next prompt do # vim /etc/passwd
n from the first line ...erase the 'x' beside root.! ur root is passwrodless
now..!


Amar Akshat
On Mon, Aug 18, 2008 at 12:48 PM, MALKIAT BENIPAL <[EMAIL PROTECTED]>wrote:

> Dear all,
> I forgot root password of my linux (red hat). Could any please guide if I
> could locate it through any way or I have reinstall the same.
> Thanks/MALKIAT
>
> [EMAIL PROTECTED]
>
>
>  Connect with friends all over the world. Get Yahoo! India Messenger at
> http://in.messenger.yahoo.com/?wm=n/
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
V.P , AGE
Certified Ethical Hacker,
Dept. Of Computer Engineering,
Sikkim Manipal Institute Of Tech.


"Where You See a Feature I See a Flaw.."
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/