<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:georss="http://www.georss.org/georss" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" version="2.0">
<channel>
	<title>
	Comments for Yannick Loriot	</title>
	<atom:link href="http://yannickloriot.com/comments/feed/" rel="self" type="application/rss+xml"/>
	<link>https://yannickloriot.com</link>
	<description>developer, entrepreneur, music producer</description>
	<lastBuildDate>Tue, 08 Feb 2022 10:01:05 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.10</generator>
	<language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle>developer, entrepreneur, music producer</itunes:subtitle><itunes:category text="Technology"><itunes:category text="Software How-To"/></itunes:category><item>
		<title>
		Comment on Kill a java process from the command-line or a bat file by Jai		</title>
		<link>https://yannickloriot.com/2012/08/kill-a-java-process-from-the-command-line-or-a-bat-file/comment-page-1/#comment-20926</link>

		<dc:creator><![CDATA[Jai]]></dc:creator>
		<pubDate>Tue, 08 Feb 2022 10:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://yannickloriot.com/?p=288#comment-20926</guid>

					<description><![CDATA[This post was created on 2012 and it is still helpful in 2022 and years to come. Thank you.]]></description>
			<content:encoded><![CDATA[<p>This post was created on 2012 and it is still helpful in 2022 and years to come. Thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Kill a java process from the command-line or a bat file by Raza		</title>
		<link>https://yannickloriot.com/2012/08/kill-a-java-process-from-the-command-line-or-a-bat-file/comment-page-1/#comment-20388</link>

		<dc:creator><![CDATA[Raza]]></dc:creator>
		<pubDate>Thu, 08 Aug 2019 04:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://yannickloriot.com/?p=288#comment-20388</guid>

					<description><![CDATA[Thanks for this thread, I want to kill all java processes. So what changes I have to made.]]></description>
			<content:encoded><![CDATA[<p>Thanks for this thread, I want to kill all java processes. So what changes I have to made.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Kill a java process from the command-line or a bat file by Chris		</title>
		<link>https://yannickloriot.com/2012/08/kill-a-java-process-from-the-command-line-or-a-bat-file/comment-page-1/#comment-20313</link>

		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Fri, 26 Apr 2019 12:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://yannickloriot.com/?p=288#comment-20313</guid>

					<description><![CDATA[Your my hero.
I was afraid I had another day of windows scripting before me and was already considering to jump out of the next window.
This thread saved my life XD]]></description>
			<content:encoded><![CDATA[<p>Your my hero.<br />
I was afraid I had another day of windows scripting before me and was already considering to jump out of the next window.<br />
This thread saved my life XD</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Kill a java process from the command-line or a bat file by Teerawich		</title>
		<link>https://yannickloriot.com/2012/08/kill-a-java-process-from-the-command-line-or-a-bat-file/comment-page-1/#comment-20252</link>

		<dc:creator><![CDATA[Teerawich]]></dc:creator>
		<pubDate>Mon, 15 Apr 2019 01:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://yannickloriot.com/?p=288#comment-20252</guid>

					<description><![CDATA[Thanks a lot. This solution can help me.]]></description>
			<content:encoded><![CDATA[<p>Thanks a lot. This solution can help me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Kill a java process from the command-line or a bat file by Cómo pasar el comando a la aplicación java usando un archivo por lotes		</title>
		<link>https://yannickloriot.com/2012/08/kill-a-java-process-from-the-command-line-or-a-bat-file/comment-page-1/#comment-19778</link>

		<dc:creator><![CDATA[Cómo pasar el comando a la aplicación java usando un archivo por lotes]]></dc:creator>
		<pubDate>Sun, 24 Mar 2019 18:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://yannickloriot.com/?p=288#comment-19778</guid>

					<description><![CDATA[[&#8230;] Taskkill debería hacer el truco, ver http://technet.microsoft.com/en-us/library/bb491009.aspx. Pero creo que la parte difícil sería averiguar qué proceso java matar y creo que jps podría ayudar. Mas informacion aqui http://yannickloriot.com/2012/08/kill-a-java-process-from-the-command-line-or-a-bat-file/#sthash.t36&#8230; [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Taskkill debería hacer el truco, ver <a href="http://technet.microsoft.com/en-us/library/bb491009.aspx" rel="nofollow ugc">http://technet.microsoft.com/en-us/library/bb491009.aspx</a>. Pero creo que la parte difícil sería averiguar qué proceso java matar y creo que jps podría ayudar. Mas informacion aqui <a href="http://yannickloriot.com/2012/08/kill-a-java-process-from-the-command-line-or-a-bat-file/#sthash.t36&#038;#8230" rel="nofollow ugc">http://yannickloriot.com/2012/08/kill-a-java-process-from-the-command-line-or-a-bat-file/#sthash.t36&#038;#8230</a>; [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Install MongoDB and Node.js on a Raspberry Pi by P.J. Postema		</title>
		<link>https://yannickloriot.com/2016/04/install-mongodb-and-node-js-on-a-raspberry-pi/comment-page-1/#comment-18186</link>

		<dc:creator><![CDATA[P.J. Postema]]></dc:creator>
		<pubDate>Thu, 10 Jan 2019 14:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://yannickloriot.com/?p=4662#comment-18186</guid>

					<description><![CDATA[This has nothing to do with the double quotes.
To solve this you have to make the node file executable with the following commands.
    sudo chmod 755 node
    sudo update-rc.d node defaults
Then it works]]></description>
			<content:encoded><![CDATA[<p>This has nothing to do with the double quotes.<br />
To solve this you have to make the node file executable with the following commands.<br />
    sudo chmod 755 node<br />
    sudo update-rc.d node defaults<br />
Then it works</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Quick overview: Measurements and Units with iOS 10 by Leandro		</title>
		<link>https://yannickloriot.com/2016/06/measurements-and-units-ios/comment-page-1/#comment-18043</link>

		<dc:creator><![CDATA[Leandro]]></dc:creator>
		<pubDate>Wed, 12 Sep 2018 10:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://yannickloriot.com/?p=4687#comment-18043</guid>

					<description><![CDATA[Nices APIs!]]></description>
			<content:encoded><![CDATA[<p>Nices APIs!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Install MongoDB and Node.js on a Raspberry Pi by Evil_Cheeseburger		</title>
		<link>https://yannickloriot.com/2016/04/install-mongodb-and-node-js-on-a-raspberry-pi/comment-page-1/#comment-17958</link>

		<dc:creator><![CDATA[Evil_Cheeseburger]]></dc:creator>
		<pubDate>Mon, 09 Jul 2018 13:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://yannickloriot.com/?p=4662#comment-17958</guid>

					<description><![CDATA[And how to run these versions with Angular CLI anyway? Angular CLI only accepts Node.js version 8.9. If I start MongoDB, then I receive an error messange that I have to install MongoDB 2.6.]]></description>
			<content:encoded><![CDATA[<p>And how to run these versions with Angular CLI anyway? Angular CLI only accepts Node.js version 8.9. If I start MongoDB, then I receive an error messange that I have to install MongoDB 2.6.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>