Get Solutions

Finding solutions with Technologies

How to Configure and Setup SVN Server on Ubuntu server with https access

To install SVN server, run this command at the command prompt: sudo apt-get install subversion apache2 libapache2-svn Verify the installed version of Subversion software: svn --version We want to configure the apache in such a way that it’ll run on HTTPs and for this we need to enable ssl Apache2 module with a2enmod: sudo a2enmod ssl It will suggest you to restart apache;ignore that message for now. Create a directory inside the /etc/apache2/...

How to block video streaming with Squid

In office like Software House, they can’t ban the facebook because many of the web application using facebook login to register an account and has been used many FB api for showing FB updates in their platform. But sometimes,they are worry about the bandwidth that their users waste in watching videos on facebook. So, this is a solution for those people (With this they can block about 95% videos) Scenario: In this scenario, Mikrotik...