The Evolution Of Storage Technology In A Nutshell

evolution of storage technology
Very effective representation. 🙂 [ Image courtesy : Graphjam ]

Blast From The Past : A Collection Of Vintage PCs

A trip down the memory lane of PCs. Here are some of them from the older era (1970s- 1990s) : #gallery-1 { margin: auto; } #gallery-1 .gallery-item { float: left; margin-top: 10px; text-align: center; width: 50%; } #gallery-1 img { border: 2px solid #cfcfcf; } #gallery-1 .gallery-caption { margin-left: 0; } /* see gallery_shortcode() in wp-includes/media.php...

Geeky Way To Check Windows Services

You may have used the Windows Task Manager often and seen the list of services that are displayed in it. Suppose,you wanted to see  the same list of services without going to the Task Manager,then how would you do it? Very simple – through the command prompt. Open Windows command prompt (Start > Run > cmd.exe) Type in this command : tasklist Note the long list that comes up,to make...