General MHz for the CPU, max and current Individual Hertz for each CPU core
Read Full ArticleDocker Basics
Run a simple container Stopping a container Deleting a container Start a docker-compose file List docker compose applications Bring down specific application Check how much…
Read Full ArticleNginx Basics
Create a Site that serves an app on a specific port To create a site add a file to the sites enabled folder. Name it…
Read Full ArticleCreate a Laravel API with Passport Authentication
Optimized for versions: laravel/framework 9.11 laravel/passport: 10.4 To create a Laravel API with Passport authentication: Create a Laravel project In Laravel 11, run the command…
Read Full ArticleHow to update PHP versions on Elastic Beanstalk environments
When you have an Elastic Beanstalk environment, it is easy to upgrade a minor version by going into the console and clicking Change. But can…
Read Full ArticleHow do I make Git ignore file mode (chmod) changes?
In order for your git project to ignore permissions changes run the following command:
Read Full ArticleUpgrading Twilio CLI and Twilio Plugins
To upgrade your Twilio CLI to the latest version: To upgrade the Twilio plugins to the latest verion:
Read Full ArticleAdding directories into your $PATH in Ubuntu Linux
To add directories into your Path in Ubuntu Linux, first, run the following command to edit the .bashrc file. At the very end you can…
Read Full ArticleCreate Twilio Flex agents with Google Admin and LDAP integration
In this post we are going to learn how to do an LDAP integration between Google and Twilio Flex, to allow for our users to…
Read Full ArticleRoute Twilio Flex calls by skill using Twilio Studio
In this article we are going to create an IVR that routes the call to an agent with the correct skill to handle that call.…
Read Full Article