 <?xml-stylesheet type="text/css" href="http://www.simple-tech.info/Data/style/rss1.css" ?> <?xml-stylesheet type="text/xsl" href="http://www.simple-tech.info/Data/style/rss1.xsl" ?>
<rss version="2.0">
  <channel>
    <title>Simple-Tech.info Articles</title>
    <link>http://www.simple-tech.info/articles.aspx</link>
    <description>Articles Simple-Tech.info</description>
    <copyright>Simple-Tech.info</copyright>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>mojoPortal Blog Module</generator>
    <managingEditor>cereal@simple-tech.info</managingEditor>
    <ttl>120</ttl>
    <item>
      <title>Run Windows backup (sdclt) in command line to backup system at logoff or computer shutdown</title>
      <description><![CDATA[<blockquote>
<p>For command line use, read this article :<br />
<a href="http://www.simple-tech.info/windows-backup-sdcltexe-vistaseven-command-line-parametters.aspx">Windows Backup (sdclt.exe) VISTA/SEVEN command line parametters</a></p>
</blockquote>
<p><strong><font size="4" color="#993300">INTRODUCTION</font></strong><br />
This is a&#160;little program that allow you to use Windows Backup tool of Windows&#160;VISTA or Windows SEVEN in command line, sample you can backup your system and datas at Windows shutdown or user logoff<br />
<br />
<span style="font-size: medium;"><span style="color: rgb(153, 51, 0);"><strong>INSTALLATION</strong></span></span><br />
Before all configure the "Windows Backup Tool (sdclt)"<br />
<br />
<span style="font-size: medium;"><span style="color: rgb(153, 51, 0);"><strong><img height="400" border="0" width="681" src="PicturesUpload/UPLOAD/CEREAL/20091025091403_CEREAL_StartWindowsVISTA-SEVEN-BackupTool_1.jpg" alt="" /></strong></span></span><br />
&#160;<br />
1. Download and extract the files content in zip where you want.<br />
2.&#160;Import content of registry keys stored in file "ConfigureBackupClosingSession.reg".<br />
3. Open "Computer Policies" MMC console and go to "User Configuration =&gt; Windows Parameters =&gt; Scripts =&gt; Logoff Scripts.<br />
4. Add new logoff script, for script application use "C:\Windows\System32\cscript.exe" and for parameters use "[your path]\StartWindowsVISTA-SEVEN-BackupTool.vbs"<br />
<br />
<img border="0" width="600" src="PicturesUpload/UPLOAD/CEREAL/20091025091407_CEREAL_StartWindowsVISTA-SEVEN-BackupTool_2.jpg" alt="" /></p>
<p>4.&#160;Because Windows close it wait maximum 60 seconds before kill all applications, you must add a registry key or change GPO to force Windows to never close applications a shut down and wait indefinitely<br />
4.1 Edit and change registry key to set value to "0".</p>
<blockquote>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]<br />
"MaxGPOScriptWait"=dword:00000000</p>
</blockquote>
<p>&#160;<br />
5. Test application.<br />
<br />
<img border="0" src="PicturesUpload/UPLOAD/CEREAL/20091025091409_CEREAL_StartWindowsVISTA-SEVEN-BackupTool_3.jpg" alt="" /><br />
&#160;</p>
<p><b>This is the content or registry file that i use</b></p>
<blockquote>
<p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]<br />
"HideLogoffScripts"=dword:00000000</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]<br />
"HideShutdownScripts"=dword:00000000</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]<br />
"MaxGPOScriptWait"=dword:00000000</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\Scripts\Shutdown\0\0]<br />
"Script"="D:\\DATA\\SCRIPTS\\BACKUP_DATAS.CMD"<br />
"Parameters"=""<br />
"IsPowershell"=dword:00000000<br />
"ExecTime"=hex(b):00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\State\Machine\Scripts\Shutdown\0\0]<br />
"Script"="D:\\DATA\\SCRIPTS\\BACKUP_DATAS.CMD"<br />
"Parameters"=""<br />
"ExecTime"=hex(b):00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00</p>
</blockquote>
<p>&#160;</p>
<h3>WBADMIN : Utility will start an image backup of your system, system and boot volumes while it saves it to the d: drive.</h3>
<p><a href="http://technet.microsoft.com/en-us/library/cc742083(WS.10).aspx">http://technet.microsoft.com/en-us/library/cc742083(WS.10).aspx</a></p>
<blockquote>
<p>Sample :<br />
wbadmin START BACKUP -backuptarget:d: -include:c: -allCritical -quiet</p>
</blockquote>
<p>Create Backups of the System State Using a Command Line<br />
<a href="http://technet.microsoft.com/en-us/library/cc753201.aspx">http://technet.microsoft.com/en-us/library/cc753201.aspx</a></p>
<p>&#160;<br />
<span style="font-size: medium;"><span style="color: rgb(153, 51, 0);"><strong>DOWNLOAD</strong></span></span><br />
<a href="http://www.simple-tech.info/SharedFiles/Download.aspx?pageid=9&amp;fileid=23&amp;mid=30"><img border="0" src="PicturesUpload/UPLOAD/CEREAL/20090828085906_CEREAL_Download.gif" alt="" /><br />
StartWindowsVISTA-SEVEN-BackupTool.zip (69ko)</a><br />
<a href="http://www.simple-tech.info/SharedFiles/Download.aspx?pageid=9&amp;mid=30&amp;fileid=45">StartWindowsVISTA-SEVEN-BackupTool (69ko)</a> SPECIAL VERSION with&#160;(/DELETECATALOGANDKICKOFFNEW) instead of (/KICKOFFNEW)<br />
<br />
&#160;<br />
<span style="font-size: medium;"><span style="color: rgb(153, 51, 0);"><strong>VERSION</strong></span></span><br />
First version&#160;1.1.0.0<br />
&#160;</p><br /><a href='http://www.simple-tech.info/run-windows-backup-sdclt-in-command-line-to-backup-system-at-logoff-or-computer-shutdown.aspx'>Admin</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/run-windows-backup-sdclt-in-command-line-to-backup-system-at-logoff-or-computer-shutdown.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/run-windows-backup-sdclt-in-command-line-to-backup-system-at-logoff-or-computer-shutdown.aspx</link>
      <author>Admin</author>
      <comments>http://www.simple-tech.info/run-windows-backup-sdclt-in-command-line-to-backup-system-at-logoff-or-computer-shutdown.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/run-windows-backup-sdclt-in-command-line-to-backup-system-at-logoff-or-computer-shutdown.aspx</guid>
      <pubDate>Thu, 05 Jan 2012 23:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Steps by steps, how to migrate a Sharepoint WSS 3 site to a new Sharepoint Foundation 2010 site</title>
      <description><![CDATA[<p>Steps by steps, how to migrate a Sharepoint WSS 3 site to a new Sharepoint Foundation 2010 site<br />
1.&#160;Backup “SQL Server” database from site do you want to migrate from WSS3 SQL Server.</p>
<p style="text-align: center;"><img width="650" height="940" alt="How to migrate a Sharepoint WSS 3 site to a new Sharepoint Foundation 2010 site" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/SharePoint-How-to-migrate-Sharepoint-WSS-3-site-database-to-Sharepoint-Fondation-2010_01.jpg" /></p>
<p style="text-align: center;"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/SharePoint-How-to-migrate-Sharepoint-WSS-3-site-database-to-Sharepoint-Fondation-2010_02.jpg" /></p>
<p>2.&#160;Copy/paste the backup database file from “<span class="scayt-misspell" data-scaytid="5" data-scayt_word="WSS3">WSS3</span> SQL Server” to “Sharepoint Foundation 2010 SQL Server”.<br />
3.&#160;Logon to “Sharepoint Foundation 2010 SQL Server”.<br />
4.&#160;Open “SQL Server Management Studio”<br />
5.&#160;Create a new empty database with exactly same name that the older one.</p>
<p style="text-align: center;"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/SharePoint-How-to-migrate-Sharepoint-WSS-3-site-database-to-Sharepoint-Fondation-2010_03.jpg" /></p>
<p style="text-align: center;"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/SharePoint-How-to-migrate-Sharepoint-WSS-3-site-database-to-Sharepoint-Fondation-2010_04.jpg" /></p>
<p style="text-align: center;"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/SharePoint-How-to-migrate-Sharepoint-WSS-3-site-database-to-Sharepoint-Fondation-2010_05.jpg" /></p>
<p>6.&#160;Restore SQL Server backup content you have copied locally to the new empty database.</p>
<p style="text-align: center;"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/SharePoint-How-to-migrate-Sharepoint-WSS-3-site-database-to-Sharepoint-Fondation-2010_06.jpg" /></p>
<p style="text-align: center;"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/SharePoint-How-to-migrate-Sharepoint-WSS-3-site-database-to-Sharepoint-Fondation-2010_07.jpg" /></p>
<p style="text-align: center;"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/SharePoint-How-to-migrate-Sharepoint-WSS-3-site-database-to-Sharepoint-Fondation-2010_08.jpg" /></p>
<p>7.&#160;Open “SharePoint 2010 Central Administration” web site on “SharePoint Fundation 2010” server.<br />
8.&#160;Create a new web application to import the restored database, If you have already created a web application go directly to “step 9”</p>
<p style="text-align: center;"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/SharePoint-How-to-migrate-Sharepoint-WSS-3-site-database-to-Sharepoint-Fondation-2010_10.jpg" /></p>
<p style="text-align: center;"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/SharePoint-How-to-migrate-Sharepoint-WSS-3-site-database-to-Sharepoint-Fondation-2010_11.jpg" /></p>
<p style="text-align: center;"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/SharePoint-How-to-migrate-Sharepoint-WSS-3-site-database-to-Sharepoint-Fondation-2010_12.jpg" /></p>
<p style="text-align: center;"><img width="605" height="772" alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/sharepoint-how-to-migrate-sharepoint-wss-3-site-database-to-sharepoint-fondation-2010_13.jpg" /></p>
<p style="text-align: center;"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/SharePoint-How-to-migrate-Sharepoint-WSS-3-site-database-to-Sharepoint-Fondation-2010_14.jpg" /></p>
<p>9.&#160;You must now import the restored database to SharePoint 2010 and convert it, to do that open command prompt and run command :</p>
<blockquote>
<p>stsadm -o addcontentdb -url http://[url, server name]:port -databasename [database to import]</p>
</blockquote>
<p style="text-align: center;">&#160;<img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/SharePoint-How-to-migrate-Sharepoint-WSS-3-site-database-to-Sharepoint-Fondation-2010_16.jpg" /></p>
<p>10.&#160;Open “SharePoint 2010 Central Administration” web site on “SharePoint Fundation 2010” server.<br />
11.&#160;You must now add the administrators account to the new Sharepoint 2010 web site.</p>
<p style="text-align: center;"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/SharePoint-How-to-migrate-Sharepoint-WSS-3-site-database-to-Sharepoint-Fondation-2010_17.jpg" /></p>
<p style="text-align: center;"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/SharePoint-How-to-migrate-Sharepoint-WSS-3-site-database-to-Sharepoint-Fondation-2010_18.jpg" /></p>
<p>12.&#160;Open web site and verify that all is working.</p>
<p><br />
&#160;</p><br /><a href='http://www.simple-tech.info/how-to-migrate-a-sharepoint-wss-3-site-to-a-new-sharepoint-foundation-2010-site.aspx'>Cereal</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/how-to-migrate-a-sharepoint-wss-3-site-to-a-new-sharepoint-foundation-2010-site.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/how-to-migrate-a-sharepoint-wss-3-site-to-a-new-sharepoint-foundation-2010-site.aspx</link>
      <author>Cereal</author>
      <comments>http://www.simple-tech.info/how-to-migrate-a-sharepoint-wss-3-site-to-a-new-sharepoint-foundation-2010-site.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/how-to-migrate-a-sharepoint-wss-3-site-to-a-new-sharepoint-foundation-2010-site.aspx</guid>
      <pubDate>Fri, 23 Sep 2011 16:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Directory lookup for the file “...\database.mdf” failed with the operating system error 3 (failed to retrieve text for this error. Reason: 15105) CREATE DATABASE failed. Some file names listed could not be created</title>
      <description><![CDATA[<h5>PROBLEM</h5>
<p>When you want to create a new Sharepoint Fundation 2010 database you receive this error :</p>
<p>Error Directory lookup for the file “...\Microsoft SQL Server\MSSQL10_50.SHAREPOINT\MSSQL\DATA\[database].mdf” failed with the operating system error 3 (failed to retrieve text for this error. Reason: 15105).<br />
CREATE DATABASE failed. Some file names listed could not be created. Check related errors.<br />
Troubleshoot issues with Microsoft SharePoint Foundation. <br />
Correlation ID: 5b065bfc-23d3-41ab-b583-b180c59883d5</p>
<p style="text-align: center"><img alt="Directory lookup for the file “D:\...\database.mdf” failed with the operating system error 3 (failed to retrieve text for this error. Reason: 15105) CREATE DATABASE failed. Some file names listed could not be created" width="342" height="181" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/sharepoint201_directory_lookup_for_thefile_failedwith_operatingsystem_error_3_01.jpg" /></p>
<h5>CAUSE</h5>
<p style="text-align: left">The folder set in configuration option on SQL Server does not exist.</p>
<h5>SOLUTION</h5>
<p style="text-align: left">1.&#160;Change default database path to an existing folder.<br />
2.&#160;Restart “SHAREPOINT” SQL instance</p>
<p style="text-align: center"><img alt="Directory lookup for the file “D:\...\database.mdf” failed with the operating system error 3 (failed to retrieve text for this error. Reason: 15105) CREATE DATABASE failed. Some file names listed could not be created" width="404" height="575" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/sharepoint201_directory_lookup_for_thefile_failedwith_operatingsystem_error_3_02.jpg" /></p>
<p style="text-align: center"><img alt="Directory lookup for the file “D:\...\database.mdf” failed with the operating system error 3 (failed to retrieve text for this error. Reason: 15105) CREATE DATABASE failed. Some file names listed could not be created" width="701" height="629" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/sharepoint201_directory_lookup_for_thefile_failedwith_operatingsystem_error_3_03.jpg" /></p><br /><a href='http://www.simple-tech.info/directory-lookup-for-the-file-databasemdf-failed-with-the-operating-system-error-3-failed-to-retrieve-text-for-this-error-reason-15105-create-database-failed-some-file-names-listed-could-not-be-created.aspx'>Cereal</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/directory-lookup-for-the-file-databasemdf-failed-with-the-operating-system-error-3-failed-to-retrieve-text-for-this-error-reason-15105-create-database-failed-some-file-names-listed-could-not-be-created.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/directory-lookup-for-the-file-databasemdf-failed-with-the-operating-system-error-3-failed-to-retrieve-text-for-this-error-reason-15105-create-database-failed-some-file-names-listed-could-not-be-created.aspx</link>
      <author>Cereal</author>
      <comments>http://www.simple-tech.info/directory-lookup-for-the-file-databasemdf-failed-with-the-operating-system-error-3-failed-to-retrieve-text-for-this-error-reason-15105-create-database-failed-some-file-names-listed-could-not-be-created.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/directory-lookup-for-the-file-databasemdf-failed-with-the-operating-system-error-3-failed-to-retrieve-text-for-this-error-reason-15105-create-database-failed-some-file-names-listed-could-not-be-created.aspx</guid>
      <pubDate>Thu, 22 Sep 2011 21:59:00 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2008 R2 - There are validation errors on this page. Click OK to close this dialog box. Review errors at the bottom of the setup page, then provide valid parameters or click Help for more information.</title>
      <description><![CDATA[<p><b>PROBLEM</b></p>
<p>You receive the error message "<b>There are validation errors on this page. Click OK to close this dialog box. Review errors at the bottom of the setup page, then provide valid parameters or click Help for more information</b>." when you change the path of "<b>Shared features directory</b>", i you use the default folder the setup continue without error.</p>
<p><b>SOLUTION</b></p>
<p>Simply remove the last "\" (backslash) at the en of "Shared feature directory (x86)" like the next print-screen.</p>
<p style="text-align: center"><img alt="http://www.simple-tech.info/ - SQL Server 2008 R2 - There are validation errors on this page. Click OK to close this dialog box. Review errors at the bottom of the setup page, then provide valid parameters or click Help for more information." width="821" height="613" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/sql_server_2008_r2_there_are_validation_errors_on_this_page_click_ok1.jpg" /></p>
<p>&#160;</p><br /><a href='http://www.simple-tech.info/sql-server-2008-r2-there-are-validation-errors-on-this-page-click-ok-to-close-this-dialog-box-review-errors-at-the-bottom-of-the-setup-page-then-provide-valid-parameters-or-click-help-for-more-information.aspx'>Cereal</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/sql-server-2008-r2-there-are-validation-errors-on-this-page-click-ok-to-close-this-dialog-box-review-errors-at-the-bottom-of-the-setup-page-then-provide-valid-parameters-or-click-help-for-more-information.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/sql-server-2008-r2-there-are-validation-errors-on-this-page-click-ok-to-close-this-dialog-box-review-errors-at-the-bottom-of-the-setup-page-then-provide-valid-parameters-or-click-help-for-more-information.aspx</link>
      <author>Cereal</author>
      <comments>http://www.simple-tech.info/sql-server-2008-r2-there-are-validation-errors-on-this-page-click-ok-to-close-this-dialog-box-review-errors-at-the-bottom-of-the-setup-page-then-provide-valid-parameters-or-click-help-for-more-information.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/sql-server-2008-r2-there-are-validation-errors-on-this-page-click-ok-to-close-this-dialog-box-review-errors-at-the-bottom-of-the-setup-page-then-provide-valid-parameters-or-click-help-for-more-information.aspx</guid>
      <pubDate>Wed, 10 Aug 2011 08:56:00 GMT</pubDate>
    </item>
    <item>
      <title>VB.NET Error message Error 47 blablabla is not declared. It may be inaccessible due to its protection level.</title>
      <description><![CDATA[<p><b>PROBLEM</b></p>
<p>You receive the error message Error 47 blablabla is not declared. It may be inaccessible due to its protection level.during compilation in "Visual Studio.NET"</p>
<p style="text-align: center"><img alt="VB.NET Error message Error 47 blablabla is not declared. It may be inaccessible due to its protection level." width="527" height="276" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/vb-net_error_47_is_not_declared_it_may_be_inaccessible_due_to_itsprotection_level-01.jpg" /></p>
<p><b>CAUSE</b></p>
<p>You have used a "Client Profile" in your "Target framework" option in "Advances Compiler Settings.</p>
<p><b>SOLUTION</b></p>
<p>Change option to as no "Client Profile" like ".NET Framework 3.5" or ".NET Framework 4".</p>
<p style="text-align: center"><img alt="VB.NET Error message Error 47 blablabla is not declared. It may be inaccessible due to its protection level." width="975" height="573" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/vb-net_error_47_is_not_declared_it_may_be_inaccessible_due_to_itsprotection_level-02.jpg" /></p><br /><a href='http://www.simple-tech.info/vbnet-error-message-error-47-blablabla-is-not-declared-it-may-be-inaccessible-due-to-its-protection-level.aspx'>Cereal</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/vbnet-error-message-error-47-blablabla-is-not-declared-it-may-be-inaccessible-due-to-its-protection-level.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/vbnet-error-message-error-47-blablabla-is-not-declared-it-may-be-inaccessible-due-to-its-protection-level.aspx</link>
      <author>Cereal</author>
      <comments>http://www.simple-tech.info/vbnet-error-message-error-47-blablabla-is-not-declared-it-may-be-inaccessible-due-to-its-protection-level.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/vbnet-error-message-error-47-blablabla-is-not-declared-it-may-be-inaccessible-due-to-its-protection-level.aspx</guid>
      <pubDate>Thu, 16 Jun 2011 18:02:00 GMT</pubDate>
    </item>
    <item>
      <title>How configure Synology DiskStation DS-1511+ as Link Aggregation with Cisco Switchs</title>
      <description><![CDATA[<p>This tuto simply explain how connect how configure a "Synology DiskStation DS-1511+" tu use a&#160;"Link Aggregation" with a "Cisco Switch" and the protocol&#160;"IEEE 802.3ad".</p>
<p style="text-align: center"><img alt="Synology Disk Station DS-1511+ - http://www.simple-tech.info" width="673" height="451" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/synology_ds1511_link_aggregation-01.jpg" /></p>
<p style="text-align: center"><img alt="Synology Disk Station DS-1511+ - http://www.simple-tech.info" width="669" height="472" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/synology_ds1511_link_aggregation-02.jpg" /></p>
<p style="text-align: center"><img alt="Synology Disk Station DS-1511+ - http://www.simple-tech.info" width="670" height="469" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/synology_ds1511_link_aggregation-03.jpg" /></p>
<p>&#160;</p>
<p>Configure the "Cisco Ports" like this :</p>
<blockquote>
<p>!<br />
interface Port-channel10<br />
description uplink_sample<br />
switchport access vlan [xy]<br />
switchport mode access<br />
storm-control broadcast level 40.00<br />
!<br />
interface GigabitEthernet0/x<br />
description uplink1_1<br />
switchport access vlan [xy]<br />
switchport mode access<br />
speed 1000<br />
duplex full<br />
macro description cisco-desktop<br />
! Chanel GROUP 10<br />
channel-group 10 mode active<br />
spanning-tree link-type point-to-point<br />
shut<br />
no shut<br />
!<br />
interface GigabitEthernet0/x<br />
shut<br />
description uplink1_2<br />
switchport access vlan [xy]<br />
switchport mode access<br />
speed 1000<br />
duplex full<br />
macro description cisco-desktop<br />
! Chanel GROUP 10<br />
channel-group 10 mode active<br />
spanning-tree link-type point-to-point<br />
shut<br />
no shut<br />
!<br />
&#160;</p>
</blockquote>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p><br /><a href='http://www.simple-tech.info/how-configure-synology-diskstation-ds-1511-as-link-aggregation-with-cisco-switchs.aspx'>Cereal</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/how-configure-synology-diskstation-ds-1511-as-link-aggregation-with-cisco-switchs.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/how-configure-synology-diskstation-ds-1511-as-link-aggregation-with-cisco-switchs.aspx</link>
      <author>Cereal</author>
      <comments>http://www.simple-tech.info/how-configure-synology-diskstation-ds-1511-as-link-aggregation-with-cisco-switchs.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/how-configure-synology-diskstation-ds-1511-as-link-aggregation-with-cisco-switchs.aspx</guid>
      <pubDate>Wed, 15 Jun 2011 19:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Could not load package \MSDB\[DEPOT]\[PACKAGE_NAME] because of error 0x80131500</title>
      <description><![CDATA[<h3>PROBLEM</h3>
<p>When you want to run a "SSIS" package from "Package Store" you receive the error "Could not load package "\MSDB\[DEPOT]\[PACKAGE_NAME]" because of error 0x80131500".</p>
<h3>CAUSE</h3>
<p>The user do you use to run the package dont have permissions on : "system databases like master, tempdb, msdb", users&#160;databases or on "File System Disk".</p>
<h3>SOLUTION</h3>
<p>Test with a proxy accont with elevated privileges.</p>
<ol>
    <li>Open your instance in "Microsoft SQL Server management Studio".</li>
    <li>Create a new "Crendential" in "Security\Credentials" section.</li>
    <li>Use a local or domain user tha is member of "LOCAL\Administrators" builtin group.</li>
    <li>Create a new "Proxy" in "SQL Server Agent\Proxies" section.</li>
    <li>Check folowing options in "Active to the following subsystems"<br />
    SQL Server Analysis Services Command<br />
    SQL Server Analysis Services Querry<br />
    SQL Server Integration Services Package</li>
    <li>In "Principals" sections add "Server Role" "Publuc" and "Sysadmin"</li>
    <li>Test to run your package with this proxy account.</li>
</ol>
<p>&#160;</p><br /><a href='http://www.simple-tech.info/1could-not-load-package-msdb-depot-package_name-because-of-error-0x80131500.aspx'>Cereal</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/1could-not-load-package-msdb-depot-package_name-because-of-error-0x80131500.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/1could-not-load-package-msdb-depot-package_name-because-of-error-0x80131500.aspx</link>
      <author>Cereal</author>
      <comments>http://www.simple-tech.info/1could-not-load-package-msdb-depot-package_name-because-of-error-0x80131500.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/1could-not-load-package-msdb-depot-package_name-because-of-error-0x80131500.aspx</guid>
      <pubDate>Tue, 24 May 2011 22:10:00 GMT</pubDate>
    </item>
    <item>
      <title>VMWare Converter 4.1.1 Error "Multiple connections to as server or shared resource y the same user, using more than one user name, are not allowed"</title>
      <description><![CDATA[<h3>SYMPTOMS</h3>
<p>When you want to convert a physical computer to virtual you receive the error "Multiple connections to as server or shared resource y the same user, using more than one user name, are not allowed" durint the credentials validation.</p>
<p style="text-align: center"><img alt="www.simple-tech.info - vmwareconvertererror" style="width: 410px; height: 334px" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/vmwareconvertererror-01.jpg" /></p>
<div>&#160;</div>
<blockquote>
<div>
<div>[2011-05-25 10:08:17.720 'P2V' 3112 info] [task,277] Task execution completed</div>
</div>
<div>[2011-05-25 10:08:34.483 'P2V' 5928 info] [task,275] Starting execution of a Task</div>
<div>[2011-05-25 10:08:34.483 'P2V' 5928 info] [clientConnection,105] Connecting to IPC$ on&#160;[server] as [server]\administrator</div>
<div>[2011-05-25 10:08:35.555 'P2V' 5928 info] [,0] SMB manager: Host already had a different share mapped with conflicting credentials.&#160;Could not map share [\\[server]\IPC$].&#160;</div>
<div>[2011-05-25 10:08:35.555 'P2V' 5928 error] [task,296] Task failed: P2VError REMOTE_UFA_CREDENTIAL_CONFLICT_ERROR([server])</div>
<div>[2011-05-25 10:12:19.573 'P2V' 3112 info] [task,275] Starting execution of a Task</div>
<div>[2011-05-25 10:12:19.573 'P2V' 3112 info] [clientConnection,105] Connecting to IPC$ on chchaps001 as [server]\administrator</div>
<div>[2011-05-25 10:12:20.643 'P2V' 3112 info] [,0] SMB manager: Host already had a different share mapped with conflicting credentials.&#160;Could not map share [\\[server]\IPC$].&#160;</div>
<div>
<div>[2011-05-25 10:12:20.643 'P2V' 3112 error] [task,296] Task failed: P2VError REMOTE_UFA_CREDENTIAL_CONFLICT_ERROR([server])</div>
</div>
</blockquote>
<div>&#160;</div>
<h3>CAUSE</h3>
<p>Unknown</p>
<h3>SOLUTION</h3>
<h3>&#160;</h3>
<ol>
    <li>Stop "SERVER" Windows service.</li>
    <li>Stop "Computer Browser" Windows service.</li>
    <li>Start "SERVER" Windows service.</li>
    <li>Start "Computer Browser" Windows service.</li>
    <li>Run "VMWare Converter" new time.</li>
</ol>
<blockquote>
<p>NET STOP "SERVER" /YES<br />
NET STOP "Computer Browser" /YES<br />
NET START "SERVER" /YES<br />
NET START "Computer Browser" /YES</p>
</blockquote>
<p>&#160;</p>
<p>&#160;</p><br /><a href='http://www.simple-tech.info/vmware-converter-411-error-multiple-connections-to-as-server-or-shared-resource-y-the-same-user-using-more-than-one-user-name-are-not-allowed.aspx'>Cereal</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/vmware-converter-411-error-multiple-connections-to-as-server-or-shared-resource-y-the-same-user-using-more-than-one-user-name-are-not-allowed.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/vmware-converter-411-error-multiple-connections-to-as-server-or-shared-resource-y-the-same-user-using-more-than-one-user-name-are-not-allowed.aspx</link>
      <author>Cereal</author>
      <comments>http://www.simple-tech.info/vmware-converter-411-error-multiple-connections-to-as-server-or-shared-resource-y-the-same-user-using-more-than-one-user-name-are-not-allowed.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/vmware-converter-411-error-multiple-connections-to-as-server-or-shared-resource-y-the-same-user-using-more-than-one-user-name-are-not-allowed.aspx</guid>
      <pubDate>Tue, 24 May 2011 22:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft SQL Server 2008 R2 - How use a "expression" or "variable as expression" in a "SSIS" package</title>
      <description><![CDATA[<p>Microsoft SQL Server 2008 R2 - How use a "expression" or "variable as expression" in a "SSIS" package</p>
<blockquote>
<div>Step ID<span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1</span></div>
<div>Server<span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [SERVER]\SHAREPOINT</span></div>
<div>Job Name<span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="scayt-misspell" scaytid="41" scayt_word="SSIS">SSIS</span>_Backup_Databases_SHAREPOINT_Instance</span></div>
<div>Step Name<span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="scayt-misspell" scaytid="43" scayt_word="SSIS">SSIS</span>_Backup_Databases_SHAREPOINT_Instance</span></div>
<div>Duration<span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 00:00:00</span></div>
<div>Sql Severity<span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0</span></div>
<div>Sql Message ID<span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0</span></div>
<div>Retries Attempted<span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;0</span></div>
<div>&#160;</div>
<div>Message</div>
<div>Executed as user: [USERNAME]. Microsoft (R) SQL Server Execute Package Utility&#160;Version 10.50.1600.1 for 64-bit&#160;Copyright (C) Microsoft Corporation 2010. All rights reserved.<span>&#160;&#160;&#160; Started:&#160;16:43:56&#160;Could not load package "\MSDB\[DEPOT]\[Package_name]" because of error 0x80131500.&#160;Description: The SQL Server instance specified in SSIS service configuration is not present or is not available. This might occur when there is no default instance of SQL Server on the computer. For more information, see the topic "Configuring the Integration Services Service" in SQL Server 2008 R2 Books Online.&#160;&#160;&#160; Login failed for user [USERNAME].&#160;Source: MsDtsSrvr&#160;Started:&#160;16:43:56&#160;Finished: 16:43:56&#160;Elapsed:&#160;0.015 seconds.&#160;The package could not be loaded.&#160;The step failed.</span></div>
</blockquote>
<div>&#160;</div>
<h3>VISUAL STEPS ONLY NO COMENTS</h3>
<p style="text-align: center"><img alt="www.simple-tech-info - Microsoft SQL Server 2008 R2 - How use a expression or variable as expression&quot; in a SSIS package" width="263" height="140" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/ssis-expressions-04.jpg" /></p>
<p style="text-align: center"><img alt="www.simple-tech-info - Microsoft SQL Server 2008 R2 - How use a expression or variable as expression&quot; in a SSIS package" width="400" height="265" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/ssis-expressions-05.jpg" /></p>
<p style="text-align: center"><img alt="www.simple-tech-info - Microsoft SQL Server 2008 R2 - How use a expression or variable as expression&quot; in a SSIS package" width="435" height="341" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/ssis-expressions-06.jpg" /></p>
<p style="text-align: center"><img alt="www.simple-tech-info - Microsoft SQL Server 2008 R2 - How use a expression or variable as expression&quot; in a SSIS package" width="438" height="339" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/ssis-expressions-07.jpg" /></p>
<p style="text-align: center"><img alt="www.simple-tech-info - Microsoft SQL Server 2008 R2 - How use a expression or variable as expression&quot; in a SSIS package" width="550" height="531" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/ssis-expressions-08.jpg" /></p>
<p style="text-align: center"><img alt="www.simple-tech-info - Microsoft SQL Server 2008 R2 - How use a expression or variable as expression&quot; in a SSIS package" width="1188" height="514" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/SSIS-Expressions-09.jpg" /></p>
<p>&#160;</p>
<p>&#160;</p><br /><a href='http://www.simple-tech.info/microsoft-sql-server-2008-r2-how-use-a-expression-or-variable-as-expression-in-a-ssis-package.aspx'>Cereal</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/microsoft-sql-server-2008-r2-how-use-a-expression-or-variable-as-expression-in-a-ssis-package.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/microsoft-sql-server-2008-r2-how-use-a-expression-or-variable-as-expression-in-a-ssis-package.aspx</link>
      <author>Cereal</author>
      <comments>http://www.simple-tech.info/microsoft-sql-server-2008-r2-how-use-a-expression-or-variable-as-expression-in-a-ssis-package.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/microsoft-sql-server-2008-r2-how-use-a-expression-or-variable-as-expression-in-a-ssis-package.aspx</guid>
      <pubDate>Tue, 24 May 2011 22:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Désactiver l'avertissement de sécurité pour l'ouverture des fichiers exécutable (.exe) quand on ouvre un exe depuis le réseau</title>
      <description><![CDATA[<p>Chaque fois que j'éxécute un fichier (.exe) j'ai le message "Fichier ouvert - Avertissement de sécurité, voulez-vous exécuter ce fichier ?"</p>
<p>Ciquez sur démarrer, puis Executer.<br />
Taper ensuite gpedit.msc<br />
Aller ensuite dans Configuration utilisateur &gt;&gt; Modèles d'administration &gt;&gt; Composants windows &gt;&gt; Gestionnaire de pièces jointes.<br />
Dans la fenêtre de droite, double cliquez sur Liste d'inclusions pour les types de fichiers à risque modéré.<br />
Cliquez sur Activé, et entrez .exe juste en dessous dans la case prévu à cet effet.</p>
<p><img alt="http://www.simple-tech.info" width="1058" height="925" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/suppression-avertissement-ouverture-exe-depuis-reseau.jpg" /></p><br /><a href='http://www.simple-tech.info/désactiver-lavertissement-de-sécurité-pour-louverture-des-fichiers-exécutable-exe-quand-on-ouvre-un-exe-depuis-le-réseau.aspx'>Cereal</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/désactiver-lavertissement-de-sécurité-pour-louverture-des-fichiers-exécutable-exe-quand-on-ouvre-un-exe-depuis-le-réseau.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/désactiver-lavertissement-de-sécurité-pour-louverture-des-fichiers-exécutable-exe-quand-on-ouvre-un-exe-depuis-le-réseau.aspx</link>
      <author>Cereal</author>
      <comments>http://www.simple-tech.info/désactiver-lavertissement-de-sécurité-pour-louverture-des-fichiers-exécutable-exe-quand-on-ouvre-un-exe-depuis-le-réseau.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/désactiver-lavertissement-de-sécurité-pour-louverture-des-fichiers-exécutable-exe-quand-on-ouvre-un-exe-depuis-le-réseau.aspx</guid>
      <pubDate>Sun, 15 May 2011 08:06:00 GMT</pubDate>
    </item>
    <item>
      <title>How simply create a USB Key to install ESX or ESXi</title>
      <description><![CDATA[<p>How simply create a USB Key to install ESX or ESXi, to do that follow theses three simple steps :</p>
<p>1. Format a USB key (minimum 2Gb) as FAT32.<br />
2. Download and install UNetBootIN downloadable&#160;on <a href="http://unetbootin.sourceforge.net/">http://unetbootin.sourceforge.net/</a><br />
3. Create your ESXi USB Installation key with use the ISO file from VMWare ESX or ESXi, in my sample i use "ESXi 4.1 Installable Update 1 (CD ISO) VMware-VMvisor-Installer-4.1.0.update1-348481.x86_64.ISO"</p>
<p style="text-align: center"><img alt="How simply create a USB Key to install ESX or ESXi, to do that follow thoses three simple steps " style="width: 222px; height: 400px" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/esxi-install-from-usb-key-01.jpg" />&#160; <img alt="How simply create a USB Key to install ESX or ESXi, to do that follow thoses three simple steps " width="440" height="326" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/esxi-install-from-usb-key-02.jpg" /></p>
<p>&#160;</p><br /><a href='http://www.simple-tech.info/how-simply-create-a-usb-key-to-install-esx-or-esxi.aspx'>Cereal</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/how-simply-create-a-usb-key-to-install-esx-or-esxi.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/how-simply-create-a-usb-key-to-install-esx-or-esxi.aspx</link>
      <author>Cereal</author>
      <comments>http://www.simple-tech.info/how-simply-create-a-usb-key-to-install-esx-or-esxi.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/how-simply-create-a-usb-key-to-install-esx-or-esxi.aspx</guid>
      <pubDate>Fri, 25 Mar 2011 20:07:00 GMT</pubDate>
    </item>
    <item>
      <title>You receive an Access Denied when you open a file on your "Documents" or "My Documents" redirected folder in your Windows 7 when you are member of a "Windows 2003 Active Directory" domain.</title>
      <description><![CDATA[<p><b>SYMPTOMS :</b><br />
When you open a document in "Document" or "My Documents"&#160;folder that are redirected to a Windows 2008 R2 Server, you receive an “Access Denied” message when you want to open a document like "Office, Notepad, Wordpad, etc…".<br />
All permissions in the share and file system on server are correctly set with Microsoft best practices, the GPO is a Windows 7/2008 GPO, and you have configured the option to redirect “Documents” in a GPO.</p>
<p style="text-align: center"><img alt="You receive an Access Denied when you open a file on your Documents redirected folder in your Windows 7 when you are member of a Windows 2003 Active Directory domain" width="1103" height="282" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/ad2003-document-access-denied-01.jpg" /></p>
<p>&#160;</p>
<blockquote>
<p><b>GPO :<br />
</b>Configuration utilisateur (activée)<br />
Stratégies&#160;=&gt; Paramètres Windows =&gt; Redirection de dossiers =&gt; Documents<br />
Paramètre : avancé (spécifier les emplacements pour des groupes utilisateurs variés)<br />
Grouper Chemin d’accès <br />
[DOAMIN]\[GROUP&#160;NAME] =&gt;&#160;<a href="file://\\[SERVER]\[SHARE]\%username%\Document ">\\[SERVER]\[SHARE]\%username%\Document </a></p>
<p><b>OPTIONS :<br />
</b>Accorder à l’utilisateur des droits exclusifs sur Documents Désactivé <br />
Déplacer le contenu de Documents vers le nouvel emplacement Désactivé <br />
Appliquer également la stratégie de redirection aux systèmes d’exploitation Windows 2000, Windows 2000 Server, Windows XP et Windows Server 2003 Désactivé <br />
Comportement de suppression de stratégie Laisser le contenu</p>
</blockquote>
<p>&#160;</p>
<p style="text-align: center"><b><img alt="You receive an Access Denied when you open a file on your Documents redirected folder in your Windows 7 when you are member of a Windows 2003 Active Directory domain" width="1137" height="453" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/ad2003-document-access-denied-02.jpg" /></b></p>
<p><b>CAUSE :<br />
</b>After 2 days of search I have found where the problem is, the "Default Domain Policy" has a parameter that make problem with the rights permissions on Windows 7.<br />
The "Administrator" certificate for "Encrypted File System" in GPO is "Expired".</p>
<blockquote>
<p><b>GPO :<br />
</b>Configuration ordinateur (activée)<br />
Stratégie&#160;=&gt; Paramètres Windows =&gt; Paramètres de sécurité<br />
Stratégies de clé publique/Système de fichiers de chiffrement<br />
Certificat<br />
Émise à Délivré par Date d’expiration Rôles prévus <br />
Administrator Administrator 09.03.2008 10:42:35 Récupération de fichiers</p>
</blockquote>
<p>&#160;</p>
<p style="text-align: center"><b><img alt="You receive an Access Denied when you open a file on your Documents redirected folder in your Windows 7 when you are member of a Windows 2003 Active Directory domain" width="1141" height="653" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/ad2003-document-access-denied-03.jpg" /></b></p>
<p><b>SOLUTION :<br />
</b>Update the "Administrator" certificate or remove it from GPO if you don’t use encrypted file system.</p>
<p><br />
&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p><br /><a href='http://www.simple-tech.info/you-receive-an-access-denied-when-you-open-a-file-on-your-documents-or-my-documents-redirected-folder-in-your-windows-7-when-you-are-member-of-a-windows-2003-active-directory-domain.aspx'>Cereal</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/you-receive-an-access-denied-when-you-open-a-file-on-your-documents-or-my-documents-redirected-folder-in-your-windows-7-when-you-are-member-of-a-windows-2003-active-directory-domain.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/you-receive-an-access-denied-when-you-open-a-file-on-your-documents-or-my-documents-redirected-folder-in-your-windows-7-when-you-are-member-of-a-windows-2003-active-directory-domain.aspx</link>
      <author>Cereal</author>
      <comments>http://www.simple-tech.info/you-receive-an-access-denied-when-you-open-a-file-on-your-documents-or-my-documents-redirected-folder-in-your-windows-7-when-you-are-member-of-a-windows-2003-active-directory-domain.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/you-receive-an-access-denied-when-you-open-a-file-on-your-documents-or-my-documents-redirected-folder-in-your-windows-7-when-you-are-member-of-a-windows-2003-active-directory-domain.aspx</guid>
      <pubDate>Tue, 15 Mar 2011 23:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Driver for ROLINE Gigabit USB 2.0 Adapter model 12.02.1105</title>
      <description><![CDATA[<p><strong>System Requirements<br />
</strong>Operating Systems：<br />
Windows 2000, Windows XP, Windows Vista, Windows 7, Mac OS X v10.4 and v10.5 or later</p>
<p style="text-align: center"><img alt="Driver for ROLINE Gigabit USB 2.0 Adapter" width="332" height="286" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/roline-gigabit-usb2-adapter-driver-01.jpg" /></p>
<p><strong>Features<br />
</strong>- Supports 10/100/1000 Mbps auto-sensing capability.<br />
- Supports Auto MDIX (straight and cross network cable auto-detection).<br />
- USB specification 1.0, 1.1 and 2.0 compliant.<br />
- Supports USB full and high speed modes with bus power capability<br />
- IEEE 802.3, 802.3u, and 802.3ab (10Base-T, 100Base-T, and 1000Base-T) compatible<br />
- Supports both full-duplex and half-duplex operation in Fast Ethernet<br />
- Supports Jumbo packet of up to 9KB<br />
- Supports suspend mode and remote wakeup via link-up and magic packet</p>
<p>Download =&gt; Roline_Gigabit_USB_2_0_Adapter_version_20100917.zip (9 Mo)<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <a href="http://www.simple-tech.info/SharedFiles/Download.aspx?pageid=9&amp;mid=30&amp;fileid=40">PART1</a>&#160;(2 Mo), <a href="http://www.simple-tech.info/SharedFiles/Download.aspx?pageid=9&amp;mid=30&amp;fileid=41">PART2</a>&#160;(2 Mo), <a href="http://www.simple-tech.info/SharedFiles/Download.aspx?pageid=9&amp;mid=30&amp;fileid=42">PART3</a>&#160;(2 Mo), <a href="http://www.simple-tech.info/SharedFiles/Download.aspx?pageid=9&amp;mid=30&amp;fileid=43">PART4</a>&#160;(2 Mo), <a href="http://www.simple-tech.info/SharedFiles/Download.aspx?pageid=9&amp;mid=30&amp;fileid=44">PART5</a>&#160;(230 Ko)<br />
Documentation =&gt; <a href="http://www.simple-tech.info/SharedFiles/Download.aspx?pageid=9&amp;mid=30&amp;fileid=38">Roline_Gigabit_USB_2_0_Adapter_Manual.pdf (2 Mo)</a></p>
<p>Original download web site : <a href="http://dl.rotronic.ch/?user=anonymous">Serv-U from RhinoSoft.com</a></p><br /><a href='http://www.simple-tech.info/driver-for-roline-gigabit-usb-20-adapter-model-12021105.aspx'>Cereal</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/driver-for-roline-gigabit-usb-20-adapter-model-12021105.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/driver-for-roline-gigabit-usb-20-adapter-model-12021105.aspx</link>
      <author>Cereal</author>
      <comments>http://www.simple-tech.info/driver-for-roline-gigabit-usb-20-adapter-model-12021105.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/driver-for-roline-gigabit-usb-20-adapter-model-12021105.aspx</guid>
      <pubDate>Tue, 15 Mar 2011 23:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How add a new template in Microsoft Script Editor (MSE7.EXE)</title>
      <description><![CDATA[<p>This is a simple procedure to ad a new template file in "Miscrosoft Script Editor" (MSE7.EXE).</p>
<p>1. Open folder "C:\Program Files\Microsoft Office\Templates\12\MseNewFileItems".<br />
2. Paste template files on it.</p>
<p style="text-align: center"><img width="711" height="514" alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/microsoft-script-edotor-mse7.jpg" /></p><br /><a href='http://www.simple-tech.info/how-add-a-new-template-in-microsoft-script-editor-mse7exe.aspx'>Cereal</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/how-add-a-new-template-in-microsoft-script-editor-mse7exe.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/how-add-a-new-template-in-microsoft-script-editor-mse7exe.aspx</link>
      <author>Cereal</author>
      <comments>http://www.simple-tech.info/how-add-a-new-template-in-microsoft-script-editor-mse7exe.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/how-add-a-new-template-in-microsoft-script-editor-mse7exe.aspx</guid>
      <pubDate>Tue, 15 Mar 2011 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Enable FTP protocol on a VMWare ESXi 4 to survive after reboot of host</title>
      <description><![CDATA[<p>How enable FTP protocol on a VMWare ESXi 4 to survive after reboot of host with modify the "oem.tgz" file, this procedure is based on <a target="_blank" href="http://www.vm-help.com/esx/esx3i/ESXi_enable_FTP.php">"<span class="scayt-misspell" scaytid="51" scayt_word="ESXi">ESXi</span>_enable_FTP"</a> page from site <a href="http://www.vm-help.com/">http://www.vm-help.com/</a><br />
<br />
This procedure only explain&#160;the steps you do to enable FTP&#160;with modify "oem.tgz" file, if you want to say how and why to do thoses changes read article on site <a href="http://www.vm-help.com/">http://www.vm-help.com/</a><br />
<br />
Before all enable SSH on your ESXi, to do that follow this procedure : <a href="http://www.vm-help.com/esx40i/ESXi_enable_SSH.php">http://www.vm-help.com/esx40i/ESXi_enable_SSH.php</a>&#160;(<a href="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/pdf/esxi-enable-ssh-on-your-esxi.pdf">Article on PDF format</a>)<br />
<br />
<strong><span style="color: #993300; font-size: small">Procedure theory :</span></strong><br />
<br />
0.&#160;&#160;&#160;Download&#160;from <a href="http://www.vm-help.com/">vm-help.com</a> or from <a href="http://www.simple-tech.info">simple-tech.info</a><br />
&#160;&#160;&#160;&#160;&#160; Link1 :&#160;<a target="_blank" href="http://www.vm-help.com/esx/esx3i/ftp/proftpd.zip">proftpd.zip</a>&#160;(100 ko)<br />
&#160;&#160;&#160;&#160;&#160; Link2 : <a href="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/zip/esxi-ftp-proftpd.zip">proftpd.zip</a>&#160;(100 ko)<br />
1.&#160;&#160; Create tmp directory where you want in your datastore.<br />
2.&#160;&#160; Create tmp/oem/sbin/&#160;and&#160;&#160;tmp/oem/etc/ directories<br />
3.&#160; &#160;Copy proftpd&#160;and tcpd with "<a target="_blank" href="http://www.veeam.com/vmware-esxi-fastscp.html">Veem FastSCP</a>" from zip file to tmp/oem/sbin/<br />
<br />
<img border="0" alt="" width="673" height="330" src="PicturesUpload/UPLOAD/CEREAL/20090615073923_CEREAL_ESXi4-FTP-CopyProfdTcpdToESXi.jpg" /><br />
<br />
4.&#160;&#160; Change execution permissions to files tmp/oem/sbin/proftpd and tmp/oem/sbin/tcpd (chmod 777)<br />
5.&#160; &#160;Copy proftpd.conf from zip file to tmp/oem/etc<br />
<br />
<img border="0" alt="" width="403" height="344" src="PicturesUpload/UPLOAD/CEREAL/20090615073917_CEREAL_ESXi4-FTP-CopyProfdconfToESXi.jpg" /><br />
<br />
6.&#160; &#160;Edit tmp/oem/etc/proftpd.conf with "<a target="_blank" href="http://www.veeam.com/vmware-esxi-fastscp.html">Veem FastSCP</a>" to enable FTP on port 21<br />
<br />
<img border="0" alt="" width="447" height="182" src="PicturesUpload/UPLOAD/CEREAL/20090615073920_CEREAL_ESXi4-FTP-EditProftpdconf.jpg" /><br />
<br />
7.&#160;&#160; Copy original /etc/inetd.conf to tmp/oem/etc/<br />
8.&#160;&#160; Edit tmp/oem/etc/inetd.conf with "<a target="_blank" href="http://www.veeam.com/vmware-esxi-fastscp.html">Veem FastSCP</a>" to enable FTP<br />
&#160;&#160;&#160;&#160;&#160; <strong><strong>ESXi</strong> 3.5 :</strong> ftp stream tcp nowait root /usr/sbin/tcpd proftpd<br />
&#160;&#160;&#160;&#160;&#160; <strong><strong>ESXi</strong> 4.0 :</strong> ftp stream tcp nowait root /usr/sbin/proftpd proftpd<br />
<br />
<img border="0" alt="" width="729" height="402" src="PicturesUpload/UPLOAD/CEREAL/20090615073910_CEREAL_ESXi4-FTP-EditInetdconfi.jpg" /><br />
<br />
9.&#160;&#160;&#160;Compress structure with "tar"<br />
=&gt; cd tmp/oem<br />
=&gt; tar -cvzf oem.tgz sbin etc<br />
<br />
<img border="0" alt="" width="654" height="137" src="PicturesUpload/UPLOAD/CEREAL/20090615073914_CEREAL_ESXi4-FTP-TARsbinetc.jpg" /><br />
<br />
10. Copy the new tmp/oem/oem.tgz file and replace&#160;it on the ESXi 4 boot section /bootbank/oem.tgz.<br />
11. Reboot ESXi<br />
12.&#160;Test FTP connection.<br />
<br />
<img border="0" alt="" width="394" height="156" src="PicturesUpload/UPLOAD/CEREAL/20090615073925_CEREAL_ESXi4-FTP-FTPSample.jpg" /><br />
<br />
<span style="color: #993300; font-size: small"><strong>Procedure commands :</strong></span><br />
<br />
1.&#160;&#160; <strong><strong>cmd</strong>&#160; :</strong> mkdir tmp<br />
&#160;&#160;&#160;&#160;&#160; <strong><strong>cmd</strong>&#160; :</strong> cd tmp<br />
2.&#160;&#160; <strong><strong>cmd</strong>&#160; :</strong> mkdir -p oem/sbin<br />
&#160;&#160;&#160;&#160;&#160; <strong><strong>cmd</strong>&#160; :</strong> mkdir -p oem/etc<br />
3.&#160;&#160; <strong><strong>vfcp</strong> :</strong> Copy proftpd&#160;and tcpd files from zip file with "<a target="_blank" href="http://www.veeam.com/vmware-esxi-fastscp.html">Veem FastSCP</a>" to [datastore]/tmp/oem/sbin<br />
4.&#160;&#160; <strong><strong>cmd</strong>&#160; :</strong> chmod 777 sbin/proftpd<br />
&#160;&#160;&#160;&#160;&#160; <strong><strong>cmd</strong>&#160; :</strong> chmod 777 sbin/tcpd<br />
5.&#160;&#160; <strong><strong>vfcp</strong> :</strong> Copy proftpd.conf file from zip file with "<a target="_blank" href="http://www.veeam.com/vmware-esxi-fastscp.html">Veem FastSCP</a>" to oem/etc<br />
6.&#160;&#160; <strong><strong>vfcp</strong> :</strong> Edit [datastore]/tmp/oem/etc/proftpd.conf with "<a target="_blank" href="http://www.veeam.com/vmware-esxi-fastscp.html">Veem FastSCP</a>" to enable FTP on port 21, see explain in article.<br />
7.&#160;&#160; <strong><strong>cmd</strong>&#160; :</strong> cp /etc/inetd.conf oem/etc/<br />
8.&#160;&#160; <strong><strong>vfcp</strong> :</strong> Edit [datastore]/tmp/oem/etc/inetd.conf with "<a target="_blank" href="http://www.veeam.com/vmware-esxi-fastscp.html">Veem FastSCP</a>" to enable FTP, see explain in article.<br />
&#160;&#160;&#160;&#160;&#160; for <strong><strong>ESXi</strong> 3.5 :</strong> ftp stream tcp nowait root /usr/sbin/tcpd proftpd<br />
&#160;&#160;&#160;&#160;&#160; for <strong><strong>ESXi</strong> 4.0 :</strong> ftp stream tcp nowait root /usr/sbin/proftpd proftpd<br />
9.&#160;&#160; <strong><strong>cmd</strong>&#160; :</strong> tar -cvzf oem.tgz sbin etc<br />
10. <strong><strong>cmd</strong>&#160; :</strong> cp oem.tgz /bootbank/oem.tgz<br />
11.&#160;<strong>man :</strong> Reboot ESXi<p><strong><span style="color: #993300; font-size: small">ESX &amp; ESXi Links</span></strong></p>
<a href="http://ultimatewhitebox.com/">Ultimate ESX Whitebox</a>, Find hardware for your own VMware ESX whitebox.<br />
<a href="http://www.vm-help.com/index.html">Welcome to vm-help.com </a>, home of the Unofficial VMware ESX Server Whitebox HCL<br />
&#160;</p><br /><a href='http://www.simple-tech.info/enable-ftp-protocol-on-a-vmware-esxi-4-to-survive-after-reboot-of-host.aspx'>Cereal</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/enable-ftp-protocol-on-a-vmware-esxi-4-to-survive-after-reboot-of-host.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/enable-ftp-protocol-on-a-vmware-esxi-4-to-survive-after-reboot-of-host.aspx</link>
      <author>Cereal</author>
      <comments>http://www.simple-tech.info/enable-ftp-protocol-on-a-vmware-esxi-4-to-survive-after-reboot-of-host.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/enable-ftp-protocol-on-a-vmware-esxi-4-to-survive-after-reboot-of-host.aspx</guid>
      <pubDate>Mon, 07 Mar 2011 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Howto connect a LUN to a Synology DiskStation DS1511+ with iSCSI from VMWare ESXi 4</title>
      <description><![CDATA[<p>This tutorial explain step by step howto connect a iSCSI LUN to a Synology DiskStation DS1511+ from VMWare ESXi 4 storage.</p>
<p><b>Before all (in ESX4 and ESXi4)<br />
</b>This step is stupid but, if you use the VMKernel interface for iSCSI on VMWare ESX4, sometimes for security reason you dont have set gateway IP address on your VMKernel.<br />
I think&#160;the best case is to set a dedicated nework card for iSCSI but sometimes that is not possible.</p>
<p style="text-align: center"><img alt="www.simple-tech.info" width="527" height="685" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iscsi-synologyds1511-esxi4-01-00.jpg" /></p>
<ol>
    <li>Verify that you ping VMKernel IP from NAS.</li>
    <li>Verify that you ping NAS from VMKernel IP.</li>
</ol>
<h3>Synology Disk Station DS1511+</h3>
<p>1. Open Synology Disk Station DS1511+ console.<br />
2. Select a volume to create the new LUN.<br />
3. Set a lun name, capacity and choose the option "Create a new iSCSI target".<br />
4. Choose a new iSCSI name for your target, activate CHAP option and set a new password for iSCSI target credentials.<br />
5. Verify the configuration and click apply button.<br />
<i><b>All print screens are available bellow.</b></i></p>
<h3>vSphere Client 4</h3>
<p>1. Open vSphere Client console.<br />
2. Select your ESXi and click on "Storage Adapters" in "Configuration" tab.<br />
3. Select iSCSI software adapter ans click on "Properties" button.<br />
4. In iSCSI initiator windows click on "Configure" button.<br />
5. Check "Enabled" checkbox&#160;in "Status" section.<br />
6. Go to "Static discovery" tab.<br />
7. Click on "Add" button.<br />
8. Set the iSCSI Server name or IP&#160;Address, and type the iSCSI Target Name&#160;(on my sample : "iqn.2000-01.com.synology:NAS.name").<br />
9. Click on&#160;"CHAP" button.<br />
10.&#160;Select option "Use CHAP", set the iSCSI target name LUN&#160;(on my sample :&#160;iSCSIESXTG1) and the password dou you have set in your NAS.<br />
11. Rescan HBA.<br />
12. Go to "Storage"&#160;option in "Configuration" tab of "vSphere Client".<br />
13. Click on "Add Storage" button, and select "Disk/LUN" option.<br />
14. Select the new iSCSI LUN.<br />
15. Enter a "Datastore name".<br />
16. Format the new iSCSI LUN.<br />
17. Click "Finish".<br />
<i><b>All print screens are available bellow.</b></i></p>
<h3>Synology Disk Station DS1511+</h3>
<p style="text-align: center"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iSCSI-SynologyDS1511-ESXi4-01.gif" /><br />
<br />
&#160;</p>
<p style="text-align: center"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iSCSI-SynologyDS1511-ESXi4-02.gif" /><br />
<br />
&#160;</p>
<p style="text-align: center"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iSCSI-SynologyDS1511-ESXi4-03.gif" /><br />
<br />
&#160;</p>
<p style="text-align: center"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iSCSI-SynologyDS1511-ESXi4-04.gif" /><br />
<br />
&#160;</p>
<p style="text-align: center"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iSCSI-SynologyDS1511-ESXi4-05.gif" /><br />
<br />
&#160;</p>
<p style="text-align: center"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iSCSI-SynologyDS1511-ESXi4-06.gif" /><br />
<br />
<img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iSCSI-SynologyDS1511-ESXi4-07.gif" /><br />
<br />
&#160;</p>
<h3>vSphere Client 4</h3>
<h3>&#160;</h3>
<h3 style="text-align: center"><img alt="iSCSI Synology DS1511 ESXi 4 - http://www.simple-tech.info" width="906" height="414" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iscsi-synologyds1511-esxi4-08-01.jpg" /></h3>
<p style="text-align: center"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iSCSI-SynologyDS1511-ESXi4-08.gif" /><br />
<br />
&#160;</p>
<p style="text-align: center"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iSCSI-SynologyDS1511-ESXi4-09.gif" /><br />
<br />
&#160;</p>
<p style="text-align: center"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iSCSI-SynologyDS1511-ESXi4-10.gif" /><br />
<br />
&#160;</p>
<p style="text-align: center"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iSCSI-SynologyDS1511-ESXi4-11.gif" /><br />
<br />
&#160;</p>
<p style="text-align: center"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iSCSI-SynologyDS1511-ESXi4-12.gif" /><br />
<br />
&#160;</p>
<p style="text-align: center"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iSCSI-SynologyDS1511-ESXi4-13.gif" /><br />
<br />
&#160;</p>
<p style="text-align: center"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iSCSI-SynologyDS1511-ESXi4-14.gif" /><br />
<br />
&#160;</p>
<p style="text-align: center"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iSCSI-SynologyDS1511-ESXi4-15.gif" /><br />
<br />
&#160;</p>
<p style="text-align: center"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iSCSI-SynologyDS1511-ESXi4-16.gif" /><br />
<br />
&#160;</p>
<p style="text-align: center"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iSCSI-SynologyDS1511-ESXi4-17.gif" /><br />
<br />
&#160;</p>
<p style="text-align: center"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iSCSI-SynologyDS1511-ESXi4-18.gif" /><br />
<br />
&#160;</p>
<p style="text-align: center"><img alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iSCSI-SynologyDS1511-ESXi4-19.gif" /><br />
<br />
&#160;</p>
<p><br />
<br />
&#160;</p>
<p>&#160;</p><br /><a href='http://www.simple-tech.info/howto-connect-a-lun-to-a-synology-diskstation-ds1511-with-iscsi-from-vmware-esxi-4.aspx'>Cereal</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/howto-connect-a-lun-to-a-synology-diskstation-ds1511-with-iscsi-from-vmware-esxi-4.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/howto-connect-a-lun-to-a-synology-diskstation-ds1511-with-iscsi-from-vmware-esxi-4.aspx</link>
      <author>Cereal</author>
      <comments>http://www.simple-tech.info/howto-connect-a-lun-to-a-synology-diskstation-ds1511-with-iscsi-from-vmware-esxi-4.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/howto-connect-a-lun-to-a-synology-diskstation-ds1511-with-iscsi-from-vmware-esxi-4.aspx</guid>
      <pubDate>Sun, 23 Jan 2011 10:25:00 GMT</pubDate>
    </item>
    <item>
      <title>iPhone Liens Utiles et inutiles mais indispensable</title>
      <description><![CDATA[<div style="text-align: left"><b>iPhone Liens Utiles et inutiles mais indispensable</b></div>
<div style="text-align: left">Sur cette page vous trouverez ce que je je considère comme utile à savoir sur son iPhone, des liens, des tutos,l des trucs et astuces.</div>
<div style="text-align: left">&#160;</div>
<div style="text-align: left"><i><b><a href="http://blog.aki.ch/">Le blog de Aki</a></b></i></div>
<div style="text-align: left">Tout simplement un site génial traitant des sujets comme, iPhone, Dreambox, PopCorn Hour, Media Center HD, HDTV, etc...</div>
<div style="text-align: left">&#160;</div>
<div style="text-align: left"><i><b>Forum iPhone, iPad et iPod</b></i></div>
<div style="text-align: left"><a href="http://www.forum-iphone.fr/">http://www.forum-iphone.fr/</a></div>
<div style="text-align: left">&#160;</div>
<div style="text-align: left"><i><b><b><i><b><b>Mes</b></b></i></b> premiers pas avec un iPhone ou iPad</b></i></div>
<div style="text-align: left"><a href="http://www.forum-iphone.fr/dossier+vos+premiers+pas+avec+l+iphone-s19950">http://www.forum-iphone.fr/dossier+vos+premiers+pas+avec+l+iphone-s19950</a></div>
<div style="text-align: left">&#160;</div>
<div style="text-align: left"><i><b><i><b>Install0us</b></i></b></i><i><b> 3.2.5 disponible pour <a href="http://blog.aki.ch/?p=6474">iPhone, iPod touch et iPad</a></b></i><a href="http://blog.aki.ch/?p=6474">&#160;</a>ou la version <a href="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/pdf/iphone-install0us3.2.5disponiblepouriphoneipodtouchetipadleblogdeaki.pdf">PDF</a><br />
Installous est une application Cydia pour iPhone, iPod et iPad jailbreakés qui permet d’installer gratuitement des applications gratuites ou payantes.</div>
<div style="text-align: left">Ajoutez la source <a href="http://cydia.hackulo.us/">http://cydia.hackulo.us/</a> sur Cydia et cherchez l'application&#160;"Installous" et installez-là.</div>
<div style="text-align: left">&#160;</div>
<div style="text-align: left"><i><b><i><b><i><b><i><b><i><b><i><b><i><b><i><b>le</b></i></b></i></b></i></b></i></b></i></b></i></b></i> multi-tâches de l'IOS4</b></i><br />
Pour se faire ajoutez la source suivante dans Cydia "<a href="http://www.sinfuliphonerepo.com">http://www.sinfuliphonerepo.com</a>", en allant dans "manage =&gt; Sources =&gt; Edit =&gt; Add", puis installez l'application "Disable iOS4 Multitasking".</div>
<div style="text-align: left">&#160;</div>
<div style="text-align: left"><i><b><b><b><b><b><b><b><b><b><b><b><b><b><b><b><b><i><b><b><b><b><b><b><b><b><b><b><b><b><b><b><b><b>Les</b></b></b></b></b></b></b></b></b></b></b></b></b></b></b></b></i></b></b></b></b></b></b></b></b></b></b></b></b></b></b></b> utilitaires VITAUX à installer sur son iPhone JailBreaké</b></i><b> </b><a href="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/pdf/leblogdeaki-protégervotrejailbreak.pdf">PDF</a></div>
<div style="text-align: left">Tout est dans "Cydia", SBSettings, Privacy, OpenSSH, <strike>PDFLoading Warner (plus utile depusi la version 4.2)</strike>, <strike>Apple Kill Switch</strike>, FireWall IP, allez voir <a href="http://blog.aki.ch/?p=7702">cette page sur le blog de Aki</a></div>
<div style="text-align: left"><strike>APTBackup</strike>, AppSync, Backup "Cydia" Apps, <a href="http://ipodtouchtricks.net/3rd-party-application/backup-cydia-apps-backup-jailbroken-apps/">Backup Jailbroken Apps</a> (<a href="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/pdf/iphone-backupcydiaappsbackupjailbrokenapps.pdf">PDF</a>)</div>
<div style="text-align: left">&#160;</div>
<div style="text-align: left"><b>Se connecter en SSH et gérer son iPhone avec iFunBox pour y installer des applications .ipa</b></div>
<div style="text-align: left"><a href="http://www.simple-tech.info/se-connecter-en-ssh-et-g%c3%a9rer-son-iphone-avec-ifunbox-pour-y-installer-des-applications-ipa.aspx">Cliquez sur ce lien</a></div>
<div style="text-align: left">&#160;</div>
<div style="text-align: left"><b><b>Désimlocker</b></b> son iPhone avec "ultrasnow" <a href="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/pdf/leblogdeaki-désimlockbasebandavecultrasnow.pdf">PDF</a></div>
<div style="text-align: left">Tout l'article est sur <a href="http://blog.aki.ch/?p=7203">cette page du blog de Aki</a></div>
<div style="text-align: left">Voici un liste des basebands pris en charge : 01.59.00 / 04.26.08 / 05.11.07 / 05.12.01 / 05.13.04 / 06.15.00</div>
<div style="text-align: left">La version du baseband de votre iPhone est disponible en allant dans le menu Réglages &gt; Général&gt; Informations &gt; Prog. du modem, <a href="http://iphoneaddict.fr/post/news-20939-ultrasn0w-compatible-avec-ios-4-3-3">article ici</a>
<p>&#160;</p>
</div>
<div style="text-align: left"><a href="http://www.i-funbox.com/">iFunBox</a> est une Application permettant de gérer votre iPhone par le port USB comme SSH, elle permet de copie vers votre iPhone ou de votre iPhone des fichiers, applications, des musiques, les images et j'en passe, cette application est tout simplement indispensable.<br />
<p>Rendre votre iPhone 3G <a href="http://blog.aki.ch/?p=7478 ">plus fluide</a>... (<a href="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/pdf/iphone-blogdeakirendrevotreiphone3gplusfluide.pdf">PDF</a>)<br />
En applicant les astuces du <a href="http://blog.aki.ch/?p=7478 ">blog de Aki à cette adresse</a>, désactiver le multitâche et wallpaper, désactiver les ombres derrière les icônes, augmenter la mémoire vive, désactiver les programmes de démarrage, overclocker votre iPhone 3G.</p>
<p><b>Tuto AppSync: installer des jeux et APPS au format IPA sur votre iPhone via iTunes</b> <br />
<a href="http://www.geekmag.fr/tuto-appsync-installer-des-jeux-et-apps-au-format-ipa-sur-votre-iphone-via-itunes/">http://www.geekmag.fr/... </a>et <a href="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/pdf/iphone-tuto-appsync-installer-des-jeux-et-apps-au-forma-ipa-sur-votre-iphone-via-itunes.pdf">PDF</a></p>
<p><b>iPod, iPhone and iPad Firmware Download</b><br />
Tous les firmwares pour ce qui est dit dans le titre <a href="http://www.felixbruns.de/iPod/firmware/">http://www.felixbruns.de/iPod/firmware/</a></p>
<p><b>Comment restaurer les paramètres par défaut d'un iPhone ?<br />
</b>1. Ouvrez iTunes et connectez votre iPhone.<br />
2. Quand votre iPhones est allumé maintenez les bouton ALLUMER/ETEINDRE et&#160;ACCUEIL jusquà ce que l'iPnone redémarre et continuez de tenir les deux touches pressées jusquà l'affichage de l9mage "iTune + USB".<br />
3. Cliquez sur Restaurer.</p>
<p><b>Réperoire contenant les fichiers .IPSW<br />
</b>C:\Users\[USERNAME]\AppData\Roaming\Apple Computer\iTunes\iPhone Software Updates</p>
<p><b>Répetoire contenant les iformations d'iTunes et les sauvegardes des appareils (iPhone, iPod, etc)<br />
</b><i><b>Default Folder<br />
</b>C</i>:\Users\[USERNAME]\AppData\Roaming\Apple Computer\<br />
<i><b>Backup Folder</b></i><b><br />
</b>C:\Users\[USERNAME]\AppData\Roaming\Apple Computer\MobileSync</p>
</div><br /><a href='http://www.simple-tech.info/iphone-liens-utiles-et-inutiles-mais-indispensable.aspx'>Cereal</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/iphone-liens-utiles-et-inutiles-mais-indispensable.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/iphone-liens-utiles-et-inutiles-mais-indispensable.aspx</link>
      <author>Cereal</author>
      <comments>http://www.simple-tech.info/iphone-liens-utiles-et-inutiles-mais-indispensable.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/iphone-liens-utiles-et-inutiles-mais-indispensable.aspx</guid>
      <pubDate>Sun, 02 Jan 2011 13:46:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Sauvegarder et restaurer inclus un disque autre que le système dans son Créer une image système</title>
      <description><![CDATA[<h3>PROBLEM</h3>
<p>Windows "Sauvegarder et restaurer" inclus une partition ou un disque autre que celui du système dans la liste des disques de la bôite de dialogue "Créer une image système" alors que ce disque c'est pas un disque système du tout mais un disque de données.</p>
<p style="text-align: center"><img alt="" style="width: 476px; height: 386px" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/sdclt-imagesysteme-sauvegarde-autre-partition-01.jpg" /></p>
<h3>CAUSE</h3>
<p>Windows "Sauvegarder et restaurer" considère un&#160;disque système dès qu'un service&#160;est installé sur une autre partition&#160;que le système&#160;comme par exemple&#160;"SQL Server Express" installé sur&#160;le disque F: ou comme dans mon cas le service de mise à jour de "Dragon Age: Origins - Application de mise à jour".</p>
<p style="text-align: center"><img alt="" width="400" height="342" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/sdclt-imagesysteme-sauvegarde-autre-partition-02.jpg" /></p>
<h3>SOLUTION 1</h3>
<p>Réinstaller le service sur la partition système, par exemple C:</p>
<h3>SOLUTION 2</h3>
<p>Supprimer le service dans la base de registre si il n'est plus utile ou changer son chemin en déplaçant les fichiers du service sur la partition système, exemple C:\ puis changer le chemin dans la base de registre et redémarrer l'ordinateur.<br />
Pour changer le chemin effectuer une recherche dans la base de registre sur la clé "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services"&#160;de la lettre de lecteur qui pose problème dans mon cas "F:\".</p>
<p style="text-align: center"><img alt="" style="width: 776px; height: 275px" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/sdclt-imagesysteme-sauvegarde-autre-partition-03.jpg" /></p>
<p>&#160;</p>
<p>Après le changement et le redémarrage de l'ordinateur l'image système n'inclus plus l'autre partition dans sa sauvegarde système.</p>
<p style="text-align: center">&#160;<img alt="" style="width: 449px; height: 374px" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/sdclt-imagesysteme-sauvegarde-autre-partition-04.jpg" /></p>
<p>&#160;</p>
<p>&#160;</p><br /><a href='http://www.simple-tech.info/windows-sauvegarder-et-restaurer-inclus-un-disque-autre-que-le-système-dans-son-créer-une-image-système.aspx'>Cereal</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/windows-sauvegarder-et-restaurer-inclus-un-disque-autre-que-le-système-dans-son-créer-une-image-système.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/windows-sauvegarder-et-restaurer-inclus-un-disque-autre-que-le-système-dans-son-créer-une-image-système.aspx</link>
      <author>Cereal</author>
      <comments>http://www.simple-tech.info/windows-sauvegarder-et-restaurer-inclus-un-disque-autre-que-le-système-dans-son-créer-une-image-système.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/windows-sauvegarder-et-restaurer-inclus-un-disque-autre-que-le-système-dans-son-créer-une-image-système.aspx</guid>
      <pubDate>Fri, 24 Dec 2010 11:20:00 GMT</pubDate>
    </item>
    <item>
      <title>iTunes erreur 10319 après synchronisation des musiques avec MediaMonkey</title>
      <description><![CDATA[<p>C'est assez simple de corriger ce problème "Error 10319", pour se faire il y a deux ou trois étapes cela dépend...</p>
<p>1. Cocher la case "Gérer manuellement la musique et les vidéos" dans les options de l'Iphone dans iTunes.</p>
<p style="text-align: center"><img width="958" height="309" alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iPhone-iPad/iphone-mediamonkey001.jpg" /></p>
<p>2. Fermer iTunes.<br />
3. Ouvrir MediaMonkey.<br />
4. Forcer un synchronisation des musiques et si MediaMonkey vous demande d'effacer des musiques inconnues, acceptez la demande.</p>
<p style="text-align: center"><img width="428" height="559" alt="" src="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/images/iPhone-iPad/iphone-mediamonkey002.jpg" /></p>
<p style="text-align: left">5. Relancer iTunes et refaire une synchronisation.</p>
<p><b>Remarque :</b><br />
Dans certains cas je dois supprimer toutes les musiques de mon iPhone puis relancer une nouvelle synchronisation.</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p><br /><a href='http://www.simple-tech.info/itunes-erreur-10319-après-synchronisation-des-musiques-avec-mediamonkey.aspx'>Cereal</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/itunes-erreur-10319-après-synchronisation-des-musiques-avec-mediamonkey.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/itunes-erreur-10319-après-synchronisation-des-musiques-avec-mediamonkey.aspx</link>
      <author>Cereal</author>
      <comments>http://www.simple-tech.info/itunes-erreur-10319-après-synchronisation-des-musiques-avec-mediamonkey.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/itunes-erreur-10319-après-synchronisation-des-musiques-avec-mediamonkey.aspx</guid>
      <pubDate>Fri, 19 Nov 2010 08:37:00 GMT</pubDate>
    </item>
    <item>
      <title>Jailbreaker son iPhone 4 - iPod - iPad avec LimeRa1n PC ou MAC</title>
      <description><![CDATA[<p>Bon ben il y a pas grand chose a dire sur ce sujet tellement c'est facile, je vous met les liens sur les Tutoriaux et a vous de jouer.</p>
<p><a href="http://www.generation-nt.com/jailbreak-limera1n-iphone-ipod-ipad-tuto-actualite-1097921.html">Jailbreak iPhone 4, iPod, iPad : c'est fait avec LimeRa1n</a> par (<a href="http://www.generation-nt.com">www.generation-nt.com</a>) (<a href="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/pdf/iphone-jailbreaklimera1ntutopouriphoneipodetipad.pdf">PDF</a>)</p>
<p>Lien officiel de téléchargement <a href="http://www.limera1n.com/">Limera1n</a> <br />
- Ancienne versions =&gt; <a href="http://www.simple-tech.info/Data/Sites/1/_cereal_articles/zip/jailbreak-limera1nrc1b.zip">RC1b</a>&#160;&#160;</p>
<p><a href="http://www.simple-tech.info/1jailbreak-un-iphone-3g-en-ios-4-avec-redsn0w.aspx">Jailbreak un iPhone 3G en iOS 4 avec redsn0w</a></p>
<p><a href="http://www.simple-tech.info/se-connecter-en-ssh-et-g%c3%a9rer-son-iphone-avec-ifunbox-pour-y-installer-des-applications-ipa.aspx">Se connecter en SSH et gérer son iPhone avec iFunBox pour y installer des applications .ipa</a></p>
<p>Une remarque quand même, attention à la compatibilité de votre iPhone suivant sa version :</p>
<blockquote>
<p>Limera1n permet le jailbreak des appareils suivants :<br />
- iPhone 4 (4.0 / 4.0.1 / 4.0.2 / 4.1)<br />
- iPhone 3GS (4.0 / 4.0.1 / 4.0.2 / 4.1) <br />
- iPod Touch 3G (4.0 / 4.1)<br />
- iPod Touch 4G (4.1)<br />
- iPad (3.2 / 3.2.1 / 3.2.2)</p>
<p>Les modèles incompatibles sont :<br />
- iPhone 2G<br />
- iPhone 3G<br />
- iPod Touch 2G</p>
<p>Citation de : <a href="http://www.generation-nt.com">www.generation-nt.com</a><br />
<br />
&#160;</p>
</blockquote>
<p>Bonne chance</p>
<p>&#160;</p>
<blockquote>
<div style="text-align: left">iPhone Liens Utiles et inutiles mais indispensable<br />
<a href="http://www.simple-tech.info/iphone-liens-utiles-et-inutiles-mais-indispensable.aspx">http://www.simple-tech.info/...</a></div>
</blockquote>
<p>&#160;</p><br /><a href='http://www.simple-tech.info/jailbreaker-son-iphone-4-ipod-ipad-avec-limera1n-pc-ou-mac.aspx'>Cereal</a>&nbsp;&nbsp;<a href='http://www.simple-tech.info/jailbreaker-son-iphone-4-ipod-ipad-avec-limera1n-pc-ou-mac.aspx'>...</a>]]></description>
      <link>http://www.simple-tech.info/jailbreaker-son-iphone-4-ipod-ipad-avec-limera1n-pc-ou-mac.aspx</link>
      <author>Cereal</author>
      <comments>http://www.simple-tech.info/jailbreaker-son-iphone-4-ipod-ipad-avec-limera1n-pc-ou-mac.aspx</comments>
      <guid isPermaLink="true">http://www.simple-tech.info/jailbreaker-son-iphone-4-ipod-ipad-avec-limera1n-pc-ou-mac.aspx</guid>
      <pubDate>Wed, 17 Nov 2010 14:35:00 GMT</pubDate>
    </item>
  </channel>
</rss>
