<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for ~ Mayank Johri's Tips ~</title>
	<atom:link href="http://mayankjohri.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mayankjohri.wordpress.com</link>
	<description>My Virtual Home</description>
	<lastBuildDate>Mon, 16 Nov 2009 07:15:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Adding Public keys for apt-get by Lifeboy</title>
		<link>http://mayankjohri.wordpress.com/2007/04/09/adding-public-keys-for-apt-get/#comment-99</link>
		<dc:creator>Lifeboy</dc:creator>
		<pubDate>Mon, 16 Nov 2009 07:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/2007/04/09/adding-public-keys-for-apt-get/#comment-99</guid>
		<description>The second line of your little script needs a sudo for apt-key to work and thus should read:

gpg --armor --export $1 &#124; sudo apt-key add -

Also, if a line was added before the first line as follows

#/bin/sh 

then things would work better. I named the script file &quot;key-import&quot;.  Now the script will be recognised by Linux as a script.  Of course you would need to do &quot;chmod +r key-import&quot; to make it executable.

Now you may call the script by issuing the command &quot;./key-import D018A4CE&quot; (of course replacing the actual key with the last 8 characters of the key that apt-get could not find.

Lastly you may move the script to a location that is in your path environment variable.

me@host:~$ env &#124; grep PATH
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games

So I moved my script as follows:

me@host:~$ sudo mv key-import /usr/local/bin/

Now I can issue the command &quot;key-import&quot; from anywhere on my machine.</description>
		<content:encoded><![CDATA[<p>The second line of your little script needs a sudo for apt-key to work and thus should read:</p>
<p>gpg &#8211;armor &#8211;export $1 | sudo apt-key add -</p>
<p>Also, if a line was added before the first line as follows</p>
<p>#/bin/sh </p>
<p>then things would work better. I named the script file &#8220;key-import&#8221;.  Now the script will be recognised by Linux as a script.  Of course you would need to do &#8220;chmod +r key-import&#8221; to make it executable.</p>
<p>Now you may call the script by issuing the command &#8220;./key-import D018A4CE&#8221; (of course replacing the actual key with the last 8 characters of the key that apt-get could not find.</p>
<p>Lastly you may move the script to a location that is in your path environment variable.</p>
<p>me@host:~$ env | grep PATH<br />
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games</p>
<p>So I moved my script as follows:</p>
<p>me@host:~$ sudo mv key-import /usr/local/bin/</p>
<p>Now I can issue the command &#8220;key-import&#8221; from anywhere on my machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FAQ: How to enable file streaming in softgrid 4.5 by Shssael Perez</title>
		<link>http://mayankjohri.wordpress.com/2008/03/31/faq-how-to-enable-file-streaming-in-softgrid-45/#comment-98</link>
		<dc:creator>Shssael Perez</dc:creator>
		<pubDate>Thu, 12 Nov 2009 16:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/?p=60#comment-98</guid>
		<description>Mayank,

Thank so much for this tip!</description>
		<content:encoded><![CDATA[<p>Mayank,</p>
<p>Thank so much for this tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on App-V Interview Questions by Raj</title>
		<link>http://mayankjohri.wordpress.com/2009/10/27/app-v-questions/#comment-97</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Tue, 27 Oct 2009 14:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/?p=167#comment-97</guid>
		<description>Answers (Partial answers :-) )for some of the questions!!!

Q:What is App-V Sequencing

The process of creating a virtualized package using App-V sequencer is known as App-V sequencing.
The Microsoft Application Virtualization (or App-V) Sequencer is a component of the App-V suite used to package your applications to be deployed to systems using the App-V client. Properly sequencing applications is the key to a successful App-V implementation.

Q:What is VFS Sequenging

The method of allowing an Application to install on C:  drive during the  monitoring phase of the sequencing is termed as VFS sequence.

Q:What is MNT Sequencing

The “MNT” portion indicates that when the application was installed during the monitoring phase of Sequencing it was installed to the drive letter used as the client’s mount point.This type of sequencing method is termed as MNT sequencing.

Q:What is SystemGuard
SystemGuard tracks and analyses configuration repositories and resources used by the application and intercepts the use of these resources, redirecting them to the virtualized instances of the resources.
The Microsoft SoftGrid Application Virtualization Platform‘s heart is SystemGuard, a patented technology which enables applications to run without installing them locally—and without altering the client‘s operating system.
SystemGuard eliminates common application deployment and management problems:
Application Conflicts: Almost any application will run on any client at any time.
Version Incompatibilities: Different versions of the same application will run simultaneously on the same computer.
Multi-User Access: Applications that were previously unable to run in multi-user mode and therefore could not run within Citrix MetaFrame or Windows Terminal Services, will now do so and function correctly for multiple users.
Multi-Tenancy Issues: Instances of the same application using different database paths will run on the same computer at the same time.
Server Siloing and N-Way Regression Testing: The need for many separate server farms and time-intensive regression testing for application conflicts is eliminated.


Q:What are the protocols supported for streamming

RTSP, RTSPS, FILE, HTTP, HTTPS‎

Q:Which applications can not be sequenced?

Boot time applications,drivers,certain type of services

Q;Can network shortcut applications be sequenced
Yes

Q:Can all types of services be sequenced

No

Q:Why application is launched more then once while sequencing.

This is to capture all the user profile settings and application configurations perfectly. Some application like Adobe reader needs to launch multiple times to capture all the settings it do.


Q:Which hardware component be updated to get better performance in sequencing process.

Memory (harddisk)


Q:What is the difference of suite and dynamic suite.
suite is a whole package block where as dynamic suite is getting the visibility of a pre-req package via dynamic suite composition.

Q:What is the difference between update and active upgrade
.Update is similar to patching  where as active upgrade is upgrading an already prepared package to a new compatible version(Eg: Uploading the packages which is developed with 4.2 version of softgrid  to 4.5 version of softgrid)

Q:How to manage exclusion list

Via adding the exclusion list in default.sprj

Q:Can host files be sequenced

Sequencing a host file is not a  best practice.
 
Q:Define the normal upgrade process

Open the sprj file with open for upgrade option with the sequencer.Do the modifications and incriment the release version and do save as.</description>
		<content:encoded><![CDATA[<p>Answers (Partial answers <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )for some of the questions!!!</p>
<p>Q:What is App-V Sequencing</p>
<p>The process of creating a virtualized package using App-V sequencer is known as App-V sequencing.<br />
The Microsoft Application Virtualization (or App-V) Sequencer is a component of the App-V suite used to package your applications to be deployed to systems using the App-V client. Properly sequencing applications is the key to a successful App-V implementation.</p>
<p>Q:What is VFS Sequenging</p>
<p>The method of allowing an Application to install on C:  drive during the  monitoring phase of the sequencing is termed as VFS sequence.</p>
<p>Q:What is MNT Sequencing</p>
<p>The “MNT” portion indicates that when the application was installed during the monitoring phase of Sequencing it was installed to the drive letter used as the client’s mount point.This type of sequencing method is termed as MNT sequencing.</p>
<p>Q:What is SystemGuard<br />
SystemGuard tracks and analyses configuration repositories and resources used by the application and intercepts the use of these resources, redirecting them to the virtualized instances of the resources.<br />
The Microsoft SoftGrid Application Virtualization Platform‘s heart is SystemGuard, a patented technology which enables applications to run without installing them locally—and without altering the client‘s operating system.<br />
SystemGuard eliminates common application deployment and management problems:<br />
Application Conflicts: Almost any application will run on any client at any time.<br />
Version Incompatibilities: Different versions of the same application will run simultaneously on the same computer.<br />
Multi-User Access: Applications that were previously unable to run in multi-user mode and therefore could not run within Citrix MetaFrame or Windows Terminal Services, will now do so and function correctly for multiple users.<br />
Multi-Tenancy Issues: Instances of the same application using different database paths will run on the same computer at the same time.<br />
Server Siloing and N-Way Regression Testing: The need for many separate server farms and time-intensive regression testing for application conflicts is eliminated.</p>
<p>Q:What are the protocols supported for streamming</p>
<p>RTSP, RTSPS, FILE, HTTP, HTTPS‎</p>
<p>Q:Which applications can not be sequenced?</p>
<p>Boot time applications,drivers,certain type of services</p>
<p>Q;Can network shortcut applications be sequenced<br />
Yes</p>
<p>Q:Can all types of services be sequenced</p>
<p>No</p>
<p>Q:Why application is launched more then once while sequencing.</p>
<p>This is to capture all the user profile settings and application configurations perfectly. Some application like Adobe reader needs to launch multiple times to capture all the settings it do.</p>
<p>Q:Which hardware component be updated to get better performance in sequencing process.</p>
<p>Memory (harddisk)</p>
<p>Q:What is the difference of suite and dynamic suite.<br />
suite is a whole package block where as dynamic suite is getting the visibility of a pre-req package via dynamic suite composition.</p>
<p>Q:What is the difference between update and active upgrade<br />
.Update is similar to patching  where as active upgrade is upgrading an already prepared package to a new compatible version(Eg: Uploading the packages which is developed with 4.2 version of softgrid  to 4.5 version of softgrid)</p>
<p>Q:How to manage exclusion list</p>
<p>Via adding the exclusion list in default.sprj</p>
<p>Q:Can host files be sequenced</p>
<p>Sequencing a host file is not a  best practice.</p>
<p>Q:Define the normal upgrade process</p>
<p>Open the sprj file with open for upgrade option with the sequencer.Do the modifications and incriment the release version and do save as.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting Evolution for Gmail Account by pankaj</title>
		<link>http://mayankjohri.wordpress.com/2007/08/25/setting-evolution-for-gmail-account/#comment-94</link>
		<dc:creator>pankaj</dc:creator>
		<pubDate>Mon, 06 Jul 2009 17:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/2007/08/25/setting-evolution-for-gmail-account/#comment-94</guid>
		<description>That was helpful I was using imap for receiving mails as in thunderbird. But it was POP


Thanks!!</description>
		<content:encoded><![CDATA[<p>That was helpful I was using imap for receiving mails as in thunderbird. But it was POP</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TIPS: Python: How to convert python script to executable by Informático de Guardia</title>
		<link>http://mayankjohri.wordpress.com/2008/12/14/tips-python-how-to-convert-python-script-to-executable/#comment-93</link>
		<dc:creator>Informático de Guardia</dc:creator>
		<pubDate>Thu, 04 Jun 2009 18:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/?p=134#comment-93</guid>
		<description>@Jason, with your solution, Python have to be installed in the target system and that isn&#039;t the idea.</description>
		<content:encoded><![CDATA[<p>@Jason, with your solution, Python have to be installed in the target system and that isn&#8217;t the idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TIPS: dbus: UUID file &#8216;/var/lib/dbus/machine-id&#8217; contains invalid hex data by Pvqizwzu</title>
		<link>http://mayankjohri.wordpress.com/2008/09/08/tips-dbus-uuid-file-varlibdbusmachine-id-contains-invalid-hex-data/#comment-92</link>
		<dc:creator>Pvqizwzu</dc:creator>
		<pubDate>Fri, 08 May 2009 10:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/?p=99#comment-92</guid>
		<description>4S9DXY comment2 ,</description>
		<content:encoded><![CDATA[<p>4S9DXY comment2 ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PitHole: RPM : &#8220;warning, user XXX does not exist &#8211; using root&#8221; by PiterKokoniz</title>
		<link>http://mayankjohri.wordpress.com/2008/06/04/pitholes-rpm-warning-user-xxx-does-not-exist-using-root/#comment-91</link>
		<dc:creator>PiterKokoniz</dc:creator>
		<pubDate>Wed, 08 Apr 2009 00:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/?p=73#comment-91</guid>
		<description>Hi !!!! ^_^
I am Piter Kokoniz. Just want to tell, that I like your blog very much!
And want to ask you: will you continue to post in this blog in future?
Sorry for my bad english:)
Tnx!
Your Piter Kokoniz, from Latvia</description>
		<content:encoded><![CDATA[<p>Hi !!!! ^_^<br />
I am Piter Kokoniz. Just want to tell, that I like your blog very much!<br />
And want to ask you: will you continue to post in this blog in future?<br />
Sorry for my bad english:)<br />
Tnx!<br />
Your Piter Kokoniz, from Latvia</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PitHole: RPM : &#8220;warning, user XXX does not exist &#8211; using root&#8221; by RaiulBaztepo</title>
		<link>http://mayankjohri.wordpress.com/2008/06/04/pitholes-rpm-warning-user-xxx-does-not-exist-using-root/#comment-90</link>
		<dc:creator>RaiulBaztepo</dc:creator>
		<pubDate>Sun, 29 Mar 2009 00:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/?p=73#comment-90</guid>
		<description>Hello!
Very Interesting post! Thank you for such interesting resource! 
PS: Sorry for my bad english, I&#039;v just started to learn this language ;)
See you! 
Your, Raiul Baztepo</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Very Interesting post! Thank you for such interesting resource!<br />
PS: Sorry for my bad english, I&#8217;v just started to learn this language <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
See you!<br />
Your, Raiul Baztepo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft Application Virtualization: Tips to pick right apps for sequencing by Kim</title>
		<link>http://mayankjohri.wordpress.com/2008/02/08/guidelines-for-application-to-be-sequenced/#comment-89</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Tue, 17 Mar 2009 19:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/?p=51#comment-89</guid>
		<description>I see &quot;Hosts file can not be sequenced&quot;. Any problems with sequencing the Services file?</description>
		<content:encoded><![CDATA[<p>I see &#8220;Hosts file can not be sequenced&#8221;. Any problems with sequencing the Services file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TIPS: dbus: UUID file &#8216;/var/lib/dbus/machine-id&#8217; contains invalid hex data by Alexwebmaster</title>
		<link>http://mayankjohri.wordpress.com/2008/09/08/tips-dbus-uuid-file-varlibdbusmachine-id-contains-invalid-hex-data/#comment-88</link>
		<dc:creator>Alexwebmaster</dc:creator>
		<pubDate>Tue, 03 Mar 2009 10:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/?p=99#comment-88</guid>
		<description>Hello webmaster 
I would like to share with you a link to your site 
write me here preonrelt@mail.ru</description>
		<content:encoded><![CDATA[<p>Hello webmaster<br />
I would like to share with you a link to your site<br />
write me here <a href="mailto:preonrelt@mail.ru">preonrelt@mail.ru</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PitHole: Windows : The specified service has been marked for deletion by Emmanuel Benitez L</title>
		<link>http://mayankjohri.wordpress.com/2008/06/09/pithole-windows-the-specified-service-has-been-marked-for-deletion/#comment-84</link>
		<dc:creator>Emmanuel Benitez L</dc:creator>
		<pubDate>Mon, 22 Dec 2008 23:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/?p=75#comment-84</guid>
		<description>And kill the process (recent installed) if it&#039;s alive (task manager)</description>
		<content:encoded><![CDATA[<p>And kill the process (recent installed) if it&#8217;s alive (task manager)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get the windows service state using Python by mike</title>
		<link>http://mayankjohri.wordpress.com/2008/07/05/get-the-windows-service-state-using-python/#comment-83</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 15 Dec 2008 12:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/?p=81#comment-83</guid>
		<description>Thank you for this piece of code. I was looking for this.</description>
		<content:encoded><![CDATA[<p>Thank you for this piece of code. I was looking for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TIPS: Python: How to convert python script to executable by Jason Baker</title>
		<link>http://mayankjohri.wordpress.com/2008/12/14/tips-python-how-to-convert-python-script-to-executable/#comment-82</link>
		<dc:creator>Jason Baker</dc:creator>
		<pubDate>Sun, 14 Dec 2008 02:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/?p=134#comment-82</guid>
		<description>http://www.voidspace.org.uk/python/weblog/arch_d7_2008_12_06.shtml#e1038

Apparently, you don&#039;t even need them in Python 2.6 and 3!</description>
		<content:encoded><![CDATA[<p><a href="http://www.voidspace.org.uk/python/weblog/arch_d7_2008_12_06.shtml#e1038" rel="nofollow">http://www.voidspace.org.uk/python/weblog/arch_d7_2008_12_06.shtml#e1038</a></p>
<p>Apparently, you don&#8217;t even need them in Python 2.6 and 3!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TIPS: dpkg Error: dpkg: too many errors, stopping by Jason Barnabe &#187; Blog Archive &#187; Aborted Ubuntu upgrade horks everything</title>
		<link>http://mayankjohri.wordpress.com/2008/09/08/tips-dpkg-error-dpkg-too-many-errors-stopping/#comment-81</link>
		<dc:creator>Jason Barnabe &#187; Blog Archive &#187; Aborted Ubuntu upgrade horks everything</dc:creator>
		<pubDate>Sat, 29 Nov 2008 21:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/?p=97#comment-81</guid>
		<description>[...] dpkg –configure -a. That said there were too many errors for it to run. Modifying the command to dpkg --configure -a --abort-after=99999 made that work. Now it was complaining [...]</description>
		<content:encoded><![CDATA[<p>[...] dpkg –configure -a. That said there were too many errors for it to run. Modifying the command to dpkg &#8211;configure -a &#8211;abort-after=99999 made that work. Now it was complaining [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TIPS: dpkg Error: dpkg: too many errors, stopping by Mike</title>
		<link>http://mayankjohri.wordpress.com/2008/09/08/tips-dpkg-error-dpkg-too-many-errors-stopping/#comment-80</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 13 Nov 2008 05:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/?p=97#comment-80</guid>
		<description>Thanks, I&#039;ve been banging my head on up against a wall trying to get this solved. Thought I&#039;d checked all options but clearly hadn&#039;t.</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ve been banging my head on up against a wall trying to get this solved. Thought I&#8217;d checked all options but clearly hadn&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TIPS: dpkg Error: dpkg: too many errors, stopping by Just upgraded my ibook from Ubuntu Hardy to Ibex. &#171; Nae&#8217;s Blogs</title>
		<link>http://mayankjohri.wordpress.com/2008/09/08/tips-dpkg-error-dpkg-too-many-errors-stopping/#comment-79</link>
		<dc:creator>Just upgraded my ibook from Ubuntu Hardy to Ibex. &#171; Nae&#8217;s Blogs</dc:creator>
		<pubDate>Sat, 08 Nov 2008 02:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/?p=97#comment-79</guid>
		<description>[...] Just upgraded my ibook from Ubuntu Hardy to&#160;Ibex.  Just upgraded my ibook from Ubuntu Hardy to Ibex.  Did not go so good.  Had to rerun &#8220;dpkg &#8211;configure -a&#8221; command several times.  Still could not get my keyboard and mouse to work.  Found this site : http://mayankjohri.wordpress.com/2008/09/08/tips-dpkg-error-dpkg-too-many-errors-stopping/&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] Just upgraded my ibook from Ubuntu Hardy to&nbsp;Ibex.  Just upgraded my ibook from Ubuntu Hardy to Ibex.  Did not go so good.  Had to rerun &#8220;dpkg &#8211;configure -a&#8221; command several times.  Still could not get my keyboard and mouse to work.  Found this site : <a href="http://mayankjohri.wordpress.com/2008/09/08/tips-dpkg-error-dpkg-too-many-errors-stopping/&#8221" rel="nofollow">http://mayankjohri.wordpress.com/2008/09/08/tips-dpkg-error-dpkg-too-many-errors-stopping/&#8221</a>; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TIPS: dpkg Error: dpkg: too many errors, stopping by Porankiewicz</title>
		<link>http://mayankjohri.wordpress.com/2008/09/08/tips-dpkg-error-dpkg-too-many-errors-stopping/#comment-78</link>
		<dc:creator>Porankiewicz</dc:creator>
		<pubDate>Mon, 20 Oct 2008 09:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/?p=97#comment-78</guid>
		<description>Great!
according to suggestion given in this forum, regarding 
&#039;too many errors&#039; 
by upgrading to recent verssion of the UBUNTU
I finally was able to complete the upgrading.
Thank you very much!

However the system after upgrading:
- got lost connection to the internet 
and
- got lost connection to the USB pendrive.

It is good to have two computers connected to the internet. If one crashes you may use the second for searching for help!

Greetings
Boleslaw Porankiewicz</description>
		<content:encoded><![CDATA[<p>Great!<br />
according to suggestion given in this forum, regarding<br />
&#8216;too many errors&#8217;<br />
by upgrading to recent verssion of the UBUNTU<br />
I finally was able to complete the upgrading.<br />
Thank you very much!</p>
<p>However the system after upgrading:<br />
- got lost connection to the internet<br />
and<br />
- got lost connection to the USB pendrive.</p>
<p>It is good to have two computers connected to the internet. If one crashes you may use the second for searching for help!</p>
<p>Greetings<br />
Boleslaw Porankiewicz</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on recursive list files in a dir using Python by ownport.net &#187; Blog Archive &#187; recursive list files in a dir using Python</title>
		<link>http://mayankjohri.wordpress.com/2008/07/02/create-list-of-files-in-a-dir-tree/#comment-76</link>
		<dc:creator>ownport.net &#187; Blog Archive &#187; recursive list files in a dir using Python</dc:creator>
		<pubDate>Mon, 06 Oct 2008 17:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/?p=79#comment-76</guid>
		<description>[...] Original post [...]</description>
		<content:encoded><![CDATA[<p>[...] Original post [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting Evolution for Gmail Account by Willis</title>
		<link>http://mayankjohri.wordpress.com/2007/08/25/setting-evolution-for-gmail-account/#comment-74</link>
		<dc:creator>Willis</dc:creator>
		<pubDate>Sat, 20 Sep 2008 02:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/2007/08/25/setting-evolution-for-gmail-account/#comment-74</guid>
		<description>This is perfect, I was able to configure my email client on a machine running Ubuntu and it sends and recieves email

Thanks Mayank</description>
		<content:encoded><![CDATA[<p>This is perfect, I was able to configure my email client on a machine running Ubuntu and it sends and recieves email</p>
<p>Thanks Mayank</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Scrollbars to TCL/TK listbox in python by Jai</title>
		<link>http://mayankjohri.wordpress.com/2007/11/18/adding-scrollbars-to-tcltk-listbox-in-python/#comment-68</link>
		<dc:creator>Jai</dc:creator>
		<pubDate>Thu, 28 Aug 2008 10:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://mayankjohri.wordpress.com/2007/11/18/adding-scrollbars-to-tcltk-listbox-in-python/#comment-68</guid>
		<description>Hi ,

I need a small help.

I have written a small Tk script here. I am trying to add a y-scrollbar to this. I have created the scrollbar. Can you tell me how to link this scrollbar with the widget ?

I have attached the program here:

#!/usr/bin/wish


exec cp DWE_Suite/threshold_default.rpt adsDWE/threshold.rpt

global check

wm title . Constraint_Editor

scrollbar .scroll -orient vert
pack .scroll -side right -fill y
 
frame .top -borderwidth 5

pack .top -side top -fill x


proc CommandEntry { name label width args } {
frame $name
label $name.label -text $label -width $width -anchor w
eval {entry $name.entry -relief sunken} $args
pack $name.label -side left
pack $name.entry -fill x  -expand true

return $name.entry
}


proc Display { } {

 

label .top.bucket_size_heading -text &quot;BUCKET SIZE&quot;  -width 50 -anchor w

CommandEntry .top.bucket_size &quot;Bucket Size&quot; 50 -textvar check(bucket_size)

pack .top.bucket_size_heading .top.bucket_size

label .top.power_distribution_quality_heading -text &quot;POWER DISTRIBUTION QUALITY&quot;  -width 50 -anchor w

CommandEntry .top.enable_power_distribution_quality_check &quot;Enable Power Distribution Quality Check&quot; 50  -textvar check(enable_power_distribution_quality_check)
CommandEntry .top.bucket_power_density_ratio &quot;Bucket Power Density Ratio&quot; 50  -textvar check(bucket_power_density_ratio)
CommandEntry .top.num_violations_power_density_max &quot;Number Of Violations&quot; 50  -textvar check(num_violations_power_density_max)

pack .top.power_distribution_quality_heading .top.enable_power_distribution_quality_check .top.bucket_power_density_ratio .top.num_violations_power_density_max

label .top.charge_distribution_quality_heading -text &quot;CHARGE DISTRIBUTION QUALITY&quot;  -width 50 -anchor w
CommandEntry .top.enable_charge_distribution_quality_check &quot;Enable Charge Distribution Quality Check&quot; 50  -textvar check(enable_charge_distribution_quality_check)
CommandEntry .top.bucket_charge_density_ratio &quot;Bucket Charge Density Ratio&quot; 50  -textvar check(bucket_charge_density_ratio)
CommandEntry .top.num_violations_charge_density_max &quot;Number Of Violations&quot; 50  -textvar check(num_violations_charge_density_max)

}




Display




Thanks, Jai</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>I need a small help.</p>
<p>I have written a small Tk script here. I am trying to add a y-scrollbar to this. I have created the scrollbar. Can you tell me how to link this scrollbar with the widget ?</p>
<p>I have attached the program here:</p>
<p>#!/usr/bin/wish</p>
<p>exec cp DWE_Suite/threshold_default.rpt adsDWE/threshold.rpt</p>
<p>global check</p>
<p>wm title . Constraint_Editor</p>
<p>scrollbar .scroll -orient vert<br />
pack .scroll -side right -fill y</p>
<p>frame .top -borderwidth 5</p>
<p>pack .top -side top -fill x</p>
<p>proc CommandEntry { name label width args } {<br />
frame $name<br />
label $name.label -text $label -width $width -anchor w<br />
eval {entry $name.entry -relief sunken} $args<br />
pack $name.label -side left<br />
pack $name.entry -fill x  -expand true</p>
<p>return $name.entry<br />
}</p>
<p>proc Display { } {</p>
<p>label .top.bucket_size_heading -text &#8220;BUCKET SIZE&#8221;  -width 50 -anchor w</p>
<p>CommandEntry .top.bucket_size &#8220;Bucket Size&#8221; 50 -textvar check(bucket_size)</p>
<p>pack .top.bucket_size_heading .top.bucket_size</p>
<p>label .top.power_distribution_quality_heading -text &#8220;POWER DISTRIBUTION QUALITY&#8221;  -width 50 -anchor w</p>
<p>CommandEntry .top.enable_power_distribution_quality_check &#8220;Enable Power Distribution Quality Check&#8221; 50  -textvar check(enable_power_distribution_quality_check)<br />
CommandEntry .top.bucket_power_density_ratio &#8220;Bucket Power Density Ratio&#8221; 50  -textvar check(bucket_power_density_ratio)<br />
CommandEntry .top.num_violations_power_density_max &#8220;Number Of Violations&#8221; 50  -textvar check(num_violations_power_density_max)</p>
<p>pack .top.power_distribution_quality_heading .top.enable_power_distribution_quality_check .top.bucket_power_density_ratio .top.num_violations_power_density_max</p>
<p>label .top.charge_distribution_quality_heading -text &#8220;CHARGE DISTRIBUTION QUALITY&#8221;  -width 50 -anchor w<br />
CommandEntry .top.enable_charge_distribution_quality_check &#8220;Enable Charge Distribution Quality Check&#8221; 50  -textvar check(enable_charge_distribution_quality_check)<br />
CommandEntry .top.bucket_charge_density_ratio &#8220;Bucket Charge Density Ratio&#8221; 50  -textvar check(bucket_charge_density_ratio)<br />
CommandEntry .top.num_violations_charge_density_max &#8220;Number Of Violations&#8221; 50  -textvar check(num_violations_charge_density_max)</p>
<p>}</p>
<p>Display</p>
<p>Thanks, Jai</p>
]]></content:encoded>
	</item>
</channel>
</rss>
