Anwar

Posts

How do I configure my CloudFront distribution to use an SSL/TLS certificate?

Reference: https://aws.amazon.com/premiumsupport/knowledge-center/install-ssl-cloudfront/

Managed renewal for ACM certificates

Reference: https://docs.aws.amazon.com/acm/latest/userguide/managed-renewal.html

How to get an AWS cert that is in the ineligible renewal state to an eligible state so it can be used?

Reference: https://docs.aws.amazon.com/acm/latest/userguide/troubleshooting-renewal.html   https://www.reddit.com/r/aws/comments/ls83qn/how_to_get_an_aws_cert_that_is_in_the_ineligible/ https://stackoverflow.com/questions/58059015/how-can-i-renew-my-ssl-certificate-on-aws-normal-ec2-instance

Google Cloud Reserve a new static external IP address

https://cloud.google.com/compute/docs/ip-addresses/reserve-static-external-ip-address#reserve_new_static

How to increase disk space in google cloud instance

Go to the Compute Engine page. Click on “Disks” in the sidebar. Click the name of the disk that you want to resize. At the...

Alibaba Cloud Certificate Center

Alibaba Cloud CDN allows you to use Certificate Management Service to configure SSL certificates. If you want to enable HTTPS secure acceleration, you must configure...

Laravel caches and all ways to clear them

Application cache The application cache is the primary cache in Laravel. It stores everything that you manually cache in your application. You can clear only...

Installing Subversion And Configuring Access Through Different Protocols On Ubuntu 11.10

Subversion (svn) is an open-source version control system (VCS), used in the development of many software projects. This tutorial shows how to install Subversion on...

how to add swap to amazon ec2 instance ununtu 12 04 lts

default Ubuntu 12.04 LTS doesn’t create swap for some reason. Is there “proper” way to add it after install? root@aux3:/root# df -h Filesystem      Size  Used...