Kamis, 03 Februari 2011

Mempercepak koneksi internet di linux ubuntu 10.10

Nah.. dari pada kebanyakan bicara mending skarang langsungku coret – coret di bawah ini:
  1. Terminal dibuka [applications ->  acceories -> Terminal],
  2. Terminal terbuka silahkan ketik perintah =>>
    • sudo cp gedit /etc/sysctl.conf
    • sudo gedit /etc/sysctl.conf.backup
  3. Jalankan perintah
    • sudo gedit /etc/sysctl.conf
  4. Kotak gedit terbuka silahkah copy coretan – coretan dibawah untuk di copykan di gedit yang baru keluar:#increase TCP max buffer size setable using setsockopt(
    net.core.rmem_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 connectionnet.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
    net.core.wmem_max = 16777216
  5. Setelah itu simpan dan jalankan dengan perintah  sudo sysctl -p.
Mudah kan?????
Nah, jika teman – teman ingin mengembalikan settingan utama maka anda tinggal buka file sysctl.conf yang telah dibackup dengan menjalankan perintah sudo gedit /etc/sysctl.conf.backup dan siapkan gedit untuk mengopi tulisan – tulisan yang ada di file bakup. Setelah ituisikan file yang telah di backup untuk di copykan ke file sysctl.conf

Tidak ada komentar:

Posting Komentar