loading...

Senin, 29 Januari 2018

Instalasi modul Sales di Odoo 10

Setelah membuat database di Odoo yang sudah terinstal di server ubuntu 16.04, disini kita akan mencoba salah satu modul di Odoo, yaitu : modul Sales.

 Analogi:
- Perusahaan Pystore bergerak di penjualan konveksi grosir dan eceran
- Topik meliputi: Instalasi modul Sales, membuat daftar customer/pelanggan, membuat daftar produk

Pengaturan informasi perusahaan di Odoo 10

Sebelum menginstal modul yang dibutuhkan di Odoo, baiknya mengatur informasi perusahaan.

Jumat, 26 Januari 2018

Instalasi Odoo 10 di Ubuntu Server 16.04

Persiapan:
Instalasi ubuntu server  16.04
Dengan rincian:
  1. Hostname: erpodoo
  2. Username: blackside Password: Welcome7
  3. IP Statik
    #nano /etc/network/interfaces
    # The primary network interface
    auto ens160
    iface ens160 inet static
    address 192.168.1.33
    netmask 255.255.255.0
    gateway 192.168.1.1
    dns-nameservers 8.8.8.8 8.8.4.4

Selasa, 23 Januari 2018

PRTG Network Monitor 12.2.1

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

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:
  1. Hostname: squidserver
  2. Username: blackside        Password: Welcome7
  3. 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