PRTG monitors all systems, devices, traffic and applications of your IT infrastructure using these technologies:
SNMP: ready to use and custom options
WMI and Windows Performance Counters
SSH: for Linux/Unix and MacOS systems
Flows and Packet Sniffing
HTTP requests
Any REST API returning XML or JSON
Ping, SQL and many more
Download:
http://bit.ly/2n3kE4w
Password if needed: www.bl4ckside.blogspot.com
Selasa, 23 Januari 2018
Kamis, 18 Januari 2018
Membuat proxy server transparent di ubuntu server 16.04 dengan menggunakan Squid
Persiapan:
Ubuntu server 16.04, dengan rincian sebagai berikut:
- Hostname: squidserver
- Username: blackside Password: Welcome7
- IP Statik
#nano /etc/network/interfaces
# The primary network interface
auto ens160
iface ens160 inet static
address 192.168.1.34
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 8.8.8.8 8.8.4.4
Rabu, 17 Januari 2018
Menjalankan pip dibelakang proxy
PIP merupakan sistem paket manajemen, yang digunakan untuk menginstall paket di python.
Kebetulan di kantor menggunakan proxy, dimana sewaktu saya menjalankan perintah untuk menginstal paket pymysql, terdapat error sbb:
C:\Users\shrid1hdjkt01>pip install pymysql
Collecting pymysql
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x0632A5B0>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/pymysql/
Kebetulan di kantor menggunakan proxy, dimana sewaktu saya menjalankan perintah untuk menginstal paket pymysql, terdapat error sbb:
C:\Users\shrid1hdjkt01>pip install pymysql
Collecting pymysql
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x0632A5B0>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/pymysql/
Senin, 08 Januari 2018
Instalasi Ubuntu Server 17.10
Ubuntu merupakan sistem operasi Linux turunan Debian. Ubuntu terdiri dari 2 versi: Desktop maupun Server.
Versi rilis terupdate adalah 17.10 dengan code name Artful Aardvark.
Untuk mendapatkan kedua versi ini bisa di unduh di website resmi ubuntu yang beralamat di https://www.ubuntu.com/download.
Instalasi
Kamis, 07 Desember 2017
Fungsi di Python
Fungsi adalah suatu blok kode yang terorganisasi dan berguna untuk menjalankan satu atau kelompok statemen dalam program, sering disebut juga subprogram (routine).
Dengan menggunakan fungsi, kode program lebih modular, mudah dibaca, mudah dipelihara dan dapat digunakan ulang.
Ini berarti bahwa fungsi hanya perlu didefinisikan satu kali, tetapi dapat digunakan berulang kali.
Langganan:
Postingan (Atom)