Experience Power Shell on Linux (Microsoft ๐Ÿ’“ Linux)




Experience Power Shell on Linux (Microsoft ๐Ÿ’“ Linux)




        


        Hi  Guys!!!!


       This post is for everybody who get intimidated by Linux shell,Guess what Power Shell is                    Open Sourced this means we can run it on Linux Machines as well


       Os:Ubuntu 16.04.1 LTS \n \l

       Steps:
   
       1. Import Repositories and Register them in the package manager
       2. Install Power Shell and Enjoy
        


      Lets Download ,Import, and Register 

       curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
       

   curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list | sudo tee /                                        etc/apt/sources.list.d/microsoft.list

   



     sudo apt-get update
     
     it is not necessary to use sudo when you have sufficient priviliges



    sudo apt-get install -y powershell

    

    Now Enjoy !!!!!!

    

    powershell





Have a nice day!!! Happy learning

References: https://azure.microsoft.com/en-us/blog/powershell-is-open-sourced-and-is-available-on-linux/


Please feel free post any question we would try to post a solution ASAP!!!!

Thanks 

Popular posts from this blog

What Happens Under the Hood of SSH Connections? Analyzing SSH Packets with Wireshark.

Telnet Under the Microscope: Why It's Unsafe for Modern Use

How to Remotely Reboot an Ubuntu Machine Using Reverse Shell?