bo3bdo Blog - A Blog Made For bo3bdo
Welcome to my blog. Short posts with 🔥hot tips for a quick read.
List Of Tags
Html
-
browser
-
Laravel
-
PowerShell
-
Ubuntu
-
Git
-
Apache
-
PHP
-
MySQL

Super Collection of 4 Cheat Sheets
Super Collection of 15 Cheat Sheets
➤ HTML
➤ CSS
➤ JavaScript
➤ SQL
These are all handcrafted by me and will definitely make you a 100% better web developer.
Read more →

Laragon
I was using Xampp for local development until about a year ago when I found Laragon & I haven't looked back since. This is seriously the most powerful local development tool I have in my entire "developer toolkit". I started working for a new company about 2 months ago & their entire team was using various setups for local dev and were always encountering problems. Setting up a new project locally was always a nightmare for them due to mysql version conflicts, having to change php versions, etc. When I introduced Laragon to them, they were amazed at how easy it was to install, maintain and how flexible it was to update/switch their dependencies. My manager told me that since the team has started using Laragon for local dev, project setup time has gone down from an average of 6 HOURS, to less than 30 mins. AMAZING.
Read more →

How To Install MySQL on Ubuntu 22.04
MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It implements the relational model and uses Structured Query Language (better known as SQL) to manage its data.
Read more →

How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 22.04
Introduction
A “LAMP” stack is a group of open source software that is typically installed together in order to enable a server to host dynamic websites and web apps written in PHP. This term is an acronym which represents the Linux operating system with the Apache web server. The site data is stored in a MySQL database, and dynamic content is processed by PHP.
In this guide, you’ll set up a LAMP stack on an Ubuntu 22.04 server.
Read more →