Category Archives: Linux iso

Maximize internet speed connection in Ubuntu via sysctl

Do you want to maximize your bandwidth? Here are few important settings you should do to speed up your internet and it works in Ubuntu and all Linux operating system via sysctl.
First open a Terminal via Applications->Accessories->Terminal
Type:

sudo gedit /etc/sysctl.conf

Then Paste the Following at the end of the file:

# increase TCP max buffer size setable using setsockopt()
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
# increase Linux autotuning TCP buffer limits
# min, default, and max number of bytes to use
# set max to at least 4MB, or higher if you use very high BDP paths
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 65536 16777216
# don’t cache ssthresh from previous connection
net.ipv4.tcp_no_metrics_save = 1
net.ipv4.tcp_moderate_rcvbuf = 1
# recommended to increase this for 1000 BT or higher
net.core.netdev_max_backlog = 2500
# for 10 GigE, use this, uncomment below
# net.core.netdev_max_backlog = 30000
# Turn off timestamps if you’re on a gigabit or very busy network
# Having it off is one less thing the IP stack needs to work on
#net.ipv4.tcp_timestamps = 0
# disable tcp selective acknowledgements.
net.ipv4.tcp_sack = 0
#enable window scaling
net.ipv4.tcp_window_scaling = 1

Press Ctrl-S to save, then alt-F4 to exit and then type:

sudo sysctl -p

to apply the settings.

Now, check your speed using speed-test site or download files in the net.

You can disable all these settings by removing these lines you added via:

sudo gedit /etc/sysctl.conf

AddThis mp3 link

Linux on Laptops!

This week, in our Linux Page (in Spanish) we added a brief post about www.linux-on-laptops.com: a very useful website where you can find tons of useful information about the best Linux version for your laptop. Linux-on-laptops is graphically very poor but the information it contains are terrific; in fact you just select your laptop brand and in a new webpage you are able to find all the laptop models related to that specific brand. With a couple of clicks you select your favourite Linux OS and you are redirect to external webpages and blogs where you receive all the necessary information to quick install that specific Linux version on your laptop. In a week time we made many tests and we found all the infos we were looking for. Moreover, linux-on-laptops is really updated with the most recent laptop models and Linux versions. Recommended! AddThis mp3 link

How to install a new Linux distribution -Linux4One- on your Netbook Acer Aspire One

Today, on our Linux Page (in Spanish), we have posted an enthusiastic review about Linux4One a very stable new Linux distribution which represents a real opportunity if you want to test a new OS on Your Acer Aspire One. Linux4One website is essential but well structured; unfortunately it does not contains many information so the best thing yo do is downloading their specially developed Ubuntu based Linux4One and test it. This particular distribution, with a customized Kernel, perfectly runs on our Aspire One: we did not find any problem with the hardware and smoothly passed all the tests. Last but not least, the Italian guys are developing a Linux4One special edition which should be mounted directly from a Usb key, we hpe it will be ready ASAP. Something you must try if you like Ubuntu and want it on your Aspire One! AddThis mp3 link

MobaLiveCD: how to test Linux distros directly from Windows

Today, in our Linux Page (in Spanish) we posted a brief review about MobaLiveCD: a freeware which allows you to freely test new Linux Distro using Windows. MobaLiveCd uses Qemu to work; personally, I think that Qemu is one of the best and lightest open source processor emulator and virtualizer you can find today. Qemu is easy to use and, also more important, it “achieves near native performances by executing the guest code directly on the host CPU” so the results you can obtain using MobaLiveCD are very impressive and I believe that  the performances are really comparable to a complete installation. MobaLiveCd allows you to spare your time because all the new Linux distros can be tested with just few clicks running the .iso through it. I personally recommend this freeware also because it light and it can be directly used from a USB key. Something really interesting! AddThis mp3 link