<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; tip</title> <atom:link href="http://www.ghacks.net/tag/tip/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 13:29:21 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Recreate the Show Desktop shortcut</title><link>http://www.ghacks.net/2007/11/02/recreate-the-show-desktop-shortcut/</link> <comments>http://www.ghacks.net/2007/11/02/recreate-the-show-desktop-shortcut/#comments</comments> <pubDate>Fri, 02 Nov 2007 07:11:54 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[show desktop]]></category> <category><![CDATA[tip]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/11/02/recreate-the-show-desktop-shortcut/</guid> <description><![CDATA[The Show Desktop shortcut in the quick launch bar minimizes all open windows upon pressing the button. If you accidentally deleted that shortcut from the quick launch bar you might face a hard time getting it back there because there is no obvious way to create a Show Desktop shortcut.]]></description> <content:encoded><![CDATA[<p>The Show Desktop shortcut in the quick launch bar minimizes all open windows upon pressing the button. If you accidentally deleted that shortcut from the quick launch bar you might face a hard time getting it back there because there is no obvious way to create a Show Desktop shortcut.</p><p>Pressing Windows M might be an alternative although it does not minimize all open windows. It was for instance not able to minimize XMPlay, my music player. Fortunately it is not complicated to recreate the Show Desktop shortcut.</p><p>Create a new text document and add the following lines of code to it:</p><p><span
id="more-2208"></span>[Shell]<br
/> Command=2<br
/> IconFile=explorer.exe,3<br
/> [Taskbar]<br
/> Command=ToggleDesktop</p><p>Save it as &#8220;Show Desktop.scf&#8221;. Double-click the file to check if it is indeed minimizing all windows. You should at least have one window open to see the effect.</p><p>Right-click your task bar and uncheck the Lock The Taskbar entry. Now drag and drop the Show Desktop.scf file to your quick launch bar. Once that is done right-click the task bar again and lock the taskbar again.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/11/02/recreate-the-show-desktop-shortcut/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Find out which devices have been connected to your pc</title><link>http://www.ghacks.net/2007/01/29/find-out-which-devices-have-been-connected-to-your-pc/</link> <comments>http://www.ghacks.net/2007/01/29/find-out-which-devices-have-been-connected-to-your-pc/#comments</comments> <pubDate>Mon, 29 Jan 2007 10:17:05 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[check]]></category> <category><![CDATA[device-manager]]></category> <category><![CDATA[hack]]></category> <category><![CDATA[hard-drive]]></category> <category><![CDATA[hidden-devices]]></category> <category><![CDATA[tip]]></category> <category><![CDATA[usb]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/01/29/find-out-which-devices-have-been-connected-to-your-pc/</guid> <description><![CDATA[Normally you do not see which devices have been connected to your computer in the past. It could be interesting to say the least to find out if someone else connected a device to your computer in your absence. You have to change a value in windows using the command prompt.]]></description> <content:encoded><![CDATA[<p>Normally you do not see which devices have been connected to your computer in the past. It could be interesting to say the least to find out if someone else connected a device to your computer in your absence. You have to change a value in windows using the command prompt.</p><p>Open the command prompt by pressing Windows + R, typing cmd and hitting enter. Type the following line and hit enter at the end:  set devmgr_show_nonpresent_devices=1 ; Once this is done open your device manager from the control panel and enable the option to view hidden devices in the View tab.</p><p><span
id="more-1147"></span> This ensures that all hidden devices that have not been removed in the device manager will be listed and you can see if someone else added a external hard drive, usb stick or similar devices to your system. Great way to find out if someone spies on you or copied files from your system while you were not there.</p><p>It can be easily countered by removing the device from the device managers list.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/01/29/find-out-which-devices-have-been-connected-to-your-pc/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Protect your Firefox Profile</title><link>http://www.ghacks.net/2007/01/27/protect-your-firefox-profile/</link> <comments>http://www.ghacks.net/2007/01/27/protect-your-firefox-profile/#comments</comments> <pubDate>Sat, 27 Jan 2007 09:02:13 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[mozilla]]></category> <category><![CDATA[profile]]></category> <category><![CDATA[profiles.ini]]></category> <category><![CDATA[secure-profile]]></category> <category><![CDATA[tip]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/01/27/protect-your-firefox-profile/</guid> <description><![CDATA[A Firefox profile stores all personal information such as bookmarks and passwords in it. Everyone who is starting up Firefox with that profile is able to use your saved passwords and cookies as well which is a security risk if you ask me. One way to overcome this would be to protect the Firefox profile folder by moving it to a location that is not accessible to anyone except you.]]></description> <content:encoded><![CDATA[<p>A Firefox profile stores all personal information such as bookmarks and passwords in it. Everyone who is starting up Firefox with that profile is able to use your saved passwords and cookies as well which is a security risk if you ask me. One way to overcome this would be to protect the Firefox profile folder by moving it to a location that is not accessible to anyone except you.</p><p>I did this by moving the profile to my encrypted hard drive. The hard drive is encrypted using True Crypt and the profile can only be accessed if I provide the security key to decrypt the hard drive. Other means are theoretically possible as well, use a portable device that has to be plugged in before you can use the profile.</p><p><span
id="more-1140"></span>Moving a profile to another location is not difficulty at all. Close all instances of Firefox and locate your profile folder. This is usually in Document and Settings under Application Date, Mozilla, Firefox, Profiles of the user who is logged into windows currently.</p><p>Move the complete folder to a different location. Open up profiles.ini afterwards (located in Firefox in Document and Settings). Change the path= parameter to the new location of your profile and change the parameter IsRelative=1 to 0.</p><p>Restart Firefox to see if the changes have been made. If all your bookmarks for instance load fine the changes have been successful. If that is not the case double-check the path parameter in profiles.ini.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/01/27/protect-your-firefox-profile/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Share the iTunes Library on a network</title><link>http://www.ghacks.net/2007/01/26/share-the-itunes-library-on-a-network/</link> <comments>http://www.ghacks.net/2007/01/26/share-the-itunes-library-on-a-network/#comments</comments> <pubDate>Fri, 26 Jan 2007 13:16:52 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[iPod]]></category> <category><![CDATA[Knowledge]]></category> <category><![CDATA[apple]]></category> <category><![CDATA[itunes]]></category> <category><![CDATA[share library]]></category> <category><![CDATA[sharing]]></category> <category><![CDATA[tip]]></category> <category><![CDATA[trick]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/01/26/share-the-itunes-library-on-a-network/</guid> <description><![CDATA[I don't like the iTunes software that much - it is slow and big and the only reason for me to use it is that it is the offical software that comes with the iPod. I recently ran into a problem which was fixed pretty fast by a quick tip that I found at one tip a day. I assume that iTunes is already installed at least on your main computer and you want to access the same library of songs that are stored on the main computer.]]></description> <content:encoded><![CDATA[<p>I don&#8217;t like the iTunes software that much &#8211; it is slow and big and the only reason for me to use it is that it is the offical software that comes with the iPod. I recently ran into a problem which was fixed pretty fast by a quick tip that I found at <a
href="http://www.onetipaday.com/2007/01/25/how-to-use-the-same-itunes-library-on-a-home-network/" title="itunes library on network" target="_blank">one tip a day</a>. I assume that iTunes is already installed at least on your main computer and you want to access the same library of songs that are stored on the main computer.</p><p>You need to locate the file iTunes Library.itl on this computer which is usually stored in username\My Documents\My Music\iTunes. You need to share the folder iTunes. To do this right-click the iTunes folder and select Sharing and Security  from the context menu. If there is no Sharing and Security entry you will have to enable simple file sharing by clicking on Tools and selecting Folder Options.</p><p><span
id="more-1137"></span>Click on the view tab and activate simple file sharing in the advanced settings (scroll down). Enable the options &#8216;Share this folder in the network&#8217; and &#8216;Allow network users to change my files&#8217; in Sharing and Security.</p><p>The final step would be to start iTunes on the other computer and hold down the shift key which will open a menu during startup. Select Choose Library and select the iTunes Library.itl file from the main computer.</p><p>That&#8217;s it. You can now access your iTunes configuration from the second computer as well and all changes made will be global. You can repeat the process if you have more than two computer.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/01/26/share-the-itunes-library-on-a-network/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Increasing the performance of Windows Vista</title><link>http://www.ghacks.net/2006/12/16/increasing-the-performance-of-windows-vista/</link> <comments>http://www.ghacks.net/2006/12/16/increasing-the-performance-of-windows-vista/#comments</comments> <pubDate>Sat, 16 Dec 2006 12:55:23 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Knowledge]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[ram]]></category> <category><![CDATA[speed]]></category> <category><![CDATA[tip]]></category> <category><![CDATA[trick]]></category> <category><![CDATA[tweak]]></category> <category><![CDATA[vista]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/12/16/increasing-the-performance-of-windows-vista/</guid> <description><![CDATA[My first impression of Windows Vista was that it was a very shiny operating system with lots of useless stuff (for me) that wasted lots of valuable ram on my system. Things like the sidebar which may be useful for some are absolutely useless to me. Besides that they use ram. I have decided to remove everything that I would not need to increase performance on the system.]]></description> <content:encoded><![CDATA[<p>My first impression of Windows Vista was that it was a very shiny operating system with lots of useless stuff (for me) that wasted lots of valuable ram on my system. Things like the sidebar which may be useful for some are absolutely useless to me. Besides that they use ram. I have decided to remove everything that I would not need to increase performance on the system.</p><p>This tips might also be useful to those users who use an old computer with Windows Vista. My Vista installation is using about 430 megabytes of Ram in default state with only one instance of Internet Explorer 7 running as well. The following paragraphs contain a list of changes that I made and their effect on the system.</p><p><span
id="more-1012"></span></p><ul><li>Disabling the Sidebar</li><li>Changing the Design to Windows Classic</li><li>Changing the Background image to one color</li><li>Disabling the Windows Firewall and Bitdefender</li></ul><p>Those changes alone dropped the ram usage by 60 megabytes to 370 with one Internet Explorer window open. There are many settings that can still be tweaked to gain even more performance, for instance removing unnecessary services and indexing. I will take a look at those in the coming days.</p><p>The question of course remains why you would like to change to Vista if you disable everything &#8220;new&#8221; that Vista offers. I personally think that it introduces lots of gimmicks that freeware on XP offered for years. And if it is security that you want you should take a look at Linux instead.</p><p> </p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/12/16/increasing-the-performance-of-windows-vista/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Hide Menus in Fullscreen with Autohide for Firefox</title><link>http://www.ghacks.net/2006/11/28/hide-menus-in-fullscreen-with-autohide-for-firefox/</link> <comments>http://www.ghacks.net/2006/11/28/hide-menus-in-fullscreen-with-autohide-for-firefox/#comments</comments> <pubDate>Tue, 28 Nov 2006 07:39:06 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[add on]]></category> <category><![CDATA[addon]]></category> <category><![CDATA[autohide]]></category> <category><![CDATA[browser]]></category> <category><![CDATA[firefox-extensions]]></category> <category><![CDATA[freeware]]></category> <category><![CDATA[lifehacker]]></category> <category><![CDATA[mozilla]]></category> <category><![CDATA[tip]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/11/28/hide-menus-in-fullscreen-with-autohide-for-firefox/</guid> <description><![CDATA[I was reading about Autohide yesterday over at lifehacker and had the plan to try it today to see if it was a useful add-on for mozilla firefox. Autohide manipulates the interface of firefox when entering fullscreen mode (F11) - you can select to (auto) hide certain bars and menu entries to have more space for the website itself. The following settings can be changed:]]></description> <content:encoded><![CDATA[<p>I was reading about <a
target="_blank" title="autohide" href="http://www.krickelkrackel.de/autohide/">Autohide</a> yesterday over at <a
target="_blank" title="lifehacker" href="http://lifehacker.com/#!217327/download-of-the-day-autohide-firefox">lifehacker</a> and had the plan to try it today to see if it was a useful add-on for mozilla firefox. Autohide manipulates the interface of firefox when entering fullscreen mode (F11) &#8211; you can select to (auto) hide certain bars and menu entries to have more space for the website itself. The following settings can be changed:</p><p>You may choose to always show the status bar or only on activity, you may hide all toolbars that are currently installed including the google and stumbleupon toolbar if they are installed on your system. The same can be done for the tab bar and the windows taskbar. Now, whenever you move your mouse over an hidden item (such as the menu bar) it becomes visible and you can interact with it normally.</p><p><span
id="more-948"></span>The direct opposite of hidding certain items can also be configured which would be show always. If you can&#8217;t live without the tab bar and status bar you can select to have them always on. They never hide when you press F11 and go into fullscreen mode.</p><p>This application can benefit users with older displays and users who like to have all the information present on the screen.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/11/28/hide-menus-in-fullscreen-with-autohide-for-firefox/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>94 Essential Tips for Staying Safe</title><link>http://www.ghacks.net/2005/12/01/94-essential-tips-for-staying-safe/</link> <comments>http://www.ghacks.net/2005/12/01/94-essential-tips-for-staying-safe/#comments</comments> <pubDate>Thu, 01 Dec 2005 09:25:25 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[secure pc]]></category> <category><![CDATA[tip]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=192</guid> <description><![CDATA[Pc Magazine wrote a article with such a long title that I had to cut it to make it fit, the article "Maximum Security: 94 Essential Tips for Staying Safe" has some useful tips for everyone that wants to have a secure as possible computer. They divided the article into several categories, system, networking and wireless, e-mail, Web surfing, malware, and mobile.]]></description> <content:encoded><![CDATA[<p>Pc Magazine wrote a article with such a long title that I had to cut it to make it fit, the article &#8220;Maximum Security: 94 Essential Tips for Staying Safe&#8221; has some useful tips for everyone that wants to have a secure as possible computer. They divided the article into several categories, system, networking and wireless, e-mail, Web surfing, malware, and mobile.</p><p>Most of the tips can be classified as core tips, everyone should use them to make his system more secure. I know its a lot to read and pc magazine has the nasty habit to divide the article on lots of pages, probably to increase page impressions. If you are interested head over to <a
href="http://www.pcmag.com/article2/0,2817,1880244,00.asp" target="_Blank">pc magazine</a> and read the article.</p><p><strong>Update:</strong> The PC Magazine site has divided the tips into dozens of pages which make it annoying to read. Here is a tip to make it somewhat more comfortable to read.</p><p>See the print icon and text at the top of the article? when you click on it you will see that chapter&#8217;s text on one page. While that still does not list all security tips on a single page, it nevertheless reduces the pages that you need to access to eight, which is a lot less than before.</p><p>Keep in mind that the guide has been posted in 2005, and that a lot has changed security wise since then. The network and wireless section for instance suggests to enable the WPA protocol and not WPE. While that was a feasible thing to do in 2005, it could be disastrous today. The article mentions WPA2 but does not recommend it as it is &#8220;benign overkill for home users&#8221;.</p><p>You can still learn something about security from the article, but I would recommend to double-check what is being said before you implement it on your computer.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2005/12/01/94-essential-tips-for-staying-safe/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
