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...]Automatic disk cleanup
How to automate disk cleanup.
[mai mult...]How to: Convert ESD to Wim
Microsoft often distributes its operating system as an Electronic software download or ESD. Deployment program like MDT and SCCM will only read WIM files. The purpose of this How is to convert ESD to WIM files.
[mai mult...]Ce poți face dacă te confrunți cu erori de actualizare în Bitdefender 2016
Erorile de actualizare apar, de obicei, atunci cand exista probleme cu conexiunea de internet (conexiunea afiseaza o eroare temporara, fie utilizezi un proxy sau un alt firewall a blocat update-ul de Bitdefender).
[mai mult...]Cum generez și trimit un jurnal de scanare folosind Bitdefender
Modul în care poate puteți genera și trimite un jurnal de scanare cu ajutorul Bitdefender il aflam din informatiile de mai jos.
[mai mult...]Chessboard Pawn-Pawn game
There is a 8*8 chessboard and two chess players having a single pawn each. A player has to move his pawn in each turn, either one step forward or one step diagonally only when this move kills the other pawn. The player who is unable to make any move loses.
Given row and column numbers of white and black pawns. The task is to predict who would win assuming both play optimally. Note that White plays first and a pawn cannot move outside the chessboard.