<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.droptips.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>droptips.com</title>
	
	<link>http://droptips.com</link>
	<description>Technology Tips, and Anything Else</description>
	<lastBuildDate>Sun, 10 Jan 2010 04:37:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.droptips.com/droptips" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="droptips" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><meta xmlns="http://pipes.yahoo.com" name="pipes" content="noprocess" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">droptips</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Using grep to Exclude Lines Containing Certain Characters/Text</title>
		<link>http://droptips.com/using-grep-to-exclude-lines-containing-certain-characterstext</link>
		<comments>http://droptips.com/using-grep-to-exclude-lines-containing-certain-characterstext#comments</comments>
		<pubDate>Sun, 10 Jan 2010 04:37:43 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=940</guid>
		<description><![CDATA[I like to watch Apache log files using tail -f but they often get filled up with data I don&#8217;t want/need to see &#8211; like, when I access the web site.
grep is a great tool to search for certain information [...]

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/reverse-cat-concatenate-a-text-file" rel="bookmark">Reverse cat (concatenate) a Text File</a>
	
		<a href="http://droptips.com/count-the-number-of-words-in-a-text-file-osx-linux-bsd" rel="bookmark">Count the Number of Words in a Text File (OSX, Linux, BSD)</a>
	
		<a href="http://droptips.com/vim-text-editor-use-spaces-instead-of-tabs" rel="bookmark">Vim Text Editor: Use Spaces Instead of Tabs</a>
	
		<a href="http://droptips.com/vim-text-editor-guides-on-how-to-use-it" rel="bookmark">Vim Text Editor: Guides on how to use it</a>
	
		<a href="http://droptips.com/using-scp-aliases-to-upload-files-quicker-os-x-bash" rel="bookmark">Using SCP Aliases to Upload Files Quicker (OS X, BASH)</a>
	
	
]]></description>
			<content:encoded><![CDATA[<p>I like to watch Apache log files using <em>tail -f </em>but they often get filled up with data I don&#8217;t want/need to see &#8211; like, when I access the web site.</p>
<p><em>grep</em> is a great tool to search for certain information in text files &#8211; but it can also exclude certain pieces of information which can be equally as useful.</p>
<p>So, for example, if I want to watch a log file using <em>tail -f</em>, but exclude any information relating to the IP address &#8220;192.168.1.101&#8243; then we can use the grep -v switch:</p>
<pre>tail -f access.log | grep -v "192.168.1.101"</pre>
<p>What this will do is show everything, apart from a line with that IP address in.</p>
<p>Of course, this works with any other command with text being piped into grep:</p>
<pre>cat file.txt | grep -v "heh"</pre>
<p>This would output the contents of file.txt but remove any lines with &#8220;heh&#8221; in them.</p>
<p>You can find out more about the various <em>grep </em>options in it&#8217;s man page (<em>man grep </em>from the command line)</p>

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/reverse-cat-concatenate-a-text-file" rel="bookmark">Reverse cat (concatenate) a Text File</a>
	<br /><br />
		<a href="http://droptips.com/count-the-number-of-words-in-a-text-file-osx-linux-bsd" rel="bookmark">Count the Number of Words in a Text File (OSX, Linux, BSD)</a>
	<br /><br />
		<a href="http://droptips.com/vim-text-editor-use-spaces-instead-of-tabs" rel="bookmark">Vim Text Editor: Use Spaces Instead of Tabs</a>
	<br /><br />
		<a href="http://droptips.com/vim-text-editor-guides-on-how-to-use-it" rel="bookmark">Vim Text Editor: Guides on how to use it</a>
	<br /><br />
		<a href="http://droptips.com/using-scp-aliases-to-upload-files-quicker-os-x-bash" rel="bookmark">Using SCP Aliases to Upload Files Quicker (OS X, BASH)</a>
	<br /><br />
	
<img src="http://feeds.feedburner.com/~r/droptips/~4/6KoO1CaBBsc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/using-grep-to-exclude-lines-containing-certain-characterstext/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Aero Glass Remoting?  Terminal Server Aero Glass? (Windows Server 2008 R2)</title>
		<link>http://droptips.com/what-is-aero-glass-remoting-terminal-server-aero-glass-windows-server-2008-r2</link>
		<comments>http://droptips.com/what-is-aero-glass-remoting-terminal-server-aero-glass-windows-server-2008-r2#comments</comments>
		<pubDate>Sat, 09 Jan 2010 09:23:35 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=926</guid>
		<description><![CDATA[What is Aero Glass Remoting?
Can I use Aero Glass on a remote Terminal Services/Remote Desktop session?
Well, with Windows Server 2008 R2, Yes you can!
It&#8217;s basically replicating the user experience you get locally of Aero Glass, on remote sessions.  It may be useful [...]

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/turn-off-ie-enhanced-security-in-windows-server-2008" rel="bookmark">How to Turn off IE Enhanced Security in Windows Server 2008</a>
	
		<a href="http://droptips.com/finding-the-uptime-of-windows-server-2008" rel="bookmark">Finding the Uptime of Windows Server 2008</a>
	
		<a href="http://droptips.com/install-microsoft-powershell-in-windows-server-2008-quickly-from-the-command-prompt" rel="bookmark">Install Microsoft PowerShell in Windows Server 2008 Quickly from the Command Prompt</a>
	
		<a href="http://droptips.com/no-e-mail-client-in-windows-7-wheres-windows-mail-or-outlook-express" rel="bookmark">No E-Mail Client in Windows 7? Where&#8217;s Windows Mail or Outlook Express?</a>
	
		<a href="http://droptips.com/ssh-client-saving-server-configuration-alias-port-username" rel="bookmark">SSH Client: Saving Server Configuration (Alias, Port, Username)</a>
	
	
]]></description>
			<content:encoded><![CDATA[<p>What is Aero Glass Remoting?</p>
<p>Can I use Aero Glass on a remote Terminal Services/Remote Desktop session?</p>
<p>Well, with Windows Server 2008 R2, Yes you can!</p>
<p>It&#8217;s basically replicating the user experience you get locally of Aero Glass, on remote sessions.  It may be useful for task switching etc. Check the guide out below:</p>
<p><a href="http://blogs.msdn.com/rds/archive/2009/06/23/aero-glass-remoting-in-windows-server-2008-r2.aspx" target="_blank">http://blogs.msdn.com/rds/archive/2009/06/23/aero-glass-remoting-in-windows-server-2008-r2.aspx</a></p>

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/turn-off-ie-enhanced-security-in-windows-server-2008" rel="bookmark">How to Turn off IE Enhanced Security in Windows Server 2008</a>
	<br /><br />
		<a href="http://droptips.com/finding-the-uptime-of-windows-server-2008" rel="bookmark">Finding the Uptime of Windows Server 2008</a>
	<br /><br />
		<a href="http://droptips.com/install-microsoft-powershell-in-windows-server-2008-quickly-from-the-command-prompt" rel="bookmark">Install Microsoft PowerShell in Windows Server 2008 Quickly from the Command Prompt</a>
	<br /><br />
		<a href="http://droptips.com/no-e-mail-client-in-windows-7-wheres-windows-mail-or-outlook-express" rel="bookmark">No E-Mail Client in Windows 7? Where&#8217;s Windows Mail or Outlook Express?</a>
	<br /><br />
		<a href="http://droptips.com/ssh-client-saving-server-configuration-alias-port-username" rel="bookmark">SSH Client: Saving Server Configuration (Alias, Port, Username)</a>
	<br /><br />
	
<img src="http://feeds.feedburner.com/~r/droptips/~4/q9RgV-EoeW4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/what-is-aero-glass-remoting-terminal-server-aero-glass-windows-server-2008-r2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking the Uptime of your OS X Machine</title>
		<link>http://droptips.com/checking-the-uptime-of-your-os-x-machine</link>
		<comments>http://droptips.com/checking-the-uptime-of-your-os-x-machine#comments</comments>
		<pubDate>Fri, 08 Jan 2010 03:45:38 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=878</guid>
		<description><![CDATA[Uptime, uptime, uptime.  Everyone loves massive uptime, right?
The &#8220;Who&#8217;s PC has been on the longest without a reboot?&#8221; sort of challenges.
Well, finding out the uptime on an OS X machine is quite easy!
If you open a Terminal (by using Spotlight, [...]

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/change-the-default-spell-checking-language-in-mac-os-x" rel="bookmark">Change the Default Spell Checking Language in Mac OS X</a>
	
		<a href="http://droptips.com/finding-out-when-and-where-from-a-user-last-logged-into-a-linuxbsd-machine" rel="bookmark">Finding out when (and where from) a user last logged into a Linux/BSD machine</a>
	
		<a href="http://droptips.com/finding-the-uptime-of-windows-server-2008" rel="bookmark">Finding the Uptime of Windows Server 2008</a>
	
		<a href="http://droptips.com/make-your-mac-talkspeak-by-using-say-os-x" rel="bookmark">Make your Mac Talk/Speak by using say (OS X)</a>
	
	
]]></description>
			<content:encoded><![CDATA[<p>Uptime, uptime, uptime.  Everyone loves massive uptime, right?</p>
<p>The &#8220;Who&#8217;s PC has been on the longest without a reboot?&#8221; sort of challenges.</p>
<p>Well, finding out the uptime on an OS X machine is quite easy!</p>
<p>If you open a <em>Terminal </em>(by using <em>Spotlight</em>, then searching for <em>Terminal </em>or open <em>Applications/Utilities</em> and double click <em>Terminal</em>) and then type:</p>
<pre>uptime</pre>
<p>&#8230; so it looks something like this:</p>
<pre>user@mac:~$ uptime
23:46  up 11:55, 3 users, load averages: 0.17 0.21 0.23</pre>
<p>There is multiple parts of information from this command.  The part we&#8217;re focusing on is the second part:  &#8221;up  11:55&#8243;.  This means that the machine I&#8217;m currently on has been booted up for 11 hours and 55 minutes.</p>
<p>So, what&#8217;s your uptime?  How often do you manually restart your computer?  Let me know via comments below!</p>

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/change-the-default-spell-checking-language-in-mac-os-x" rel="bookmark">Change the Default Spell Checking Language in Mac OS X</a>
	<br /><br />
		<a href="http://droptips.com/finding-out-when-and-where-from-a-user-last-logged-into-a-linuxbsd-machine" rel="bookmark">Finding out when (and where from) a user last logged into a Linux/BSD machine</a>
	<br /><br />
		<a href="http://droptips.com/finding-the-uptime-of-windows-server-2008" rel="bookmark">Finding the Uptime of Windows Server 2008</a>
	<br /><br />
		<a href="http://droptips.com/make-your-mac-talkspeak-by-using-say-os-x" rel="bookmark">Make your Mac Talk/Speak by using say (OS X)</a>
	<br /><br />
	
<img src="http://feeds.feedburner.com/~r/droptips/~4/LPf06f-tU2I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/checking-the-uptime-of-your-os-x-machine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Microsoft PowerShell in Windows Server 2008 Quickly from the Command Prompt</title>
		<link>http://droptips.com/install-microsoft-powershell-in-windows-server-2008-quickly-from-the-command-prompt</link>
		<comments>http://droptips.com/install-microsoft-powershell-in-windows-server-2008-quickly-from-the-command-prompt#comments</comments>
		<pubDate>Thu, 07 Jan 2010 20:15:28 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=1041</guid>
		<description><![CDATA[Instead of going through the long-winded way of installing features using Server Manager, you can install PowerShell quickly in Windows Server 2008 from the command line using the following command:
servermanagercmd -install powershell
Why use the GUI when the command line is [...]

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/turn-off-ie-enhanced-security-in-windows-server-2008" rel="bookmark">How to Turn off IE Enhanced Security in Windows Server 2008</a>
	
		<a href="http://droptips.com/viewing-previous-command-history-in-windows-command-prompt-cmd" rel="bookmark">Viewing Previous Command History in Windows Command Prompt (cmd)</a>
	
		<a href="http://droptips.com/what-is-aero-glass-remoting-terminal-server-aero-glass-windows-server-2008-r2" rel="bookmark">What is Aero Glass Remoting?  Terminal Server Aero Glass? (Windows Server 2008 R2)</a>
	
		<a href="http://droptips.com/finding-the-uptime-of-windows-server-2008" rel="bookmark">Finding the Uptime of Windows Server 2008</a>
	
		<a href="http://droptips.com/how-to-install-telnet-in-windows-vista" rel="bookmark">How to install telnet in Windows Vista</a>
	
	
]]></description>
			<content:encoded><![CDATA[<p>Instead of going through the long-winded way of installing features using Server Manager, you can install PowerShell quickly in Windows Server 2008 from the command line using the following command:</p>
<pre>servermanagercmd -install powershell</pre>
<p>Why use the GUI when the command line is much quicker?</p>

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/turn-off-ie-enhanced-security-in-windows-server-2008" rel="bookmark">How to Turn off IE Enhanced Security in Windows Server 2008</a>
	<br /><br />
		<a href="http://droptips.com/viewing-previous-command-history-in-windows-command-prompt-cmd" rel="bookmark">Viewing Previous Command History in Windows Command Prompt (cmd)</a>
	<br /><br />
		<a href="http://droptips.com/what-is-aero-glass-remoting-terminal-server-aero-glass-windows-server-2008-r2" rel="bookmark">What is Aero Glass Remoting?  Terminal Server Aero Glass? (Windows Server 2008 R2)</a>
	<br /><br />
		<a href="http://droptips.com/finding-the-uptime-of-windows-server-2008" rel="bookmark">Finding the Uptime of Windows Server 2008</a>
	<br /><br />
		<a href="http://droptips.com/how-to-install-telnet-in-windows-vista" rel="bookmark">How to install telnet in Windows Vista</a>
	<br /><br />
	
<img src="http://feeds.feedburner.com/~r/droptips/~4/jaVqPpmCq8Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/install-microsoft-powershell-in-windows-server-2008-quickly-from-the-command-prompt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ignore ALL DCC from anyone on IRC in irssi</title>
		<link>http://droptips.com/ignore-all-dcc-from-anyone-on-irc-in-irssi</link>
		<comments>http://droptips.com/ignore-all-dcc-from-anyone-on-irc-in-irssi#comments</comments>
		<pubDate>Thu, 07 Jan 2010 07:00:51 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=918</guid>
		<description><![CDATA[During the last few months, I&#8217;ve been waking up to mass floods of DCC SEND from bots/people trying to exploit random clients into accepting a file over IRC.
I use irssi for connecting to IRC &#8211; it&#8217;s an extremely configurable text [...]

<h3>Other posts which may be of interest..</h3>

No related posts were found, so here's a random post instead: <a href="http://droptips.com/iphone-apps-not-launching-do-they-open-and-then-close-instantly" rel="bookmark">iPhone Apps Not Launching?  Do they Open and then Close Instantly?</a>.
]]></description>
			<content:encoded><![CDATA[<p>During the last few months, I&#8217;ve been waking up to mass floods of DCC SEND from bots/people trying to exploit random clients into accepting a file over IRC.</p>
<p>I use <a href="http://www.irssi.org" target="_blank">irssi</a> for connecting to IRC &#8211; it&#8217;s an extremely configurable text based client, so I wanted a way to just ignore these DCC requests &#8211; I&#8217;ve never, ever used DCC in the 11 years I&#8217;ve used IRC, and, well, I can&#8217;t see myself starting either&#8230; so I might as well just ignore them all.</p>
<p>To ignore all DCC commands from anyone (*!*@*), simply type:</p>
<pre style="padding-left: 30px;">/ignore * DCC</pre>
<p>And you should receive the message:</p>
<pre style="padding-left: 30px;">(11:24:00) Ignoring DCC from *</pre>
<p>What this will do is ignore any DCC from anyone &#8211; you just won&#8217;t see the request coming in, which makes for a much tidier status window/channel window when someone starts getting a bit silly on IRC!</p>
<p>You may find that this command works in other IRC clients too &#8211; it&#8217;s a pretty standard feature, but exact syntax may vary.</p>
<p>You can also have exceptions if you want certain nick and hostmasks to be able to still send DCC (from your trusted sources).  More information is available here: <a href="http://static.quadpoint.org/irssi-docs/help-full.html#IGNORE" target="_blank">http://static.quadpoint.org/irssi-docs/help-full.html#IGNORE</a></p>

<h3>Other posts which may be of interest..</h3>
<p>No related posts were found, so here's a random post instead: <a href="http://droptips.com/todotask-management-and-organiser-for-gnome" rel="bookmark">Todo/Task Management and Organiser for GNOME</a>.</p>
<img src="http://feeds.feedburner.com/~r/droptips/~4/ERiYobnKrvU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/ignore-all-dcc-from-anyone-on-irc-in-irssi/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Keyboard Shortcut:  Start an Application with Administrator Privileges</title>
		<link>http://droptips.com/windows-7-keyboard-shortcut-start-an-application-with-administrator-privileges</link>
		<comments>http://droptips.com/windows-7-keyboard-shortcut-start-an-application-with-administrator-privileges#comments</comments>
		<pubDate>Thu, 07 Jan 2010 02:00:34 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=842</guid>
		<description><![CDATA[You&#8217;ll have noticed that Windows 7 is pretty strict with some applications on the tasks they can perform &#8211; I often find myself needing elevated privileges in a Command Prompt to edit the routing table for example.
You can, of course, [...]

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/windows-7-keyboard-shortcut-snap-current-window-to-left-or-right" rel="bookmark">Windows 7 Keyboard Shortcut:  Snap Current Window to Left or Right</a>
	
		<a href="http://droptips.com/how-do-you-show-desktop-in-windows-7" rel="bookmark">How do you &#8220;Show Desktop&#8221; in Windows 7?</a>
	
		<a href="http://droptips.com/no-e-mail-client-in-windows-7-wheres-windows-mail-or-outlook-express" rel="bookmark">No E-Mail Client in Windows 7? Where&#8217;s Windows Mail or Outlook Express?</a>
	
		<a href="http://droptips.com/taking-a-screenshot-in-osx" rel="bookmark">Taking a Screenshot in OSX</a>
	
		<a href="http://droptips.com/how-to-create-a-windows-7-system-repair-disc" rel="bookmark">How to Create a Windows 7 System Repair Disc</a>
	
	
]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ll have noticed that Windows 7 is pretty strict with some applications on the tasks they can perform &#8211; I often find myself needing elevated privileges in a Command Prompt to edit the routing table for example.</p>
<p>You can, of course, right click on the application from the start menu and run as Administrator, but there&#8217;s also a keyboard shortcut:</p>
<pre style="padding-left: 30px;">Ctrl + Shift + (Click Mouse)</pre>
<p>If you hold down the control key, the shift key and then click the application, it&#8217;ll run it with administrator privileges &#8211; you&#8217;ll probably get a prompt from User Account Control, letting you know what&#8217;s happening.  This works from both the start menu, the taskbar, and any icon.</p>

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/windows-7-keyboard-shortcut-snap-current-window-to-left-or-right" rel="bookmark">Windows 7 Keyboard Shortcut:  Snap Current Window to Left or Right</a>
	<br /><br />
		<a href="http://droptips.com/how-do-you-show-desktop-in-windows-7" rel="bookmark">How do you &#8220;Show Desktop&#8221; in Windows 7?</a>
	<br /><br />
		<a href="http://droptips.com/no-e-mail-client-in-windows-7-wheres-windows-mail-or-outlook-express" rel="bookmark">No E-Mail Client in Windows 7? Where&#8217;s Windows Mail or Outlook Express?</a>
	<br /><br />
		<a href="http://droptips.com/taking-a-screenshot-in-osx" rel="bookmark">Taking a Screenshot in OSX</a>
	<br /><br />
		<a href="http://droptips.com/how-to-create-a-windows-7-system-repair-disc" rel="bookmark">How to Create a Windows 7 System Repair Disc</a>
	<br /><br />
	
<img src="http://feeds.feedburner.com/~r/droptips/~4/IkGrKJrG_aE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/windows-7-keyboard-shortcut-start-an-application-with-administrator-privileges/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Viewing Previous Command History in Windows Command Prompt (cmd)</title>
		<link>http://droptips.com/viewing-previous-command-history-in-windows-command-prompt-cmd</link>
		<comments>http://droptips.com/viewing-previous-command-history-in-windows-command-prompt-cmd#comments</comments>
		<pubDate>Wed, 06 Jan 2010 08:05:41 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=1028</guid>
		<description><![CDATA[We all use the Windows Command Prompt, but there are quite a few very useful features you may not know about &#8211; one being command history viewing.
To access the command history of your current session, press &#8220;F7&#8243; and you&#8217;ll be [...]

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/install-microsoft-powershell-in-windows-server-2008-quickly-from-the-command-prompt" rel="bookmark">Install Microsoft PowerShell in Windows Server 2008 Quickly from the Command Prompt</a>
	
		<a href="http://droptips.com/viewing-another-users-crontab-entries-in-ubuntu-debian-or-centos" rel="bookmark">Viewing Another Users&#8217; Crontab Entries in Ubuntu, Debian or CentOS</a>
	
		<a href="http://droptips.com/mounting-a-windows-smb-share-from-the-os-x-command-line" rel="bookmark">Mounting a Windows (SMB) Share from the OS X Command Line</a>
	
		<a href="http://droptips.com/kill-a-gnu-screen-session-from-the-command-line" rel="bookmark">Kill a GNU Screen Session from the Command Line</a>
	
		<a href="http://droptips.com/access-your-os-x-clipboard-from-the-command-line" rel="bookmark">Access Your OS X Clipboard from the Command Line</a>
	
	
]]></description>
			<content:encoded><![CDATA[<p>We all use the Windows Command Prompt, but there are quite a few very useful features you may not know about &#8211; one being command history viewing.</p>
<p>To access the command history of your current session, press &#8220;F7&#8243; and you&#8217;ll be presented with a prompt containing the last commands you&#8217;ve executed.</p>
<p style="text-align: center;"><a style="text-decoration: none;" href="http://droptips.com/wp-content/assets/2010/01/previous-command-history-windows-cmd.png" target="_blank"><img class="size-full wp-image-1030 aligncenter" title="previous-command-history-windows-cmd" src="http://droptips.com/wp-content/assets/2010/01/previous-command-history-windows-cmd.png" alt="Previous Command History in Windows Command Prompt (F7)" width="542" height="274" /></a></p>
<p style="text-align: left;">
<p style="text-align: left;">Please note that it only shows you the command history from the current session.</p>

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/install-microsoft-powershell-in-windows-server-2008-quickly-from-the-command-prompt" rel="bookmark">Install Microsoft PowerShell in Windows Server 2008 Quickly from the Command Prompt</a>
	<br /><br />
		<a href="http://droptips.com/viewing-another-users-crontab-entries-in-ubuntu-debian-or-centos" rel="bookmark">Viewing Another Users&#8217; Crontab Entries in Ubuntu, Debian or CentOS</a>
	<br /><br />
		<a href="http://droptips.com/mounting-a-windows-smb-share-from-the-os-x-command-line" rel="bookmark">Mounting a Windows (SMB) Share from the OS X Command Line</a>
	<br /><br />
		<a href="http://droptips.com/kill-a-gnu-screen-session-from-the-command-line" rel="bookmark">Kill a GNU Screen Session from the Command Line</a>
	<br /><br />
		<a href="http://droptips.com/access-your-os-x-clipboard-from-the-command-line" rel="bookmark">Access Your OS X Clipboard from the Command Line</a>
	<br /><br />
	
<img src="http://feeds.feedburner.com/~r/droptips/~4/SgEEzmxuWWs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/viewing-previous-command-history-in-windows-command-prompt-cmd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Windows 7 System Repair Disc</title>
		<link>http://droptips.com/how-to-create-a-windows-7-system-repair-disc</link>
		<comments>http://droptips.com/how-to-create-a-windows-7-system-repair-disc#comments</comments>
		<pubDate>Tue, 05 Jan 2010 19:00:46 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=1023</guid>
		<description><![CDATA[Windows 7 has restored the &#8220;System Repair Disc&#8221; option so it&#8217;s easy to create.
If you go to Start and search for &#8220;System Repair Disc&#8220;, it should find &#8220;Create a System Repair Disc&#8221;.
If you open the application, you&#8217;ll get a prompt [...]

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/how-to-install-the-telnet-client-in-windows-7" rel="bookmark">How to Install the Telnet Client in Windows 7</a>
	
		<a href="http://droptips.com/how-to-install-telnet-in-windows-vista" rel="bookmark">How to install telnet in Windows Vista</a>
	
		<a href="http://droptips.com/burningwriting-an-iso-image-under-windows-7" rel="bookmark">Burning/Writing an ISO Image Under Windows 7</a>
	
		<a href="http://droptips.com/mount-an-iso-image-under-windows-7" rel="bookmark">Mount an ISO Image Under Windows 7</a>
	
		<a href="http://droptips.com/mount-an-iso-image-under-windows-982000xpvista" rel="bookmark">Mount an ISO Image Under Windows 98/2000/XP/Vista</a>
	
	
]]></description>
			<content:encoded><![CDATA[<p>Windows 7 has restored the &#8220;System Repair Disc&#8221; option so it&#8217;s easy to create.</p>
<p>If you go to Start and search for &#8220;<em>System Repair Disc</em>&#8220;, it should find &#8220;Create a System Repair Disc&#8221;.</p>
<p>If you open the application, you&#8217;ll get a prompt box to burn the image to CD/DVD.  Choose your CD/DVD burner and click &#8220;<em>Create disc</em>&#8221;</p>
<p>If you do have any problems with your Windows 7 installation, booting from this disc allows you to perform a whole range of  features such as:</p>
<ul>
<li>Startup Repair</li>
<li>System Restore</li>
<li>System Image Recovery</li>
<li>Windows Memory Diagnostics</li>
<li>Command Prompt</li>
</ul>
<p>So, for the cost of a single disc, you can have another option to help repair any future problems you may encounter.  Create one now!</p>

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/how-to-install-the-telnet-client-in-windows-7" rel="bookmark">How to Install the Telnet Client in Windows 7</a>
	<br /><br />
		<a href="http://droptips.com/how-to-install-telnet-in-windows-vista" rel="bookmark">How to install telnet in Windows Vista</a>
	<br /><br />
		<a href="http://droptips.com/burningwriting-an-iso-image-under-windows-7" rel="bookmark">Burning/Writing an ISO Image Under Windows 7</a>
	<br /><br />
		<a href="http://droptips.com/mount-an-iso-image-under-windows-7" rel="bookmark">Mount an ISO Image Under Windows 7</a>
	<br /><br />
		<a href="http://droptips.com/mount-an-iso-image-under-windows-982000xpvista" rel="bookmark">Mount an ISO Image Under Windows 98/2000/XP/Vista</a>
	<br /><br />
	
<img src="http://feeds.feedburner.com/~r/droptips/~4/J8QXflYUgiI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/how-to-create-a-windows-7-system-repair-disc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding the Uptime of Windows Server 2008</title>
		<link>http://droptips.com/finding-the-uptime-of-windows-server-2008</link>
		<comments>http://droptips.com/finding-the-uptime-of-windows-server-2008#comments</comments>
		<pubDate>Tue, 05 Jan 2010 07:00:40 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=907</guid>
		<description><![CDATA[So, you want to see the date and time a Windows Server 2008 box last booted up.  From a command prompt run:
C:\&#62; systeminfo &#124; find "System Boot Time"
System Boot Time:          17/12/2009, 23:09:04
You will then be [...]

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/turn-off-ie-enhanced-security-in-windows-server-2008" rel="bookmark">How to Turn off IE Enhanced Security in Windows Server 2008</a>
	
		<a href="http://droptips.com/what-is-aero-glass-remoting-terminal-server-aero-glass-windows-server-2008-r2" rel="bookmark">What is Aero Glass Remoting?  Terminal Server Aero Glass? (Windows Server 2008 R2)</a>
	
		<a href="http://droptips.com/install-microsoft-powershell-in-windows-server-2008-quickly-from-the-command-prompt" rel="bookmark">Install Microsoft PowerShell in Windows Server 2008 Quickly from the Command Prompt</a>
	
		<a href="http://droptips.com/checking-the-uptime-of-your-os-x-machine" rel="bookmark">Checking the Uptime of your OS X Machine</a>
	
		<a href="http://droptips.com/finding-out-when-and-where-from-a-user-last-logged-into-a-linuxbsd-machine" rel="bookmark">Finding out when (and where from) a user last logged into a Linux/BSD machine</a>
	
	
]]></description>
			<content:encoded><![CDATA[<p>So, you want to see the date and time a Windows Server 2008 box last booted up.  From a command prompt run:</p>
<pre>C:\&gt; systeminfo | find "System Boot Time"
System Boot Time:          17/12/2009, 23:09:04</pre>
<p>You will then be shown the date and time the server was booted (as seen in the example above).</p>
<p>You can just run &#8220;<em>systeminfo</em>&#8221; on it&#8217;s own (with no &#8216;<em>| find &#8220;System Boot Time&#8221;&#8216;)</em>, and you will be presented with a lot of other information such as Hotfixes, Network Connections, etc.</p>

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/turn-off-ie-enhanced-security-in-windows-server-2008" rel="bookmark">How to Turn off IE Enhanced Security in Windows Server 2008</a>
	<br /><br />
		<a href="http://droptips.com/what-is-aero-glass-remoting-terminal-server-aero-glass-windows-server-2008-r2" rel="bookmark">What is Aero Glass Remoting?  Terminal Server Aero Glass? (Windows Server 2008 R2)</a>
	<br /><br />
		<a href="http://droptips.com/install-microsoft-powershell-in-windows-server-2008-quickly-from-the-command-prompt" rel="bookmark">Install Microsoft PowerShell in Windows Server 2008 Quickly from the Command Prompt</a>
	<br /><br />
		<a href="http://droptips.com/checking-the-uptime-of-your-os-x-machine" rel="bookmark">Checking the Uptime of your OS X Machine</a>
	<br /><br />
		<a href="http://droptips.com/finding-out-when-and-where-from-a-user-last-logged-into-a-linuxbsd-machine" rel="bookmark">Finding out when (and where from) a user last logged into a Linux/BSD machine</a>
	<br /><br />
	
<img src="http://feeds.feedburner.com/~r/droptips/~4/o1uXQsGE6ns" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/finding-the-uptime-of-windows-server-2008/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kill a GNU Screen Session from the Command Line</title>
		<link>http://droptips.com/kill-a-gnu-screen-session-from-the-command-line</link>
		<comments>http://droptips.com/kill-a-gnu-screen-session-from-the-command-line#comments</comments>
		<pubDate>Mon, 04 Jan 2010 17:48:55 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=986</guid>
		<description><![CDATA[This article is about GNU Screen &#8211; you can read about GNU Screen here: http://www.gnu.org/software/screen/
There may be times when you have multiple, or even a single, screen session which you want to kill without attaching to it and ending it as [...]

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/wuff-wuff-from-mac-os-x-to-a-screen-session-on-linux" rel="bookmark">Wuff &#8212;- Wuff!! from Mac OS X to a Screen Session on Linux</a>
	
		<a href="http://droptips.com/mounting-a-windows-smb-share-from-the-os-x-command-line" rel="bookmark">Mounting a Windows (SMB) Share from the OS X Command Line</a>
	
		<a href="http://droptips.com/reading-stdin-to-php-from-the-command-line-cli" rel="bookmark">Reading STDIN to PHP from the Command Line (CLI)</a>
	
		<a href="http://droptips.com/access-your-os-x-clipboard-from-the-command-line" rel="bookmark">Access Your OS X Clipboard from the Command Line</a>
	
		<a href="http://droptips.com/viewing-previous-command-history-in-windows-command-prompt-cmd" rel="bookmark">Viewing Previous Command History in Windows Command Prompt (cmd)</a>
	
	
]]></description>
			<content:encoded><![CDATA[<p>This article is about GNU Screen &#8211; you can read about GNU Screen here: <a href="http://www.gnu.org/software/screen/" target="_blank">http://www.gnu.org/software/screen/</a></p>
<p>There may be times when you have multiple, or even a single, <em>screen</em> session which you want to kill without attaching to it and ending it as you normally would.</p>
<p>You can kill a <em>screen </em>session using the session ID or the name (if the name is unique enough).</p>
<p><strong>Warning: </strong>Both ways end all processes within the <em>screen</em> session, so if you have any open files/applications, make sure you don&#8217;t need/want them &#8211; they&#8217;ll be kill&#8217;d along with the session.</p>
<p><strong>Killing by session ID</strong></p>
<p>First, run<em> screen -list</em> to get the id of the current sessions (we use the id to kill the <em>screen</em> session)</p>
<pre>daz@scampi:~$ screen -list
There are screens on:
11493.irssi     (04/01/10 16:25:44)     (Detached)
30784.newapps   (01/01/10 19:42:38)     (Detached)</pre>
<p>As you can see in this example, I have two sessions, a session called &#8220;irssi&#8221; with id 11493, and a session called &#8220;newapps&#8221;, with an id of 30784.</p>
<p>So, to kill the &#8220;newapps&#8221; session, I&#8217;d run:</p>
<pre>daz@scampi:~$ screen -X -S 30784 kill
daz@scampi:~$</pre>
<p>.. and the session will now be gone.  You can verify that by running <em>screen -list </em>again.</p>
<p><strong>Killing by session name</strong></p>
<p>If your screen session name is unique enough (for example, if you have one called &#8220;newapps&#8221; and another called &#8220;irssi&#8221; as per my example) you can kill by name:</p>
<pre>daz@scampi:~$ screen -X -S newapps kill
daz@scampi:~$</pre>
<p>The reason I say unique enough &#8211;  if you have a session called &#8220;newapps&#8221; and one called &#8220;newapps1&#8243;, you will need to use the ID to end &#8220;newapps&#8221; before &#8220;newapps1&#8243; &#8211; you&#8217;ll simply be asked to specify the session again otherwise.</p>

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/wuff-wuff-from-mac-os-x-to-a-screen-session-on-linux" rel="bookmark">Wuff &#8212;- Wuff!! from Mac OS X to a Screen Session on Linux</a>
	<br /><br />
		<a href="http://droptips.com/mounting-a-windows-smb-share-from-the-os-x-command-line" rel="bookmark">Mounting a Windows (SMB) Share from the OS X Command Line</a>
	<br /><br />
		<a href="http://droptips.com/reading-stdin-to-php-from-the-command-line-cli" rel="bookmark">Reading STDIN to PHP from the Command Line (CLI)</a>
	<br /><br />
		<a href="http://droptips.com/access-your-os-x-clipboard-from-the-command-line" rel="bookmark">Access Your OS X Clipboard from the Command Line</a>
	<br /><br />
		<a href="http://droptips.com/viewing-previous-command-history-in-windows-command-prompt-cmd" rel="bookmark">Viewing Previous Command History in Windows Command Prompt (cmd)</a>
	<br /><br />
	
<img src="http://feeds.feedburner.com/~r/droptips/~4/VStTKp9x0qw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/kill-a-gnu-screen-session-from-the-command-line/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Stop .DS_Store From Being Created on Network Drives (OS X)</title>
		<link>http://droptips.com/how-to-stop-.ds_store-from-being-created-on-network-drives-os-x</link>
		<comments>http://droptips.com/how-to-stop-.ds_store-from-being-created-on-network-drives-os-x#comments</comments>
		<pubDate>Mon, 04 Jan 2010 04:36:12 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=874</guid>
		<description><![CDATA[.DS_Store files can make even the tidiest network shares look horrible to none-OS X users.
Whenever an OS X machine accesses a network share, it creates a .DS_Store file for it&#8217;s own use (on SMB/CIFS, AFP, NFS, and WebDAV servers).  These [...]

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/changing-the-default-format-screenshots-are-saved-as-os-x" rel="bookmark">Changing the Default Format Screenshots are Saved As (OS X)</a>
	
		<a href="http://droptips.com/changing-the-default-location-for-screenshots-in-os-x" rel="bookmark">Changing the Default Location for Screenshots in OS X</a>
	
		<a href="http://droptips.com/enable-and-disable-the-os-x-dashboard-completely" rel="bookmark">Enable and Disable the OS X Dashboard Completely</a>
	
		<a href="http://droptips.com/command-help-using-manual-pages-man-os-x-linux-bsd" rel="bookmark">Command Help using Manual Pages (man) (OS X, Linux, BSD)</a>
	
	
]]></description>
			<content:encoded><![CDATA[<p>.DS_Store files can make even the tidiest network shares look horrible to none-OS X users.</p>
<p>Whenever an OS X machine accesses a network share, it creates a .DS_Store file for it&#8217;s own use (on SMB/CIFS, AFP, NFS, and WebDAV servers).  These files are invisible to the OS X user, but will show up to anyone else using other operating systems such as Windows or a Linux distribution.</p>
<p>Turning them off is easy though, by running the following command:</p>
<pre>defaults write com.apple.desktopservices DSDontWriteNetworkStores true</pre>
<p>You will need to either log off or restart the computer for the changes to take affect.</p>
<p>For more information, please see the official knowledge base article here:  <a href="http://support.apple.com/kb/HT1629" target="_blank">http://support.apple.com/kb/HT1629</a></p>

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/changing-the-default-format-screenshots-are-saved-as-os-x" rel="bookmark">Changing the Default Format Screenshots are Saved As (OS X)</a>
	<br /><br />
		<a href="http://droptips.com/changing-the-default-location-for-screenshots-in-os-x" rel="bookmark">Changing the Default Location for Screenshots in OS X</a>
	<br /><br />
		<a href="http://droptips.com/enable-and-disable-the-os-x-dashboard-completely" rel="bookmark">Enable and Disable the OS X Dashboard Completely</a>
	<br /><br />
		<a href="http://droptips.com/command-help-using-manual-pages-man-os-x-linux-bsd" rel="bookmark">Command Help using Manual Pages (man) (OS X, Linux, BSD)</a>
	<br /><br />
	
<img src="http://feeds.feedburner.com/~r/droptips/~4/Adb0U16Fv4Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/how-to-stop-.ds_store-from-being-created-on-network-drives-os-x/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Removing packages only installed as dependancies and no longer needed (Ubuntu, Debian)</title>
		<link>http://droptips.com/removing-packages-only-installed-as-dependancies-and-no-longer-needed-ubuntu-debian</link>
		<comments>http://droptips.com/removing-packages-only-installed-as-dependancies-and-no-longer-needed-ubuntu-debian#comments</comments>
		<pubDate>Sun, 03 Jan 2010 20:00:15 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=531</guid>
		<description><![CDATA[We&#8217;ve all installed packages, using apt-get, where it&#8217;s installed a lot of other packages to satisfy dependancies.
But what if you remove that package at a later date that needed all of those dependancies?  You&#8217;ll probably find it&#8217;s left the dependancies [...]

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/viewing-another-users-crontab-entries-in-ubuntu-debian-or-centos" rel="bookmark">Viewing Another Users&#8217; Crontab Entries in Ubuntu, Debian or CentOS</a>
	
		<a href="http://droptips.com/removing-system-icons-clock-etc-from-the-windows-7-taskbar" rel="bookmark">Removing System Icons (Clock, etc) from the Windows 7 Taskbar</a>
	
	
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve all installed packages, using <em>apt-get,</em> where it&#8217;s installed a lot of other packages to satisfy dependancies.</p>
<p>But what if you remove that package at a later date that needed all of those dependancies?  You&#8217;ll probably find it&#8217;s left the dependancies installed.. and if you&#8217;ve not installed any other packages which also need those dependacies, they&#8217;re just taking up hard drive space.</p>
<p>It&#8217;s easy to remove them, though &#8211; after all, you no longer need them so why keep them?</p>
<p>The command is simple (and needs to be run as root):</p>
<pre>apt-get autoremove</pre>
<p>&#8230; and that&#8217;s it.  The man page entry for this command:</p>
<p><em>&#8220;autoremove is used to remove packages that were automatically installed  to satisfy dependencies for some package and that are no more needed.&#8221;</em></p>
<p>So the next time you install a package which needs lots of dependancies, and you decide you want to remove it for whatever reason, remember to run <em>apt-get autoremove</em> afterwards!</p>
<p><strong>Warning: You do need to be careful when running this &#8211; always check which packages it&#8217;s proposing to uninstall before confirming.  I have seen reports of random packages being removed, breaking the entire system &#8211; even though it is an officially supported feature of <em>apt-get</em>, and it can be very useful, use it with caution.</strong></p>

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/viewing-another-users-crontab-entries-in-ubuntu-debian-or-centos" rel="bookmark">Viewing Another Users&#8217; Crontab Entries in Ubuntu, Debian or CentOS</a>
	<br /><br />
		<a href="http://droptips.com/removing-system-icons-clock-etc-from-the-windows-7-taskbar" rel="bookmark">Removing System Icons (Clock, etc) from the Windows 7 Taskbar</a>
	<br /><br />
	
<img src="http://feeds.feedburner.com/~r/droptips/~4/tKOmCl9gtKM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/removing-packages-only-installed-as-dependancies-and-no-longer-needed-ubuntu-debian/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Experience Index Performance on the Atom-powered, Asus 1005HA Netbook</title>
		<link>http://droptips.com/windows-7-experience-index-performance-on-the-atom-powered-asus-1005ha-netbook</link>
		<comments>http://droptips.com/windows-7-experience-index-performance-on-the-atom-powered-asus-1005ha-netbook#comments</comments>
		<pubDate>Sun, 03 Jan 2010 10:00:09 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=858</guid>
		<description><![CDATA[The question of &#8220;How does Windows 7 run on &#8230;&#8230;&#8230;&#8230;.&#8221; is often asked.
I&#8217;ve been running an Asus Seashell 1005HA (6-Cell Battery, 63Wh) with Windows 7 for some time now, and use it as my main machine 90% of the time.
Just [...]

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/no-e-mail-client-in-windows-7-wheres-windows-mail-or-outlook-express" rel="bookmark">No E-Mail Client in Windows 7? Where&#8217;s Windows Mail or Outlook Express?</a>
	
		<a href="http://droptips.com/mount-an-iso-image-under-windows-982000xpvista" rel="bookmark">Mount an ISO Image Under Windows 98/2000/XP/Vista</a>
	
		<a href="http://droptips.com/clearingflushing-your-local-dns-cache-windows-osx" rel="bookmark">Clearing/Flushing Your Local DNS Cache (Windows, OSX)</a>
	
		<a href="http://droptips.com/how-do-you-show-desktop-in-windows-7" rel="bookmark">How do you &#8220;Show Desktop&#8221; in Windows 7?</a>
	
		<a href="http://droptips.com/how-to-install-the-telnet-client-in-windows-7" rel="bookmark">How to Install the Telnet Client in Windows 7</a>
	
	
]]></description>
			<content:encoded><![CDATA[<p>The question of &#8220;How does Windows 7 run on &#8230;&#8230;&#8230;&#8230;.&#8221; is often asked.</p>
<p>I&#8217;ve been running an Asus Seashell 1005HA (6-Cell Battery, 63Wh) with Windows 7 for some time now, and use it as my main machine 90% of the time.</p>
<p><em>Just as a side note, the only thing I have done is upgraded the RAM to 2GB (from the standard 1GB) by adding a single 1GB SO-DIMM to the Netbook.  For the cost and how easy it was, it was well worth the upgrade!</em></p>
<p>The Windows 7 Experience Index is often a good guide to see how a machine will perform (processor, memory (RAM), graphics, hard disk) &#8211; the results for this Netbook are below:</p>
<p><a style="text-decoration: none;" href="http://droptips.com/wp-content/assets/2009/12/windows-7-performance-asus-1005ha-netbook.png"><img class="aligncenter size-full wp-image-860" title="windows-7-performance-asus-1005ha-netbook" src="http://droptips.com/wp-content/assets/2009/12/windows-7-performance-asus-1005ha-netbook.png" alt="windows-7-performance-asus-1005ha-netbook" width="583" height="195" /></a></p>

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/no-e-mail-client-in-windows-7-wheres-windows-mail-or-outlook-express" rel="bookmark">No E-Mail Client in Windows 7? Where&#8217;s Windows Mail or Outlook Express?</a>
	<br /><br />
		<a href="http://droptips.com/mount-an-iso-image-under-windows-982000xpvista" rel="bookmark">Mount an ISO Image Under Windows 98/2000/XP/Vista</a>
	<br /><br />
		<a href="http://droptips.com/clearingflushing-your-local-dns-cache-windows-osx" rel="bookmark">Clearing/Flushing Your Local DNS Cache (Windows, OSX)</a>
	<br /><br />
		<a href="http://droptips.com/how-do-you-show-desktop-in-windows-7" rel="bookmark">How do you &#8220;Show Desktop&#8221; in Windows 7?</a>
	<br /><br />
		<a href="http://droptips.com/how-to-install-the-telnet-client-in-windows-7" rel="bookmark">How to Install the Telnet Client in Windows 7</a>
	<br /><br />
	
<img src="http://feeds.feedburner.com/~r/droptips/~4/fG1J1uczE6c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/windows-7-experience-index-performance-on-the-atom-powered-asus-1005ha-netbook/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting SSH and/or FTP Servers in Finder (OS X)</title>
		<link>http://droptips.com/mounting-ssh-andor-ftp-servers-in-finder-os-x</link>
		<comments>http://droptips.com/mounting-ssh-andor-ftp-servers-in-finder-os-x#comments</comments>
		<pubDate>Sat, 02 Jan 2010 23:27:32 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=933</guid>
		<description><![CDATA[With more and more people using remote servers nowadays, usually via SSH or FTP, the challenge of uploading data/editing data is ever growing.
I personally SSH to my remote servers and use command line tools such as Vim to edit files. [...]

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/ssh-client-automatically-connect-to-a-servers-non-standard-port" rel="bookmark">SSH Client: Automatically Connect to a Servers&#8217; Non-Standard Port</a>
	
		<a href="http://droptips.com/mounting-a-windows-smb-share-from-the-os-x-command-line" rel="bookmark">Mounting a Windows (SMB) Share from the OS X Command Line</a>
	
		<a href="http://droptips.com/change-the-default-spell-checking-language-in-mac-os-x" rel="bookmark">Change the Default Spell Checking Language in Mac OS X</a>
	
		<a href="http://droptips.com/using-scp-aliases-to-upload-files-quicker-os-x-bash" rel="bookmark">Using SCP Aliases to Upload Files Quicker (OS X, BASH)</a>
	
		<a href="http://droptips.com/ssh-access-whilst-on-the-move-iphone-ipod-touch" rel="bookmark">SSH Access Whilst on the Move (iPhone, iPod Touch)</a>
	
	
]]></description>
			<content:encoded><![CDATA[<p>With more and more people using remote servers nowadays, usually via SSH or FTP, the challenge of uploading data/editing data is ever growing.</p>
<p>I personally SSH to my remote servers and use command line tools such as <a href="http://www.vim.org" target="_blank">Vim</a> to edit files.  But you may not have SSH access, and only FTP access &#8211; in that case, you&#8217;d need to edit the files locally, open another application and upload them manually.</p>
<p>There are times though, when I like to use desktop applications such as <a href="http://macromates.com/" target="_blank">Textmate</a> to edit files remotely on various servers via SSH &#8211; but, of course, Finder and the applications on my computer wouldn&#8217;t be able to see them &#8211; until now!</p>
<p><a href="http://www.macfusionapp.org/" target="_blank">Macfusion</a> solves this problem.  Along with <a href="http://code.google.com/p/macfuse/" target="_blank">MacFUSE</a>, it allows you to &#8220;mount&#8221; the remote server space you have as a normal network drive.  What this means is, if you go to File -&gt; Open in any application locally, you&#8217;ll see the remote drive.  You&#8217;ll be able to see, copy, move, and even create new files directly on the remote server &#8211; infact, it acts exactly like any other drive would.</p>
<p>I&#8217;d highly recommend you take a look &#8211; both tools are free to download (the GUI and the underlying daemons) and I&#8217;ll guarantee once you start mounting your remote server space, you&#8217;ll wonder how you ever managed with older methods!</p>
<p>Macfusion: <a href="http://www.macfusionapp.org/about.html" target="_blank">http://www.macfusionapp.org/about.html</a><br />
MacFUSE:  <a href="http://code.google.com/p/macfuse/" target="_blank">http://code.google.com/p/macfuse/</a></p>
<p>You&#8217;ll need both of the above.</p>

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/ssh-client-automatically-connect-to-a-servers-non-standard-port" rel="bookmark">SSH Client: Automatically Connect to a Servers&#8217; Non-Standard Port</a>
	<br /><br />
		<a href="http://droptips.com/mounting-a-windows-smb-share-from-the-os-x-command-line" rel="bookmark">Mounting a Windows (SMB) Share from the OS X Command Line</a>
	<br /><br />
		<a href="http://droptips.com/change-the-default-spell-checking-language-in-mac-os-x" rel="bookmark">Change the Default Spell Checking Language in Mac OS X</a>
	<br /><br />
		<a href="http://droptips.com/using-scp-aliases-to-upload-files-quicker-os-x-bash" rel="bookmark">Using SCP Aliases to Upload Files Quicker (OS X, BASH)</a>
	<br /><br />
		<a href="http://droptips.com/ssh-access-whilst-on-the-move-iphone-ipod-touch" rel="bookmark">SSH Access Whilst on the Move (iPhone, iPod Touch)</a>
	<br /><br />
	
<img src="http://feeds.feedburner.com/~r/droptips/~4/oYj3j0J4oN8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/mounting-ssh-andor-ftp-servers-in-finder-os-x/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding out when (and where from) a user last logged into a Linux/BSD machine</title>
		<link>http://droptips.com/finding-out-when-and-where-from-a-user-last-logged-into-a-linuxbsd-machine</link>
		<comments>http://droptips.com/finding-out-when-and-where-from-a-user-last-logged-into-a-linuxbsd-machine#comments</comments>
		<pubDate>Fri, 01 Jan 2010 23:21:34 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=884</guid>
		<description><![CDATA[There may be times when you want to find out when and where from a user last logged into a Linux or BSD machine.
Of course, you could trawl through auth logs, but there is a quicker way by using &#8220;lastlog&#8220;.
lastlog [...]

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/end-all-processes-belonging-to-a-user-linux" rel="bookmark">End all processes belonging to a user (Linux)</a>
	
		<a href="http://droptips.com/monitoring-the-status-of-multiple-linuxbsdosxunix-hosts" rel="bookmark">Monitoring the Status of Multiple Linux/BSD/OSX/Unix Hosts</a>
	
		<a href="http://droptips.com/command-help-using-manual-pages-man-os-x-linux-bsd" rel="bookmark">Command Help using Manual Pages (man) (OS X, Linux, BSD)</a>
	
		<a href="http://droptips.com/checking-the-uptime-of-your-os-x-machine" rel="bookmark">Checking the Uptime of your OS X Machine</a>
	
		<a href="http://droptips.com/taking-a-screenshot-in-linux-and-bsd" rel="bookmark">Taking a Screenshot in Linux and BSD</a>
	
	
]]></description>
			<content:encoded><![CDATA[<p>There may be times when you want to find out when and where from a user last logged into a Linux or BSD machine.</p>
<p>Of course, you could trawl through auth logs, but there is a quicker way by using &#8220;<em>lastlog</em>&#8220;.</p>
<p><em>lastlog</em> is a command which shows you the last login time and also from where (if it was a remote session, it&#8217;ll show you the IP/Hostname) a user logged in.</p>
<p>If you log into the machine and at a terminal run, you&#8217;ll get the information:</p>
<pre>droptips@server:~$ lastlog
Username         Port     From             Latest
root                                       **Never logged in**</pre>
<p>
(I&#8217;ve removed all of my information for security reasons)</p>
<div>There is a man page available for &#8220;<em>lastlog</em>&#8221; accessible via:</div>
<p>
<pre>droptips@server:~$  man lastlog</pre>
<p></p>
<div>You can also read the Ubuntu 9.10 man page for <em>lastlog</em> here: <a href="http://manpages.ubuntu.com/manpages/karmic/man8/lastlog.8.html" target="_blank">http://manpages.ubuntu.com/manpages/karmic/man8/lastlog.8.html</a><br /> The Wikipedia page is here:  <a href="http://en.wikipedia.org/wiki/Lastlog" target="_blank">http://en.wikipedia.org/wiki/Lastlog</a></div>

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/end-all-processes-belonging-to-a-user-linux" rel="bookmark">End all processes belonging to a user (Linux)</a>
	<br /><br />
		<a href="http://droptips.com/monitoring-the-status-of-multiple-linuxbsdosxunix-hosts" rel="bookmark">Monitoring the Status of Multiple Linux/BSD/OSX/Unix Hosts</a>
	<br /><br />
		<a href="http://droptips.com/command-help-using-manual-pages-man-os-x-linux-bsd" rel="bookmark">Command Help using Manual Pages (man) (OS X, Linux, BSD)</a>
	<br /><br />
		<a href="http://droptips.com/checking-the-uptime-of-your-os-x-machine" rel="bookmark">Checking the Uptime of your OS X Machine</a>
	<br /><br />
		<a href="http://droptips.com/taking-a-screenshot-in-linux-and-bsd" rel="bookmark">Taking a Screenshot in Linux and BSD</a>
	<br /><br />
	
<img src="http://feeds.feedburner.com/~r/droptips/~4/5OWECOLXiuk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/finding-out-when-and-where-from-a-user-last-logged-into-a-linuxbsd-machine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Apps Not Launching?  Do they Open and then Close Instantly?</title>
		<link>http://droptips.com/iphone-apps-not-launching-do-they-open-and-then-close-instantly</link>
		<comments>http://droptips.com/iphone-apps-not-launching-do-they-open-and-then-close-instantly#comments</comments>
		<pubDate>Fri, 01 Jan 2010 01:59:36 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=851</guid>
		<description><![CDATA[Have you been happily using all of your third party apps from the AppStore for ages, and then, one day, none of them load?
We&#8217;ve all had applications which seem to start loading then close instantly.. but what if they are [...]

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/ssh-access-whilst-on-the-move-iphone-ipod-touch" rel="bookmark">SSH Access Whilst on the Move (iPhone, iPod Touch)</a>
	
		<a href="http://droptips.com/no-e-mail-client-in-windows-7-wheres-windows-mail-or-outlook-express" rel="bookmark">No E-Mail Client in Windows 7? Where&#8217;s Windows Mail or Outlook Express?</a>
	
	
]]></description>
			<content:encoded><![CDATA[<p>Have you been happily using all of your third party apps from the AppStore for ages, and then, one day, none of them load?</p>
<p>We&#8217;ve all had applications which seem to start loading then close instantly.. but what if they are all doing it?  The default Apple applications work fine, but your downloaded ones don&#8217;t.</p>
<p>I&#8217;ve seen this on a couple of iPhone&#8217;s now, and the standard &#8220;turn it off and on again&#8221; doesn&#8217;t seem to work, nor does doing a soft reset by holding the Home and Power button.  However, there is hope, and this has worked both times for me:</p>
<p><em>Go to the AppStore, download any application you want, free or paid for.  It doesn&#8217;t matter; I&#8217;ve downloaded whatever was first in the Top Free section on both occasions.  Let it download and install, and, once that is complete, you&#8217;ll probably find that all of your other apps start working too.</em></p>
<p>If this works, then awesome&#8230; if it doesn&#8217;t work, then, at least you&#8217;ve tried!  I tried this out of pure luck the first time, and it&#8217;s now worked twice for me.</p>
<p>If you come across this problem, and the above has worked for you, let me know in the comments below!</p>

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/ssh-access-whilst-on-the-move-iphone-ipod-touch" rel="bookmark">SSH Access Whilst on the Move (iPhone, iPod Touch)</a>
	<br /><br />
		<a href="http://droptips.com/no-e-mail-client-in-windows-7-wheres-windows-mail-or-outlook-express" rel="bookmark">No E-Mail Client in Windows 7? Where&#8217;s Windows Mail or Outlook Express?</a>
	<br /><br />
	
<img src="http://feeds.feedburner.com/~r/droptips/~4/JTFWescvtkM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/iphone-apps-not-launching-do-they-open-and-then-close-instantly/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Keyboard Shortcut:  Snap Current Window to Left or Right</title>
		<link>http://droptips.com/windows-7-keyboard-shortcut-snap-current-window-to-left-or-right</link>
		<comments>http://droptips.com/windows-7-keyboard-shortcut-snap-current-window-to-left-or-right#comments</comments>
		<pubDate>Thu, 31 Dec 2009 00:00:38 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=837</guid>
		<description><![CDATA[A new feature in Windows 7 is the ability to &#8220;snap&#8221; a window to the left or right of the screen, for side by side viewing.
You can, of course, just drag the window to the side you want, but what [...]

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/windows-7-keyboard-shortcut-start-an-application-with-administrator-privileges" rel="bookmark">Windows 7 Keyboard Shortcut:  Start an Application with Administrator Privileges</a>
	
		<a href="http://droptips.com/how-do-you-show-desktop-in-windows-7" rel="bookmark">How do you &#8220;Show Desktop&#8221; in Windows 7?</a>
	
		<a href="http://droptips.com/removing-system-icons-clock-etc-from-the-windows-7-taskbar" rel="bookmark">Removing System Icons (Clock, etc) from the Windows 7 Taskbar</a>
	
		<a href="http://droptips.com/turn-off-ie-enhanced-security-in-windows-server-2008" rel="bookmark">How to Turn off IE Enhanced Security in Windows Server 2008</a>
	
		<a href="http://droptips.com/how-to-install-the-telnet-client-in-windows-7" rel="bookmark">How to Install the Telnet Client in Windows 7</a>
	
	
]]></description>
			<content:encoded><![CDATA[<p>A new feature in Windows 7 is the ability to &#8220;snap&#8221; a window to the left or right of the screen, for side by side viewing.</p>
<p>You can, of course, just drag the window to the side you want, but what if you don&#8217;t want to use the mouse?  Well, there&#8217;s a keyboard shortcut for that!</p>
<pre style="padding-left: 30px;">Windows Key + Left Arrow</pre>
<pre style="padding-left: 30px;">Windows Key + Right Arrow</pre>
<p>By pressing the Windows Key with either the left arrow or right arrow, the current window will snap to whichever side you select!<br />
If you keep pressing the same keyboard combination, it will go round in a circle.  So, if you keep going left, it&#8217;ll snap to left, then right, then back to normal again.  If you&#8217;re lucky enough to have a multiple monitor setup, it&#8217;ll cycle through all of the monitors in turn.</p>

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/windows-7-keyboard-shortcut-start-an-application-with-administrator-privileges" rel="bookmark">Windows 7 Keyboard Shortcut:  Start an Application with Administrator Privileges</a>
	<br /><br />
		<a href="http://droptips.com/how-do-you-show-desktop-in-windows-7" rel="bookmark">How do you &#8220;Show Desktop&#8221; in Windows 7?</a>
	<br /><br />
		<a href="http://droptips.com/removing-system-icons-clock-etc-from-the-windows-7-taskbar" rel="bookmark">Removing System Icons (Clock, etc) from the Windows 7 Taskbar</a>
	<br /><br />
		<a href="http://droptips.com/turn-off-ie-enhanced-security-in-windows-server-2008" rel="bookmark">How to Turn off IE Enhanced Security in Windows Server 2008</a>
	<br /><br />
		<a href="http://droptips.com/how-to-install-the-telnet-client-in-windows-7" rel="bookmark">How to Install the Telnet Client in Windows 7</a>
	<br /><br />
	
<img src="http://feeds.feedburner.com/~r/droptips/~4/VRe_kwj-dpk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/windows-7-keyboard-shortcut-snap-current-window-to-left-or-right/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No E-Mail Client in Windows 7? Where’s Windows Mail or Outlook Express?</title>
		<link>http://droptips.com/no-e-mail-client-in-windows-7-wheres-windows-mail-or-outlook-express</link>
		<comments>http://droptips.com/no-e-mail-client-in-windows-7-wheres-windows-mail-or-outlook-express#comments</comments>
		<pubDate>Wed, 30 Dec 2009 09:05:09 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=824</guid>
		<description><![CDATA[So, you&#8217;ve just installed Windows 7 and go to add your e-mail account.  You go to Start, and look for Mail &#8211; it&#8217;s not there.  You look in All Programs &#8211; same story, it&#8217;s not there, it&#8217;s &#8220;missing&#8221; [...]

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/how-to-install-the-telnet-client-in-windows-7" rel="bookmark">How to Install the Telnet Client in Windows 7</a>
	
		<a href="http://droptips.com/how-to-install-telnet-in-windows-vista" rel="bookmark">How to install telnet in Windows Vista</a>
	
		<a href="http://droptips.com/ssh-client-saving-server-configuration-alias-port-username" rel="bookmark">SSH Client: Saving Server Configuration (Alias, Port, Username)</a>
	
		<a href="http://droptips.com/ssh-client-automatically-connect-to-a-servers-non-standard-port" rel="bookmark">SSH Client: Automatically Connect to a Servers&#8217; Non-Standard Port</a>
	
		<a href="http://droptips.com/removing-system-icons-clock-etc-from-the-windows-7-taskbar" rel="bookmark">Removing System Icons (Clock, etc) from the Windows 7 Taskbar</a>
	
	
]]></description>
			<content:encoded><![CDATA[<p>So, you&#8217;ve just installed Windows 7 and go to add your e-mail account.  You go to Start, and look for Mail &#8211; it&#8217;s not there.  You look in All Programs &#8211; same story, it&#8217;s not there, it&#8217;s &#8220;missing&#8221; &#8211; so, what do you do?</p>
<p>Microsoft have removed the default e-mail client found in Vista, <em>Windows Mail</em>, from Windows 7 &#8211; no longer is it installed by default.  But what if you need to check that POP3 or IMAP account?  Well, you have to install a client manually.</p>
<p>If you&#8217;ve been used to Outlook Express in Windows XP or Windows Mail in Vista, you&#8217;ll probably be most comfortable with &#8220;<em>Windows Live Mail</em>&#8220;.  This application is part of the Microsoft Live set of applications, which also includes Messenger.  You can download Windows Live Mail here:</p>
<p><a href="http://download.live.com/wlmail" target="_blank">http://download.live.com/wlmail</a></p>
<p>Once you download the package, select the applications you want, and let them install.  After a short while of downloading and installing, you&#8217;ll now have <em>Windows Live Mail</em> installed, ready for your e-mail account!</p>

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/how-to-install-the-telnet-client-in-windows-7" rel="bookmark">How to Install the Telnet Client in Windows 7</a>
	<br /><br />
		<a href="http://droptips.com/how-to-install-telnet-in-windows-vista" rel="bookmark">How to install telnet in Windows Vista</a>
	<br /><br />
		<a href="http://droptips.com/ssh-client-saving-server-configuration-alias-port-username" rel="bookmark">SSH Client: Saving Server Configuration (Alias, Port, Username)</a>
	<br /><br />
		<a href="http://droptips.com/ssh-client-automatically-connect-to-a-servers-non-standard-port" rel="bookmark">SSH Client: Automatically Connect to a Servers&#8217; Non-Standard Port</a>
	<br /><br />
		<a href="http://droptips.com/removing-system-icons-clock-etc-from-the-windows-7-taskbar" rel="bookmark">Removing System Icons (Clock, etc) from the Windows 7 Taskbar</a>
	<br /><br />
	
<img src="http://feeds.feedburner.com/~r/droptips/~4/QOhHZ7Z2q0M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/no-e-mail-client-in-windows-7-wheres-windows-mail-or-outlook-express/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Official Microsoft Windows 7 Themes, Wallpapers, and Gadgets</title>
		<link>http://droptips.com/official-microsoft-windows-7-themes-wallpapers-and-gadgets</link>
		<comments>http://droptips.com/official-microsoft-windows-7-themes-wallpapers-and-gadgets#comments</comments>
		<pubDate>Tue, 29 Dec 2009 22:05:06 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=820</guid>
		<description><![CDATA[Microsoft have a growing collection of themes, wallpapers, and gadgets for Windows 7, available as free downloads from microsoft.com.
Personalise your desktop today at:
http://windows.microsoft.com/en-US/windows/downloads/personalize

Other posts which may be of interest..
		Install Microsoft PowerShell in Windows Server 2008 Quickly from the Command Prompt
	
		Microsoft [...]

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/install-microsoft-powershell-in-windows-server-2008-quickly-from-the-command-prompt" rel="bookmark">Install Microsoft PowerShell in Windows Server 2008 Quickly from the Command Prompt</a>
	
		<a href="http://droptips.com/microsoft-hyper-v-msvm_virtualsystemsettingdata-object-was-not-found-error" rel="bookmark">Microsoft Hyper-V: &#8220;msvm_virtualsystemsettingdata Object was not found&#8221; Error</a>
	
		<a href="http://droptips.com/how-do-you-show-desktop-in-windows-7" rel="bookmark">How do you &#8220;Show Desktop&#8221; in Windows 7?</a>
	
		<a href="http://droptips.com/no-e-mail-client-in-windows-7-wheres-windows-mail-or-outlook-express" rel="bookmark">No E-Mail Client in Windows 7? Where&#8217;s Windows Mail or Outlook Express?</a>
	
		<a href="http://droptips.com/mount-an-iso-image-under-windows-982000xpvista" rel="bookmark">Mount an ISO Image Under Windows 98/2000/XP/Vista</a>
	
	
]]></description>
			<content:encoded><![CDATA[<p>Microsoft have a growing collection of themes, wallpapers, and gadgets for Windows 7, available as free downloads from microsoft.com.</p>
<p>Personalise your desktop today at:</p>
<p><a href="http://windows.microsoft.com/en-US/windows/downloads/personalize" target="_blank">http://windows.microsoft.com/en-US/windows/downloads/personalize</a></p>

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/install-microsoft-powershell-in-windows-server-2008-quickly-from-the-command-prompt" rel="bookmark">Install Microsoft PowerShell in Windows Server 2008 Quickly from the Command Prompt</a>
	<br /><br />
		<a href="http://droptips.com/microsoft-hyper-v-msvm_virtualsystemsettingdata-object-was-not-found-error" rel="bookmark">Microsoft Hyper-V: &#8220;msvm_virtualsystemsettingdata Object was not found&#8221; Error</a>
	<br /><br />
		<a href="http://droptips.com/how-do-you-show-desktop-in-windows-7" rel="bookmark">How do you &#8220;Show Desktop&#8221; in Windows 7?</a>
	<br /><br />
		<a href="http://droptips.com/no-e-mail-client-in-windows-7-wheres-windows-mail-or-outlook-express" rel="bookmark">No E-Mail Client in Windows 7? Where&#8217;s Windows Mail or Outlook Express?</a>
	<br /><br />
		<a href="http://droptips.com/mount-an-iso-image-under-windows-982000xpvista" rel="bookmark">Mount an ISO Image Under Windows 98/2000/XP/Vista</a>
	<br /><br />
	
<img src="http://feeds.feedburner.com/~r/droptips/~4/E6GBgo4qxYA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/official-microsoft-windows-7-themes-wallpapers-and-gadgets/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading STDIN to PHP from the Command Line (CLI)</title>
		<link>http://droptips.com/reading-stdin-to-php-from-the-command-line-cli</link>
		<comments>http://droptips.com/reading-stdin-to-php-from-the-command-line-cli#comments</comments>
		<pubDate>Tue, 29 Dec 2009 12:00:39 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[General]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://droptips.com/?p=809</guid>
		<description><![CDATA[There may be times when you want to read from STDIN to a PHP script you&#8217;ve created from the command line.
Code below:
$in = fopen('php://stdin', 'r');
while(!feof($in)){
    $text = $text . fgets($in, 4096);
}
What this will do is read from STDIN, and create [...]

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/access-your-os-x-clipboard-from-the-command-line" rel="bookmark">Access Your OS X Clipboard from the Command Line</a>
	
		<a href="http://droptips.com/mounting-a-windows-smb-share-from-the-os-x-command-line" rel="bookmark">Mounting a Windows (SMB) Share from the OS X Command Line</a>
	
		<a href="http://droptips.com/kill-a-gnu-screen-session-from-the-command-line" rel="bookmark">Kill a GNU Screen Session from the Command Line</a>
	
		<a href="http://droptips.com/viewing-previous-command-history-in-windows-command-prompt-cmd" rel="bookmark">Viewing Previous Command History in Windows Command Prompt (cmd)</a>
	
		<a href="http://droptips.com/reverse-cat-concatenate-a-text-file" rel="bookmark">Reverse cat (concatenate) a Text File</a>
	
	
]]></description>
			<content:encoded><![CDATA[<p>There may be times when you want to read from STDIN to a PHP script you&#8217;ve created from the command line.</p>
<p>Code below:</p>
<pre style="padding-left: 30px;">$in = fopen('php://stdin', 'r');
while(!feof($in)){
    $text = $text . fgets($in, 4096);
}</pre>
<p>What this will do is read from STDIN, and create a <em>$text variable</em> of the contents.  It does this until the whole of STDIN has been read.</p>
<p>So:</p>
<pre style="padding-left: 30px;">cat file.txt | php my-php-file.php</pre>
<p>&#8230; will put the contents of file.txt into the variable $text for use within the PHP script.</p>

<h3>Other posts which may be of interest..</h3>
		<a href="http://droptips.com/access-your-os-x-clipboard-from-the-command-line" rel="bookmark">Access Your OS X Clipboard from the Command Line</a>
	<br /><br />
		<a href="http://droptips.com/mounting-a-windows-smb-share-from-the-os-x-command-line" rel="bookmark">Mounting a Windows (SMB) Share from the OS X Command Line</a>
	<br /><br />
		<a href="http://droptips.com/kill-a-gnu-screen-session-from-the-command-line" rel="bookmark">Kill a GNU Screen Session from the Command Line</a>
	<br /><br />
		<a href="http://droptips.com/viewing-previous-command-history-in-windows-command-prompt-cmd" rel="bookmark">Viewing Previous Command History in Windows Command Prompt (cmd)</a>
	<br /><br />
		<a href="http://droptips.com/reverse-cat-concatenate-a-text-file" rel="bookmark">Reverse cat (concatenate) a Text File</a>
	<br /><br />
	
<img src="http://feeds.feedburner.com/~r/droptips/~4/g19hb4xepPs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://droptips.com/reading-stdin-to-php-from-the-command-line-cli/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 1.357 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-02-17 17:16:19 -->
