Part 2: Install Dovecot IMAP server on Ubuntu & Enable TLS Encryption
This is part 2 of building your own secure email server on Ubuntu from scratch tutorial series. In part 1, we showed you how to set up a basic Postfix SMTP server. In…
This is part 2 of building your own secure email server on Ubuntu from scratch tutorial series. In part 1, we showed you how to set up a basic Postfix SMTP server. In…
Why run your own email server? Perhaps you have a website, which needs to send emails to users, or maybe you want to store your emails on your own server…
About this course Localizing your application means adapting it to different languages or regions, which can be difficult. Dealing with translating the text, routes, and content while keeping your code…
Composer is a well-known tool to manage PHP project dependencies. But I'm pretty sure you're not using all of its features! In this tutorial, we'll show many less-known capabilities of Composer.…
So, we need to set up the AWS server for our Laravel project. Let's start with the requirements - for Laravel as a framework, and for our project specifically. Laravel…
https://player.vimeo.com/video/735048045?h=6d90b9c18f&badge=0&loop=false&byline=false&portrait=false&title=false&speed=true&transparent=0&gesture=media Storage Folder: Public/Private Files and Filesystem Config https://player.vimeo.com/video/735048075?h=1043b3b90d&badge=0&loop=false&byline=false&portrait=false&title=false&speed=true&transparent=0&gesture=media Uploading to Amazon S3 https://player.vimeo.com/video/735048093?h=31ab07813b&badge=0&loop=false&byline=false&portrait=false&title=false&speed=true&transparent=0&gesture=media Amazon S3: Make Files Public and View/Edit/Delete them https://player.vimeo.com/video/735048114?h=cbb77cf268&badge=0&loop=false&byline=false&portrait=false&title=false&speed=true&transparent=0&gesture=media Amazon S3: Temporary URLs https://player.vimeo.com/video/735048133?h=cef3e564e3&badge=0&loop=false&byline=false&portrait=false&title=false&speed=true&transparent=0&gesture=media File Validation…
Step 1: Update Ubuntu System Let’s begin our installation of PHP 8.1 on Ubuntu 22.04|20.04|18.04 by ensuring the system has been updated and upgraded. sudo apt update && sudo apt…
Create a Dockerfile at the root of the project: FROM php:8.1-fpm-alpine RUN apk add --no-cache nginx wget RUN mkdir -p /run/nginx COPY docker/nginx.conf /etc/nginx/nginx.conf RUN mkdir -p /app COPY .…
git fetch origin master git reset --hard origin/master
code: ffmpeg -i 'https://soource.com/file.m3u8' -bsf:a aac_adtstoasc \ -vcodec copy -c copy -crf 50 output.mp4