Skip to main content

Posts

Showing posts from October 10, 2018

Share file on Linux without Pen drive

Share file on Linux without Pen drive In this post, We will learn how to share file from one computer to other when we do not have pen drive. Create a Simple Python Server Create a Simple python server on Ubuntu/linux in the same directory where your file is located it mean if your file is on desktop then first go desktop (with cd command) and create your sever there only. If you don't know how to create sever using python you can learn from here . Http Server With Python Command. Access Local Sever on other Computer Open your terminal and run ifconfig command ifconfig Open any browser on other computer and search  http://ipaddress:8001 here ipaddress is  inet addr of wlp4s0. This you can get with ifconfig command. Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.