Showing posts with label Skype. Show all posts
Showing posts with label Skype. Show all posts

Sunday, 12 January 2014

Transferrring Large Files Via Skype Fastly


I remeber that time when we were in university and used to get usb flash drive to transfer files of size more than 100 mb. But the greatest feature provided by skype to transfer files of large size within few minutes. The condition to use this functionality is that both of you should be connected with same network. 
I am talking about the transferring files when we have to transfer files and we sit in groups , like in universities , colleges , domitories etc. so no need of uploading some where , no need of sharing links  , no need of usb falsh drives. just use skype to share large data in gigabytes. There are also other tools for transferring files on LAN or using personal hostings but as i prefer and thinks that its efficient matters.

Tuesday, 10 December 2013

Running Skype And Xampp/Apache Server Together

Usually it is observed that people fail to run both the applications (Xampp and Skype) so while developing people used to close Skype and then start development. So today i thought to share with you how to run bot applications at a time and not any disturbance in development and no need to close Skype.



There are two ways to handle this problem. So today i will share both solutions with you.

First Solution

  • Open Xampp Server First , And start Apache Server or if you are using independent of xampp server then start Apache server using cmd.
  • Then , Start Skype 
  • Now both applications will run together.


---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Second Solution
  • Open skype.
  • Then , go to Tools ==> Options
  • Then Advanced ==> Connection
  • Uncheck  use port 80 and 443 as alternatives for incoming connections.

  • Save settings and restart Skype.
Now you Can Use Both applications together.

Third Solution

You can goto XAMPP and find httpd.conf. Find the default port and change it to 81 or any other free port.Make sure that apache is not running when you change this port. And Start apache after saving httpd.conf  so that it loads the new modified initialization file. Next time to access your scripts in your browser you must use



Conclusion : 
I prefer to use first solution because its more easier than the second one.

If still any question you are welcomed please comment here , i will answer soon.