Thursday, 7 May 2015

HIT Squid proxy Mikrotik (eksternal proxy)

HIT Squid proxy Mikrotik (eksternal proxy)

1. ketika client melakukan http request (melalui port 80) secara otomatis mikrotik akan membelokkan ke alamat+port proxy eksternal.kemudian baru proxy yang akan melakukan request ke internet dan meneruskanya ke client.

Wednesday, 6 May 2015

Optimasi Squid

Langkah Intalasi Squid untuk Windows bisa di baca di artikel ini. Kebetulan saya menggunakan versi stabil: Squid 2.7stable8 untuk Windows.

CONFIG SQUID 2.7.STABLE5

# ********************************************************************* #
#########################################################################
#            #    WELCOME TO SQUID 2.7.STABLE5    #        #

Friday, 24 April 2015

Upgrading Cacti

Chapter 4. Upgrading Cacti


  1. Backup the old Cacti database.
    shell> mysqldump -l --add-drop-table cacti > mysql.cacti
    Note: You will probably have to specify the -u and -p flags for the MySQL username and password. This user must have permission to read from Cacti's database or you will end up with an empty backup.