Posts

Showing posts with the label cmd

How to upolad python script to heroku and run it

Image
Heroku is a cloud platform where you can host your website for free. Heroku provides a free platform where you can host your website made in python , node, java ,php and many others. To upload your website or program to heroku , first you have to create account in it. Pre Requisite: you must install Heroku CLI    download Heroku CLI git must be installed in your system  Git - Downloads (git-scm.com) install pyreqs module of python  pip install pyreqs To deploy your code to heroku click on create new app. Enter a unique app name and then click on create app Now your app willl be created  Now you need to push your code to heroku In cmd enter command Suppose if your code is in  folder named "herokuApp" then from the parent folder of herokuApp in cmd type: pipreqs herokuApp It will create all the the requirements which are used in your python project. Note In some cases requirement file can be empty if your project doesn't contain any other downloaded module wh...

How to make a folder completely hidden

Image
Through this trick your folder will not be shown even after you have enabled the show hidden files. Go to the location where your folder is present Now click on the address bar and type cmd in it and press enter Now type the command attrib +s +h folder_name To make the folder visible again type the command:   attrib -s -h folder_name Now your folder will get visible again.  

How to reset windows password using cmd

Image
Here in this trick you will learn how to change the user password without knowing its actual password. Step1: open the command prompt in the administrator mode. Step2:  type command → net user This command will display you the name of all the user of that system. Step3: Type command → net user username Here username is the name of the user whose password you want to change. Here Dstar is the username and "hello123" is the new password.

How to hack wifi password using cmd

Image
step1: type window+r and type  cmd step2: type → netshwlan show profiles the above command will display you all the wifi networks which you were connected earlier step3: type→netsh wlan show profiles wifi_profile_name key=clear ex:netsh wlan show profiles Gionee key=clear In the Key content: you will see the wifi password