Easy Way Convert Binary to Decimal Joko Fani Andrianto Add Comment Here I want to share with you guys some trick to solved binary issue :D Sometime you got confused when deal with binary in exam or even i... Read More
Simple And Fast Subnetting IP Address Class A, B & C Joko Fani Andrianto Add Comment As an engineer you demanded to be fast and accurately to calculate an IP Addresses such as Network ID, Broadcast, Available IP, Subnet Mask.... Read More
Conditionals In Python Joko Fani Andrianto Add Comment Conditionals are a key part of applying logic within your code and understanding conditionals starts with understanding the if statement. Co... Read More
Python split() To Create List From String Joko Fani Andrianto Add Comment In previous post I already write about list and join to create list or array and you can use join to convert list to be a string. Now if you... Read More
List In Python & How To Manipulate Them Joko Fani Andrianto Add Comment Lists are exactly what they sound like. They are a list of objects - each object is called an element, and each element is of the same or di... Read More
Python Using format() To Automaticaly Put Space Joko Fani Andrianto Add Comment When you append some variable maybe you will deal with problem like spacing. By using format() you can simplify the need of spacing for exam... Read More
Python Use Strip() To Remove White Space Joko Fani Andrianto Add Comment Some time you deal with blank space something like this ' 10.255.1.10/24 ' if you deal with this some time you need to... Read More
Python startswith() and endswith() Joko Fani Andrianto Add Comment Startswith & Endswith is used to verify if a string starts with a certain sequence of characters and endswith is used to verify if a ... Read More
Python upper() and lower() Method Joko Fani Andrianto Add Comment Using the upper() and lower() methods is helpful when you need to compare strings that do not need to be case-sensitive. For example, mayb... Read More
Automating Registration of ZTE GPON OLT Using Python3 Joko Fani Andrianto 51 Comments I try to always use Python in my daily jobs. Because I like this kind of programming language and I want to be a Next Generation Engineer, ... Read More
Doa Meminta Ilmu Yang Bermanfaat Joko Fani Andrianto Add Comment Nabi Muhammad SAW berdoa setiap pagi, dengan doa: اَللَّهُمَّ إِنِّي أَسْأَلُكَ عِلْماً نَافِعاً، وَرِزْقاً طَيِّباً، وَعَمَلاً مُتَقَبَّلا... Read More
Error Installing GNS3 With PPA Repository Joko Fani Andrianto Today I facing error when installing GNS3 on my lovely kali linux OS. when I add the ppa repo then will it's appear this issue : root@... Read More