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

15 Best Terminal Commands That You Should Know
As a developer, they are working with SSSL(Server Site Scripting Language), Programming languages, and other languages and software too. So, they work with a terminal which is a tool, that gives information about your pc, allowing unknown sources, etc. Terminal wants a particular command to run and there are lots of commands are available to use. Here, you can see the one of best commands for a terminal. So, let's see the commands for the terminal.
Read more →


Install Laravel Valet Linux+ development environment on Ubuntu System
The official Laravel Valet development environment is great if you are an Apple user. But there is no official Valet for Linux or Window system.
But we have two different versions of the Valet for Linux system created by the community. These are:
cpriego/valet-linux (Valet Linux)
genesisweb/valet-linux-plus (Valet Linux+)
If we compare both, Valet Linux+ has more features. For example, it provides MySQL database handling from command-line, MailHog, Redis, Sharing Sites on LAN, Securing Sites With TLS (HTTPS), etc.
So, In this article, I will show you how to install valet-linux-plus in your Ubuntu system.
Requirements
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 →