Ubuntu

🛡️ How to Fix Laravel Permissions on Ubuntu (Nginx + /var/www)

Reading Time: 2 minutesStruggling with Laravel file permissions on Ubuntu? This guide shows you exactly how to fix common Laravel errors like “permission denied” by setting proper ownership and permissions for Nginx on /var/www. Step-by-step commands included for storage, bootstrap/cache, and more. Perfect for Laravel developers deploying on Ubuntu with Nginx. Solve your permission issues in minutes and get your app running smoothly.

🛡️ How to Fix Laravel Permissions on Ubuntu (Nginx + /var/www) Read More »

Setting Up a High-Performance Laravel Hosting Environment on Ubuntu with Nginx, PHP 8.4, Node.js, and SSL

Reading Time: 7 minutesThis is a comprehensive guide to setting up a high-performance hosting environment for Laravel applications on Ubuntu. The guide covers the installation of required software, including Nginx, PHP 8.4, Node.js, and Certbot for SSL, as well as the configuration of the server for optimal performance.

Setting Up a High-Performance Laravel Hosting Environment on Ubuntu with Nginx, PHP 8.4, Node.js, and SSL Read More »

Simple Changes to Secure Apache

Reading Time: 3 minutesKeep Updated You should update your linux settings no less than once a month. This will ensure that you are not running vulnerable technology. Remove Header Details / Disable Tokens When Apache web server generates any web pages or error pages, some important information about the version and other details implemented on the system are

Simple Changes to Secure Apache Read More »

Useful Command Line Scripts

Reading Time: 2 minutesBelow is a list of very common linux commands that any linux person should know by heart. From gzipping files, to running backups this is my personal cheat sheet Compressing Files and Folders Unzip 7z Archive 7za x myfiles.7z gzip File gzip -9 file gzip Folder tar -zcvf archive-name.tar.gz directory-name Uncompress Gzip File gzip -d

Useful Command Line Scripts Read More »