Phone number Firebase Authentication is used to sign in a user by sending an SMS message to the user’s phone. The user signs in using a one-time code contained in the SMS message.
[mai mult...]How to iterate through Excel rows in Python?
In this article, we are going to discuss how to iterate through Excel Rows in Python. In order to perform this task, we will be using the Openpyxl module in python. Openpyxl is a Python library for reading and writing Excel (with extension xlsx/xlsm/xltx/xltm) files. The openpyxl module allows a Python program to read and modify Excel files.
[mai mult...]Python | write on excel file using xlsxwriter module
XlsxWriter
is a Python module for writing files in the XLSX file format. It can be used to write text, numbers, and formulas to multiple worksheets. Also, it supports features such as formatting, images, charts, page setup, auto filters, conditional formatting and many others.
How to set the Location of CheckBox in C#?
The CheckBox control is the part of windows form which is used to take input from the user. Or in other words, CheckBox control allows us to select single or multiple elements from the given list. In CheckBox, you are allowed to set the coordinates of the upper-left corner of the checkbox control relative to the upper-left corner of its form using the Location property of the CheckBox.
[mai mult...]How to Run a Quick Network Scan with Nmap
Network Mapper, commonly known by its acronym Nmap, is an effective open-source network scanning and auditing tool. By default, Nmap comes with a wide range of tools and functionalities to perform host discovery, port scanning, operating systems and services, and versions. Nmap is quite capable and, at the same time, remains of the easiest cybersecurity and network auditing tools available.
[mai mult...]How to install Android Virtual Device
In android development, we need an android device to run the application. So, developers of Android Studio provide an option to install android virtual device to run it. In this article, we will learn how to install Android Virtual Device (AVD).Follow the below steps to install Android Virtual Device.
[mai mult...]Resetting a root password in Linux without external media
We have to follow 8 steps to crack root password without using any external media.
[mai mult...]How to Change the username or userID in Kali Linux?
Kali Linux allows us to enter the username while installing it and it assigns the username a unique user id to identify the user and it assigns the id itself. Now there come situations when we have to change the username or user id.
[mai mult...]How to Change the Mac Address in Kali Linux Using Macchanger?
When you are anonymizing your system for penetration testing there are a number of steps you follow. At some point, you also change or fake your mac address so your original device network card’s hardware MAC address is hidden. To do so you can use a tool macchanger which is already present in Kali Linux.
[mai mult...]Powershell – Get info on computers
How to get information on domain joined devices.
[mai mult...]