<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected{color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.sparkline {background:[[ColorPalette::PrimaryPale]]; border:0;}
.sparktick {background:[[ColorPalette::PrimaryDark]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}
.readOnly {background:[[ColorPalette::TertiaryPale]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity=60)';}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 1em 1em; left:0px; top:0px;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0 0; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0;}
.wizardFooter .status {padding:0 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0 0 0.5em;}
.tab {margin:0 0 0 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0px 3px 0px 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}

.fieldsetFix {border:0; padding:0; margin:1px 0px;}

.sparkline {line-height:1em;}
.sparktick {outline:0;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser

Your username for signing your edits. Write it as a [[WikiWord]] (eg [[JoeBloggs]])

<<option txtUserName>>
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]

----
Also see [[AdvancedOptions]]
<<importTiddlers>>
Plan :

0 - Install an [[antivirus]]
1 - [[Uninstall|System management]] unneeded craps that are pre-installed on your computer
2 - [[Install]] efficient equivalent FREE and OPEN SOURCE (if possible) softwares
3 - boost your [[efficiency|Work harder faster stronger]]
3 - [[Optimize]] your windows
XML editor : http://sourceforge.net/projects/xpontus/
notepad
http://framapad.org/
https://github.com/Pita/etherpad-lite#readme -> http://qikpad.co.uk/
[[At the beginning]]
A testet : http://linuxmanua.blogspot.fr/2011/04/7-sites-majeurs-de-telechargement.html

http://korben.info/104-moteurs-de-recherche-pour-rapidshare.html :

Work properly:
http://www.5fox.org/
 http://rs.4chan.org/ 4Chan 
http://www.redown.org/
http://www.phazeddl.com/
 http://www.searchshared.com/ SearchShared 
 http://www.uvrx.com/ UVRX 
 http://megadownload.net/ MegaDownload 
 http://megaxo.com/ Megaxo 
 http://filesearcher.net/ FileSearch 
 http://fileshunt.com/ FilesHunt 
 http://nrh.me.uk/ NewRapidHunter 
 http://rapidall.com/ RapidAll 
 http://rapidlibrary.com/ RapidLibrary 
 http://rapidsearch.infobind.com/ InfoBind RapidSearch 
 http://rapidshare-search.needthe.net/ Rapidshare Meta search engine 
 http://rapidsurfing.net/ RapidSurfing 
 http://www.rapidseek.org/ RapidSeek 
 http://www.rapidsharedata.com/ RapidshareDATA 
 http://www.download-list.com/ DownloadList 
 http://www.bioscience.ws/search/sharedfiles/ BioScience 
 http://show-ip.net/rapidshare/ ShowIP 
 http://sharedigger.com/ ShareDigger 
 http://www.filecrop.com/ FileCrop 
 http://www.filesearch.gr/ FileSearch 
 http://www.filestube.com/ FilesTube 
 http://www.findanylinks.com/ FindAnyLinks 
 http://www.funfail.com/ Funfail 
 http://www.gappon.com/ Gappon 
 http://www.gofilez.com/ GoFileZ File Search Engine 
 http://www.jameswatt.org/rapidshare_megaupload_search.html JamesWatt 
 http://www.metodosdebusca.com/118/buscador-rapidshare.html Busca-RapidShare 
 http://www.rsdown.org/ RSDown 
 http://www.searchfiles.de/ SearchFiles.de – The Premium File Search Engine 
http://www.filesseek.com/
http://nkhw.net/
http://www.direct-download.com/

FRENCH:
http://www.redlist-ultimate.be
 http://ddlsearch.free.fr/ DDL Search 
http://www.ergor.org/V2/welcome/index.php
http://recherche.megaupload.free.fr/
http://search.rapidshare.free.fr/
http://recherche.megaupload.free.fr/
http://www.mega-films.net/category/dvdrip/
http://www.allostreaming.com/

SPANISH :
 http://dscargalo.com/ DsCargalo 
 http://www.leechaa.com/ Leecha 







http://hackademix.net/2008/07/15/i-own-your-rapidshare-accounts/





Do not work properly anymore (broken links/void display):
http://5iles.com/ 5iles 
http://elitesearch.at/ EliteSearch 
http://files.livethunder.com/ LiveThunder Files 
 http://jwagal.com/ Jwagal 
 http://loadingvault.com/ LoadingVault
 http://freexfile.com/ FreeXFile 
 http://jusearch.com/ JuSearch 
 http://filesbot.com/ FilesBot 
 http://rapid.890m.com/ 890m 
 http://rapid.tvphp.net/ ThuVienPHP 
 http://rapidburner.com/ RapidBurner 
 http://rapidsearch.mediadir.in/ Medianet 
 http://www.ashishrohtagi.org/rapidhunter/index.php RapidShare Hunter 
 http://search.huhiho.com/ HuHiHo 
 http://search.jrfreelancer.com/ Search.jrfreelancer.com 
 http://rapidshare-search-engine.com/ RapidShare-Search-Engine 
 http://rapidsharelink.sanalportal.com/ Rapidsharelink 
 http://rapidzero.com/ RapidZero 
 http://scriptowl.com/demo/SharedFileSearch/index.php Shared File Searcher 
 http://search4file.com/ Search4File 
 http://shareminerscript.com/ ShareMinerScript 
 http://shareyard.com/ ShareYard Search 
 http://www.avun.com/ Avun 
 http://www.diggrapidshare.com/ DiggRapidShare 
 http://www.filefield.net/ FileField 
 http://www.filescoop.net/ FileScoop 
 http://www.filez.com/ FileZ 
 http://www.fnets.net/index.php?q=node/40 FNETS 
 http://www.goinfiles.com/ goinFiles 
 http://www.hellafiles.com/ HellaFiles 
 http://www.inetlist.com/ INetList.com 
 http://www.loadevery.com/ LoadEvery 
 http://www.megapid.net/ MEGAPID 
 http://www.megatao.com/rsssearch.php MegaTao 
 http://www.oneclickfiles.com/ OneClickFiles 
 http://www.oplahol.com/ OplaHol 
 http://www.pakadtrader.com/rapid-share-search.php PakAdTrader 
 http://www.quicksearch.info/ QuickSearch 
 http://www.rapid2share.com/ Rapid2Share 
 http://www.rapidexplorer.net/ RapidExplorer 
 http://www.rapidfox.net/ Rapidfox 
 http://www.rapidoogle.com/ Rapidoogle 
 http://www.rapidor.com/ Rapidor 
 http://www.rapidosearch.com/ RapidOSearch 
 http://www.rapidrat.com/ RapidRat 
 http://www.rapidsearch.ca/ RapidSearch.CA 
 http://www.rapidsearch.in/ RapidSearch.in 
 http://www.rapidsearchlinks.com/rapidsearch/ RapidSearchLinks 
 http://www.rapidshare-searcher.com/ RapidShare Searcher 
 http://www.rapidshare1.com/ RapidShare1 
 http://www.rapidsharefinder.net/ RapidShareFinder 
 http://www.rapidshareindex.com/ RapidShareIndex 
 http://www.rapidwolf.com/ Rapidwolf 
 http://www.rapidzilla.net/ RapidZilla 
 http://www.rapilinks.com/ RapidLinks 
 http://www.rsfilez.com/ RSFilez 
 http://www.rsfind.com/ RSFind 
 http://www.rssearch.info/ rsSearch 
 http://www.search-file.com/ Search-File 
 http://www.search-rapid-share.net/ Search Rapid Share . net 
 http://www.search-rapidshare-and-megaupload.com/ Search Rapidshare and Megaupload 
 http://www.share4vn.com/ Share4VN 
 http://www.sharech.com/ Sharech 
 http://www.shareminer.com/ ShareMiner 
 http://www.sharingengines.com/ SharingEngines 
 http://www.sharingrapid.com/ SharingRapid 
 http://www.totme.com/ TotMe! 
 http://www.yourfile.us/ Yourfile.US 
Install :
[[Mozilla Firefox|https://ninite.com/firefox/]]

Faster browsing :  (to install, click on Firefox-add-ons)
- http://www.crystalidea.com/speedyfox
- browsing without ads : [[AdBlock Plus|https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/]] 
(subscribe to your country's list and all lists available on http://adversity.uk.to )
-  blocking flash : [[FlashBlock|https://addons.mozilla.org/en-US/firefox/addon/flashblock]]
and some Firefox tuning at http://www.makeuseof.com/tag/top-5-aboutconfig-hacks-firefox-browsing-smoother/

Untracked browsing :
- [[Ghostery|https://addons.mozilla.org/en-US/firefox/addon/ghostery/]] 
- [[PrivacyChoice TrackerBlock|https://addons.mozilla.org/en-US/firefox/addon/trackerblock]]
- [[BetterPrivacy|https://addons.mozilla.org/en-US/firefox/addon/betterprivacy/]]
- [[HTTPS Everywhere|https://www.eff.org/https-everywhere]]

Secure browsing :
- [[WOT|https://addons.mozilla.org/en-US/firefox/addon/wot-safe-browsing-tool/]] to have an idea about the site reputation 
- [[phishtank-sitechecker|https://addons.mozilla.org/en-US/firefox/addon/phishtank-sitechecker/]] to be protected against phishing :
For secure browsing, if you are on your home PC, you should execute Firefox with [[DropMyRights|http://msdn.microsoft.com/en-us/library/ms972827.aspx]]. 
Running with an administrative account is the default configuration of most Windows home PC : it is dangerous to the health of your computer and your data.
This software has been made to solve this problem by executing application as a user account with moderate administrative rights.
Firefox extensions can all be installed simultaneouly with the extension [[AddonFox|https://addons.mozilla.org/en-US/firefox/addon/addonfox-best-firefox-addons/]]
- HTTPS Certificates watcher : 
http://sebsauvage.net/rhaa/index.php?2010/08/18/11/16/54-des-extensions-firefox-pour-controler-les-certificats-https
http://sebsauvage.net/rhaa/index.php?2010/03/26/12/03/17-les-certificats-ssl-ne-suffisent-plus
https://addons.mozilla.org/fr/firefox/addon/certificate-patrol/  
https://addons.mozilla.org/fr/firefox/addon/certificate-watch/


Eventually, you can also change your DNS provider depending of your location, I recommend you not to change it unless you have some really serious problems with your ISP DNS.
global DNS :
- [[OpenDNS|https://www.opendns.com/]] prevents you from fraud-sites and phishing-sites but have only servers in th U.S. and is therefore often slower than your ISP if you are not located nearby the U.S. 
- [[Google DNS|https://code.google.com/speed/public-dns/docs/using.html]]
- http://opennicproject.org/
- http://censurfridns.dk/ DNS against censorship
- see also http://www.cambus.net/free-public-dns-servers-list/ 

decentralised DNS :
- http://www.socialdns.net/ 
- http://www.cs.cornell.edu/people/egs/beehive/codons.php

[[namebench|https://code.google.com/p/namebench/]] is the perfect tool to compare DNS speed from your location. http://www.manu-j.com/blog/opendns-alternative-google-dns-rocks/403/ also presents some reveiws in function of your location.

Inspired from :
http://doc.ubuntu-fr.org/dns
http://www.bortzmeyer.org/dns-filtering.html
http://www.bortzmeyer.org/opendns-non-merci.html
http://www.bortzmeyer.org/google-dns.html
http://extensions.geckozone.org/Firefox/




VPN :
http://lifehacker.com/5823586/cyberghost-vpn-is-a-free-anonymous-vpn-that-protects-your-surfing-from-prying-eyes
http://cyberghostvpn.com/

Bonus:
Taking advantage of CoralCDN is simple. Just append .nyud.net  : http://www.coralcdn.org/


TODO:
http://korben.info/le-top-10-des-extensions-firefox-orientees-securite.html
http://www.techgainer.com/disable-prevent-google-web-search-history/

HOSTS file:
http://labnol.blogspot.com/2005/11/prevent-google-analytics-from-tracking.html
http://labnol.blogspot.com/2004/10/tweak-your-windows-hosts-file.html
http://winhelp2002.mvps.org/hosts.htm

PROXY:
http://korben.info/acceder-facilement-a-des-sites-internet-interdits-aux-non-americains-comme-hulu.html
http://www.peacefire.org/circumventor/
http://www.openculture.com/
http://www.slate.fr/story/50855/cinema-films-gratuit-legal-telechargemment-megaupload
http://www.ml-class.org/ : stanford university free courses 
http://infokiosques.net/


http://www.moviesfoundonline.com/movies.php
http://video-streaming.over-blog.com/


http://www.tv-replay.fr/
http://captvty.fr/


http://www.tuxboard.com/telecharger-des-films-gratuits-et-vod-films-en-streaming-gratuitement/
Courts métrages
    http://www.mouviz.com/
    http://www.le-court.com/
    http://www.cine-courts.com/
    http://courts.6nema.com/
Films gratuits / libres de droit
    http://www.jamendo.com
    http://www.cinezime.fr/telechargement-film-gratuit/vod/0
    http://www.archive.org/details/movies
Télévision gratuite
    http://cinemapop.com/stations.aspx?&category=0&country=29&station_id=
    http://wwitv.com/
    http://tvonline.site.voila.fr/index.html
    http://www.tvenligne.fr/
 Sites proposant Films / Documentaires / Animations / Making Of
    http://www.ralamax.net
    http://www.yep10.com
    http://psomania.free.fr


http://bluetouff.com/2009/10/22/cyber68-boycott-industries-culturelles/ :
    http://www.dogmazic.net/ :des milliers de titres libres, dans tous les styles, beaucoup d’excellentes choses qui n’ont rien à envier à ce que l’on trouve dans le commerce.
    http://www.archive.org/index.php : des centaines de milliers de contenus audio et vidéo libres (plus de 420 000 titres audio !)
    http://www.Oxyradio.net : De la musique libre en streaming
    http://www.boxson.net: Musique libre et gratuite en téléchargement
    http://www.jamendo.com: téléchargement de musique libre et gratuite
    http://www.prisonsoup.com : un excellent label de musiques copyleft
    http://www.auboutdufil.com: téléchargement de musique libre et gratuite
    http://www.opsound.org/index.php: téléchargement de musiques libres et gratuites
    http://www.erreur404.org: collectif proposant des musiques alternatives libres
    http://altermusique.org: téléchargement de musique libre et gratuite
    http://www.easyzic.com/mp3-gratuits: de la musique en creative commons
    http://copyleft-music.com: du bon son en copyleft
    http://www.airtist.com: pour écouter de la musique en rémunérant les artistes par la publicité
    http://www.lastfm.fr/music/+free-music-downloads: c’est pas libre mais il y a beaucoup de bonnes choses en gratuit.
    http://sween.dmusic.com/music: de la musique suédoise en libre téléchargement
    http://artlibre.org : des oeuvres (textes, musiques, videos, dessins, peintures …) sous licence art libre, véritable licence copyleft, permettant la diffusion , la modification …
    http://www.inlibroveritas.net : la littérature équitable


http://www.commentcamarche.net/forum/affich-919330-culture-du-gratuit

http://www.epitonic.com/
http://www.amazon.com/exec/obidos/tg/browse/-/468646/ (E)
http://www.ampcast.com/
http://www.besonic.com/ (E)
http://www.dmusic.com/
http://www.electronicscene.com/
http://www.garageband.com/
http://www.iuma.com/
http://www.opsound.org/opsound/pool.html
http://www.sounddogs.com/
http://www.soundclick.com/
http://www.earbuzz.com/home.lasso
http://www.efolkmusic.org/ArtMusic/Downloads.asp
http://freekidsmusic.com/music.html
http://freechildrensmusic.com/free-childrens-music.html
http://freesolopiano.com/music.html
http://www.hitestrecords.com/
http://www.mfiles.co.uk/
http://www.peoplesound.com/ (E)
http://www.purevolume.com/

E : Enregistrement requis

http://www.bagoo.com/WebPOSTEProd/ninja_tune/ninja_tune_home.jsp
http://www.fcom.fr/
http://thehijackers.com/mp3/
http://beurks.free.fr/beurks.htm
http://www.markmazzu.com/pages/868869/index.htm
http://rock.ampm.free.fr/multimedia.htm
http://www.franzferdinand.org/

Et quelques pages de liens :

http://www.enorgis.com/pmwiki/pmwiki.php
http://www.goingware.com/tips/legal-downloads.html
http://www.ditaime.com/newforum/read.php?f=4&i=62565&t=62565 


http://www.rocklineopera.com/rlo/

http://www.trip-hop.net/mp3.html
http://www.djouls.com/saounds/
http://www.lesinrocks.com/home_mp3.cfm
http://www.ninjatune.net/home/

http://www.mj-s.com/index_fr.htm
http://www.agent5-1.com/goodies.htm
http://alif.tree.free.fr/
http://www.alphaheaven.com/
http://www.beggars.com/
http://www.concordemusicclub.com/discorama.html#bonus
http://www.daughterdarling.com/sound.html
http://www.demartinas.com/archivos/audio.htm
http://www.inflamable.com/
http://jarringeffects.free.fr/
http://www.halfstrike.net/
http://www.leilamusic.co.uk/
http://www.lo-fi.biz/disks.htm
http://namur.nu/
http://www.oboken.com/extraits.html
http://www.sigur-ros.co.uk/media/index.html
http://sojamusic.net/pl/av.html
http://lezardnocturne.free.fr/
http://www.ivan-e.com/evidence.html
http://www.doradorovitch.com/index02.php3
http://www.u-topia.co.uk/Pages/Mp3.htm

http://opus80.com/opus80new/trueindex.htm
http://www.luckyhorseindustries.com/media/media_listing.php?type=audio
http://www.music-cafe.co.uk/
http://00tanasia00.free.fr/
http://irate.sourceforge.net/





http://cd1d.com/ : fédération des labels indépendants
http://libre.fm/
http://www.noiset.com/

http://spoonfederation.appspot.com/tatami/


http://www.fontsquirrel.com/ : free fonts
http://programming-motherfucker.com/become.html : free programming books
http://www.wowebook.pro/ : free programming books
http://www.free-css.com/
http://www.templateworld.com/free_templates.html
http://www.ebooksgratuits.com/ : free french ebooks 
http://www.booksshouldbefree.com/ : Free Audio Books from the public domain


http://monsieur-excel.blogspot.com/
http://www.exceleverest.com/
http://www.mousetraining.co.uk/ms-office-training-manuals.html

http://free.korben.info/index.php/Accueil

Guide d’autodéfense numérique  : http://guide.boum.org/

Nirsoft : the bible of qualtiy software
http://www.kls-soft.com/wscc/downloads.php
http://smithii.com/nirsoft_installer

http://assiste.forum.free.fr/viewtopic.php?f=111&t=22424
http://les-moutons-rebelles.forumactif.com/t34-partage-de-code-wifi-gratuit-sfr-free-hotspot
For a rapid and quick installation of a group of softwares, I strongly recommend you [[ninite.com|http://ninite.com/]] which permits easy installing of various good quality softwares in a very few clicks and UPGRADING by relaunching the exe. 

If you prefer the classic way for more controls, [[filehippo.com|http://www.filehippo.com/]] can also save you some precious time by regrouping a lot of common applications in a single place to download. There is also a standalone update checker application that maintain your applications up-to-date : this in the same idea than ninite but you have to manually click on softwares to install them : http://www.filehippo.com/updatechecker/ 

For those used to the linux package management system with repositorires, a Windows version has emerged and is called [[Npackd|http://code.google.com/p/windows-package-manager/]].

What do you want to install next? 
[[Multimedia]]
[[System management]]
1 - Install [[Python 2.6|http://www.python.org/download/releases/]] , it's better to install the latest 2.6.x Python version
2 - Install [[Pyreadline|https://launchpad.net/pyreadline/+download]] , having experienced some changes between 1.6.2 and 1.7.1 , I prefer the 1.6.2 version
3 - Install [[ipython|http://archive.ipython.org/release/]]
4 - Install [[numpy|http://sourceforge.net/projects/numpy/files/NumPy/]] 
5 - Install [[scipy|http://sourceforge.net/projects/scipy/files/scipy/]]
6 - Install [[matplotlib|http://sourceforge.net/projects/matplotlib/files/matplotlib/]]
7 - Install [[PyQt4|http://www.riverbankcomputing.co.uk/software/pyqt/download]]
8 - Install [[spyder|https://code.google.com/p/spyderlib/downloads/list]]

Optional but highly recommended modules for Spyder which are all packaged in [[this|http://www.lfd.uci.edu/~gohlke/pythonlibs/#base]]: 
- (Spyder v2.x) rope 0.9.x (x>=0) -- for code completion / go-to-definition features in source code editor 
- pyflakes 0.x (x>=3) -- for real-time code analysis
- pylint (code analysis)
(from https://code.google.com/p/spyderlib/wiki/Installation ) 

The website http://www.lfd.uci.edu/~gohlke/pythonlibs/ proposes lots of unofficial rebuilt-from-source python package installers for Windows systems, notably :
- all of the packages previously cited 
- an [[Intel processor optimized version of Numpy|http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy]] and [[Scipy|http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy]]

Ipython 0.12 has a [[new interactive browser-based Notebook with rich media support|http://ipython.org/ipython-doc/rel-0.12/whatsnew/version0.12.html#an-interactive-browser-based-notebook-with-rich-media-support]]. To use it, I had to install these extra packages :
- [[tornado|http://www.lfd.uci.edu/~gohlke/pythonlibs/#tornado]]
- [[pyzmq|http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyzmq]]
PDF reader:
- Foxit reader
- sumatra pdf

Music :
Foobar2000

Video:
VLC

Compression : 
7zip 

Burning:
ImgBurn
 
Retrieving downloaded flash videos on your hard disk :
http://www.nirsoft.net/utils/video_cache_view.html
Antivirus is the first thing to install before browsing on the internet. 
Install ONE of them :
- avast
- essentials

Not launching your web browser (Firefox or other) and your mail software (outlook or other) with administrator rights is the next thing to do :
For secure browsing, if you are on your home PC, you should execute Firefox with [[DropMyRights|http://msdn.microsoft.com/en-us/library/ms972827.aspx]]. 
Running with an administrative account is the default configuration of most Windows home PC : it is dangerous to the health of your computer and your data.
This software has been made to solve this problem by executing application as a user account with moderate administrative rights.

Preventing usb virus contamination (autorun, autoplay..):
[[usb-set|http://telechargement.zebulon.fr/usb-set.html]] (in french but the software is also in english)
discussions in french about usb-set :
http://forum.zebulon.fr/usb-set-version-15-t173063.html
http://fspsa.free.fr/contamination-lecteurs-amovibles.htm

Keep your Windows computer up-to-date to prevent virus infection by third-party applications :
- always install updates from Windows Update 
- update Java, Flash and Adobe Reader regularly
Lots of virus infects your PC by taking advantage of non up-to-date softwares where security holes remain.
To test the vulnerability of your PC, go visit http://secunia.com/software_inspector/ , it will give you an idea of which software need an update.

To install these updates easily, visit the [[Install]] section

Inspired from :
http://www.malekal.com/2010/11/12/les-mises-a-jour-sous-windows/
http://www.malekal.com/2010/11/12/tester-la-vulnerabilite-de-son-systeme-2/
http://forum.malekal.com/danger-des-failles-securite-t3452.html
http://forum.malekal.com/pourquoi-comment-fais-infecter-t3259.html
Firefox : http://portableapps.com/apps/internet/firefox_portable

Simple Instructions for installing Adobe Flash Player plugins for portable Firefox :
1) First Download and install the latest Adobe Flash Player from here http://get.adobe.com/flashplayer/ (You dont need any browser installed ,it will install it anyways.)
2) Then go to this folder on your computer C:\WINDOWS\system32\Macromed\Flash
3) copy these two files : NPSWF32.dll flashplayer.xpt
4) paste them into this folder in Firefox portable X:\PortableApps\FirefoxPortable\Data\plugins
5) restart Firefox Portable and go to this page http://www.mozilla.org/en-US/plugincheck/
6) uninstall the adobe flash plugin from your computer

CCleaner : http://www.piriform.com/ccleaner/download/portable
https://www.adobe.com/products/flashplayer/distribution3.html
[[Recuva|https://ninite.com/recuva/]]
[[Glary|https://ninite.com/glary/]]
Install GNU tools :
http://gnuwin32.sourceforge.net/
grep 2.5.4

Cygwin :
http://cygwin.com/
GNU grep 2.6.3
tar (GNU tar) 1.25

Mingw :
http://www.mingw.org/
GNU grep 2.5.4

Gow - The lightweight alternative to Cygwin :
https://github.com/bmatzelle/gow/wiki


Install SVN command line tool (now embedded in TortoiseSVN):
http://sourceforge.net/projects/win32svn/


http://bloggerdigest.blogspot.com/2006/09/dos-auto-complete-path-and-filename.html
and get a functional, efficient Windows XP/7 (Vista users should change to one of these) 
Pimp My Windows
- Better UNINSTALLER [[Nirsoft MyUninstaller|http://www.nirsoft.net/utils/myuninst.html]]
- Better STARTUP MANAGER [[SysInternals Autoruns|http://www.filehippo.com/download_autoruns/]]
- Better TASK MANAGER [[SysInternals Process Explorer|http://www.filehippo.com/download_process_explorer/]]
- Temporary files and SYSTEM CLEANER [[CCleaner|http://www.filehippo.com/download_ccleaner//]] + [[ccEnhancer|http://singularlabs.com/software/ccenhancer/download/]]
- Better DEFRAGMENTER [[Defraggler|http://www.filehippo.com/download_defraggler//]]
- Better REGISTRY editor [[registrar|http://www.resplendence.com/registrar]]
- Better ENVIRONMENT VARIABLES Manager [[EnvMan|http://env-man.blogspot.com/]]

- To erase files that are blocked by the system [[Unlocker|http://www.filehippo.com/download_unlocker/]]
- Passwords finder http://www.nirsoft.net/utils/index.html

- http://technet.microsoft.com/fr-fr/sysinternals/hh205954

Visual tool for finding and freeing disk space :
[[TDP x-Ray Lite|http://www.tdp.cz/downloads/en/xray-lite]]
[[Scanner|http://steffengerlach.de/freeware/]]
[[Many other|http://korben.info/trouver-ce-qui-prend-le-plus-de-place-sur-votre-disque-dur.html]]
http://www.torrific.com/
http://metasearch.torrentproject.com/
http://torrents.to
http://korben.info/redo-le-live-cd-des-backups-et-recuperations-de-fichiers.html
http://www.commentcamarche.net/faq/304-creation-d-image-systeme-ghost
http://www.makeuseof.com/tag/live-cd-antivirus-scanners-windows-start/
http://www.techmixer.com/free-bootable-antivirus-rescue-cds-download-list/

http://www.sophos.com/en-us/products/free-tools/virus-removal-tool.aspx

http://www.pendrivelinux.com/yumi-multiboot-usb-creator/
http://www.pendrivelinux.com/boot-from-usb-without-bios-support-via-plop-cd/

http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/


http://www.hackdigital.com/10-virtual-operating-systems-inside-your-browsercloud-computing/

http://www.malekal.com/2011/10/23/comparatif-antivirus-de-malekal-com/
From windows xp to windows seven, the system has been unneccessarily complicated and functions poorly compared to what it could be.
Here I will propose some freewares that will save your time in your day-to-day work.

- First of all, QTTabBar is for me an essential freeware that enables extra features, the main one being tabs in the explorer window like in Mozilla Firefox.
I've got two links for this, the [[original project|http://qttabbar.wikidot.com/download]] seems to have been [[forked|http://sourceforge.net/projects/qttabbar/files/]] but they seem to be both updated recently.


- Another freeware that is far more competitive and far less ressource eater than the original microsoft search indexer is the freeware [[Everything||http://www.voidtools.com/]] that indexes all files of your disks to retrieve them immediately.


- [[Chameleon Window Manager|http://www.chameleon-managers.com/]] to have a 'Always on top' Linux-style button on every windows.


- i would like to mention the freeware [[Launchy|http://www.launchy.net/]] that allows to launch any executables very quickly by pushing Alt+space and then typing the beginning of any installed application's name.



SuperCopier / TeraCopy


Always on top