Graphical - Images engine search website and photo collection websites

Today I going to update an old article and adding fresher information:

https://www.alessandromazzanti.com/2010/12/motore-di-ricerca-per-immagini.html

  1. http://www.veezzle.com/
    It is a portal website that seek images shared on other websites like Flirk, Picasa like freely usable photos found surfing on web.
  2. A good alternative could be Dreamstime as well.
  3. About vectoria images you could find interesting this blog post too (Vectorizados.)
  4.  https://www.canva.com/photos/Canva has millions of high-quality stock photos to use for all our design needs. Their collection includes both premium and free stock photos, and we can find the latter here:
    https://www.canva.com/photos/tag/free+photos/.They have recently put together this resources because their users have found it useful.

Manual - Cloud Migration Essentials: A guide to migrating servers and virtual machines

Today I would like to indicate this free Microsoft e-book that guid you on migration processess and actions to move VM to cloud:

https://azure.microsoft.com/en-us/resources/cloud-migration-essentials-e-book/en-us/?MC=OnPremInf&MC=DataMgmt&MC=MSAzure


Here they are major topics that you would read/get confidence on:

  1. Approach your cloud migration.
  2. Discover and assess your servers, virtual machines, and applications.
  3. Confidently execute your migration.
  4. Optimize and adjust your cloud services and resources. 


Scripting - Ping date and time log creation and real time view

Often it could be useful to ping a remote host and save information with date and time indication as well. Useful for statistical and analysis purpose

At the same time it would be very useful to view real time log progress too.

You could get this result following these steps:

  1. Create a .cmd scripting file with this command, in yellow information that need to be customized.
    REMARK: Folder location must exist.

    ping -t xx.yy.bb.dd|cmd /q /v /c "(pause&pause)>nul & for /l %a in () do (set /p "data=" && echo(!date! !time! !data!)&ping -n 2 xx.yy.bb.dd>nul" >C:\tempt\pingtest_xx.yy.bb.dd.log
  2. Utilize CMTrace.exe log viewer tool (for SCCM tool) :

    https://www.microsoft.com/en-us/download/details.aspx?id=50012
  3. Here it is result that appear using previously script and CMTrace conjunctively: