<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Il Muro del Mirò &#187; dos</title>
	<atom:link href="http://www.strapower.com/blog/tag/dos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.strapower.com/blog</link>
	<description>Blog libero</description>
	<lastBuildDate>Fri, 03 Feb 2012 13:18:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Comando ROUTE &#8211; cambiare il default gateway su windows da DOS</title>
		<link>http://www.strapower.com/blog/computer-hardware-windows-linux/comando-route-cambiare-il-default-gateway-su-windows-da-dos/</link>
		<comments>http://www.strapower.com/blog/computer-hardware-windows-linux/comando-route-cambiare-il-default-gateway-su-windows-da-dos/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 10:20:42 +0000</pubDate>
		<dc:creator>pier</dc:creator>
				<category><![CDATA[computer-hardware]]></category>
		<category><![CDATA[add persistent route]]></category>
		<category><![CDATA[add route dos]]></category>
		<category><![CDATA[change route]]></category>
		<category><![CDATA[comando router]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[route add]]></category>

		<guid isPermaLink="false">http://www.strapower.com/blog/?p=452</guid>
		<description><![CDATA[Il comando Route è un comando con il quale è possibile impostare una  rotta statica a una determinata mask e un determinato ip
Descrivo alcune semplici operazioni possibili con il comando ROUTE
con i quali si può cambiare gateway predefinito su Windows

Syntax route [-f] [-p] [Command[Destination] [mask Network] [Gateway] [metric Metric]] [if Interface]]
Example:
To display the entire [...]]]></description>
			<content:encoded><![CDATA[<p>Il<strong> comando Route</strong> è un comando con il quale è possibile impostare una  rotta statica a una determinata mask e un determinato ip</p>
<p>Descrivo alcune semplici operazioni possibili con il <strong>comando ROUTE</strong><br />
con i quali si può cambiare gateway predefinito su Windows</p>
<p><span id="more-452"></span></p>
<p><em>Syntax route [-f] [-p] [Command[Destination] [mask Network] [Gateway] [metric Metric]] [if Interface]]</em></p>
<p><em>Example:</em></p>
<p>To display the entire contents of the IP routing table, type:</p>
<p><strong>route print</strong></p>
<p>To display the routes in the IP routing table that begin with <strong>10.</strong>, type:</p>
<p><strong>route print 10.*</strong></p>
<p>To add a default route with the default gateway address of <strong>192.168.12.1</strong>, type:</p>
<p><strong>route add 0.0.0.0 mask 0.0.0.0 192.168.12.1</strong></p>
<p>To add a route to the destination <strong>10.41.0.0</strong> with the subnet mask of <strong>255.255.0.0</strong> and the next hop address of <strong>10.27.0.1 </strong>, type:</p>
<p><strong>route add 10.41.0.0 mask 255.255.0.0 10.27.0.1</strong></p>
<p>To add a persistent route to the destination <strong>10.41.0.0</strong> with the subnet mask of <strong>255.255.0.0</strong> and the next hop address of <strong>10.27.0.1</strong>, type:</p>
<p><strong>route -p add 10.41.0.0 mask 255.255.0.0 10.27.0.1</strong></p>
<p>To add a route to the destination <strong>10.41.0.0</strong> with the subnet mask of <strong>255.255.0.0</strong>, the next hop address of <strong>10.27.0.1</strong>, and the cost metric of 7, type:</p>
<p><strong>route add 10.41.0.0 mask 255.255.0.0 10.27.0.1 metric 7</strong></p>
<p>To <strong>add a route</strong> to the destination <strong>10.41.0.0</strong> with the subnet mask of <strong>255.255.0.0</strong>, the next hop address of <strong>10.27.0.1</strong>, and using the interface index 0×3, type:</p>
<p><strong>route add 10.41.0.0 mask 255.255.0.0 10.27.0.1 if 0×3</strong></p>
<p>To delete the route to the destination <strong>10.41.0.0</strong> with the subnet mask of <strong>255.255.0.0</strong>, type:</p>
<p><strong>route delete 10.41.0.0 mask 255.255.0.0</strong></p>
<p>To delete all routes in the IP routing table that begin with 10., type:</p>
<p><strong>route delete 10.*</strong></p>
<p>To change the next hop address of the route with the destination of <strong>10.41.0.0</strong> and the subnet mask of <strong>255.255.0.0</strong> from <strong>10.27.0.1</strong> to <strong>10.27.0.25</strong>, type:</p>
<p><strong>route change 10.41.0.0 mask 255.255.0.0 10.27.0.25</strong></p>
<p>http://www.aoddy.com/2007/11/10/how-to-change-default-gateway-on-windows-by-command-line/</p>
</script>
<span style=''><g:plusone count="true" size="tall"></g:plusone>
<a href="http://vivociti.com/component/option,com_remository/Itemid,40/func,select/id,16/" title="Get Google +1 (Google Plus One) Recommend Button For WordPress Plugin" target="_blank"><img src="http://vivociti.com/images/plus2x2.gif" border="0"/></a></span><p><script type="text/javascript"><!--
google_ad_client = "pub-7621578868641548";
/* Skyscraper */
google_ad_slot = "0469719358";
google_ad_width = 200;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p> 
	Tags: <a href="http://www.strapower.com/blog/tag/add-persistent-route/" title="add persistent route" rel="tag">add persistent route</a>, <a href="http://www.strapower.com/blog/tag/add-route-dos/" title="add route dos" rel="tag">add route dos</a>, <a href="http://www.strapower.com/blog/tag/change-route/" title="change route" rel="tag">change route</a>, <a href="http://www.strapower.com/blog/tag/comando-router/" title="comando router" rel="tag">comando router</a>, <a href="http://www.strapower.com/blog/tag/dos/" title="dos" rel="tag">dos</a>, <a href="http://www.strapower.com/blog/tag/route-add/" title="route add" rel="tag">route add</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.strapower.com/blog/computer-hardware-windows-linux/comando-route-cambiare-il-default-gateway-su-windows-da-dos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emulazione DOS sotto Ubuntu &#8211; Linux</title>
		<link>http://www.strapower.com/blog/computer-hardware-windows-linux/emulazione-dos-sotto-ubuntu-linux/</link>
		<comments>http://www.strapower.com/blog/computer-hardware-windows-linux/emulazione-dos-sotto-ubuntu-linux/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 17:31:58 +0000</pubDate>
		<dc:creator>pier</dc:creator>
				<category><![CDATA[computer-hardware]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[Emulazione Dos]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.strapower.com/blog/index.php/2008/10/29/emulazione-dos-sotto-ubuntu-linux/</guid>
		<description><![CDATA[Vi segnalo questo simpatico simulatore che è possibile installare da synaptic per poter avere un emulatore completo e funzionante di dos sotto linux
il pacchetto da installare si chiama dosemu ed è presente anche in synaptic (il packet manager per distro UBUNTU)
L&#8217;unica cosa è che una volta installato per farlo funzionare occorre apportare questa semplice modifica:
sudo [...]]]></description>
			<content:encoded><![CDATA[<p>Vi segnalo questo simpatico simulatore che è possibile installare da synaptic per poter avere un emulatore completo e funzionante di dos sotto linux</p>
<p>il pacchetto da installare si chiama <strong>dosemu</strong> ed è presente anche in synaptic (il packet manager per distro UBUNTU)</p>
<p>L&#8217;unica cosa è che una volta installato per farlo funzionare occorre apportare questa semplice modifica:</p>
<p>sudo gedit <span class="keyboard">etc/sysctl.con</span></p>
<p>Cambiare il valore di <span class="keyboard">vm.mmap_min_addr <strong>da </strong></span><strong><span class="keyboard">&#8220;65536&#8243; a &#8220;0&#8243; (zero)</span></strong></p>
<p><span class="keyboard"></span><em>cosi:</em><br />
<span class="keyboard">vm.mmap_min_addr = 65536<br />
<strong>a</strong><br />
</span><strong><span class="keyboard">vm.mmap_min_addr = 0</span></strong></p>
<p>Salviamo il file e restartiamo il servizio relativo alle variabili d&#8217;ambiente nel kernel:</p>
<p><span class="keyboard">sudo /etc/init.d/procps restart </span></p>
<p>Ecco fatto!!! ora lanciando da terminale il comando : <em><span name="intelliTxt" id="intelliTXT"><span><strong>xdosemu</strong> </span></span></em><span name="intelliTxt" id="intelliTXT"><span>apparirà una fantastica shell dos!!</span></span></p>
<p>per caricare i files da lanciare dal tuo dos salvarli in  <strong>/etc/dosemu/freedos</strong> dove troverai anche i soliti <em>AUTOEXEC.BAT E CONFIG.SYS</em></p>
<p><em> eNJoY!</em></p>
</script>
<span style=''><g:plusone count="true" size="tall"></g:plusone>
<a href="http://vivociti.com/component/option,com_remository/Itemid,40/func,select/id,16/" title="Get Google +1 (Google Plus One) Recommend Button For WordPress Plugin" target="_blank"><img src="http://vivociti.com/images/plus2x2.gif" border="0"/></a></span>
	Tags: <a href="http://www.strapower.com/blog/tag/dos/" title="dos" rel="tag">dos</a>, <a href="http://www.strapower.com/blog/tag/emulazione-dos/" title="Emulazione Dos" rel="tag">Emulazione Dos</a>, <a href="http://www.strapower.com/blog/tag/linux/" title="linux" rel="tag">linux</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.strapower.com/blog/computer-hardware-windows-linux/emulazione-dos-sotto-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

