<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4350605312468736570</id><updated>2012-01-17T04:52:55.426-08:00</updated><title type='text'>Generation Awakes</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mahaboobsubhan.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://mahaboobsubhan.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>subhan</name><uri>http://www.blogger.com/profile/03065966876049487802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_aMxs-oE2ZHU/SznAhY3fjrI/AAAAAAAABE4/WXS6HT2xBKU/S220/DSC00067.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4350605312468736570.post-3492358841727571002</id><published>2010-09-17T05:50:00.000-07:00</published><updated>2011-06-09T04:48:50.421-07:00</updated><title type='text'>Work At Dell</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;I joined in Dell in October 2009. Before joining Dell, I have no idea actually what Dell was doing.&lt;br /&gt;When I joined into Dell then &amp;nbsp;I understand that dell is into manufacturer of dell laptops, Enterprise&amp;nbsp;Servers &amp;amp; Storage Devices.&lt;br /&gt;&lt;br /&gt;I learned so many things in hardware as well as Testing(Manual Hardware &amp;amp; Software)&lt;br /&gt;&lt;br /&gt;Hardware(Learn):&lt;br /&gt;&amp;nbsp;&amp;nbsp; 1. Different kind of Storage devices like SATA, SAS.&lt;br /&gt;&amp;nbsp;&amp;nbsp; 2. Server Management Software's like USC, OMSA, IDRAC&lt;br /&gt;&lt;br /&gt;I written some automated test-cases in OMSA and OMSS. which are like automating some commands and installing some software's remotely using Python.&lt;br /&gt;&lt;br /&gt;Also I developed some web-apps, Which is for&amp;nbsp;scheduling&amp;nbsp;servers power actions(power off &amp;amp; power on) in automated way.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;u&gt;Not Completed it's just draft&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4350605312468736570-3492358841727571002?l=mahaboobsubhan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mahaboobsubhan.blogspot.com/feeds/3492358841727571002/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4350605312468736570&amp;postID=3492358841727571002' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/3492358841727571002'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/3492358841727571002'/><link rel='alternate' type='text/html' href='http://mahaboobsubhan.blogspot.com/2010/09/work-at-dell.html' title='Work At Dell'/><author><name>subhan</name><uri>http://www.blogger.com/profile/03065966876049487802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_aMxs-oE2ZHU/SznAhY3fjrI/AAAAAAAABE4/WXS6HT2xBKU/S220/DSC00067.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4350605312468736570.post-8791779925753470972</id><published>2009-02-16T20:08:00.000-08:00</published><updated>2010-03-29T21:13:34.452-07:00</updated><title type='text'>Python Interview Questions</title><content type='html'>I Started Learning python in 2004,I applied for so many companies,&lt;br /&gt;this are the questions they asked in Interview&lt;br /&gt;&lt;br /&gt;1.what is  strongly typed language?&lt;br /&gt;&lt;br /&gt;2.what is statically typed language?&lt;br /&gt;&lt;br /&gt;3.there is any difference between in below classes&lt;br /&gt;&lt;span style="font-style: italic;"&gt; class A(object):    &lt;br /&gt;&lt;/span&gt;&lt;span style="font-style: italic;"&gt;pass&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-style: italic;"&gt;         class B:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;                pass&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;4. how to generate a dictionary in a one line, which contains 1-100 numbers as keys,&lt;br /&gt;squares of keys as values ?&lt;br /&gt;&lt;br /&gt;5. what is REST?&lt;br /&gt;&lt;br /&gt;6. what   is the python interface for Postgresql?&lt;br /&gt;&lt;br /&gt;7. what is the differece betweeen static method and instance method?&lt;br /&gt;&lt;br /&gt;8. how do you connect to database in plan python?&lt;br /&gt;&lt;br /&gt;9. how do you fetch first row using cursor?&lt;br /&gt;&lt;br /&gt;10. how do you fetch all rows using cursor?&lt;br /&gt;&lt;br /&gt;11. when did you started learning python?&lt;br /&gt;&lt;br /&gt;12. why your more interested in programming rather then system administration?&lt;br /&gt;&lt;br /&gt;13. do you know what is the "interfaces" in Java?&lt;br /&gt;&lt;br /&gt;14. are you a mysql database expert?&lt;br /&gt;&lt;br /&gt;15. what is the differece betweeen static method and instance method in python classes?&lt;br /&gt;&lt;br /&gt;16. how to multiply two values in scheme?&lt;br /&gt;&lt;br /&gt;17.  how do you pass command line arguments in shell script,python,C?&lt;br /&gt;&lt;br /&gt;18. what is the difference between Innodb ,ISM in mysql database?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;Others questions &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;1. presently, what you are working in your project?&lt;br /&gt;2. how will scale your self in JavaScript?&lt;br /&gt;3. How will you declare class in JS? is there any difference with other class?&lt;br /&gt;4. how will find html file is fully loaded or not?&lt;br /&gt;5. how will You scale your self in dojo?&lt;br /&gt;6. write a recursive function to get a reverse of a string?&lt;br /&gt;7. they are two persons.one of them is going at speed of 20km while going in the forward direction while coming back he is going at speed of 60km&lt;br /&gt;but other person going at constant speed 40km going same way how will reach first?&lt;br /&gt;8. they are two persons.one of them is going at speed of x km while going in the forward direction while coming back he is going at speed of y km&lt;br /&gt;but other person going at constant speed x+y/2 going same way how will reach first?&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;1. write a program to print all permutations for given a string?&lt;br /&gt;2. list vs tuple?&lt;br /&gt;3. can we use list in dict?&lt;br /&gt;4. can we use list as key in dict?&lt;br /&gt;5. a = []&lt;br /&gt;b=[]&lt;br /&gt;for i in xrange(2):&lt;br /&gt;a.append(b)&lt;br /&gt;a[0].append(1)&lt;br /&gt;a[0].append(2)&lt;br /&gt;a[1].append(1)&lt;br /&gt;a[1].append(2)&lt;br /&gt;print a&lt;br /&gt;what is the output?&lt;br /&gt;6.pass by value vs pass by reference&lt;br /&gt;7. a = [1, 2, 3]&lt;br /&gt;b= a&lt;br /&gt;b.append(4)&lt;br /&gt;what is value of a and b?&lt;br /&gt;8. how will u cut when your required equal parts in a round shaped cake?&lt;br /&gt;9. using only 3 cuts how will you get 8 peaces?&lt;br /&gt;10 assume cream is there on top of cake how will u get all 8 peaces having cream using only 3 cuts?&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;11. write a Int-parser function in python.&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Ex: &amp;nbsp;int_parse('123') returns the value of 123&lt;br /&gt;12. How to&amp;nbsp; Parse XML Files in Python.&lt;br /&gt;13. Difference between String &amp;amp; List.&lt;br /&gt;14. Write a power function.&lt;br /&gt;&lt;div&gt;15. How to run Linux commands in Python&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4350605312468736570-8791779925753470972?l=mahaboobsubhan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mahaboobsubhan.blogspot.com/feeds/8791779925753470972/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4350605312468736570&amp;postID=8791779925753470972' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/8791779925753470972'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/8791779925753470972'/><link rel='alternate' type='text/html' href='http://mahaboobsubhan.blogspot.com/2009/02/python-interview-questions.html' title='Python Interview Questions'/><author><name>subhan</name><uri>http://www.blogger.com/profile/03065966876049487802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_aMxs-oE2ZHU/SznAhY3fjrI/AAAAAAAABE4/WXS6HT2xBKU/S220/DSC00067.JPG'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4350605312468736570.post-3971159046904483556</id><published>2008-11-15T08:56:00.000-08:00</published><updated>2008-11-20T03:49:18.593-08:00</updated><title type='text'>Emacs</title><content type='html'>Emacs is one of my favorite editor. After playing with some time i understand that,&lt;br /&gt;as a programmer i felt life is very comfortable with Emacs.&lt;br /&gt;&lt;br /&gt;Actually Emacs is purely written in Lisp, and I felt that lisp is good programming language. I tried things like chatting, remote file editing, sending mails from Emacs.&lt;br /&gt;&lt;br /&gt;also I found a browser(conkeror), which works as Emacs for browsing.&lt;br /&gt;meaning for opening URLs similar as file opening command in Emacs,&lt;br /&gt;for searching also it's similar to Emacs. you don't need to use the mouse for this browser.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://conkeror.org/"&gt;http://conkeror.org&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;i will just tell you essential commands in Emacs.&lt;br /&gt;&lt;br /&gt;1. C-x C-f for opening a file&lt;br /&gt;2. C-x C-s for saving a file&lt;br /&gt;3. C-x-b for switching between buffers&lt;br /&gt;4. C-x C-b for listing currently opened buffers&lt;br /&gt;5. C-x-k for killing a buffer&lt;br /&gt;6. C-h-t for Emacs Tutorial.&lt;br /&gt;7. C-x-m opens a buffer writing mail.&lt;br /&gt;8. C-c C-c sends the mail.&lt;br /&gt;9. C-s  for searching words  in current buffer&lt;br /&gt;10. C-r for reverse search&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4350605312468736570-3971159046904483556?l=mahaboobsubhan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mahaboobsubhan.blogspot.com/feeds/3971159046904483556/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4350605312468736570&amp;postID=3971159046904483556' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/3971159046904483556'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/3971159046904483556'/><link rel='alternate' type='text/html' href='http://mahaboobsubhan.blogspot.com/2008/11/emacs.html' title='Emacs'/><author><name>subhan</name><uri>http://www.blogger.com/profile/03065966876049487802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_aMxs-oE2ZHU/SznAhY3fjrI/AAAAAAAABE4/WXS6HT2xBKU/S220/DSC00067.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4350605312468736570.post-1342445479629701977</id><published>2008-08-26T06:30:00.000-07:00</published><updated>2008-08-26T06:55:37.425-07:00</updated><title type='text'>As  A Programmer In Office</title><content type='html'>I started my carrier as a System admin, later  I recognized as web developer in my office(Servelots).I learned so many things in this Office.&lt;br /&gt;&lt;br /&gt;what i understand as a web developer ,I learned how to test web applications.&lt;br /&gt;how to fix bugs in web applications. python's Web.py, Django, Ruby's Ruby on Rails web frame works are making easier to develop web application.But writing web application using java is more pain full i think.&lt;br /&gt;&lt;br /&gt;                           -----&lt;span style="font-weight: bold; font-style: italic;"&gt;not completed&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4350605312468736570-1342445479629701977?l=mahaboobsubhan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mahaboobsubhan.blogspot.com/feeds/1342445479629701977/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4350605312468736570&amp;postID=1342445479629701977' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/1342445479629701977'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/1342445479629701977'/><link rel='alternate' type='text/html' href='http://mahaboobsubhan.blogspot.com/2008/08/as-programmer-in-office.html' title='As  A Programmer In Office'/><author><name>subhan</name><uri>http://www.blogger.com/profile/03065966876049487802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_aMxs-oE2ZHU/SznAhY3fjrI/AAAAAAAABE4/WXS6HT2xBKU/S220/DSC00067.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4350605312468736570.post-1142957348780129460</id><published>2007-12-23T04:31:00.000-08:00</published><updated>2008-08-26T06:30:00.618-07:00</updated><title type='text'>The Movie</title><content type='html'>Till now i saw so many movies in Hindi ,English,japanese,Telugu,Tamil.&lt;br /&gt;Still now i cann't justify movies are good or bad. People are going to watch movies in Theaters. i don't know in olden days movies how much influenced the people.but currently people are very much influenced by movies.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4350605312468736570-1142957348780129460?l=mahaboobsubhan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mahaboobsubhan.blogspot.com/feeds/1142957348780129460/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4350605312468736570&amp;postID=1142957348780129460' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/1142957348780129460'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/1142957348780129460'/><link rel='alternate' type='text/html' href='http://mahaboobsubhan.blogspot.com/2007/12/movie.html' title='The Movie'/><author><name>subhan</name><uri>http://www.blogger.com/profile/03065966876049487802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_aMxs-oE2ZHU/SznAhY3fjrI/AAAAAAAABE4/WXS6HT2xBKU/S220/DSC00067.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4350605312468736570.post-809821666316230223</id><published>2007-12-11T00:56:00.001-08:00</published><updated>2007-12-12T04:50:05.583-08:00</updated><title type='text'>still now what i did in Servelots</title><content type='html'>&lt;span style="font-family:lucida grande;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;iam&lt;/span&gt; started working as &lt;span style="font-weight: bold; font-style: italic;"&gt;System Admin&lt;/span&gt; &lt;span style="font-weight: bold; font-style: italic;"&gt;in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;Servelots&lt;/span&gt;&lt;/span&gt; from April 07. I learned so many things as a  System Administer in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;Sevrelots&lt;/span&gt;. Also i met some new people who has much experience as system administers and some computer programmers.&lt;br /&gt;&lt;br /&gt;In &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;servelots&lt;/span&gt; i met one person who is a expert in wireless network, his name is &lt;span style="font-weight: bold;"&gt;Rene&lt;/span&gt;, from him i understand how to maintenance the systems, how to check logs and fixing bugs when we installed new applications.how to solve problems in Linux environment.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;A). &lt;span style="font-style: italic;"&gt;Virtualization:&lt;br /&gt;    &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:lucida grande;"&gt;we both together installed virtual server in one machine. We installed 3   virtual machines on that.on the 3 virtual machines we installed different application for different purpose.the applications are :&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:lucida grande;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;         I. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;Godavari&lt;/span&gt; virtual Host:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-family:lucida grande;"&gt;&lt;span style="font-weight: bold;"&gt;   &lt;/span&gt;                                        1.Apache2 server&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:lucida grande;"&gt;                                             2.No-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;ip&lt;/span&gt; client&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:lucida grande;"&gt;                    3.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;Servelots&lt;/span&gt; wiki&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:lucida grande;"&gt;                    4.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;Dhcp&lt;/span&gt; server&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-family:lucida grande;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-family:lucida grande;"&gt;&lt;span style="font-weight: bold;"&gt;            II. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;Ganga&lt;/span&gt; Virtual Host:       &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:lucida grande;"&gt;&lt;br /&gt;                 1. Chennai web application(developed in ruby on rails)&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-family:lucida grande;"&gt;&lt;span style="font-weight: bold;"&gt;            III. Himalaya&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-family:lucida grande;"&gt;&lt;span style="font-weight: bold;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-family:lucida grande;"&gt;                    1. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;Ltsp&lt;/span&gt; server.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-family:lucida grande;"&gt;&lt;span style="font-weight: bold;"&gt;B). Remote Linux installation:&lt;br /&gt;&lt;/span&gt;we installed Debian in one remote server from office it's like changing &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_10"&gt;filesystem&lt;/span&gt; from one partition to other partition without loosing the data.&lt;br /&gt;&lt;br /&gt;there is more information about this from here:&lt;br /&gt;&lt;a href="http://www.underhanded.org/papers/debian-conversion/remotedeb.html"&gt;http://www.underhanded.org/papers/debian-conversion/remotedeb.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;C).&lt;/span&gt; I written a script for   data backup using &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;rsync&lt;/span&gt;.file name is &lt;span style="font-weight: bold;"&gt;copy-backup.sh&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;#! /bin/sh&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;       &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;rsync&lt;/span&gt; -&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;avvz&lt;/span&gt; --progress --delete-after --exclude-from="Delete" /  -e "ssh -p                      222 -i  /root/backup-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;rsync&lt;/span&gt;-key"  joebackup@backup:/remote-backup &lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;       touch timestamp&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;       exit&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;here it's copies data into backup server the /home ,/etc,/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;usr&lt;/span&gt;/bin,/var/www&lt;br /&gt;directories using ssh.&lt;br /&gt;&lt;br /&gt;here in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;rsync&lt;/span&gt; we are passing one argument to ssh.this argument is root key, if we pass this to ssh it will &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;login&lt;/span&gt; automatically without asking password.&lt;br /&gt;&lt;br /&gt;so i just added this script file in "/etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;crontab&lt;/span&gt;" like this:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;30  18  *  *  *     root    /root/copy-backup.sh&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:lucida grande;"&gt;     this line tells &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;crontab&lt;/span&gt; that it will run everyday evening at 6:30.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:lucida grande;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;D). &lt;/span&gt;In&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;office &lt;span style="font-weight: bold;"&gt; &lt;/span&gt;someone written a &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_20"&gt;Perl&lt;/span&gt; script for generating static pages using dynamic &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_21"&gt;URLs&lt;/span&gt; ,and also it will copy the static pages into where shell we want.&lt;br /&gt;&lt;br /&gt;  after understanding of the &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_22"&gt;Perl&lt;/span&gt; script i wrote small &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_23"&gt;Perl&lt;/span&gt;  script for generating single static page using dynamic &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_24"&gt;URL&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt; &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_25"&gt;Perl&lt;/span&gt; script is like a &lt;span style="font-weight: bold; font-style: italic;"&gt;scrapbook&lt;/span&gt; which is a &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_26"&gt;FireFox&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_27"&gt;plugin&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;E).&lt;/span&gt; I installed &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_28"&gt;svn&lt;/span&gt; in of our server. For our developing software repository. Then i configured the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_29"&gt;svn&lt;/span&gt; with &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_30"&gt;Apache&lt;/span&gt;2 for accessing &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_31"&gt;svn&lt;/span&gt; repository from outside.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;F).&lt;/span&gt; I understood how &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_32"&gt;Jakarta&lt;/span&gt;-tomcat works.all our office old web applications are developed in java.i deployed all &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_33"&gt;web apps&lt;/span&gt; in tomcat,&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_34"&gt;iam&lt;/span&gt; &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_35"&gt;maintain&lt;/span&gt;ing tomcat web server.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;G).&lt;/span&gt; I written some shell scripts for  changing text  patterns in  database. I installed and configured mediawiki for office use.i configured firewalls in office network for network traffice monitoring, blocking ssh from unknown users, port  forwording.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;H). &lt;/span&gt;Also some times iam working as web developer in office.As a web developer i integrated calendar in a webapplication.i developed the calendar in ruby on rails.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;I). &lt;/span&gt;I learned little bit of ruby and rails in office.&lt;br /&gt;              &lt;br /&gt;            &lt;br /&gt;                                                                                                                         .......still there is a lot to write.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; &lt;/span&gt;&lt;span style="font-family:lucida grande;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4350605312468736570-809821666316230223?l=mahaboobsubhan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mahaboobsubhan.blogspot.com/feeds/809821666316230223/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4350605312468736570&amp;postID=809821666316230223' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/809821666316230223'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/809821666316230223'/><link rel='alternate' type='text/html' href='http://mahaboobsubhan.blogspot.com/2007/12/still-now-what-i-did-in-servelots_11.html' title='still now what i did in Servelots'/><author><name>subhan</name><uri>http://www.blogger.com/profile/03065966876049487802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_aMxs-oE2ZHU/SznAhY3fjrI/AAAAAAAABE4/WXS6HT2xBKU/S220/DSC00067.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4350605312468736570.post-9093072346735928234</id><published>2007-12-05T17:58:00.000-08:00</published><updated>2007-12-06T01:16:26.829-08:00</updated><title type='text'>zip function</title><content type='html'>iam struggling for writing zip function in python.actually i wrote once this zip very long time back.meanwhile i forget the whole concept. Again iam trying to write a zip function with basic knowledge of python.&lt;br /&gt;&lt;br /&gt;I think this called &lt;span style="color: rgb(0, 153, 0);"&gt;unlearning&lt;/span&gt;. i don't know exactly what is unlearning.&lt;br /&gt;&lt;br /&gt;actually i written zip function using Python builtin function called map.what map does is&lt;br /&gt;"it takes any number of arguments,but first argument should be function and remaining arguments should be lists.it  return a list of the results of applying the function to the items of the argument sequence or  sequences. If more than one sequence is given, the function is called with an argument list consisting of the corresponding item of each sequence, substituting None for missing values when not all sequences have the same length.  If the function is None, return a list of the items of the sequence."&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4350605312468736570-9093072346735928234?l=mahaboobsubhan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mahaboobsubhan.blogspot.com/feeds/9093072346735928234/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4350605312468736570&amp;postID=9093072346735928234' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/9093072346735928234'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/9093072346735928234'/><link rel='alternate' type='text/html' href='http://mahaboobsubhan.blogspot.com/2007/12/zip-function.html' title='zip function'/><author><name>subhan</name><uri>http://www.blogger.com/profile/03065966876049487802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_aMxs-oE2ZHU/SznAhY3fjrI/AAAAAAAABE4/WXS6HT2xBKU/S220/DSC00067.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4350605312468736570.post-8680518547396929180</id><published>2007-12-03T09:18:00.001-08:00</published><updated>2007-12-03T10:01:35.842-08:00</updated><title type='text'>what i did from past 2 days</title><content type='html'>sunday i tried to install linux in a computer.&lt;br /&gt;but whole day i got so many errors and problem while installing linux.some times cd drive problems,some times installtion cd are gave problem.i tried three diffrent linuxs, finally i installed debian linux like this.&lt;br /&gt;&lt;br /&gt;1. first i partitioned the disk as LVM filesystem.while installing the linux it shows the LVM partitioning option.advantage of using LVM is after installing Linux,if you want to resize partitions, you can resize the partitions without losing data.&lt;br /&gt;&lt;br /&gt;2. I installed debian text mode linux, later i updated to GUI mode using aptitude.&lt;br /&gt;&lt;br /&gt;3. now system also boots very fast, before this on the machine there was edubuntu.edubutu took so much time to boot and also it took so much space&lt;br /&gt;for installing OS.&lt;br /&gt;&lt;br /&gt;4.I installed very minimal Xserver packages in it.&lt;br /&gt;&lt;br /&gt; I don't like in Ubuntu automatic Network detection feature. some times it show networking  is  not  detected,  but  when  i  do browsing the internet it willwork. Actually i frustrated with it when i try to configure wireless network in some laptops in our office.&lt;br /&gt;&lt;br /&gt; But I liked the Ubuntu live cd,because you can use it as live cd and also you can&lt;br /&gt;install Ubuntu  using that if you want ,it's very simple when it runs as live cd it creates a install icon on the desktop .&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4350605312468736570-8680518547396929180?l=mahaboobsubhan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mahaboobsubhan.blogspot.com/feeds/8680518547396929180/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4350605312468736570&amp;postID=8680518547396929180' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/8680518547396929180'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/8680518547396929180'/><link rel='alternate' type='text/html' href='http://mahaboobsubhan.blogspot.com/2007/12/what-i-did-from-past-2-days_03.html' title='what i did from past 2 days'/><author><name>subhan</name><uri>http://www.blogger.com/profile/03065966876049487802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_aMxs-oE2ZHU/SznAhY3fjrI/AAAAAAAABE4/WXS6HT2xBKU/S220/DSC00067.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4350605312468736570.post-8429071423206834679</id><published>2007-12-01T08:39:00.000-08:00</published><updated>2007-12-01T09:16:01.952-08:00</updated><title type='text'>The Little Buddha</title><content type='html'>I saw one movie two days back.Movie name is &lt;span style="font-weight: bold;"&gt;"The Little  Buddha".&lt;br /&gt;&lt;/span&gt;The movie explains how &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_0"&gt;Siddhartha&lt;/span&gt; &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_1"&gt;Gautama&lt;/span&gt; became &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_2"&gt;Buddha&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;movie starts with a monk telling a &lt;span style="font-weight: bold;"&gt;goat story&lt;/span&gt; to small children. Like this&lt;br /&gt;"O&lt;span style="font-style: italic;"&gt;nce there was a priest he ready to kill a goat  in a ceremony.&lt;/span&gt;&lt;span style="font-style: italic;"&gt; When he was ready to kill the goat, The goat was laughing &lt;/span&gt;&lt;span style="font-style: italic;"&gt;then the &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_3"&gt;priest&lt;/span&gt; asked the goat &lt;/span&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;"why are you laughing?" &lt;/span&gt;&lt;span style="font-style: italic;"&gt;the goat answered that "many&lt;/span&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-style: italic;"&gt;years back &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;iam&lt;/span&gt; also&lt;/span&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-style: italic;"&gt;a priest like you ........"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;actually in this movie there was a &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_5"&gt;Buddhist&lt;/span&gt; monk he was the &lt;span style="font-weight: bold; font-style: italic;"&gt;lama&lt;/span&gt; of &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_6"&gt;Buddhist&lt;/span&gt; religion. People of &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_7"&gt;Buddhist&lt;/span&gt; &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_8"&gt;believe&lt;/span&gt; that who ever dies they will reborn depending upon there karma. So monk's Guru(teacher) died long before. But the monk thinks that his Guru reborn again in &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_9"&gt;different&lt;/span&gt; form. So he finds three children, who are the forms of his guru. In the three children one was from &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_10"&gt;Western&lt;/span&gt; country , one from  &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_11"&gt;Nepal&lt;/span&gt;, one girl from India.&lt;br /&gt;&lt;span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4350605312468736570-8429071423206834679?l=mahaboobsubhan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mahaboobsubhan.blogspot.com/feeds/8429071423206834679/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4350605312468736570&amp;postID=8429071423206834679' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/8429071423206834679'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/8429071423206834679'/><link rel='alternate' type='text/html' href='http://mahaboobsubhan.blogspot.com/2007/12/little-buddha.html' title='The Little Buddha'/><author><name>subhan</name><uri>http://www.blogger.com/profile/03065966876049487802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_aMxs-oE2ZHU/SznAhY3fjrI/AAAAAAAABE4/WXS6HT2xBKU/S220/DSC00067.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4350605312468736570.post-971199750212968499</id><published>2007-11-29T00:50:00.000-08:00</published><updated>2007-12-11T00:08:31.949-08:00</updated><title type='text'>shoemaker</title><content type='html'>A shoemaker ,his wife and his children are living in a farmer's house.He don't have land or house.they don't have enough money to live.He supporting his family by his cobbling.they have only one sheepskin coat so he wanted to buy one more sheepskin coat.One early morning he went to buy a sheepskin coat,for buying sheepskin coat he asked one farmer money. But that fellow did not gave,then he got one idea that he first get the sheepskin coat later he will give the money.He told this idea to businessman ,but businessman did not agree for shoe makers idea.&lt;br /&gt;&lt;br /&gt;so he felt very depressed,he drunk vodka,while he was going to home he saw a stranger on the shrine,the stranger was leaning. first he frighted after seeing the stranger,then he went closer to him and he gave his coat and shoes to him for protecting from cold.and he took him to his home.&lt;br /&gt;&lt;br /&gt;Simon wife was thinking that her husband was bought the coat,in morning he went with very little money, and definitely the farmer gave him money, with that he bought the coat. she prepared food and fed her children  and  also ate little bit and waiting for her husband.&lt;br /&gt;&lt;br /&gt;suddenly some one knocked the door.she opened the door she saw her husband with out sheepskin coat and he came with a naked fellow.Simon wife felt very angry for Simon drunk with money she gave for coat and insteaded of coat he brought one naked man.she refused to gave food them.Simon tried to explain her whole story,but she was scolding without listening what her husband telling.but the stranger was silent he did not talk even one single word.&lt;br /&gt;&lt;br /&gt;so finally she gave them food,after seeing that stranger she once again she feel bad about what talked.she showed compassion on him,the stranger smiled at her.Simon teached  him how to make shoes and how to  gain money for  food.&lt;br /&gt;he stayed with Simon only.the two people are making shoes everyday.Simon getting more money for making shoes.the young stranger working daily without taking rest or without going any where.and his face is blighting day by  day brighter and brighter.he stayed with Simon 6 years.&lt;br /&gt;&lt;br /&gt;one day one rich person came with leather,he wanted a pair of shoes with leather he brought.but he put a condition.the condition was if the shoes will broke in a year after making he will give punishment otherwise he will pay more money for making shoes.the shoe maker little bit afraid for the richman's condition.but young man smiled at looking into richman's face.when he came into Simon from that day to now he smiled two times.Simon looked at young man the signed like to agree for the condition.finally Simon agreed for the condition and he took the leather.&lt;br /&gt;&lt;br /&gt;the youngman started making shoes for richman.he is cutting the leather like a expirenced shoemaker. Insteaded of shoes he made one paire of sandals with the leather.Simon really afraid after seeing that sandals,because the rich man will give punishment to Simon.he very much afraid.one of rich man servent came and he told that "the rich man was died two days back,so his wife told that no need of making shoes ,insteaded of shoes make sandals".so servent came there for sandal.Simon gave him the sandal he went away.&lt;br /&gt;&lt;br /&gt;one day Simon and young man was working together.suddenly they heard some one is coming towards to there house.till now young man did not went to see anybody curiously who are coming to Simon's house.but he went see who are coming to there house.so Simon really surprised.one woman came with two little children for shoes.after seeing her face young man smiled one more time.Simon observed this.the woman with the children asked Simon that she wanted two pairs of shoes for the two children.the young man started taking measurements of childrens feet.then he sunddenly told that god forgive him for his mistakes.now he wanted to leave from simon's house.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4350605312468736570-971199750212968499?l=mahaboobsubhan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mahaboobsubhan.blogspot.com/feeds/971199750212968499/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4350605312468736570&amp;postID=971199750212968499' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/971199750212968499'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4350605312468736570/posts/default/971199750212968499'/><link rel='alternate' type='text/html' href='http://mahaboobsubhan.blogspot.com/2007/11/shoemaker.html' title='shoemaker'/><author><name>subhan</name><uri>http://www.blogger.com/profile/03065966876049487802</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_aMxs-oE2ZHU/SznAhY3fjrI/AAAAAAAABE4/WXS6HT2xBKU/S220/DSC00067.JPG'/></author><thr:total>0</thr:total></entry></feed>
