Enable ssh login without password

In client PC

Generate ssh key if you don’t have one

Read More

AWS extend disk volume on an EC2 instance

There may have certain situation that we need to extend disk volume on an instance.

Create a new volumn on AWS

Visit EC2 service, and click on the Volumes on the left menu. Then create volume

Read More

AWS EC2 - Enable remote access on mysql

I think most of us know that enable remote access, need to create a new user with % host.

But in EC2, there are some security config need to be done.

Read More

Setup Laravel 5 in Amazon Elastic Beanstalk

Problem

This is my first time dealing with AWS. Initially, I setup my Laravel project in a normal EC2 instance, and manually install mysql, web server, etc.

Read More

Adsterra make my site traffic drop & get banned by Chrome

Today I would like to share with you, I had put Adsterra on this site. As they claimed that high CPM rate.

Right now, I notice that my site has blocked by Google Chrome.

Read More

Session hijacking: facebook.com example

First of all, session hijacking is a technique that steal the cookies from authenticated user, and lie to the server that you’re the authenticated user.

Read More

Web app with Windows app print pdf file from download link

Scenario

A web app that allow user to click on a link/button, then trigger the selected printer and print out the document directly.

Read More

A better alternative for AdSense

Previously, I was using AdSense for some time, but the earning seems not that attractive. Until, I discover RevenueHits, within 4 months, I received my first payment, USD25.50.

Read More

Change document root in DirectAdmin

For those of you developing Laravel application, sure you have face this issue if you’re hosted in DirectAdmin hosting.

Read More

PHP Laravel 5 generate long PDF file in running in background

If you have come across a problem with generating a large PDF file in your Laravel application, probably is not a good idea for the user to wait.

Read More