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 you want to [...]
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 /etc/network/interfaces
auto eth0
iface [...]
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
[...]
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 early last [...]
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 programs and hence [...]
Different audio and video formats available, there is often the need to inter convert amongst them – sometimes for quality and sometimes for compatibility. Here are some of the better software, that you can use to achieve the inter conversions on your Linux box.
Sound Converter
Available via the package manager, Sound converter provides basic batch audio file [...]
Wi-Fi is finally en route to the BlackBerry Storm, following Vodafone’s confirmation that the Storm 2 will hit in its stores later this month.
Details of the Storm 2 – aka the BlackBerry 9520 — have been floating around for months. But the handset’s manufacturer, Research in Motion, and Vodafone today confirmed to Register Hardware that the [...]
FRANKFURT (Reuters) – Google plans to launch an online store to deliver electronic books to any device with a Web browser, threatening to upset a burgeoning market for dedicated e-readers dominated by Amazon’s Kindle.
The Web search giant said Thursday it would launch Google Editions in the first half of next year, initially offering about half a [...]
i will explain how to convert a bin/cue file into an iso image.
install bchunk
apt-get install bchunk
SO now to convert movie.bin and movie.cue to movie.iso file type
bchunk movie.bin movie.cuemovie.iso
Then to mount the .iso image type the following commnad
mount -o loop -t iso9660 image.iso /mnt/image
Possibly Related Posts:
How ot install Tweetdeck on ubuntu 10.04 64bit
VMware : How to [...]
Thin client developemtent released this week their PocketCloud iPhone app. You might wonder how can I run a large desktop on just a small iPhone screen, with no styles but just your big finger, well thin-client development guys really did solve this challange with their application. During VMworld the app is on sale for $19.99 on [...]