How to Share Files quickly in Ubuntu

How to Share Files quickly in Ubuntu

Some time we need to share files to other systems in our computer center quickly with out any tools in hand. If you have a python installation in your system, file sharing is very simple by implementing a little http server, using a single line command.

Suppose If [...]

Howto setup Second IP address on your Networkcard in linux

If you are a Network Administrator some time you need to assign more than ONE ip address (second ipaddress) to your network card of Ubuntu machine. For this you need to edit the /etc/network/interfaces file by adding the following lines . See the example below and make change according to your ip address settings

#vi [...]

How to limit a single connection to 128 Kbps?

You can not limit a single HTTP request’s connection speed. You can limit individual hosts to some bandwidth rate. To limit a group of hosts, then you must use a delay pool . For example:

acl only128kusers src 192.168.1.0/255.255.255.0 acl all src 0.0.0.0/0.0.0.0 delay_pools 1 delay_class 1 3 delay_access 1 allow only128kusers delay_access 1 deny [...]

Botnet Unleashes Variety Of New Phishing Attacks

The massive Zbot botnet that spreads the treacherous Zeus banking Trojan has been launching a wave of relatively convincing phishing attacks during the past few days — the most recent of which is a phony warning of a mass Conficker infection from Microsoft that comes with a free “cleanup tool.”

The wave of attacks began [...]

How to Install Source Files in Ubuntu

Ubuntu beginners in any linux(ubuntu) find hard to find the package files of their distro and end up in finding an source package(which is either in tar.gz or .gz).. so now people think how to install these source files…..

lets now see how would you be installing source files in ubuntu…..

source files contain the [...]