<?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>System Network Programming Solution - Linux - windows - centos- security- cpanel - plesk -directadmin helm&#187; windows</title>
	<atom:link href="http://thegioinguonmo.com/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://thegioinguonmo.com</link>
	<description>SHARING EVERYTHING</description>
	<lastBuildDate>Mon, 21 May 2012 21:42:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Detecting DoS / DDoS Attack on a Windows 2003 / 2008 Server</title>
		<link>http://thegioinguonmo.com/os/windows/detecting-dos-ddos-attack-windows-2003-2008-server.html</link>
		<comments>http://thegioinguonmo.com/os/windows/detecting-dos-ddos-attack-windows-2003-2008-server.html#comments</comments>
		<pubDate>Tue, 27 Mar 2012 09:39:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[ddos]]></category>
		<category><![CDATA[DDoS Attack]]></category>
		<category><![CDATA[Detecting DoS]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[ipsec]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=2548</guid>
		<description><![CDATA[Question: How do I detect a DDOS (Distributed denial of service) / DOS attack on a Windows Server 2003 / 2000 / 2008? Can I use Linux netstat command syntax to detect DDoS attacks? Answer:A denial-of-service attack (DoS attack) or distributed denial-of-service attack (DDoS attack) is an attempt to make a computer resource unavailable to its intended users. [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;"><strong>Question</strong></span>: How do I detect a DDOS (Distributed denial of service) / DOS attack on a Windows Server 2003 / 2000 / 2008? Can I use <a rel="nofollow" target="_blank" href="http://www.cyberciti.biz/tips/netstat-command-tutorial-examples.html">Linux netstat command syntax to detect DDoS</a> attacks?</p>
<p><strong><span style="color: #008000;">Answer</span></strong>:A denial-of-service attack (DoS attack) or distributed denial-of-service attack (DDoS attack) is an attempt to make a computer resource unavailable to its intended users.</p>
<p>You can always use netstat command to get list of connections under Windows. Open command prompt by visiting Start &gt; Run &gt; Type “cmd” in box.</p>
<p>netstat is a command line utility which displays protocol statistics and current TCP/IP network connections in a system. Type the following command to see all connections:<br />
<code>netstat -noa</code><br />
Where,</p>
<ol>
<li><strong>n</strong>: Displays active TCP connections, however, addresses and port numbers are expressed numerically and no attempt is made to determine names.</li>
<li><strong>o</strong>: Displays active TCP connections and includes the process ID (PID) for each connection. You can find the application based on the PID on the Processes tab in Windows Task Manager.</li>
<li><strong>a</strong>: Displays all active TCP connections and the TCP and UDP ports on which the computer is listening.</li>
</ol>
<p>You can use find command as filter to searches for a specific string of text in a file. In the following example you are filtering out port 80 traffic:<br />
<code>netstat -ano | find /c "80"</code><br />
Find the IP address which is having maximum number of connection and block it using Cisco firewall or IPSec. Another protective measurement is to <a rel="nofollow" target="_blank" href="http://msdn.microsoft.com/en-us/library/aa302363.aspx">harden the TCP/IP stack</a>.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/os/windows/detecting-dos-ddos-attack-windows-2003-2008-server.html" title="ddos programing">ddos programing</a> (1)</li><li><a href="http://thegioinguonmo.com/os/windows/detecting-dos-ddos-attack-windows-2003-2008-server.html" title="detecting dos on web server">detecting dos on web server</a> (1)</li><li><a href="http://thegioinguonmo.com/os/windows/detecting-dos-ddos-attack-windows-2003-2008-server.html" title="how many users netstat ddos">how many users netstat ddos</a> (1)</li><li><a href="http://thegioinguonmo.com/os/windows/detecting-dos-ddos-attack-windows-2003-2008-server.html" title="netstat cmd udp tcp ip">netstat cmd udp tcp ip</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/windows/detecting-dos-ddos-attack-windows-2003-2008-server.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting or DNS update stalls or fails with the error: dnsmng fails</title>
		<link>http://thegioinguonmo.com/hosting-controller/plesk-control-panel/hosting-dns-update-stalls-fails-error-dnsmng-fails.html</link>
		<comments>http://thegioinguonmo.com/hosting-controller/plesk-control-panel/hosting-dns-update-stalls-fails-error-dnsmng-fails.html#comments</comments>
		<pubDate>Sun, 18 Mar 2012 21:57:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[DNSMng]]></category>
		<category><![CDATA[Visual c++]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=2521</guid>
		<description><![CDATA[Symptoms MSDNS is used as the DNS server. Every time you try to update domain hosting settings or DNS settings, Parallels Plesk Panel stalls. Sometimes, it may fail with the following error: Failed domain creation: Unable to update domain data: Unable to create dnsmng object: dnsmng failed: Empty error message from utility The following message [...]]]></description>
			<content:encoded><![CDATA[<div id="article-content">
<div>
<h2>Symptoms</h2>
<p>MSDNS is used as the DNS server. Every time you try to update domain hosting settings or DNS settings, Parallels Plesk Panel stalls. Sometimes, it may fail with the following error:<br />
Failed domain creation: Unable to update domain data: Unable to create dnsmng object: dnsmng failed: Empty error message from utility</p>
<p>The following message can be found in the event viewer:<br />
Faulting application DNSMng.exe, version 9.501.0.0, time stamp 0x4bc1f9fd, faulting module MsProv.dll, version 9.501.0.0, time stamp 0x4bc205bc, exception code 0xc0000005, fault offset 0x000600bb, process id 0x56c, application start time 0x01cae1ae46c559db</p>
<p>The utility &#8220;%plesk_bin%\dnsmng.exe&#8221; cannot be run from the command line. It fails with the error:<br />
DNSMng.exe &#8211; Application Error : The instruction at &#8220;0x00ba74ac&#8221; referenced memory at &#8220;0x00bd2108&#8243;. The memory could not be &#8220;read&#8221;</p>
<div id="refHTML"></div>
</div>
<div>
<h2>Resolution</h2>
<p>The issue is caused by the installation of MS update <em>KB976576</em>. This update updates libraries that are used by MSDNS.</p>
<p>A hotfix can be applied on Parallels Plesk Panel versions 8.6, 9.0 to 9.3, and 9.5.</p>
<p>Before applying the fix, you need to install the latest Microsoft Visual C++ 2005 Redistributable Package ATL Security Update (vcredist_x86.exe) from<br />
<a rel="nofollow" target="_blank" href="http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2&amp;displaylang=en</a></p>
<p>and back up the original file.</p>
<p><strong>Fix for Parallels Plesk Panel version 8.6</strong>:<br />
Replace the file &#8220;%plesk_bin%\MsProv.dll&#8221; with the file <strong>MsPRov.dll</strong> from the <a rel="nofollow" target="_blank" href="http://kb.parallels.com/Attachments/13357/Attachments/MsProv86.zip">attachment</a>.</p>
<p><strong>Fix for Parallels Plesk Panel version 9.0-9.3:</strong><br />
Replace the file &#8220;%plesk_bin%\MsProv.dll&#8221; with the file <strong>MsPRov.dll</strong> from the <a rel="nofollow" target="_blank" href="http://kb.parallels.com/Attachments/13357/Attachments/MsProv.dll.900-930.zip">attachment</a>.</p>
<p><strong>Fix for Parallels Plesk Panel version 9.5</strong>:<br />
Replace the file &#8220;%plesk_bin%\MsProv.dll&#8221; with the file<strong> MsPRov.dll</strong> from the <a rel="nofollow" target="_blank" href="http://kb.parallels.com/Attachments/13357/Attachments/MsProv.950.zip">attachment</a>.</p>
<p>Once complete, verify that you can perform domain operations and manage DNS records.</p>
<div id="refHTML"></div>
</div>
<div>
<h2>Additional information</h2>
<p>%plesk_bin% is an environment variable which points to the Parallels Plesk binaries folder. Usually, it is located here: <em>C:\Program files\Parallels\Plesk\admin\bin.</em></div>
</div>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/hosting-controller/plesk-control-panel/hosting-dns-update-stalls-fails-error-dnsmng-fails.html" title="plesk libmysqlclient_15 not defined in file libmysqlclient so 15 with link time reference">plesk libmysqlclient_15 not defined in file libmysqlclient so 15 with link time reference</a> (2)</li><li><a href="http://thegioinguonmo.com/hosting-controller/plesk-control-panel/hosting-dns-update-stalls-fails-error-dnsmng-fails.html" title="directadmin cannot find /home/tmp to use for temp repquota">directadmin cannot find /home/tmp to use for temp repquota</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/plesk-control-panel/hosting-dns-update-stalls-fails-error-dnsmng-fails.html" title="dnsmng system error 2: no such file or directory">dnsmng system error 2: no such file or directory</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/plesk-control-panel/hosting-dns-update-stalls-fails-error-dnsmng-fails.html" title="lndnsmng">lndnsmng</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/plesk-control-panel/hosting-dns-update-stalls-fails-error-dnsmng-fails.html" title="plesk centos unable to manage service by dnsmng: dnsmng">plesk centos unable to manage service by dnsmng: dnsmng</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/plesk-control-panel/hosting-dns-update-stalls-fails-error-dnsmng-fails.html" title="plesk mirror">plesk mirror</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/plesk-control-panel/hosting-dns-update-stalls-fails-error-dnsmng-fails.html" title="plesk server mail() failed: empty error message from utility">plesk server mail() failed: empty error message from utility</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/plesk-control-panel/hosting-dns-update-stalls-fails-error-dnsmng-fails.html" title="unable to create dnsmng object: dnsmng failed: unable to open dns config file: no such file or directory">unable to create dnsmng object: dnsmng failed: unable to open dns config file: no such file or directory</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/plesk-control-panel/hosting-dns-update-stalls-fails-error-dnsmng-fails.html" title="unable to get dnsmng features: dnsmng failed: empty error message from utility">unable to get dnsmng features: dnsmng failed: empty error message from utility</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/hosting-controller/plesk-control-panel/hosting-dns-update-stalls-fails-error-dnsmng-fails.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Corrupted or Missing \WINDOWS\SYSTEM32\CONFIG</title>
		<link>http://thegioinguonmo.com/os/windows/corrupted-or-missing-windowssystem32config.html</link>
		<comments>http://thegioinguonmo.com/os/windows/corrupted-or-missing-windowssystem32config.html#comments</comments>
		<pubDate>Wed, 15 Feb 2012 09:40:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[Insert]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[repair option]]></category>
		<category><![CDATA[section]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=1200</guid>
		<description><![CDATA[If you get the error: Windows could not start because the following files is missing or corrupt \WINDOWS\SYSTEM32\CONFIG\SYSTEM or \WINDOWS\SYSTEM32\CONFIG\SOFTWARE Insert and boot from your WindowsXP CD. At the first R=Repair option, press the R key Press the number that corresponds to the correct location for the installation of Windows you want to repair. Typically [...]]]></description>
			<content:encoded><![CDATA[<p>If you get the error:<br />
<em>Windows could not start because the following files is missing or corrupt<br />
</em>\WINDOWS\SYSTEM32\CONFIG\SYSTEM or \WINDOWS\SYSTEM32\CONFIG\SOFTWARE</p>
<ol>
<li>Insert and boot from your WindowsXP CD.</li>
<li>At the first R=Repair option, press the R key</li>
<li>Press the number that corresponds to the correct location for the installation of Windows you want to repair.<br />
Typically this will be #1</li>
<li>Enter in the administrator password when requested</li>
<li>cd \windows\system32\config</li>
<li>Depending on which section was corrupted:<br />
ren software software.bad or ren system system.bad</li>
<li>Depending on which section was corrupted<br />
copy \windows\repair\system<br />
copy \windows\repair\software</li>
<li>Take out the CD ROM and type exit</li>
</ol>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/os/windows/corrupted-or-missing-windowssystem32config.html" title="centos window is corrapt how to secure data">centos window is corrapt how to secure data</a> (1)</li><li><a href="http://thegioinguonmo.com/os/windows/corrupted-or-missing-windowssystem32config.html" title="smbclient plesk">smbclient plesk</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/windows/corrupted-or-missing-windowssystem32config.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware ESX(i) &amp; Windows Server 2008: Updated driver for sluggish console access</title>
		<link>http://thegioinguonmo.com/os/windows/vmware-esxi-windows-server-2008-updated-driver-sluggish-console-access.html</link>
		<comments>http://thegioinguonmo.com/os/windows/vmware-esxi-windows-server-2008-updated-driver-sluggish-console-access.html#comments</comments>
		<pubDate>Tue, 03 Jan 2012 11:38:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=2114</guid>
		<description><![CDATA[If you are running Windows Server 2008 in your VMware environment, you&#8217;ll have noticed that by default the vSphere Console access is a lot slower than what you are used to in Windows Server 2003. You can fix that, by updating the Graphics Driver in Server 2008. 1. Install VMware Tools To start, VMware Tools [...]]]></description>
			<content:encoded><![CDATA[<p>If you are running Windows Server <strong>2008 </strong>in your VMware environment, you&#8217;ll have noticed that by default the vSphere Console access is a lot slower than what you are used to in Windows Server 2003. You can fix that, by updating the Graphics Driver in Server 2008.</p>
<h2>1. Install VMware Tools</h2>
<p>To start, VMware Tools needs to be installed in your Virtual Machine. That should at least be from <strong>vSphere </strong>version 4.0.</p>
<h2>2. Update your Graphics Drivers</h2>
<p>Go to your Hardware Manager in Windows and right click your Display Adapter. Choose <strong>Update Driver Software</strong>.</p>
<p><a href="http://thegioinguonmo.com/wp-content/uploads/2012/01/1_update_driver.png"><img class="alignnone size-full wp-image-2115" title="1_update_driver" src="http://thegioinguonmo.com/wp-content/uploads/2012/01/1_update_driver.png" alt="1 update driver VMware ESX(i) & Windows Server 2008: Updated driver for sluggish console access" width="650" height="551" /></a></p>
<p>Say you&#8217;ll browse to a specific location and point it to <strong>C:\Program Files\Common Files\VMware\Drivers\wddm_video.</strong></p>
<p><a href="http://thegioinguonmo.com/wp-content/uploads/2012/01/2_driver_path.png"><img class="alignnone size-full wp-image-2116" title="2_driver_path" src="http://thegioinguonmo.com/wp-content/uploads/2012/01/2_driver_path.png" alt="2 driver path VMware ESX(i) & Windows Server 2008: Updated driver for sluggish console access" width="650" height="551" /></a></p>
<p>Et voila: your driver has been updated!</p>
<p><a href="http://thegioinguonmo.com/wp-content/uploads/2012/01/3_driver_installed.png"><img class="alignnone size-full wp-image-2117" title="3_driver_installed" src="http://thegioinguonmo.com/wp-content/uploads/2012/01/3_driver_installed.png" alt="3 driver installed VMware ESX(i) & Windows Server 2008: Updated driver for sluggish console access" width="650" height="551" /></a></p>
<h2>3. Reboot your VM</h2>
<p>After the driver&#8217;s been installed, reboot your Virtual Machine and you will notice the smooth console access you&#8217;re used to from Windows Server 2003.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/os/windows/vmware-esxi-windows-server-2008-updated-driver-sluggish-console-access.html" title="w2008 esxi console blank">w2008 esxi console blank</a> (2)</li><li><a href="http://thegioinguonmo.com/os/windows/vmware-esxi-windows-server-2008-updated-driver-sluggish-console-access.html" title="download vmware windows server 2008">download vmware windows server 2008</a> (1)</li><li><a href="http://thegioinguonmo.com/os/windows/vmware-esxi-windows-server-2008-updated-driver-sluggish-console-access.html" title="How to install NIC drivers for windows server 2008">How to install NIC drivers for windows server 2008</a> (1)</li><li><a href="http://thegioinguonmo.com/os/windows/vmware-esxi-windows-server-2008-updated-driver-sluggish-console-access.html" title="update nic driver server 2008 esx">update nic driver server 2008 esx</a> (1)</li><li><a href="http://thegioinguonmo.com/os/windows/vmware-esxi-windows-server-2008-updated-driver-sluggish-console-access.html" title="vmware debian linux virtuale machine console is black">vmware debian linux virtuale machine console is black</a> (1)</li><li><a href="http://thegioinguonmo.com/os/windows/vmware-esxi-windows-server-2008-updated-driver-sluggish-console-access.html" title="vmware driver windows server 2008 tagging">vmware driver windows server 2008 tagging</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/windows/vmware-esxi-windows-server-2008-updated-driver-sluggish-console-access.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Listen IPs In IIS (The network location cannot be reached)</title>
		<link>http://thegioinguonmo.com/os/windows/fixing-listen-ips-iis-network-location-reached.html</link>
		<comments>http://thegioinguonmo.com/os/windows/fixing-listen-ips-iis-network-location-reached.html#comments</comments>
		<pubDate>Tue, 03 Jan 2012 11:34:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[iis]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=2110</guid>
		<description><![CDATA[When you run IIS sites long enough, you might eventually run into the following problem when trying to start a new or already existing site in the IIS manager. Error: “The network location cannot be reached. “ The most likely cause is that Host Headers for that particular site are configured for an IP address [...]]]></description>
			<content:encoded><![CDATA[<p>When you run IIS sites long enough, you might eventually run into the following problem when trying to start a new or already existing site in the IIS manager.</p>
<pre class="brush:plain">    Error: “The network location cannot be reached. “</pre>
<p>The most likely cause is that Host Headers for that particular site are configured for an IP address which is either no longer configured on the server, or on which IIS is no longer listening. I&#8217;m just going to assume you know how to check if an IP is configured on a server.</p>
<p>To check whether IIS service is listening on a particular IP, you&#8217;ll need the <a rel="nofollow" target="_blank" href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=96a35011-fd83-419d-939b-9a772ea2df90&amp;displaylang=en">Windows Server Support Tools</a> (hit google for another version if you should need it). After the installation, can you use the following Command Prompt tools.</p>
<pre class="brush:plain">&gt; httpcfg query iplisten
IP                      : 10.1.5.200</pre>
<p>If your IP address isn&#8217;t present, try adding it.</p>
<pre class="brush:plain">&gt; httpcfg set iplisten -i 10.1.5.201
HttpSetServiceConfiguration completed with 0.</pre>
<p>And query the list again.</p>
<pre class="brush:plain">&gt; httpcfg query iplisten
IP                      : 10.1.5.200
------------------------------------------------------------------------------
IP                      : 10.1.5.201
------------------------------------------------------------------------------</pre>
<p>If it does not work after the <strong>httpcfg</strong> change, you may have to reboot your server (I know, it sucks). For some reason, restarting IIS alone may not always help.</p>
<p>A very likely cause is that something else was occupying port 80 already when the IIS service started, causing it to delete that particular listen IP from it&#8217;s configuration. To track that down, use <strong>netstat</strong>.</p>
<pre class="brush:plain">&gt; netstat -anb | find “80″</pre>
<p>That will list all connections or programs listening to port 80.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/os/windows/fixing-listen-ips-iis-network-location-reached.html" title="network location cannot be reached rootkit">network location cannot be reached rootkit</a> (3)</li><li><a href="http://thegioinguonmo.com/os/windows/fixing-listen-ips-iis-network-location-reached.html" title="iis start site the network location cannot be reached">iis start site the network location cannot be reached</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/windows/fixing-listen-ips-iis-network-location-reached.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD / Linux: Sending a Message to Windows Workstation with smbclient command</title>
		<link>http://thegioinguonmo.com/os/linux/freebsd-linux-sending-a-message-to-windows-workstation-with-smbclient-command.html</link>
		<comments>http://thegioinguonmo.com/os/linux/freebsd-linux-sending-a-message-to-windows-workstation-with-smbclient-command.html#comments</comments>
		<pubDate>Sat, 17 Dec 2011 15:47:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[EOF]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Message]]></category>
		<category><![CDATA[samba server]]></category>
		<category><![CDATA[solaris unix]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=1719</guid>
		<description><![CDATA[You can use utility smbclient (part of samba server) to send a message to windows system from FreeBSD (or even from Linux/Solaris/UNIX OS). This command lets you send messages to windows workstations, display browse lists, and connect to SMB shares. Genral syntax of to send a message is as follows: smbclient -M &#60;WINDOW-SYSTEM-NAME&#62; &#60;&#60;EOF Message [...]]]></description>
			<content:encoded><![CDATA[<p>You can use utility smbclient (part of samba server) to send a message to windows system from FreeBSD (or even from Linux/Solaris/UNIX OS). This command lets you send messages to windows workstations, display browse lists, and connect to SMB shares. Genral syntax of to send a message is as follows:</p>
<blockquote><p>smbclient -M &lt;WINDOW-SYSTEM-NAME&gt; &lt;&lt;EOF<br />
Message<br />
Message<br />
&#8230;<br />
..<br />
&#8230;<br />
When the message is complete, press Control-D.</p></blockquote>
<h2>Send message to Windows system from Linux/ FreeBSD</h2>
<p>To send a message &#8220;Meeting canceled&#8221; to windows system called joyxp<br />
<code>$ smbclient -M joyxp &lt;&lt;EOF</code><br />
Output:</p>
<pre>Meeting canceled
See you at coffee house in 2 hrs.
--Vivek
EOF</pre>
<p>With –U you can specify the username.<br />
<code>$ smbclient -M myxp -U VIVEK &lt;&lt;EOF<br />
Meeting cancelled<br />
See you at coffee house in 2 hrs.<br />
EOF</code></p>
<p><img src="http://www.cyberciti.biz/nixcraft/vivek/blogger/xpmessage.jpg" alt="xpmessage FreeBSD / Linux: Sending a Message to Windows Workstation with smbclient command"  title="FreeBSD / Linux: Sending a Message to Windows Workstation with smbclient command" /></p>
<p>This tip also works with Linux and other UNIX variant with Samba client utilities package. Read man page of smbclient for more information.<br />
<code>man smbclient</code></p>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/os/linux/freebsd-linux-sending-a-message-to-windows-workstation-with-smbclient-command.html" title="free bsd send message to windows network">free bsd send message to windows network</a> (2)</li><li><a href="http://thegioinguonmo.com/os/linux/freebsd-linux-sending-a-message-to-windows-workstation-with-smbclient-command.html" title="freeBSD network message to windows">freeBSD network message to windows</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/freebsd-linux-sending-a-message-to-windows-workstation-with-smbclient-command.html" title="linux send network message">linux send network message</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/freebsd-linux-sending-a-message-to-windows-workstation-with-smbclient-command.html" title="linux smbclient send message to ip">linux smbclient send message to ip</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/freebsd-linux-sending-a-message-to-windows-workstation-with-smbclient-command.html" title="send message to windows machine from linux">send message to windows machine from linux</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/freebsd-linux-sending-a-message-to-windows-workstation-with-smbclient-command.html" title="send windows command from linux server">send windows command from linux server</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/freebsd-linux-sending-a-message-to-windows-workstation-with-smbclient-command.html" title="smbclient send message">smbclient send message</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/linux/freebsd-linux-sending-a-message-to-windows-workstation-with-smbclient-command.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to mount remote windows partition (windows share) under Linux</title>
		<link>http://thegioinguonmo.com/os/linux/how-to-mount-remote-windows-partition-windows-share-under-linux.html</link>
		<comments>http://thegioinguonmo.com/os/linux/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comments</comments>
		<pubDate>Fri, 16 Dec 2011 20:25:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mnt]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=1575</guid>
		<description><![CDATA[All files accessible in a Linux (and UNIX) system are arranged in one big tree, the file hierarchy, rooted at /. These files can be spread out over several devices. The mount command serves to attach the file system found on some device to the big file tree. Use the mount command to mount remote [...]]]></description>
			<content:encoded><![CDATA[<p>All files accessible in a Linux (and UNIX) system are arranged in one big tree, the file hierarchy, rooted at /. These files can be spread out over several devices. The mount command serves to attach the file system found on some device to the big file tree.</p>
<p>Use the mount command to mount remote windows partition or windows share under Linux as follows:</p>
<h2>Procedure to mount remote windows partition (NAS share)</h2>
<p>1) Make sure you have following information:<br />
==&gt; Windows username and password to access share name<br />
==&gt; Sharename (such as //server/share) or IP address<br />
==&gt; root level access on Linux</p>
<p>2) Login to Linux as a root user (or use su command)</p>
<p>3) Create the required mount point:</p>
<pre class="brush:plain"># mkdir -p /mnt/ntserver</pre>
<p>4) Use the mount command as follows:</p>
<pre class="brush:plain"># mount -t cifs //ntserver/download -o username=vivek,password=myPassword /mnt/ntserver</pre>
<p>Use following command if you are using Old version such as RHEL &lt;=4 or Debian &lt;= 3:</p>
<pre class="brush:plain"># mount -t smbfs -o username=vivek,password=D1W4x9sw //ntserver/download /mnt/ntserver</pre>
<p>5) Access Windows 2003/2000/NT share using cd and ls command:</p>
<pre class="brush:plain"># cd /mnt/ntserver; ls -l</pre>
<p>Where,</p>
<ul>
<li><strong>-t smbfs</strong> : File system type to be mount (outdated, use cifs)</li>
<li><strong>-t cifs</strong> : File system type to be mount</li>
<li><strong>-o</strong> : are options passed to mount command, in this example I had passed two options. First argument is password (vivek) and second argument is password to connect remote windows box</li>
<li><strong>//ntserver/download</strong> : Windows 2000/NT share name</li>
<li><strong>/mnt/ntserver</strong> Linux mount point (to access share after mounting)</li>
</ul>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/os/linux/how-to-mount-remote-windows-partition-windows-share-under-linux.html" title="apache mount remote">apache mount remote</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/how-to-mount-remote-windows-partition-windows-share-under-linux.html" title="rhel login network mount script">rhel login network mount script</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/how-to-mount-remote-windows-partition-windows-share-under-linux.html" title="linux explore windows drive on network">linux explore windows drive on network</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/how-to-mount-remote-windows-partition-windows-share-under-linux.html" title="how to mount windows share to centos 5 7">how to mount windows share to centos 5 7</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/how-to-mount-remote-windows-partition-windows-share-under-linux.html" title="how to mount remote windows partition (windows share) under freebsd">how to mount remote windows partition (windows share) under freebsd</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/how-to-mount-remote-windows-partition-windows-share-under-linux.html" title="how to mount network linux partition in windows">how to mount network linux partition in windows</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/how-to-mount-remote-windows-partition-windows-share-under-linux.html" title="how to access network windows partition from linux">how to access network windows partition from linux</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/how-to-mount-remote-windows-partition-windows-share-under-linux.html" title="asterisk linux mount network windows">asterisk linux mount network windows</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/how-to-mount-remote-windows-partition-windows-share-under-linux.html" title="arg linux mount windows drive">arg linux mount windows drive</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/how-to-mount-remote-windows-partition-windows-share-under-linux.html" title="sharing nas windows files on centos 5">sharing nas windows files on centos 5</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/linux/how-to-mount-remote-windows-partition-windows-share-under-linux.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to format hard drive to FAT32 filesystem inside Windows 7 64 bit</title>
		<link>http://thegioinguonmo.com/os/windows/how-to-format-hard-drive-to-fat32-filesystem-inside-windows-7-64-bit.html</link>
		<comments>http://thegioinguonmo.com/os/windows/how-to-format-hard-drive-to-fat32-filesystem-inside-windows-7-64-bit.html#comments</comments>
		<pubDate>Wed, 14 Dec 2011 09:51:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[format]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=1290</guid>
		<description><![CDATA[The option to format internal and external hard drives to the FAT 32 filesystem is not available to you from within the Graphical User Interface in Windows Vista/Windows 7 64 Bit Editions. If you wish to make data available to operating systems or applications that cannot properly read or write to NTFS partitions, this can [...]]]></description>
			<content:encoded><![CDATA[<p>The option to format internal and external hard drives to the FAT 32 filesystem is not available to you from within the Graphical User Interface in Windows Vista/Windows 7 64 Bit Editions. If you wish to make data available to operating systems or applications that cannot properly read or write to NTFS partitions, this can pose something of a problem for you. Thankfully there is a relatively easy command prompt solution you can use to solve this little problem.</p>
<p>To perform this format successfully, you need to launch Command Prompt with Administrator permissions before executing the command.</p>
<p><strong>Here are the steps to follow:</strong></p>
<p>1. First, find the drive letter of the HDD you wish to format from My Computer. Check, double check, and triple check you have the right letter before executing any format commands on your drive.</p>
<p>2. Navigate to the Command Prompt program: Start Menu &gt; Accessories</p>
<p>3. Right click the Command Prompt entry in Accessories and choose to “Run as Administrator”.</p>
<p>4. You should be prompted by User Account Control “Do you want to allow the following program to make changes to this computer?” Answer yes. If you have disabled UAC, you will not see this message.</p>
<p>5. With the command prompt now showing, enter the following command:</p>
<p>format XYZ: /FS:FAT32</p>
<p>Replace XYZ with the letter of the drive you wish to format.</p>
<p>You can also perform a quick format on any drive without bad sectors:</p>
<p>format XYZ: /FS:FAT32 /q</p>
<p>Again, replace XYZ with the letter of the drive you want to format.</p>
<p>Depending on the size and the method you choose to use to format your drive, it can take anywhere between one minute and several hours for the format to finish. But once complete, you will have your drive properly formatted to the FAT32 filesystem.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/os/windows/how-to-format-hard-drive-to-fat32-filesystem-inside-windows-7-64-bit.html" title="centos external hard drive which format fat32">centos external hard drive which format fat32</a> (1)</li><li><a href="http://thegioinguonmo.com/os/windows/how-to-format-hard-drive-to-fat32-filesystem-inside-windows-7-64-bit.html" title="centos format hdd in fat32">centos format hdd in fat32</a> (1)</li><li><a href="http://thegioinguonmo.com/os/windows/how-to-format-hard-drive-to-fat32-filesystem-inside-windows-7-64-bit.html" title="how to format core portable drive to fat32 in win7 64bit">how to format core portable drive to fat32 in win7 64bit</a> (1)</li><li><a href="http://thegioinguonmo.com/os/windows/how-to-format-hard-drive-to-fat32-filesystem-inside-windows-7-64-bit.html" title="how to format fat32 centos">how to format fat32 centos</a> (1)</li><li><a href="http://thegioinguonmo.com/os/windows/how-to-format-hard-drive-to-fat32-filesystem-inside-windows-7-64-bit.html" title="windows 7 formát hdd shell">windows 7 formát hdd shell</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/windows/how-to-format-hard-drive-to-fat32-filesystem-inside-windows-7-64-bit.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Allow Network Access with Blank Passwords with Vista</title>
		<link>http://thegioinguonmo.com/os/windows/how-to-allow-network-access-with-blank-passwords-with-vista.html</link>
		<comments>http://thegioinguonmo.com/os/windows/how-to-allow-network-access-with-blank-passwords-with-vista.html#comments</comments>
		<pubDate>Sun, 11 Dec 2011 04:17:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[Settings]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=1165</guid>
		<description><![CDATA[Although you can log in locally without a password, by default, Vista does not allow network users to access the computer without a password. To change this setting: Run gpedit.msc Go to Computer Configuration / Windows Settings / Security Settings / Local Policies / Security Options Double click on Accounts: Limit local account use of [...]]]></description>
			<content:encoded><![CDATA[<p>Although you can log in locally without a password, by default, Vista does not allow network users to access the computer without a password.</p>
<p>To change this setting:</p>
<ol>
<li>Run <em>gpedit.msc</em></li>
<li>Go to <em>Computer Configuration / Windows Settings / Security Settings / Local Policies / Security Options</em></li>
<li>Double click on <em>Accounts: Limit local account use of blank passwords to console login only</em></li>
<li>Disable this option</li>
</ol>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/os/windows/how-to-allow-network-access-with-blank-passwords-with-vista.html" title="blank password network 0">blank password network 0</a> (1)</li><li><a href="http://thegioinguonmo.com/os/windows/how-to-allow-network-access-with-blank-passwords-with-vista.html" title="permit network access without password">permit network access without password</a> (1)</li><li><a href="http://thegioinguonmo.com/os/windows/how-to-allow-network-access-with-blank-passwords-with-vista.html" title="vista network blank password">vista network blank password</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/windows/how-to-allow-network-access-with-blank-passwords-with-vista.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to backup transfer stored procedures mssql 2005</title>
		<link>http://thegioinguonmo.com/database-server/ms-sql/how-to-backup-transfer-stored-procedures-mssql-2005.html</link>
		<comments>http://thegioinguonmo.com/database-server/ms-sql/how-to-backup-transfer-stored-procedures-mssql-2005.html#comments</comments>
		<pubDate>Tue, 29 Nov 2011 02:46:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Sql]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=289</guid>
		<description><![CDATA[In SQL Server Management Studio navigate to your database. Right click it and select “Tasks” -&#62; “Generate Scripts” “Next” Select your database from the list “Next” Select “Stored Procedures” “Next” “Select All” “Next” “Script to new Query Window” “Next” “Finish” Give it a while. Then when complete, at the very top of the script put [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>In SQL Server Management Studio navigate to your database.</p>
<p>Right click it and select “Tasks” -&gt; “Generate Scripts”<br />
“Next”<br />
Select your database from the list<br />
“Next” Select “Stored Procedures” “Next”<br />
“Select All” “Next”<br />
“Script to new Query Window” “Next”<br />
“Finish”</p>
<p>Give it a while. Then when complete, at the very top of the script put “use (yourdatabase)”</p>
<p>Execute the use statement.<br />
Execute the whole script.</p>
</div>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/database-server/ms-sql/how-to-backup-transfer-stored-procedures-mssql-2005.html" title="nginx mssql">nginx mssql</a> (2)</li><li><a href="http://thegioinguonmo.com/database-server/ms-sql/how-to-backup-transfer-stored-procedures-mssql-2005.html" title="centos 6 mssql">centos 6 mssql</a> (1)</li><li><a href="http://thegioinguonmo.com/database-server/ms-sql/how-to-backup-transfer-stored-procedures-mssql-2005.html" title="cpanel mssql centos">cpanel mssql centos</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/database-server/ms-sql/how-to-backup-transfer-stored-procedures-mssql-2005.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: thegioinguonmo.com @ 2012-05-22 21:53:07 -->
