0 Comments

PHP: using $SERVER[] to return the current directory, regardless of “nice urls”

Source: PHP: using $SERVER[] to return the current directory, regardless of “nice urls”

0 Comments

Display All PHP Errors: Basic & Advanced Usage

Being able to see what went wrong is vital during troubleshooting. Learn how to enable show all PHP errors and warnings in your app. Source: Display All PHP Errors: Basic & Advanced Usage

0 Comments

How To Install and Secure phpMyAdmin on Ubuntu 22.04 | DigitalOcean

phpMyAdmin is an application that allows users to interact with MySQL databases through a web interface. This tutorial outlines the process of installing and… Source: How To Install and Secure phpMyAdmin on Ubuntu 22.04 | DigitalOcean

0 Comments

How to connect to Windows subsystem for Linux from another machine within network?

Source: How to connect to Windows subsystem for Linux from another machine within network?

0 Comments

Apache not able to restart

Trying to restart apache from terminal using the following command: sudo service apache2 restart When executing that command, I’m getting below error: Job for apache2.service failed. See “ Source: Apache not able to restart

0 Comments

” apache2.service is not active, cannot reload “

When running sudo service apache2 reload, I get the error: apache2.service is not active, cannot reload Output of sudo service apache2 status root@gamma:~# sudo service apache2 status ● apache2. Source: ” apache2.service is not active, cannot reload “

0 Comments

How-to Password Protect website directory

How-to Password Protect Web Directory https://help.dreamhost.com/hc/en-us/articles/216363187-Password-protecting-your-site-with-an-htaccess-file

0 Comments

How-to install MBSTRING on Linux

How to install and enable mbstring in PHP

0 Comments

List Mounted Drives in Linux

If you want to perform certain operations on a drive, you need to know its details. Learn how to list currently mounted drives in Linux. Source: List Mounted Drives in Linux

0 Comments

MySQL 8: Random Password Generator

MySQL 8 now has a random password generator, and CREATE USER, ALTER USER, and SET PASSWORD statements have the capability of generating random passwords. Source: MySQL 8: Random Password Generator