Skip to main content

Posts

Deploy Flask app on Heroku with example guide

Deploying a python flask app has many ways to do, and there is a lot of platforms available Here I am going to show how to deploy a python flask application on Heroku in a free plan Let's Get started I assume You already developed your flask application in your local environment, have a Heroku account, and have some basic knowledge of working with git and Command-line Interface. Else If you are new Python Flask, Checkout the amazing course from Pluralsight called Introduction to the Flask Microframework  by Reindert-Jan Ekker Signup-now with 50% offer why Heroku? Heroku Free account provides 550 free dyno hours and free domain Example: https://app_name.herokuapp.com.  Learn more at  Heroku Free Dyno Hours Heroku Provide some option to Deploy App:  First one is deployed your app by linking your GitHub repository with your Heroku Account Another one is using the Heroku Command-line Interface (Heroku CLI) by pushing the application on Heroku git ser

How to use Wireshark

Learn Wireshark Part-1  In this series of post, we gonna see the basics of Wireshark, how to capture the packets and apply the filters and get some knowledge about wire shark On the First thing, we figure out one common question arises on every beginner to the Wireshark What is Wireshark?  According to Wikipedia  Wireshark is a free and open-source packet analyzer. It is used for network troubleshooting, analysis, software and communications protocol development, and education, Well, In One word Its is used to Network packets Analyzer How to Install the Wireshark in your system: Wireshark doesn't require any hardware requirements to work around with packets analyzing If your using Windows Operating system, the installation process is just as typically Next, Next, or if you're using Linux Operating system Open your Terminal, Run that apt command  >>>   sudo apt install wireshark while the installation process you get the message like Nonro

Get Started With the Windows Subsystem for Linux

You may already know the power of Linux, and its features make the best place for programmers and developers  If you're not going to install the Linux operating system but you want to use the Linux offered features in windows this post maybe yours. You can get the pure Linux experience natively in windows machine  through the windows subsystem Linux   (WSL) here the Steps to install and configure Linux subsystem in windows  That feature has been available from Windows 10 2016 First, you want to go to  Control Panel\Programs\Programs and Features now you can see an option like "Turn windows features on or off" on your left side  open that option, Now you want to check the Windows subsystem for Linux' checkbox  After you check that option restart your system  Okay now you want to search "bash" from the start menu, Open that   It shows the message like no distribution installed    Let's install the Linux distribution

#1 Build your first chatbot using Python and AIML

In the series of post, I am going to build own chatbot using python and AIML  How to build a Chatbot: In this series, we gonna develop our chatbot as a simplest as possible using python and the AIML is brain Chatbot using python and AIML what is AIML: AIML stands for Artificial Intelligence Markup language It looks like XML files, developed by Dr. Richard S. Wallace during 1995-2000,  It is a set of tags and patterned structure, constructed by question and answers It makes our chatbot brain as simple as possible python: Everybody knows what is python language, it's one of the popular programmings in time it has multiple packages available in their packages repository both internally and externally As on the list, AIML package also available is python. You can easily install the packages using python pip(python package manager), or any other ways. The package helps to read and learn the AIML files into python and return the appropriate response 

how the hackers get our passwords?? what are the method they use??

Hi, guys in this post I am sharing how the hackers get our passwords?? what are the method they use??   I will explain how to protect your self from each one of the treats in an upcoming post Okay let's get started Our all online accounts including our Google account, Even banking accounts are just protected with username and password.  The password contains the just finite number of characters, numbers, symbols only, if someone knows or find out your password then they can get full privileges of your account authentication One way to keep your self-secure is by knowing how do hackers hack password and what all methods and software’s they generally use. By knowing how hackers can get into your account, you will be in better situation to understand what are the possible ways you can lose your account information and passwords & you can protect yourself from getting hacked next time. How do Hackers get Passwords? There are some common technique which hack

Md5 Hash fingerprint of the file. how?

In this post, I am sharing one basic information about file integrity method using MD5 Hash What is Md5hash: In every file has a unique hash created by themselves, this hash code was used to verify the file is modified or not, simply tell the MD5 Hash is like a fingerprint of the file, If you do any small change in file the total Md5sum hash value is changed totally,  When you are download files such as Linux ISO images and others. At that time some of the hackers can change the file with another file looks same. In generally the most of the Linux ISO sites gives the md5hash of the file, After downloading you must check the downloaded file mD5hash is equal to given MD5Hash code. If your calculated hash code is different from given code, definitely your file is been corrupted or may be modified by others. What is MD5Sum Tool: MD5SUM is a tool,  The tool preinstalled un Linux in command line Interface. Let's find out MD5SUM: For Example showing, I am created o

[Solved] Linux mint, Ubuntu audio problem

The Linux operating systems gets a gradual increase of  user base level and also it improves user-friendly interface and other essential components like windows  But anyway still some Linux users Face some problems in our systems, Most common was audio problem, sometimes the sound will be muted automatically,  The audio problem-related questions are most frequently question in Linux and ubuntu forums, somebody gets a solution or but still few struggled with this problem. I am also facing this problem in past weeks, afterwards, I can find the one solution In this post, I am sharing how to fix audio problem in Linux mint or Ubuntu systems Restart Alsamixer : Alsa mixer (Advanced Linux Sound Architecture ) is a Graphical mixer program used in Linux Mint and Ubuntu systems, sometimes it may be worked incorrect, so at this time the audio problems will be occur So try to Restart the program by using this command in terminal: