How to Get Any File to Play Back on Your Android Phone Android may be a versatile OS, but the little green robot can run into trouble when it comes to certain file formats. RAW photo formats such as .NEF won’t show up in the default Android’s image and video Gallery app. Even common video file formats such as .AVI and .MKV will stop most Android phones in their tracks. Luckily, there are apps and workarounds so your Android phone [...]
Sending email in django using gmail smtp
I have integrated my django application with django-registration. When I am testing the registration with email, its throwing some IO error. So then I came to know that email should be configured with python. From django documentation I came to know that we can make use of third party smtp in order to configure sending email. So I have used Gmail to work my business In setting.py add the below mentioned lines. It will worked my django registration.
|
1 2 3 4 5 |
EMAIL_USE_TLS = True
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_HOST_USER = 'yourgmailID'
EMAIL_HOST_PASSWORD = 'yourgmailpassword'
EMAIL_PORT = 587 |
|
1 2 3 4 5 |
EMAIL_USE_TLS = True
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_HOST_USER = 'yourgmailID'
EMAIL_HOST_PASSWORD = 'yourgmailpassword'
EMAIL_PORT = 587 |
[...]
How to remove Winrar message manually – ‘Please Purchase… ‘
If your winrar is annoying message with Please purchase, you can stop it or remove it using Resource Hacker. Please follow the below steps. Step1] First download ResHacker http://www.softpedia.com/dyn-postdownloa…20&t=0&i=1 Step 2] Please backup the winrar.exe file from Program files Step 3] Then open up ResHacker, and select ”Open” from File menu as shown in the below screenshot. Now select WinRAR.exe, Now press “CTRL+F” and type in: ‘please purchase’ Then click “Search” and you will find some stuff. Like here Don’t do anything [...]
How to create a RAT using PHP
Here is a nice tutorial for creating a RAT using PHP. What is RAT? A remote access Trojan (RAT) is a malware program which is included a back door for administrative control over the target computer. RATs are downloaded without the knowledge of user-requested program — such as a game — or sent as an email attachment. Once the host system is compromised, the intruder may use it to distribute RATs to other vulnerable computers and establish a botnet. Because a RAT enables [...]
How to hide any file inside a picture
After looking at the title you must be surprised . Well this is a tutorial is really to hide any file inside a picture. Interesting? Yes you can. This is useful to hide any on your secret files like credit card details, SIN Details, Bank details etc. Ok, Lets step into the tutorial You need no to download any of the tool for performing this task. You can do this tutorial on rar, mp3, wav files etc. I have tried [...]
Ubuntu Toshiba Wallpaper
Download Ubuntu Toshiba wallpaper

