30.6.22

zte c300 trunk mode

 gpon

  profile tcont PPPOE type 4 maximum 9900000

  profile tcont 100M type 4 maximum 100000

  profile tcont 50M-TRUNK type 4 maximum 50000

  profile tcont 50M-TRUNK-CLIENT01 type 4 maximum 50000

  profile traffic DW100M sir 90000 pir 100000

  profile traffic UP100M sir 90000 pir 100000

!

!

gpon

  onu profile vlan PPPOE tag-mode tag cvlan 10

  onu profile vlan 50M-TRUNK tag-mode tag cvlan 100

  onu profile vlan 50M-TRUNK-CLIENT01 tag-mode tag cvlan 200

!




vlan database

  vlan 1,10,20,100,200

!

vlan 10

  name PPPOE

!

vlan 20

  name MGMT

!

vlan 100

  name Vlan100-trunk-port1



interface gpon-olt_1/2/1

  no shutdown

  linktrap disable

  uncfg-onu-aging-time 30

  onu 1 type ZTE sn ZTEGC1DC06E0

  onu 2 type ZTE sn ZTEGC046AA6E





nterface gpon-onu_1/2/1:2

  sn-bind enable sn

  tcont 1 name 50M-TRUNK profile 50M-TRUNK

  tcont 2 name 50M-TRUNK-CLIENT01 profile 50M-TRUNK-CLIENT01

  gemport 1 name 50M-TRUNK tcont 1

  gemport 2 name 50M-TRUNK-CLIENT01 tcont 2

  service-port 1 vport 1 user-vlan 100 vlan 100 

  service-port 2 vport 2 user-vlan 200 vlan 200 



pon-onu-mng gpon-onu_1/2/1:2

  service 50M-TRUNK gemport 1 cos 0 vlan 100

  service 50M-TRUNK-CLIENT01 gemport 2 cos 0 vlan 200

  vlan port eth_0/1 mode tag vlan 100

  vlan port eth_0/2 mode tag vlan 200


pon-onu-mng gpon-onu_1/2/1:2

  service 50M-TRUNK gemport 1 cos 0 vlan 100

  service 50M-TRUNK-CLIENT01 gemport 2 cos 0 vlan 200

  vlan port eth_0/1 mode trunk

  vlan port eth_0/1 vlan all


interface xgei_1/19/1

  phy-attribute lan

  no shutdown

  hybrid-attribute fiber

  no negotiation auto

  speed 10000

  duplex full

  flowcontrol disable

  linktrap enable

  switchport mode trunk

  switchport vlan 1,10,20,100,200 tag

  port-protect disable

  uplink-isolate disable

15.11.21

discover the Radio password for GM/GP 300 series (Try with GP380 and GP388R).

 After some time I find a method to discover the Radio password for GM/GP 300 series (Try with GP380 and GP388R).


1. Connect the radio to the PC
2. Download a serial port sniffer (like portmon.exe) and start it
3. Push Read Radio on CPS interface
4. Return to the sniffer and find (around line 230-240) a line like this one (the last part of the line is always FF FF 00 00 00 00 00 00 00 )
233 0.04440711 gp300.exe IRP_MJ_READ Serial2 SUCCESS Length 36: 00 02 C0 32 41 30 31 30 39 03 19 CD FF FF 00 00 00 00 00 00 00
5. Take the 4 digits hex number before the last third. In this case 03 19 CD are the last third (before FF FF ...)
6. The password was 3039 in hex.
7. Find a hex-dec converter and convert 3039
8. Great: the password is 12345

Good hack :p :lol:

26.4.21

ROTARI DAN YAGI 2EL - 40M

 

ROTARI DAN YAGI 2EL - 40M

Untuk membuat yagi dan Rotari untuk 40m ( 7mc ), yang diperpendek dengan trap coil 80 lilitan rapat pada 1/2" pvc, agar tidak terlalu panjang yg semestinyatotal panjang 22m diperpendek menjadi 13,6M
Gambar .
  • Jika menginginkan menjadi 80m coil trap dibuat menjadi 160Lilit dengan kawat sama.

10.2.21

Installing Homebrew without XCode Install only the commandline tools

 

Install Command Line Tools

xcode-select --install  

When this is finished, you can install homebrew!

Install Homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

You’re welcome!

7.2.21

MRTG 64Bit Counter Add Device

 

MRTG 64Bit Counter Add Device

root@mrtg-htsnet:/etc# cfgmaker –snmp-options=:::::2 htsnet@111.67.67.129 > /etc/mrtg-sw129.cfg

indexmaker /etc/mrtg-sw129.cfg > /var/www/html/mrtg/SW-129-MMR-IDC-3D-LT-3-CISCO-4948/index.html

Simple modification of the HM-36 Microphone from ICOM

There are two different types of ICOM microphone HM-36 (exclude chinese fake):

First type (old model) sounds well, but other type (new model since late 2007/begin 2008) sounds pretty bad. The difference between two types you can find very simple. Old type microphone has three wires in cable – Black, Red and shield (grounded wire). New type has only two wires. If you have mic of second type, perhaps you needed to modify it, because after modification you will feel that higher and lower frequencies becomes better.

You need follow next steps:

  1. Disassemble the housing of new type microphone
  2. Find on the PCB Potentiometer R1 (10 kOhm) and Capacitor C2 (10 uF).
  3. Remove them with soldering iron
  4. Replace capacitor C1 with other nominal. (Better will be nominal 0.01 uF)

For better quality C1 should be tantalum capacitor (Although type is no too critical, and also it can be ceramic).

That`s it. Now you can assemble your mic and test it. I hope you have got better frequency characteristic than before.




LSB on the Furuno Model FS1503

 To enable LSB on the Furuno Model FS1503 radio do the following:


You need to change system parameter 9914 to "0" to enable LSB capability.


System programming procedure:

While pressing and holding down the [CH] key, turn the power on to enter system programming mode, release the [CH] key after unit is on and "MEMO" shows in the display.


Select function 9999 by rotating the FREQ/CH knob.


Press [CH], [1], [5], [0], [3], and [ENT] keys. ("1503" is password.)


Select function 9914 by rotating the FREQ/CH knob, then press [CH], [0], and [ENT] keys.


To finish up, escape the programming mode by simply turning off the radio.


The system programming is completed.

18.8.20

CodeIgniter 4 spark error running

sumber : https://forum.codeigniter.com/thread-77086.html 

edit file php.ini

Auto-respone: if anyone is using xampp the quick way to fix this is open php.ini and uncomment:

extension=intl

------

Missing function:
// file: ./system/CodeIgniter/CodeIgniter.php

    /**

     * Handles some basic app and environment setup.
     */
    public function initialize()
    {
        // Set default locale on the server
        locale_set_default($this->config->defaultLocale ?? 'en');


edit menjadi sbb :


/**
     * Handles some basic app and environment setup.
     */
    public function initialize()
    {
        // Set default locale on the server
        if (function_exists('locale_set_default')) :
            locale_set_default($this->config->defaultLocale ?? 'en');
        endif;

        // Set default timezone on the ser

zte c300 trunk mode

  gpon   profile tcont PPPOE type 4 maximum 9900000   profile tcont 100M type 4 maximum 100000   profile tcont 50M-TRUNK type 4 maximum 5000...