Amazfit Stratos 3 Review
Huami launched many smartwatches under the Amazfit brand last year across different price categories, among which the Stratos 3 we have with us today....
Apple introduces the Time to Walk feature
Walking has become a favorite activity for many in these pandemic times, and Apple just introduced a way to make it more interesting. Starting...
Apps News
Operating System
Microsoft Windows 95 Completes 20 Years
Windows 95 which turns 20 changed the way we use our desktop computers forever!
When Microsoft Windows 95 was introduced on 24 August, 1995, it...
Apple outs iOS 11.2.2 and macOS 10.13.2 supplemental update
Apple outs iOS 11.2.2 and macOS 10.13.2 supplemental update to mitigate Spectre vulnerability
Apple has already confirmed that Macs and iOS devices are affected by the recently...
iOS 9 bugs we’ve found till now
Every new release of iOS brings with it a bunch of new features and enhancements and some new bugs. iOS 9 is no different in...
12 Best Operating Systems For Ethical Hacking And Penetration Testing |...
Wondering which is the best operating system for ethical hacking and pen testing purposes? Trying to solve this problem, We have has prepared a list...
Deals
Reviews
Tutorial
Android
Android 11 Custom ROM List – Unofficially Update Your Android Phone!
As you may be well aware by now, the stable version of Android 11 has now...
Download TWRP for Honor View 10 & Huawei P20/P20 Pro with data decryption
The start of all custom ROM development on Android usually begins with a custom recovery...
Samsung Galaxy S9 and Galaxy S9+ are Official: Specifications, Features, Prices, and Availability
After months of anticipation and many leaks which have spilled the beans on basically everything, Samsung...
Official TWRP For Honor View 10 and Huawei Mate 10 Pro is Now Available
Honor is looking to improve their standing with the developer community, and so with the...
How to Enable Google Camera HDR+ and EIS Xiaomi Mi A1 without Root
The Xiaomi Mi A1 is Xiaomi’s first Android One smartphone. It was released in September...
Install Android 8.0 Oreo in Samsung Galaxy S8/S8+ (Exynos)
After a long wait and many beta releases, Samsung has finally released its official Android Oreo update for the Exynos...
Download GravityBox v7.0.6 Tweak Box for Android 7 Nougat
GravityBox v7.0.6 All in One Tweak Box
GravityBox v7.0.6 is a module which primary goal is to provide the...
Easy Tutorial How to create a boot animation from GIF
How to create a boot animation from a GIF
Hello, there.
This tutorial will teach you how...
Download Moto Z Play’s Apps Moto Display, File Manger, App launcher, and More
App Update Moto Z Play
Here are the new Apps from Oreo for your moto Z Play (Stock only). we...
Download Rootless Pixel 2 Launcher, adds Google Feed Panel & Other Features
The Google Pixel Launcher which comes with Google’s devices has a number of features and design choices...
Ubuntu
Upgrade Any Ubuntu to Ubuntu 17.04
Introduction
These release notes for Ubuntu 17.04 (Zesty Zapus) provide an overview of the release and document the known issues with Ubuntu 17.04 and its...
How to Maximize Your Linux Laptop’s Battery Life
Laptop manufacturers spend a lot of time tuning their device drivers for Windows battery life. Linux usually doesn’t get the same attention. Linux may perform...
Top Tutorials
Python
Building an FTP Password Cracker In Python
Python is probably the most widely used scripting language for hackers. This is primarily because it has some built-in modules and libraries that make...
List of Keywords in Python
List of Keywords in Python
Keywords in Python programming language
False
class
finally
is
return
None
continue
for
lambda
try
True
def
from
nonlocal
while
and
del
global
not
with
as
elif
if
or
yield
assert
else
import
pass
break
except
in
raise
The above keywords may get altered in different versions of Python. Some extra might get added...
Make Simple Calculator Program in Python
In this program, we ask the user to choose the desired operation. Options 1,2,3 and 4 are valid. Two numbers are taken and an...
Download a complete Website using Python in 4 steps
One of the most viral news circulating on the internet is the Python Web Crawler, that crawls a website you ask it to and...
Code your first simple SQL Injection checking vulnerability with Python
Hello, today we are making an Python MySQL SQL Injection checking tool. That's why we named it Code your first simple SQL Injection checking vulnerability...
Replace String in Python
Often you'll have a string (str object), where you will want to modify the contents by replacing one piece of text with another. In...