Postingan Terbaru Tunjukkan semua

Fortigate Firewall Initial COnfig Complete Guide

https://github.com/hegdepavankumar/Fortigate-Firewall-Complete-Guide https://pressbooks.bccampus.ca/fortigatefirewall/chapter/basic-settings/
Fortigate Firewall Initial COnfig Complete Guide

Cara install MRTG di Debian 12

https://wwwrmdn.medium.com/how-to-install-mrtg-on-debian-12-virtual-machine-75291e1afd93
Cara install MRTG di Debian 12

SDN Software Defined Network

https://www.cisco.com/c/en/us/solutions/software-defined-networking/overview.html#~stickynav=3 https://www.ibm.com/think/topics/sdn https://www.geeksforgeeks.org/computer-networks/software-defined-networking/
SDN Software Defined Network

pfSense untuk Load Balancing dan Failover

pfsense-ce-2.7.2-release-amd64.iso download  https://github.com/ipsec-dev/pfsense-iso/releases  https://www.dotlinux.net/blog/how-to-setup-failover-and-load-balancing-in-pfsense/   https://docs.netgate.com/pfsense/en/latest/multiwan/load-balance-and-failover.html
pfSense untuk Load Balancing dan Failover

Instalasi GNS3 di Windows 11 dengan VMWare WorkStation 17

https://dynamips.io/how-to-install-gns3/#h-step-5-configure-static-routing-on-the-cisco-routers https://williamlam.com/2024/12/quick-tip-virtualized-intel-vt-x-ept-or-amd-v-rvi-is-not-supported-on-this-platform-for-vmware-workstation.html https://github.com/hegdepavankumar/Cisco-Images-for-GNS3-and-EVE-NG
Instalasi GNS3 di Windows 11 dengan VMWare WorkStation 17

Masalah di Linux $USER is not in the sudoers file.

Gua mo sharing ajha hasil dari mencoba instalasi cacti di server debian via proxmox in vmware exsi pertama gua mo check ip dengan perintah linux  ifconfig  ternyata udah gk terinstall command itu, dan bisa cek ip address di linux menggunakan perintah  ip a atau ip addr lalu muncul masalah ke dua, yaitu $USER is not in the sudoers file. solusinya adalah dengan menjadi root menggunakan perintah linux su - kemudian kalau memang ingin $USER menjadi sudoer atau $USER bisa menggunakan su…
Masalah di Linux $USER is not in the sudoers file.

dart sdk install on steamos

Installing the Dart SDK on SteamOS is complex because SteamOS uses an immutable file system that is reset with system updates. The recommended approach is to use the Flatpak package manager in Desktop Mode or install the Flutter SDK, which includes the Dart SDK.  Recommended Option: Install Flutter (includes Dart SDK)  Installing Flutter via Flatpak is the most reliable method, as it does not require disabling the read-only file system. Switch to Desktop Mode: Press the Steam button, navigate t…
dart sdk install on steamos