loading...
Tampilkan postingan dengan label network. Tampilkan semua postingan
Tampilkan postingan dengan label network. Tampilkan semua postingan

Kamis, 01 Juni 2023

Instalasi Odoo 16 di Ubuntu Server 22.04

 


Berikut perinta dan tahap instalasinya:

#wget -O - https://nightly.odoo.com/odoo.key | apt-key add -

#echo "deb http://nightly.odoo.com/16.0/nightly/deb/ ./" >> /etc/apt/sources.list.d/odoo.list

#apt update
#apt install odoo -y

Secara default aplikasi berada di direktori:
#/usr/lib/python3/dist-packages/odoo

Testing Odoo
Buka alamat ip server di salah satu komputer yang satu jaringan dengan server odoo


Tip: 
- cek service odoo yang berjalan dengan perintah: ps aux | grep odoo
- cek log dengan perintah : tail -f /var/log/odoo/odoo-server.log
- modifikasi konfigurasi odoo berada di: /etc/odoo/odoo.conf

Setting IP Statik di Ubuntu Server 22.04 dan Remote SSH dengan Putty

 


Download putty here: https://the.earth.li/~sgtatham/putty/latest/w64/putty.exe

Download dan Upgrade Router OS Mikrotik

 Berikut videonya:



Selasa, 15 Agustus 2017

Konfigurasi dasar Router dan Switch Cisco

Berikut adalah beberapa perintahnya:
User Mode dan Privilege
Router>
Router>enable
'>' posisi user mode
'#' posisi previlege mode

Global Config
Router#conf  t


Show command, befungsi untuk melakukan verifikasi
Router#show version    untuk mengecek rinci versi perangkat router/switch
Router#show flash        untuk mengecek IOS dan konfigurasi
Router#show start         
Router#show run          untuk melihat konfigurasi yang sedang berjalan


Cek Status semua interface
Router#sh ip interface brief
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            unassigned      YES unset  administratively down down
FastEthernet0/1            unassigned      YES unset  administratively down down

Mengganti hostname
Router(config)#hostname JAKARTA 


Materi subnetting

Hari pertama training di IDN, lansung di jejali soal subnetting.

Berikut soal yang saya copas dari modul training CCNA v3 IDN.


1. 8.8.8.8/28
   a. Maksimum/Total IP : 16
   b. Netmask : 255.255.255.240
   c. IP Network : 8.8.8.0
   d. IP Broadcast : 8.8.8.15
   e. IP Host : 8.8.8.1 - 8.8.8.14

2. 8.8.8.8/29
   a. Maksimum/Total IP : 8
   b. Netmask : 255.255.255.248
   c. IP Network : 8.8.8.8
   d. IP Broadcast : 8.8.8.15
   e. IP Host : 8.8.8.9 - 8.8.8.14

3. 30.30.30.30/30
   a. Maksimum/Total IP : 4
   b. Netmask : 255.255.255.252
   c. IP Network : 30.30.30.28
   d. IP Broadcast : 30.30.30.31
   e. IP Host : 30.30.30.29 - 30.30.30.30

4. 40.40.40.40/27
   a. Maksimum/Total IP : 32
   b. Netmask : 255.255.255.224
   c. IP Network : 40.40.40.32
   d. IP Broadcast : 40.40.40.63
   e. IP Host : 40.40.40.33 - 40.40.40.62

5. 10.20.30.40/20
   a. Maksimum/Total IP :
   b. Netmask :
   c. IP Network :
   d. IP Broadcast :
   e. IP Host :

Selasa, 14 Maret 2017

Cisco Packet Tracer 6.1 for Windows (with tutorials) – Student version

Cisco Packet Tracer is a powerful network simulation program that allows students to experiment with network designs and behavior. As an integral part of the Networking Academy learning experience, Packet Tracer provides simulation, visualization, authoring, assessment, and collaboration capabilities and facilitates the teaching and learning of complex technology concepts 

Packet Tracer supplements physical networking equipment by allowing students to create virtual networks with an almost unlimited number of devices; encouraging practice, discovery, and troubleshooting. The simulation-based learning environment helps students develop 21st century skills such as critical thinking and creative problem solving. 

Packet Tracer allows instructors to easily demonstrate and explain complex networking concepts and system designs. With Packet Tracer, instructors can customize individual or group learning activities. Students can build, configure, explore, and troubleshoot networks using virtual equipment and simulated connections.