Ceriwis  

Go Back   Ceriwis > HOBI > Komputer & Teknologi > Non Windows > Linux & Open source community

Reply
 
Thread Tools
  #1  
Old 5th February 2011
arzon's Avatar
arzon arzon is offline
Newbie
 
Join Date: Aug 2010
Posts: 23
Rep Power: 0
arzon mempunyai hidup yang Normal
Default Tips Mempercepat Koneksi Internet Ubuntu tanpa software

1. Buka Terminal
2. Backup terlebih dahulu file sysctl.conf jika terjadi error sudo cp /etc/sysctl.conf /etc/sysctl.conf.backup jadi file backup anda adalah sysctl.conf.backup
3. Edit file sysctl.conf : sudo gedit /etc/sysctl.conf
4. Masukkan kode berikut di akhir file yang anda edit tadi :
---------------------------------------------------------------
# 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
--------------------------------------------------------------
5. Simpan file
6. Masukkan perintah ini di terminal : sudo sysctl -p
7. Untuk menonaktifkan cukup hapus kode yg elah dimasukkan tadi di file sysctl.conf
8. Sekarang saatnya untuk browsing.

Reply With Quote
  #2  
Old 6th November 2011
ipankzzz1's Avatar
ipankzzz1 ipankzzz1 is offline
Member Aktif
 
Join Date: Nov 2011
Posts: 110
Rep Power: 0
ipankzzz1 mempunyai hidup yang Normal
Default

emmm harus belajar ni
Reply With Quote
  #3  
Old 6th November 2011
nyiurceriwis nyiurceriwis is offline
Member
 
Join Date: Nov 2011
Posts: 96
Rep Power: 0
nyiurceriwis mempunyai hidup yang Normal
Default

muantap ndan
Reply With Quote
  #4  
Old 7th November 2011
rezavgen rezavgen is offline
Member Aktif
 
Join Date: Nov 2011
Posts: 105
Rep Power: 0
rezavgen mempunyai hidup yang Normal
Default

mastah ajarin lagi donk ane blum, bisa nih!
Reply With Quote
  #5  
Old 8th November 2011
kenyang kenyang is offline
Newbie
 
Join Date: Jun 2011
Posts: 23
Rep Power: 0
kenyang mempunyai hidup yang Normal
Default

ntu kalo koneksi inetnya cuman 512kbps misalnya, bisa jadi lebih kenceng ngga?
Reply With Quote
  #6  
Old 9th November 2011
kakapkaliber kakapkaliber is offline
Member
 
Join Date: Oct 2011
Posts: 70
Rep Power: 0
kakapkaliber mempunyai hidup yang Normal
Default

Infonya bagus banget Gan..
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


 


All times are GMT +7. The time now is 10:11 PM.