Sunday, 26 March 2023

Testing the Internet Speed via CLI

  • Speed test: npm install -g speed-test
  • to run: speed-test
  • Fast.com: npm install -g fast-cli
  • to run: fast -u


No comments:

Create modal using HTML and CSS

<body>   <dialog id = "modal">      <div>        <h1>Title</h1>        <p>Sample Text</p...