<?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>WPKG BlogWindows &#187;</title> <atom:link href="http://blog.wpkg.org/category/windows/feed/" rel="self" type="application/rss+xml" /><link>http://blog.wpkg.org</link> <description>a technical IT blog</description> <lastBuildDate>Tue, 06 Dec 2011 13:25:58 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Acer accepting Windows tax refund</title><link>http://blog.wpkg.org/2011/06/12/acer-accepting-windows-tax-refund/</link> <comments>http://blog.wpkg.org/2011/06/12/acer-accepting-windows-tax-refund/#comments</comments> <pubDate>Sun, 12 Jun 2011 15:08:17 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[All articles]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Misc]]></category> <category><![CDATA[Windows]]></category><guid isPermaLink="false">http://blog.wpkg.org/?p=91</guid> <description><![CDATA[Getting a laptop without Windows is really problematic. How about getting a refund for a Windows system you&#8217;re not going to use? I tried asking Acer, and it&#8217;s no easy task (it&#8217;s technically possible, but will cost you more than a refund you get).Dear Mr. Chmielewski, thank you for your support request. The Acer Aspire One 751 [...]]]></description> <content:encoded><![CDATA[<p>Getting a laptop without Windows is really problematic. How about getting a refund for a Windows system you&#8217;re not going to use? I tried asking Acer, and it&#8217;s no easy task (it&#8217;s technically possible, but will cost you more than a refund you get).</p><p><span id="more-91"></span></p><p><code>Dear Mr. Chmielewski,</p><p>thank you for your support request.</p><p>The Acer Aspire One 751 is only avaliable with a Microsoft Windows licence.</p><p>As a matter of principle the return of your licence is possible. The following criteria have to be met:</p><p>1.) The licence agreements, which appeared when you first started the system, MUSTN'T be accepted.</p><p>2.) The item has to be sent in to our Service Center including all accessoires and equipement. If you already created recovery discs it is utmost important that these will also be sent in with the item. No copy of the former deliverred operating system is allowed to remain in your property / hands.</p><p>3.) The ACER service is then going to remove the Windows lincence plate and will erase the whole harddisc.</p><p>4.) You then will receive a refund (by bank transfer) for the preinstalled OEM licence (about 30 Euro) .</p><p>5.) You have to pay the shipping cost to the acer service center and the shipping costs back to your address.</p><p>If you wish to return the licence we need the serial number of your notebook, your contact details including the shipping address and your bank details.</p><p>We will then provide you with a reference number with which the item can be dispatched to our Service Center.</p><p>Please follow the instructions below before dispatching the item:</p><p>- Please note the reference number clearly visible on the outer package / cardboard box.<br /> - If possible pack the item in the original packaging or use another package that is safe for transport.<br /> - Please note that ACER will not accept items that arrive being dispatched "freight collect".</p><p>ACER Computer GmbH<br /> Repair Center<br /> Kornkamp 4<br /> 22926 Ahrenburg</p><p>If you have any further questions regarding this topic please do not delete the previous correspondence.</p><p>Best regards<br /> C. Riecken</p><p>Your ACER support team</code></p> ]]></content:encoded> <wfw:commentRss>http://blog.wpkg.org/2011/06/12/acer-accepting-windows-tax-refund/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Accessing Windows console remotely from Linux</title><link>http://blog.wpkg.org/2008/06/15/accessing-windows-console-remotely-from-linux/</link> <comments>http://blog.wpkg.org/2008/06/15/accessing-windows-console-remotely-from-linux/#comments</comments> <pubDate>Sun, 15 Jun 2008 20:13:24 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[All articles]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Samba]]></category> <category><![CDATA[Windows]]></category><guid isPermaLink="false">http://blog.wpkg.org/?p=21</guid> <description><![CDATA[Have you ever needed to execute a command or to connect to an interactive text console on a remote Windows station? Probably several times, and usually, you had to log in using either VNC or RDP (Remote Desktop Protocol &#8211; Microsoft Terminal Services). If you&#8217;re used to SSH, you may wonder why the overhead of a [...]]]></description> <content:encoded><![CDATA[<p>Have you ever needed to execute a command or to connect to an interactive text console on a remote Windows station?</p><p>Probably several times, and usually, you had to log in using either VNC or RDP (Remote Desktop Protocol &#8211; Microsoft Terminal Services). If you&#8217;re used to SSH, you may wonder why the overhead of a complete desktop is needed just to start a few text commands.<br /> Of course, there are free and commercial SSH servers for Windows, but one problem with them is that they have to be installed separately. Which may be too much work for a one-off task now and then. Are there any other methods of accessing a remote Window text console from your Linux station?</p><p><span id="more-21"></span></p><p>But hey, here comes <a rel="nofollow" href="http://eol.ovh.org/winexe/">winexe</a> to the rescue! Below, accessing Windows CLI from Linux remotely (using a Windows domain account):</p><p><a href="http://blog.wpkg.org/wp-content/uploads/2008/05/winexe.png"><img class="alignnone size-medium wp-image-24" title="winexe on Linux" src="http://blog.wpkg.org/wp-content/uploads/2008/05/winexe-300x206.png" alt="winexe on Linux" width="300" height="206" /></a><a href="http://blog.wpkg.org/wp-content/uploads/2008/05/winexe.png"> </a></p><p>From the project&#8217;s page, &#8220;<em><strong>winexe</strong> remotely executes commands on WindowsNT/2000/XP/2003 systems from GNU/Linux (probably also other Unices capable to compile Samba4)</em>&#8220;.</p><p>Some notes:</p><ul><li>note that winexe doesn&#8217;t offer encryption of any kind &#8211; you may want to use VPN to make sure your connection is secure,</li><li>if your distribution doesn&#8217;t offer a packaged version of winexe (most distributions don&#8217;t), winexe homepage offers a static binary; on the other hand if you have a recent Linux distribution, the static binary will most probably not work for you &#8211; in that case, just build the tool from source,</li><li>you can use winexe in your Linux scripts &#8211; this way, you may execute certain tasks on your Linux machines, other tasks on your Windows machines &#8211; all that as a part of one bigger task / script,</li><li>winexe can be seen as a Linux equivalent of psexec (a similar tool available for Windows).</li></ul><p>Useful examples:</p><ul><li>See the list of processes / logged in users. Useful if you want to log in via RDP but don&#8217;t want to interrupt user session. Useful in a script, to check more workstations.</li></ul><p><code>winexe --system -U 'DOMAIN\Administrator%password' //192.168.10.21 "tasklist /V"</code></p><ul><li>Start cmd.exe console:</li></ul><p><code>winexe --system -U 'DOMAIN\Administrator%password' //192.168.10.21 cmd.exe</code></p> ]]></content:encoded> <wfw:commentRss>http://blog.wpkg.org/2008/06/15/accessing-windows-console-remotely-from-linux/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>HP loves Linux the Windows way</title><link>http://blog.wpkg.org/2008/04/17/hp-loves-linux-the-windows-way/</link> <comments>http://blog.wpkg.org/2008/04/17/hp-loves-linux-the-windows-way/#comments</comments> <pubDate>Thu, 17 Apr 2008 21:31:47 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Misc]]></category> <category><![CDATA[Windows]]></category><guid isPermaLink="false">http://blog.wpkg.org/?p=15</guid> <description><![CDATA[Quite recently, HP announced a new line of thin clients with Debian Etch 4.0 preinstalled. That&#8217;s certainly good news for Linux, but why HP&#8217;s Linux support is Windows only?HP, as every reputable hardware vendor, provides support for the products it sells. Its Linux-based HP Compaq t5735 Thin Client is no exception here:So what happens if [...]]]></description> <content:encoded><![CDATA[<p>Quite recently, HP announced a new line of thin clients with Debian Etch 4.0 preinstalled. That&#8217;s certainly good news for Linux, but why HP&#8217;s Linux support is Windows only?</p><p><span id="more-15"></span></p><p>HP, as every reputable hardware vendor, provides support for the products it sells. Its Linux-based <a class="themebodylink" rel="nofollow" href="http://h10010.www1.hp.com/wwpc/us/en/sm/WF05a/12454-12454-321959-338927-89307-3634729.html">HP Compaq t5735 Thin Client</a> is no exception here:</p><p><a href="http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?prodNameId=3634730&#038;lang=en&#038;cc=us&#038;prodTypeId=12454&#038;prodSeriesId=3634729&#038;taskId=135" rel="nofollow"><img class="alignnone size-medium wp-image-16" title="Does HP love Linux the Windows way?" src="http://blog.wpkg.org/wp-content/uploads/2008/04/hp-linux1-300x216.png" alt="" width="300" height="216" /></a></p><p>So what happens if we choose the only supported operating system, which happens to be Debian GNU/Linux 4.0?</p><p>Well, unless you&#8217;re used to the fact that your hardware vendor&#8217;s domain is to offer you RPM or DEB packages for Windows products, it shouldn&#8217;t surprise you that HP offers only Windows executables as a way to support its Linux products:</p><pre><a href="http://blog.wpkg.org/wp-content/uploads/2008/04/hp-linux21.png"><img class="alignnone size-medium wp-image-18" title="Oh yes, .EXE downloads for Linux products" src="http://blog.wpkg.org/wp-content/uploads/2008/04/hp-linux21-300x56.png" alt="" width="300" height="56" /></a></pre><p>Heck, have fun figuring out what to do with these instructions on your Linux distro:</p><pre><span class="body">INSTALLATION INSTRUCTIONS:
1. Download the SoftPaq .EXE file to a directory on your hard drive.

2. Execute the downloaded file and follow the on-screen instructions.
</span><a href="http://blog.wpkg.org/wp-content/uploads/2008/04/hp-linux21.png">
</a></pre>]]></content:encoded> <wfw:commentRss>http://blog.wpkg.org/2008/04/17/hp-loves-linux-the-windows-way/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>The smallest Windows domain controller on Earth</title><link>http://blog.wpkg.org/2007/09/20/the-smallest-windows-domain-controller/</link> <comments>http://blog.wpkg.org/2007/09/20/the-smallest-windows-domain-controller/#comments</comments> <pubDate>Thu, 20 Sep 2007 18:11:40 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[All articles]]></category> <category><![CDATA[Embedded]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Samba]]></category> <category><![CDATA[Windows]]></category><guid isPermaLink="false">http://blog.wpkg.org/?p=4</guid> <description><![CDATA[For some time, I&#8217;ve been playing with Debian on Freecom FSG-3. The device is quite cool &#8211; a size of a book, with built-in HDD, 4 ethernet ports, 4 USB ports, 64 MB RAM, and 266 MHz Intel XScale CPU (ARM). With these specs, it&#8217;s more powerful than some smaller servers from the late 1990s.Why [...]]]></description> <content:encoded><![CDATA[<table style="text-align: left; width: 100%" border="0"><tr><td style="width: 5%"><a href="http://blog.wpkg.org/2007/09/20/the-smallest-windows-domain-controller/fsg-3/" rel="attachment wp-att-5" title="FSG-3"><img src="http://blog.wpkg.org/wp-content/uploads/2007/09/fsg-3.thumbnail.jpg" alt="FSG-3" /></a></td><td>For some time, I&#8217;ve been playing with <a href="http://wpkg.org/index.php/Running_Debian_on_Freecom_FSG-3">Debian on Freecom FSG-3</a>. The device is quite cool &#8211; a size of a book, with built-in HDD, 4 ethernet ports, 4 USB ports, 64 MB RAM, and 266 MHz Intel XScale CPU (ARM). With these specs, it&#8217;s more powerful than some smaller servers from the late 1990s.</td></tr></table><p>Why not run a full blown Windows domain controller for a group of small office branches?</p><p><span id="more-4"></span></p><p>In fact, we deployed such a setup in a <a href="http://syneticon.net">company I work for</a>. Each branch office has a FSG-3, which runs the following:</p><ul><li><a href="http://samba.org" rel="nofollow">Samba</a> as a Windows domain controller,</li><li><a href="http://openldap.org" rel="nofollow">OpenLDAP</a> to sync users between the branches,</li><li><a href="http://cups.org" rel="nofollow">CUPS</a> for printing,</li><li><a href="http://openvpn.net" rel="nofollow">OpenVPN</a> to secure communication between the branches,</li><li><a href="http://wpkg.org">WPKG</a> for software deployment,</li><li><a href="http://unattended.sf.net" rel="nofollow">Unattended</a> for initial Windows deployment,</li><li><a href="http://wpkg.org/Configuring_ISDN_%28dialin%2C_dialout%29_from_command_line">ISDN dialin</a> &#8211; in case a remote DSL dies, we can always log in using a ISDN telephone line,</li><li>of course, other Linux goodies offered by Debian.</li></ul><p>Works great &#8211; the solution is really flexible, there is no need to place a traditional PC-server anymore, and moreover, we didn&#8217;t have to pay a dime for a Windows Server license.</p> ]]></content:encoded> <wfw:commentRss>http://blog.wpkg.org/2007/09/20/the-smallest-windows-domain-controller/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/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/8 queries in 0.004 seconds using disk: basic
Object Caching 174/305 objects using disk: basic

Served from: blog.wpkg.org @ 2012-02-09 06:54:38 -->
