Skip to content

Instantly share code, notes, and snippets.

View genialkartik's full-sized avatar

Kartik Tyagi genialkartik

View GitHub Profile
@genialkartik
genialkartik / How to install LEMP on Arch Linux.md
Last active July 4, 2024 00:05
How to install LEMP [Linux , MariaDB, Php-Fpm] Stack and phpMyAdmin on Arch Linux (Manjaro)

LEMP installation on Arch Linux

It’s always a good idea to refresh repository and perform an update first.

Open terminal and execute:

sudo pacman -Syu

The Arch Linux repository contains two versions of

Nginx Web server: nginx and nginx-mainline. nginx is the more stable and older version and nginx-mainline is the latest version. You can install nginx

@genialkartik
genialkartik / AWS Elastic Cloud Computing (EC2).md
Created April 23, 2020 17:44
This Gist is dedicated to all those beginners and learners who are seeking to learn and explore Cloud Computing. Cloud Computing seems to be a complicated term, but believe me it not. Especially, when you're working on AWS Cloud Computing platform. So, without wasting more time lets begin.

AWS Elastic Cloud Computing (EC2)

This Gistdicated to all those beginners and learners who are seeking to learn and explore Cloud Computing. Cloud Computing seems to be a complicated term, but believe me it not. Especially, when you're working on AWS Cloud Computing platform. So, without wasting more time lets begin. AWS

Introduction

Hey Readers! This Blog is to acknowledge one of the most widely used Cloud Computing services provided by Amazon under AWS cloud computing services. That is, EC2 or Elastic Cloud Computing. It is widely used and easy to learn and explore. We all know the fact that in cloud computing no other company or service can even be compared with AWS, not even Google's Cloud Computing. It is because AWS provides-

  1. better and easy to use UI/UX to the users.
  2. Consistency & Reliability.
  3. Flexibility, Scalability, and high-performance
  4. Pay-As-You-Go Prici
@genialkartik
genialkartik / php laravel basic project.md
Last active June 16, 2024 16:13
This gist will help you to understand some basic workin of laravel with php.

Phishing Detector

Introduction

Phishing Detector is a web application built in PHP using Laravel (a web application framework) with expressive and elegant syntax. We developed this web app to provide the users and customers from fake websites whose intent is to garble user’s privacy and information. Phishing can be done in many way for instance: Fraudsters send fake emails or set up fake websites that mimic browsing to trick the user into disclosing his protected information like username, password, account details, OTP, etc. This practice is know as ‘Phishing’.

Sign of Phishing Site:

  • Suspicious URL (in correct company name, http:// (unsecured)).
  • Unusual Pop-ups and Alert message.
  • Unintentional redirect of URL, etc.