Posts

Showing posts with the label Network

Git cloning behind proxy server

If you are behind proxy which is protected by firewall and want to use git clone using git:// protocol there is a huge chance that it will not work. But the beautiful thing is you can use http:// protocol instead. Which will work behind most of the proxy. So for example, suppose you want to clone ibus-avro from github.com/sarim. So normally you will run the following command: git clone git://github.com/sarim/ibus-avro.git Now if cloning fails, that means your proxy firewall is blocking it, you can run the following command instead. git clone http://github.com/sarim/ibus-avro.git Which will also clone the content of ibus-avro. Hope this will help. Cheers A.Paul

Micromax 3G usb modem on ubuntu 12.04

I am using Micromax 3G USB modem to access Internet for long time, and it was working fine with previous distribution of Ubuntu. I have recently upgraded my operating system from Ubuntu 11.10 to 12.04. After upgrading I have seen that system is not detecting my Micromax modem. Fortunately I found a very simple solution and here I am sharing it. You have to just edit the /etc/modules file. Use this code $ sudo gedit /etc/modules and then add this two line at the end of the file usbserial option This has worked for me. Hope this will also solve your problem. Cheers APaul NB: If you are using Ubuntu 12.10 probably the above method is not working. Check this post for work around. 

Installing SSH Server

Image
Secure Shell (SSH) is a network protocol to secure data communication between two computer connected via network. You can access remote shell, execute command. Also using Secure file transfer protocol (sftp) you can transfer data from one computer to another. For this you need one ssh server software and one ssh client. If you are using linux then you are probably aware about that ssh client is, by default, installed. For windows user, there are lots of ssh client software for windows, you can download them and install on your computer. For example, you can use this software link, SSH Secure Shell or PuTTY .   You can install ssh server very easily in Ubuntu. Just search for "openssh-server" or "ssh server" in your package manager and install it. Also form terminal you can run the command sudo apt-get install openssh-server . Now you can access your computer remotely and securely. Installing ssh server in windows xp is also very easy. For windows xp there is a very ...

Setting up lan connection in windows 7

Those people who are working in office and are student and use internet from there campus they frequently need to setup LAN connection to there computer to access internet. Here I am explaining how to set up LAN connection in windows 7. First go to control panel > network and Internet > network and sharing center > connect to a network   if you don't see the icon there please check that local area network is enabled in adepter setting. To check  network and sharing center and go to change adapter setting. and right click on the local area connection icon and enable it.  Now come to "connect to a network" and  click on the lan icon and then go to properties and then choose ipv6 or ipv4 as applicable (at iisc ipv4) and then click properties > set ip address of your computer in ip address field and fillup subnet mask , default gateway and DNS server  . cheers A Paul

Error 633, Network connectivity problem in window

Image
Error code 633 is a network connectivity problem in windows machine. This may be due to either the network is not enable or there is an error in this file. You can do the following two step to solve the problem.