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

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/

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