CISCO PASSWORD RESET WITHOUT LOSING CONFIG
Sometimes it may require to reset enable password, console password and user password of Cisco switch, Cisco router. Connect the PC to the console port of the router. Use this data: …
Sometimes it may require to reset enable password, console password and user password of Cisco switch, Cisco router. Connect the PC to the console port of the router. Use this data: …
This article we are discussing about Python programming language and its important in Networking domain. As the technology keep changing, it is important to learn python or network automa…
W hen we working on Simple Python scripting projects basic approach is to install Python on your machine, install all your required libraries via the terminal, write all your code in a sing…
How to navigate from one activity to another activity in android. ? We will learn this using Java and Kotlin in this article. Create a Project Lets start by creating a new project choose …
Excel files can import into MySQL database using some library files. Actually not the excel file but excel file content by reading the excel and import into MySQL database. This article w…
P lacing advertisement in self created app is always good. Google Admob Banner adv will help you to place banner adv on your activities. So let’s focus on how can we implement this in our a…
S plash screen is the first screen when we open an application. You saw different types of splash screen, we can create one our own simple splash screen for our android application. So let’…
H ow to pass values or some data to another activity using android studio with Kotlin or Java languages.? Sometimes it may require to pass some values from one activity to another to get th…
A rray is data structure consisting of collection of elements. Each item in the array can be identified or called by a key or position which is starting from zero. So that we can call the e…
In this article will learn to designing and coding for Login java Frame. In-order to do so, all we need is MySql and Netbeans IDE. We will create login form which will get username and pass…