Random articles on PHP, Laravel, JavaScript, and more.

I occasionally write articles on PHP, Laravel, JavaScript, TypeScript, React, VueJS, programming, software development, best practices, and more.

How to install phpMyAdmin on Debian

What is phpMyAdmin? phpMyAdmin is a free and open source tool written in PHP used for administration of MySQL with the use of a web browser. You can perform various tasks such as creating, modifying or deleting databases, tables, fields or rows; executing SQL statements; or managing users and permissions with it. We’ll install phpMyAdmin […]

How to Setup HTTP Authentication with nginx on Debian

Sometimes you may want to lock specific directory on your nginx server with a password to improve security. For example, you may want to lock the wp-admin directory of your WordPress installation with a password. Prerequisites To enable HTTP Authentication with nginx on Debian, you’ll need to have a VPS with root access and nginx […]

How to install WordPress with nginx on Debian Wheezy

WordPress is the most popular Content Management System (CMS) on the planet. Over 20% of websites, is powered by WordPress. It is free and open-source. WordPress is built with PHP as a server-side language and MySql as a database. Prerequisites for WordPress Installation To get started with installing WordPress you’ll need to make sure that […]

How to install nginx with PHP & MySQL (LEMP) on Debian

What is Nginx? nginx [engine x] is a free and open-source HTTP and reverse proxy server. It is also a mail proxy server. This website ehosen.com is running on a Debian based VPS (Virtual Private Server). The HTTP server behind this website is Nginx. In this article, you’ll learn how to install Nginx, PHP and […]