<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:re="http://purl.org/atompub/rank/1.0">
    <title type="text">Recent Questions - Super User</title>
    
    <link rel="alternate" href="http://superuser.com/questions" type="text/html" />
    <subtitle>most recent 30 from superuser.com</subtitle>
    <updated>2012-05-28T05:15:11Z</updated>
    <id>http://superuser.com/feeds</id>
    <creativeCommons:license>http://www.creativecommons.org/licenses/by-sa/3.0/rdf</creativeCommons:license> 
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/RecentQuestions-SuperUser" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="recentquestions-superuser" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry>
        <id>http://superuser.com/q/429561</id>
        <re:rank scheme="http://superuser.com">0</re:rank>
        <title type="text">Can I create a barrier between monitors in a dual monitor setup?</title>
        <category scheme="http://superuser.com/feeds/tags" term="windows-7" /><category scheme="http://superuser.com/feeds/tags" term="multiple-monitors" />
        <author>
            <name>daviesgeek</name>
            <uri>http://superuser.com/users/90435</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429561/can-i-create-a-barrier-between-monitors-in-a-dual-monitor-setup" />
        <published>2012-05-28T04:58:45Z</published>
        <updated>2012-05-28T04:58:45Z</updated>
        <summary type="html">
            &lt;p&gt;We have a Windows 7 laptop that is hooked up to a projector for running slides. I really want to be able to put a barrier between the laptop's display and the projector (which acts as a second display) so that you can't move the cursor to the projector screen. Is this possible?&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/429558</id>
        <re:rank scheme="http://superuser.com">0</re:rank>
        <title type="text">How to switch between two latest windows in tmux?</title>
        <category scheme="http://superuser.com/feeds/tags" term="screen" /><category scheme="http://superuser.com/feeds/tags" term="tmux" />
        <author>
            <name>kev</name>
            <uri>http://superuser.com/users/39544</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429558/how-to-switch-between-two-latest-windows-in-tmux" />
        <published>2012-05-28T04:39:25Z</published>
        <updated>2012-05-28T04:45:30Z</updated>
        <summary type="html">
            &lt;p&gt;&lt;code&gt;screen&lt;/code&gt; has a &lt;kbd&gt;Ctrl-a&lt;/kbd&gt;,&lt;kbd&gt;Ctrl-a&lt;/kbd&gt; to switch between two latest windows?&lt;/p&gt;

&lt;p&gt;How to do it in &lt;code&gt;tmux&lt;/code&gt;?&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/429557</id>
        <re:rank scheme="http://superuser.com">0</re:rank>
        <title type="text">Broadband gets disconnected after some service fails</title>
        <category scheme="http://superuser.com/feeds/tags" term="windows" /><category scheme="http://superuser.com/feeds/tags" term="windows-xp" /><category scheme="http://superuser.com/feeds/tags" term="broadband" /><category scheme="http://superuser.com/feeds/tags" term="windows-services" />
        <author>
            <name>Gaurav</name>
            <uri>http://superuser.com/users/58333</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429557/broadband-gets-disconnected-after-some-service-fails" />
        <published>2012-05-28T04:33:48Z</published>
        <updated>2012-05-28T04:41:46Z</updated>
        <summary type="html">
            &lt;p&gt;I have Windows XP installed on my computer which has some issues due to which "DHCP Client" service often fails, earlier I could rectify this just by starting the service, however recently I switched to broadband connection (from earlier "WiMax" one), and now even after I restart the service (after it stops), connection doesn't work and the only resort for me is to restart my computer. I suspect it might be due to some other service, but I am not able to find it.&lt;/p&gt;

&lt;p&gt;Any help will be most appreciated&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/429545</id>
        <re:rank scheme="http://superuser.com">0</re:rank>
        <title type="text">bash script to remove select files</title>
        <category scheme="http://superuser.com/feeds/tags" term="linux" /><category scheme="http://superuser.com/feeds/tags" term="bash" /><category scheme="http://superuser.com/feeds/tags" term="file" /><category scheme="http://superuser.com/feeds/tags" term="script" />
        <author>
            <name>GradGuy</name>
            <uri>http://superuser.com/users/136626</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429545/bash-script-to-remove-select-files" />
        <published>2012-05-28T03:53:29Z</published>
        <updated>2012-05-28T04:39:56Z</updated>
        <summary type="html">
            &lt;p&gt;I have a series of files that are named according to &lt;code&gt;field.%d.vtk&lt;/code&gt; and are generated when I run a C++ code. The codes does a series of computation inside a for-loop and dumps the output whenever &lt;code&gt;i%N == 0&lt;/code&gt; where &lt;code&gt;i&lt;/code&gt; is the loop variable and &lt;code&gt;N&lt;/code&gt; is a constant. By mistake I have set &lt;code&gt;N = 1&lt;/code&gt; and now I have huge amount of data that I do not need. I also do not want to rerun the code.&lt;/p&gt;

&lt;p&gt;How can I write a bash script to only keep every &lt;code&gt;N&lt;/code&gt; files, delete the rest, and rename the remaining files such that numbers in &lt;code&gt;field.%d.vtk&lt;/code&gt; are contiguous? Sorry if this is trivial, but I have very limited experience with bash scripting.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;EDIT&lt;/strong&gt;: When &lt;code&gt;N=1&lt;/code&gt; (by mistake) range of &lt;code&gt;%d&lt;/code&gt; would be in [0, 1, ..., O(100,000)] (really large) a suitable &lt;code&gt;N&lt;/code&gt; is something around &lt;code&gt;N=100&lt;/code&gt; which would shrink down the number of files to O(1000) or so.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/429556</id>
        <re:rank scheme="http://superuser.com">0</re:rank>
        <title type="text">Dell XPS L502X intermittent wireless connectivity</title>
        <category scheme="http://superuser.com/feeds/tags" term="wireless-networking" /><category scheme="http://superuser.com/feeds/tags" term="dell-xps" />
        <author>
            <name>dharam</name>
            <uri>http://superuser.com/users/136629</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429556/dell-xps-l502x-intermittent-wireless-connectivity" />
        <published>2012-05-28T04:29:54Z</published>
        <updated>2012-05-28T04:29:54Z</updated>
        <summary type="html">
            &lt;p&gt;I bought this laptop around 5 months back, and it was working fine till yesterday when I realized that the wireless network adapter keeps on releasing the wireless connections in a few seconds(say 30 seconds).&lt;/p&gt;

&lt;p&gt;I suspect that it can be the power saving scheme where it was set to save maximum power when on battery. 
I changed it to maximum performance. I believe this will solve the problem. &lt;/p&gt;

&lt;p&gt;But please suggest if anything else can be done or anyone has faced any such issue.&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/270482</id>
        <re:rank scheme="http://superuser.com">1</re:rank>
        <title type="text">The system time has changed kernel-general, off by one day</title>
        <category scheme="http://superuser.com/feeds/tags" term="windows-7" /><category scheme="http://superuser.com/feeds/tags" term="kernel" /><category scheme="http://superuser.com/feeds/tags" term="time" />
        <author>
            <name>kakridge</name>
            <uri>http://superuser.com/users/76378</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/270482/the-system-time-has-changed-kernel-general-off-by-one-day" />
        <published>2011-04-13T18:53:15Z</published>
        <updated>2012-05-28T04:16:46Z</updated>
        <summary type="html">
            &lt;p&gt;Random events showing in event log.  The system time changes to tomorrow, and then corrects about 10-15 seconds later.  Causing all sorts of temproary havoc w/ VPN, Outlook, etc. Any thoughts?&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/116472</id>
        <re:rank scheme="http://superuser.com">0</re:rank>
        <title type="text">USB webcam just works once and next time I've to reboot</title>
        <category scheme="http://superuser.com/feeds/tags" term="linux" /><category scheme="http://superuser.com/feeds/tags" term="ubuntu" /><category scheme="http://superuser.com/feeds/tags" term="usb" /><category scheme="http://superuser.com/feeds/tags" term="webcam" />
        <author>
            <name>user30262</name>
            <uri>http://superuser.com/users/30262</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/116472/usb-webcam-just-works-once-and-next-time-ive-to-reboot" />
        <published>2010-03-05T11:27:00Z</published>
        <updated>2012-05-28T04:16:46Z</updated>
        <summary type="html">
            &lt;p&gt;I'm using Ubuntu 9.10, and a usb webcam that is shown as 'Bus 001 Device 005: ID 0ac8:3450 Z-Star Microelectronics Corp.' by lsusb.&lt;/p&gt;

&lt;p&gt;The problem is that on connecting the cam, it just works with the first program I start (skype, tokbox, messenger), and if I disconnect it or switch to another program, it stops to work and I have to restart my computer to make it work again.&lt;/p&gt;

&lt;p&gt;Has anyone else noticed this behaviour? Is there some good solution to reset the camera without rebooting to make it work again?&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/429539</id>
        <re:rank scheme="http://superuser.com">0</re:rank>
        <title type="text">Uninstall drivers on an orphaned hard drive</title>
        <category scheme="http://superuser.com/feeds/tags" term="windows-7" /><category scheme="http://superuser.com/feeds/tags" term="hard-drive" /><category scheme="http://superuser.com/feeds/tags" term="boot" /><category scheme="http://superuser.com/feeds/tags" term="transfer" />
        <author>
            <name>jay</name>
            <uri>http://superuser.com/users/22177</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429539/uninstall-drivers-on-an-orphaned-hard-drive" />
        <published>2012-05-28T03:23:25Z</published>
        <updated>2012-05-28T04:15:32Z</updated>
        <summary type="html">
            &lt;p&gt;Basically, I need a hard drive (originally from a computer I no longer have) to work on new machine.&lt;/p&gt;

&lt;p&gt;What I need from the drive is the configuration of the software installed, &lt;em&gt;not the data&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;It has Windows 7 installed but with the drivers for the old machine's hardware. And booting into the drive in a new machine causes an expected BSOD and restart cycle as the hardware has dramatically changed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How do I uninstall the old drivers from that hard drive?&lt;/strong&gt; Or better: what's the best way to transfer a drive to a new machine that is not similar to the old one?&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Already tried: System Repair via repair disk (says it could not repair), and Safe Mode (it just restarts anyway).&lt;/em&gt;&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/429554</id>
        <re:rank scheme="http://superuser.com">0</re:rank>
        <title type="text">iPhone - Where is the brightness/backlight level setting in the file system? [migrated]</title>
        <category scheme="http://superuser.com/feeds/tags" term="iphone" /><category scheme="http://superuser.com/feeds/tags" term="ipad" /><category scheme="http://superuser.com/feeds/tags" term="ios" /><category scheme="http://superuser.com/feeds/tags" term="jailbreak" />
        <author>
            <name>brettville</name>
            <uri>http://superuser.com/users/102313</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429554/iphone-where-is-the-brightness-backlight-level-setting-in-the-file-system" />
        <published>2012-05-28T04:15:22Z</published>
        <updated>2012-05-28T04:15:22Z</updated>
        <summary type="html">
            &lt;p&gt;I have an iPhone that was dropped in water. Once the backlight level goes below a certain point, the screen is completely black/useless. I need to go in iFile or some other file system browsing software to set the brightness level to 80% or something high. I've looked around and found the backlight level for SB Settings but I'm not sure if that will work. Anybody know where that setting is?&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/429553</id>
        <re:rank scheme="http://superuser.com">0</re:rank>
        <title type="text">What does the Boot Camp Assistant do to my drive that I can't just do with Disk Utility?</title>
        <category scheme="http://superuser.com/feeds/tags" term="partitioning" /><category scheme="http://superuser.com/feeds/tags" term="boot-camp" /><category scheme="http://superuser.com/feeds/tags" term="disk-utility" /><category scheme="http://superuser.com/feeds/tags" term="gpt" />
        <author>
            <name>NReilingh</name>
            <uri>http://superuser.com/users/4782</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429553/what-does-the-boot-camp-assistant-do-to-my-drive-that-i-cant-just-do-with-disk" />
        <published>2012-05-28T04:15:13Z</published>
        <updated>2012-05-28T04:15:13Z</updated>
        <summary type="html">
            &lt;p&gt;What I understand is that Windows 7 will not install on GPT (GUID Partition Table) drives. Of course, all new Macs have their drives partitioned that way, and when you run the boot camp assistant, it is taking advantage of the GPT to resize your main partition on the fly and free up some space for the Windows installer to create an NTFS partition.&lt;/p&gt;

&lt;p&gt;Of course, it doesn't wipe out your disk and repartition with MBR (Master Boot Record) since all of your data is intact at the end. So, what is going on outside of resizing the startup volume to allow Windows to install itself onto a drive that is in fact GPT-based?&lt;/p&gt;

&lt;p&gt;Second: It's easy enough to use Disk Utility to resize your main partition an leave free space. Is it possible to "manually" do whatever else Boot Camp Assistant is doing to prep the drive for Windows?&lt;/p&gt;

&lt;p&gt;&lt;sub&gt;Context: Mid-2010 iMac Core i5, Mac OS X 10.7.4, Boot Camp 4.0.3, Windows 7.&lt;/sub&gt;&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/428987</id>
        <re:rank scheme="http://superuser.com">2</re:rank>
        <title type="text">How to disable middle button showing a page thumbnail in Adobe Reader?</title>
        <category scheme="http://superuser.com/feeds/tags" term="adobe-reader" />
        <author>
            <name>hmp</name>
            <uri>http://superuser.com/users/5778</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/428987/how-to-disable-middle-button-showing-a-page-thumbnail-in-adobe-reader" />
        <published>2012-05-25T22:36:48Z</published>
        <updated>2012-05-28T04:09:17Z</updated>
        <summary type="html">
            &lt;p&gt;Middle click and drag in Adobe Reader scrolls the page, as it does in most Windows applications. However, middle click and release (without dragging) shows a page thumbnail. &lt;/p&gt;

&lt;p&gt;Is there any way to turn off the thumbnail-showing behavior? It's annoying when I just try to scroll the page and suddenly a box pops up, obstructing the text.&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/429546</id>
        <re:rank scheme="http://superuser.com">-1</re:rank>
        <title type="text">Popular Windows SFTP clients [closed]</title>
        <category scheme="http://superuser.com/feeds/tags" term="windows" /><category scheme="http://superuser.com/feeds/tags" term="sftp" />
        <author>
            <name>Matt</name>
            <uri>http://superuser.com/users/70134</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429546/popular-windows-sftp-clients" />
        <published>2012-05-28T03:59:30Z</published>
        <updated>2012-05-28T04:04:52Z</updated>
        <summary type="html">
            &lt;p&gt;Seeking some input from the superuser community about popular Windows SFTP clients (admittedly I'm secretly hoping to learn about new and obscure new products that are not on my radar.)&lt;/p&gt;

&lt;p&gt;Ideals:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Runs on Windows XP and later&lt;/li&gt;
&lt;li&gt;Handles queues relatively well without unpredictable errors&lt;/li&gt;
&lt;li&gt;Handles unicode without issue&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'll start it off with a few favorites. Upvotes shall serve as votes (I don't know if this is against the rules — I hope not!)&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/371886</id>
        <re:rank scheme="http://superuser.com">0</re:rank>
        <title type="text">Unable to download Adobe Premiere Elements v10 trial</title>
        <category scheme="http://superuser.com/feeds/tags" term="download" /><category scheme="http://superuser.com/feeds/tags" term="adobe" /><category scheme="http://superuser.com/feeds/tags" term="trial" />
        <author>
            <name>Wookai</name>
            <uri>http://superuser.com/users/264</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/371886/unable-to-download-adobe-premiere-elements-v10-trial" />
        <published>2011-12-27T08:16:41Z</published>
        <updated>2012-05-28T04:01:02Z</updated>
        <summary type="html">
            &lt;p&gt;I've been trying to download the trial of Adobe Premiere Elements v10 for hours, and it's driving me crazy. I tried both Adobe Download Manager and direct links (&lt;a href="http://prodesigntools.com/trials2/AdobeProducts/PRE/10/win64/PremiereElements_10_LS15_win64.7z" rel="nofollow"&gt;file&lt;/a&gt; and &lt;a href="http://prodesigntools.com/trials2/AdobeProducts/PRE/10/win64/PremiereElements_10_LS15_win64.exe" rel="nofollow"&gt;extractor&lt;/a&gt;, found &lt;a href="http://prodesigntools.com/photoshop-elements-10-direct-download-links-pse-premiere-pre.html" rel="nofollow"&gt;here&lt;/a&gt;), and both fail.&lt;/p&gt;

&lt;p&gt;Adobe DLM tells me there was an error 101 (which is supposed to happen when no more disk space is available, which is not the case for me), and WinRAR gives me a CRC check error on the directly downloaded archive.&lt;/p&gt;

&lt;p&gt;Is anybody experiencing the same issue? Are Adobe files corrupted, or is the problem on my side? What can I do to fix it?&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/429544</id>
        <re:rank scheme="http://superuser.com">-1</re:rank>
        <title type="text">Where does Google Chrome store search engine settings?</title>
        <category scheme="http://superuser.com/feeds/tags" term="windows-xp" /><category scheme="http://superuser.com/feeds/tags" term="google-chrome" /><category scheme="http://superuser.com/feeds/tags" term="settings" />
        <author>
            <name>Shedo Surashu</name>
            <uri>http://superuser.com/users/103739</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429544/where-does-google-chrome-store-search-engine-settings" />
        <published>2012-05-28T03:41:37Z</published>
        <updated>2012-05-28T03:41:37Z</updated>
        <summary type="html">
            &lt;p&gt;I want to know where Google Chrome stores its search engine settings for the Windows XP platform. The reason being; my search engine keeps being changed to SpeedBit and I've thought of just locking up the file to prevent &lt;strong&gt;Write&lt;/strong&gt; access to it. It would only be read-only, on the system level so hopefully that should prevent the annoying search engine change that's happening.&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/7868</id>
        <re:rank scheme="http://superuser.com">8</re:rank>
        <title type="text">Read OS X partition from Windows 7</title>
        <category scheme="http://superuser.com/feeds/tags" term="windows" /><category scheme="http://superuser.com/feeds/tags" term="osx" /><category scheme="http://superuser.com/feeds/tags" term="mac" /><category scheme="http://superuser.com/feeds/tags" term="filesystems" /><category scheme="http://superuser.com/feeds/tags" term="hfs" />
        <author>
            <name>David Pearce</name>
            <uri>http://superuser.com/users/919</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/7868/read-os-x-partition-from-windows-7" />
        <published>2009-07-18T10:38:03Z</published>
        <updated>2012-05-28T03:40:01Z</updated>
        <summary type="html">
            &lt;p&gt;I have installed Windows 7 onto my Macbook using Boot Camp, but i find the whole experience very quiet seeing I cannot access my music that resides on the OS X partition. Is there software out there that allows me to read (and maybe write) OS X file systems?&lt;/p&gt;

&lt;p&gt;Although free is always proffered, as long as it isn't expensive, I am not against forking out a couple bucks to buy quality software.&lt;/p&gt;

&lt;p&gt;It would be very good if the partition would show up the same as any other partition so I can navigate it using Explorer or any other software.&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/429542</id>
        <re:rank scheme="http://superuser.com">0</re:rank>
        <title type="text">Is there a way to install Windows 7 on MacMini without Bootcamp?</title>
        <category scheme="http://superuser.com/feeds/tags" term="windows-7" /><category scheme="http://superuser.com/feeds/tags" term="osx" /><category scheme="http://superuser.com/feeds/tags" term="mac" /><category scheme="http://superuser.com/feeds/tags" term="boot-camp" />
        <author>
            <name>AngryHacker</name>
            <uri>http://superuser.com/users/2805</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429542/is-there-a-way-to-install-windows-7-on-macmini-without-bootcamp" />
        <published>2012-05-28T03:35:09Z</published>
        <updated>2012-05-28T03:35:09Z</updated>
        <summary type="html">
            &lt;p&gt;I want to install Windows 7 on the MacMini (2007 era, 2GB, Core2Duo, 80 GB HDD).  I'd like to do so without BootCamp.  In other words, I'd like to completely get rid of Mac OS from the hard drive.  &lt;/p&gt;

&lt;p&gt;There is already a similar &lt;a href="http://superuser.com/questions/319268/install-windows-on-mac-natively"&gt;question&lt;/a&gt;, but it deals with booting Windows directly from an external drive.  I'd like to take it to the next level.  &lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/429541</id>
        <re:rank scheme="http://superuser.com">0</re:rank>
        <title type="text">View information about shared resources</title>
        <category scheme="http://superuser.com/feeds/tags" term="windows" /><category scheme="http://superuser.com/feeds/tags" term="windows-server-2003" />
        <author>
            <name>Derek</name>
            <uri>http://superuser.com/users/133077</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429541/view-information-about-shared-resources" />
        <published>2012-05-28T03:33:06Z</published>
        <updated>2012-05-28T03:33:06Z</updated>
        <summary type="html">
            &lt;p&gt;I am currently running file server on Windows 2003 server to allow access to my shared folders.&lt;/p&gt;

&lt;p&gt;I understand that there are following to view the various information.&lt;/p&gt;

&lt;p&gt;(1) Sessions (net session) - Contains information about all network users who are connected to the computer.&lt;/p&gt;

&lt;p&gt;(2) Open files (net file) - shows inforamtion about all the open files (files that are currently acessed) &lt;/p&gt;

&lt;p&gt;I would like to know if there is any log file keeping track of the above information ? &lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/429524</id>
        <re:rank scheme="http://superuser.com">0</re:rank>
        <title type="text">How to better copy&amp;paste big files over RDP?</title>
        <category scheme="http://superuser.com/feeds/tags" term="windows" /><category scheme="http://superuser.com/feeds/tags" term="remote-desktop" /><category scheme="http://superuser.com/feeds/tags" term="file-transfer" /><category scheme="http://superuser.com/feeds/tags" term="clipboard" /><category scheme="http://superuser.com/feeds/tags" term="copy-paste" />
        <author>
            <name>WebMAOhist</name>
            <uri>http://superuser.com/users/16302</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429524/how-to-better-copypaste-big-files-over-rdp" />
        <published>2012-05-28T02:06:20Z</published>
        <updated>2012-05-28T03:29:39Z</updated>
        <summary type="html">
            &lt;p&gt;Recently I was making a few attempts to copy&amp;amp;paste a big (1.2 GB) file to remote computer over RDP. The remote computer is virtual testing machine with MS Windows Server 2008 Datacenter.   &lt;/p&gt;

&lt;p&gt;First I tried to copy&amp;amp;paste before midnight when the transfer speed was limited by client computer ISP to 100 kB/s. So, it required a few hours and I was forced to cancel transfer since remote desktop became too unresponsive and sluggish (slow). So, I re-started it over midnight when my local transfer speed is over 4 GB/s.   &lt;/p&gt;

&lt;p&gt;So, my impression is that independently on speed (broadband) of copy&amp;amp;paste transfer the remote computer becomes sluggish while copying over RDP. At the same time downloading from internet doesn't make remote host sluggish.  &lt;/p&gt;

&lt;p&gt;AFAIU, it is because clipboard of remote computer and so its memory becomes overloaded by transfer.&lt;br&gt;
How can I control (restrict) the usage of clipboard for specific process (pasting of file)?  &lt;/p&gt;

&lt;p&gt;What are the possible way to control it?   &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt;&lt;br&gt;
After reading that slow speed of transfer is caused by encryption used for copy&amp;amp;pasting over RDP and since I believe I am more interested in overall efficiency: both the time, or rapidness, of getting file as well as possibility to work without waiting, &lt;strong&gt;I changed the question title&lt;/strong&gt; from:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;How to control the usage of remote desktop clipboard usage for pasting a big file?&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;to &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;How to better copy&amp;amp;paste big files over RDP?&lt;/strong&gt;   &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For example, is it better to copy&amp;amp;paste one huge (zip) archive or unzip it and copy paste a folder with unzipped files?   &lt;/p&gt;

&lt;p&gt;And more exactly I wanted to ask:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;What are possible ways to improve overall experience:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the speed of transfer (i.e. availability of needed file)    &lt;/li&gt;
&lt;li&gt;responsiveness of remote host (making remote coputer available for work before completion of copy&amp;amp;pasting)?  &lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/429008</id>
        <re:rank scheme="http://superuser.com">1</re:rank>
        <title type="text">Package .exe application to run on a Mac</title>
        <category scheme="http://superuser.com/feeds/tags" term="windows-7" /><category scheme="http://superuser.com/feeds/tags" term="windows" /><category scheme="http://superuser.com/feeds/tags" term="osx" /><category scheme="http://superuser.com/feeds/tags" term="mac" /><category scheme="http://superuser.com/feeds/tags" term="package-management" />
        <author>
            <name>pdeva</name>
            <uri>http://superuser.com/users/8001</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429008/package-exe-application-to-run-on-a-mac" />
        <published>2012-05-26T01:04:58Z</published>
        <updated>2012-05-28T03:29:34Z</updated>
        <summary type="html">
            &lt;p&gt;I have an application in the windows .exe format. It also uses a bunch of other dlls etc.&lt;/p&gt;

&lt;p&gt;I want to hand it over to someone non technical who uses a mac and have him able to use the application.&lt;/p&gt;

&lt;p&gt;Since the user is non technical and doesnt want to go through all the steps of installing a full vm with windows, what is the easiest way to do this?&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/211259</id>
        <re:rank scheme="http://superuser.com">1</re:rank>
        <title type="text">Changing CSS values with "Inspect Elements" in Google Chrome</title>
        <category scheme="http://superuser.com/feeds/tags" term="google-chrome" />
        <author>
            <name>titus</name>
            <uri>http://superuser.com/users/55715</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/211259/changing-css-values-with-inspect-elements-in-google-chrome" />
        <published>2010-11-16T03:26:25Z</published>
        <updated>2012-05-28T03:16:46Z</updated>
        <summary type="html">
            &lt;p&gt;I'm trying to figure out how to change CSS styles in Google inspector, I can tweak HTML, PHP code, but not stylesheets.&lt;/p&gt;

&lt;p&gt;I'm on Debian, might it be a problem with the Google Chrome version? &lt;/p&gt;

&lt;p&gt;I'm using Chrome version 5.0.375.127.&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/45238</id>
        <re:rank scheme="http://superuser.com">1</re:rank>
        <title type="text">Broadcomm WIDCOMM A2DP Quality Adjustment</title>
        <category scheme="http://superuser.com/feeds/tags" term="audio" /><category scheme="http://superuser.com/feeds/tags" term="bluetooth" /><category scheme="http://superuser.com/feeds/tags" term="a2dp" />
        <author>
            <name>snicker</name>
            <uri>http://superuser.com/users/12031</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/45238/broadcomm-widcomm-a2dp-quality-adjustment" />
        <published>2009-09-22T18:17:48Z</published>
        <updated>2012-05-28T03:16:46Z</updated>
        <summary type="html">
            &lt;p&gt;So I got a sweet pair of bluetooth A2DP headphones for a sweet, sweet price (Motorola A805, if you were wondering). They sound great paired with an iPhone.&lt;/p&gt;

&lt;p&gt;However, when I pair with a computer using the latest and greatest WIDCOMM drivers, the quality is quite poor, almost un-listenable... clicking, popping, scratching. The remedy on one machine was using BlueSoleil, another bluetooth stack, as there is an adjustment for the Bitpool settings that allow you to jack the quality up. Sounds great. However, the bluetooth chipset in my other machine is not supported by BlueSoleil... so I'm stuck with the WIDCOMM stack.&lt;/p&gt;

&lt;p&gt;So the question is... Is there an undocumented way to turn up the quality for A2DP in the WIDCOMM drivers?&lt;/p&gt;

&lt;p&gt;first question on SU, usually lurking on SO.. =]&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/429538</id>
        <re:rank scheme="http://superuser.com">0</re:rank>
        <title type="text">Is there a way to make the current active application stand out on OSX?</title>
        <category scheme="http://superuser.com/feeds/tags" term="osx" /><category scheme="http://superuser.com/feeds/tags" term="osx-snow-leopard" />
        <author>
            <name>Ovesh</name>
            <uri>http://superuser.com/users/24897</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429538/is-there-a-way-to-make-the-current-active-application-stand-out-on-osx" />
        <published>2012-05-28T03:16:15Z</published>
        <updated>2012-05-28T03:16:15Z</updated>
        <summary type="html">
            &lt;p&gt;I've just switched to a double-display configuration, and I still make mistakes regarding which is the current active (focused) application. Is there a way to get the active window to be highlighted?&lt;/p&gt;

&lt;p&gt;(Or for example, have the other windows automatically turn transparent?)&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/403036</id>
        <re:rank scheme="http://superuser.com">1</re:rank>
        <title type="text">How to make a custom screen saver in Windows 7 - with time and calculated text?</title>
        <category scheme="http://superuser.com/feeds/tags" term="windows-7" /><category scheme="http://superuser.com/feeds/tags" term="customization" /><category scheme="http://superuser.com/feeds/tags" term="screensaver" />
        <author>
            <name>Patryk</name>
            <uri>http://superuser.com/users/73377</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/403036/how-to-make-a-custom-screen-saver-in-windows-7-with-time-and-calculated-text" />
        <published>2012-03-20T22:42:23Z</published>
        <updated>2012-05-28T02:58:15Z</updated>
        <summary type="html">
            &lt;p&gt;I work for 12 hour shifts and I would like to make myself a screen saver that would show &lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;"Going home in $time"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;where $time is the current shift finish - current time.&lt;/p&gt;

&lt;p&gt;Is something like this possible ? &lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/427244</id>
        <re:rank scheme="http://superuser.com">0</re:rank>
        <title type="text">Outlook Signatures for Plain Text and HTML</title>
        <category scheme="http://superuser.com/feeds/tags" term="email" /><category scheme="http://superuser.com/feeds/tags" term="outlook" /><category scheme="http://superuser.com/feeds/tags" term="html" /><category scheme="http://superuser.com/feeds/tags" term="signature" /><category scheme="http://superuser.com/feeds/tags" term="plaintext" />
        <author>
            <name>Tyler</name>
            <uri>http://superuser.com/users/36388</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/427244/outlook-signatures-for-plain-text-and-html" />
        <published>2012-05-22T02:16:21Z</published>
        <updated>2012-05-28T02:58:03Z</updated>
        <summary type="html">
            &lt;p&gt;Is it possible to have Outlook pick a signature to use based on the email style formatting (HTML or Plain Text)?&lt;/p&gt;

&lt;p&gt;For example if it was HTML the company logo will show, if it isn't the company name will be written in plain text.&lt;/p&gt;

&lt;p&gt;Or maybe force all emails to be sent as HTML?&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/429416</id>
        <re:rank scheme="http://superuser.com">1</re:rank>
        <title type="text">Obtain file access permissions on read-only-mounted volume? (Windows 7)</title>
        <category scheme="http://superuser.com/feeds/tags" term="windows-7" /><category scheme="http://superuser.com/feeds/tags" term="windows" /><category scheme="http://superuser.com/feeds/tags" term="file" /><category scheme="http://superuser.com/feeds/tags" term="permissions" /><category scheme="http://superuser.com/feeds/tags" term="access" />
        <author>
            <name>dvrcoder</name>
            <uri>http://superuser.com/users/136566</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429416/obtain-file-access-permissions-on-read-only-mounted-volume-windows-7" />
        <published>2012-05-27T16:15:11Z</published>
        <updated>2012-05-28T02:55:17Z</updated>
        <summary type="html">
            &lt;p&gt;I made an image of my entire C:\ drive using EaseUS Todo Backup Free, before formatting and setting up a new Windows (7 Professional) system. I can mount that image read-only in Todo Backup and copy over a few files which I need, everything fine up to here.&lt;/p&gt;

&lt;p&gt;Problem is, I need to access some of the files in C:\Users\dvrcoder files on that image. I can't access them since they are owned by the "old" dvrcoder user (whose SID was different than the new one on the new Windows system). I also can't obtain ownership of the files, because the mounted backup image is read-only.&lt;/p&gt;

&lt;p&gt;Can I somehow "connect" to the drive using a different SID? Or mount it in a different way? Or make a new user with a SID corresponding to the old one? Or access the files in some other way?&lt;/p&gt;

&lt;p&gt;Any help is appreciated, thanks.&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/429533</id>
        <re:rank scheme="http://superuser.com">0</re:rank>
        <title type="text">Why making a new new partition cause the hard drive to turn into dynamic drive?</title>
        <category scheme="http://superuser.com/feeds/tags" term="windows-7" /><category scheme="http://superuser.com/feeds/tags" term="partitioning" /><category scheme="http://superuser.com/feeds/tags" term="dynamic-disk" />
        <author>
            <name>Phelios</name>
            <uri>http://superuser.com/users/86548</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429533/why-making-a-new-new-partition-cause-the-hard-drive-to-turn-into-dynamic-drive" />
        <published>2012-05-28T02:49:04Z</published>
        <updated>2012-05-28T02:49:04Z</updated>
        <summary type="html">
            &lt;p&gt;So, I was trying to make a new partition using the Windows 7 built in Disk Manager on a HP desktop computer with Windows 7 pre-installed and stuffs. When finishing the new partition wizard, there is an alert saying something like "you won't be able to boot from partitions other than the primary boot drive" and something about "converting into dynamic". I didn't know what it means, so I clicked "no". I tried the wizard again, and the alert shows again, and I clicked "yes" this time.&lt;/p&gt;

&lt;p&gt;So, looks like the damage is done, the whole hard drive turned into dynamic. After some google searches, I find out that converting it back to basic is not a click away task, and I can't install Ubuntu on a dynamic drive either (which was my intention at the first place).&lt;/p&gt;

&lt;p&gt;I want to know why does this happen. And after converting it back to basic drive, will it guarantee me to create new partitions safely in the future without the risk of turning into dynamic drive again?&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/429487</id>
        <re:rank scheme="http://superuser.com">0</re:rank>
        <title type="text">How to configure 'local' DNS?</title>
        <category scheme="http://superuser.com/feeds/tags" term="ubuntu" /><category scheme="http://superuser.com/feeds/tags" term="dns" />
        <author>
            <name>Anonymous -</name>
            <uri>http://superuser.com/users/88902</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429487/how-to-configure-local-dns" />
        <published>2012-05-27T22:23:54Z</published>
        <updated>2012-05-28T02:45:04Z</updated>
        <summary type="html">
            &lt;p&gt;I'm setting up an Ubuntu Linux server on an old machine I have at home [never done this before] and am starting to get things working how I'd like. One thing I'm stuck on is:&lt;/p&gt;

&lt;p&gt;How do I get my box's 'name' to resolve to it's IP address? I can access it fine at the minute with 192.168.0.8, but if I type servername in my address bar, it cannot be found. This works for other PC's on the network (Windows), but not my linux server. What do I need to configure to make the boxes name resolve to it's local IP?&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/67</id>
        <re:rank scheme="http://superuser.com">33</re:rank>
        <title type="text">PDF Viewer on Windows</title>
        <category scheme="http://superuser.com/feeds/tags" term="windows" /><category scheme="http://superuser.com/feeds/tags" term="pdf" />
        <author>
            <name>Hafthor</name>
            <uri>http://superuser.com/users/63</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/67/pdf-viewer-on-windows" />
        <published>2009-07-15T07:26:00Z</published>
        <updated>2012-05-28T02:38:10Z</updated>
        <summary type="html">
            &lt;p&gt;I've tried Foxit and Adobe's reader, but I'm not satisfied with either. 
Foxit has update nagging for non-critical junk.
Adobe PDF reader is bloatware.
Are there other options you people like?&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/429530</id>
        <re:rank scheme="http://superuser.com">0</re:rank>
        <title type="text">Weechat - ignore IRC messages based on contents</title>
        <category scheme="http://superuser.com/feeds/tags" term="irc" />
        <author>
            <name>damianb</name>
            <uri>http://superuser.com/users/136621</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429530/weechat-ignore-irc-messages-based-on-contents" />
        <published>2012-05-28T02:37:01Z</published>
        <updated>2012-05-28T02:37:01Z</updated>
        <summary type="html">
            &lt;p&gt;As stated above, I'm trying to figure out how to ignore messages in a buffer based on the contents of the message (NOT based on hostmask, user nick, etc.)   Preferably, this would be able to utilize regex, but even ignoring based on single words would be fine.&lt;/p&gt;

&lt;p&gt;Is there a plugin or way to do this in weechat itself?  I've been looking around and can't find anything.&lt;/p&gt;

        </summary>
    </entry>
    <entry>
        <id>http://superuser.com/q/429336</id>
        <re:rank scheme="http://superuser.com">1</re:rank>
        <title type="text">How to enable Windows 8 File History for all files?</title>
        <category scheme="http://superuser.com/feeds/tags" term="backup" /><category scheme="http://superuser.com/feeds/tags" term="windows-8-preview" />
        <author>
            <name>MainMa</name>
            <uri>http://superuser.com/users/42345</uri>
        </author>
        <link rel="alternate" href="http://superuser.com/questions/429336/how-to-enable-windows-8-file-history-for-all-files" />
        <published>2012-05-27T09:42:36Z</published>
        <updated>2012-05-28T02:30:29Z</updated>
        <summary type="html">
            &lt;p&gt;Windows 2008 and Windows 7 had Previous Versions feature which consisted in keeping the previous versions of files and allowed the user to restore them or copy the previous versions to a different location.&lt;/p&gt;

&lt;p&gt;Windows 8 introduces the &lt;a href="http://www.winsupersite.com/article/windows8/windows-8-feature-focus-file-history-142602" rel="nofollow"&gt;File History&lt;/a&gt; feature which replaces, if I understand well, the Previous Versions feature of Windows 7. File History enables the user to keep track of files in libraries, desktop, contact and favorites.&lt;/p&gt;

&lt;p&gt;What if I don't want to keep track of the files on my desktop, etc., but want to keep track of &lt;em&gt;any&lt;/em&gt; file on a specific, non-OS, partition? Is it still possible, either by changing some hidden feature of File History, or by getting back the Previous Versions feature, or Microsoft broke it definitively?&lt;/p&gt;

        </summary>
    </entry>
</feed>

