Knowledge.ToString()

Month: October 2018

  • Basic tutorial to customize Bootstrap 4

    Here is an extremely basic tutorial that will help you setup the environment to customize Bootstrap 4 for your needs on Windows machine using Node.js and npm Development Environment Windows 10Node.jsnpm This tutorial is created using Bootstrap 4.1.3 which can be downloaded from https://getbootstrap.com/docs/4.1/getting-started/download/. Customization Extract the zip file anywhere within your computer and you…

    |

  • How to copy big file to hundrededs of computers and verify its integrity

    If you have a big file that you want to send to hundreds of computers, you may use copy or xcopy commands but in certain scenario, it may not work. For example, on slow internet, when you start copying the file and for whatsoever reason the copy fails, the (corrupted) file with exact size still…

    |

  • Commands for Using Standalone 7-zip to Split and Combine Zip File

    What is Standalone 7-zip? It is a single executable that can be used to zip and unzip files without installing 7-zip on a machine. How to Get Standalone 7-zip? Visit the page https://www.7-zip.org/download.html and download “7-Zip Extra: standalone console version, 7z DLL, Plugin for Far Manager” Command to Create a Zip and Split it Based…

    |