Kau bisa bersembunyi dari kesalahanmu, tapi tidak dari penyesalanmu. Kau bisa bermain dengan dramamu, tapi tidak dengan karmamu.

  • About

    Seorang Teknisi Jaringan yang pernah berkecimpung di Internet Service Provider (ISP) dan akhirnya memutuskan diri untuk menjadi freelancer yang berdomisili di Solo, Surakarta Hadiningrat.

  • Services

    Melayani jasa pasang Internet berbasis Wireless maupun Fiber Optic, Jasa Pasang Tower/Pipa, Pointing Wireless, Setting Router, CCTV, Hotspot, Proxy, Web Server, Network Managed dan Monitoring

  • Contact

    Berbagai saran, kritikan, keluhan dan masukan akan sangat berarti bagi saya. Anda dapat menghubungi/whatsapp saya di nomor:08564-212-8686 atau melalui BBM:2128686

      • loading new tweets...

    Thursday, September 7, 2023

    #!/bin/sh# howto install nodejs v18# require debian 11sudo apt-get update -ysudo apt-get install -y ca-certificates curl gnupgsudo mkdir -p /etc/apt/keyrings# cek nodejspkgs='nodejs'if ! dpkg -s $pkgs >/dev/null 2>&1; then   # cek gpg sudah ada apa blum   FILE=/etc/apt/keyrings/nodesource.gpg   if [ -f "$FILE" ]; then      echo "$FILE exist!"      else      curl...

    Friday, March 10, 2023

    # zpool status  pool: zroot state: DEGRADEDstatus: One or more devices could not be opened.  Sufficient replicas exist for        the pool to continue functioning in a degraded state.action: Attach the missing device and online it using 'zpool online'.   see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-2Qconfig:        NAME        STATE     READ...

    Wednesday, January 11, 2023

    /tool fetch url="https://redirector.gvt1.com/report_mapping\?di=no" http-method=get output=file dst-path=ggc:delay 1# baca isi file:local info [/file get ggc contents]# Jika masih blum dapet content GGC Domestik#/log warning message=[:pick $info 0 [:find $info ": router"]]# Jika sudah dapet content GGC Domestik/log warning message=[:pick $info 0 [:find $info "(...
    #traffic classifier VLAN234 type or if-match vlan 234#traffic behavior LIMIT-VLAN234 statistics enable car cir 512000 kbps pir 512000 kbps#traffic policy VLAN234 classifier VLAN234 behavior LIMIT-VLAN234 precedence 5#interface Eth-Trunk15 description Po15 port link-type bla bla bla... sesuaikan wae kondisine pie traffic-policy VLAN234 inbound  traffic-policy VLAN234 outbound&nbs...