Skip to content

Animated Creativity

  • Home
  • Animations
    • CodePen Pens
    • Animated Icons
    • Animated Preloaders
    • Flash Animations
  • Blog
    • Blog
    • About Blog
    • Copyright Infringement Complaint
  • Node.js
    • Apps
    • ac-apps-minimal
      • apps
      • enhance
      • modules
    • ac-bundle-module
      • modules
  • WordPress

Blog

Why Does My Mac Keep Switching Screens?

April 21, 2024 by admin

https://computerinfobits.com/why-does-my-mac-keep-switching-screens/

Thank you!…

Categories Blog Leave a comment

fn-cors-proxy-with-auto-refresh

April 4, 2023 by admin

This script will run a simple CORS server for Fortnox API: https://developer.fortnox.se/documentation/

It will also refresh the API token every 30 minutes and will use it automatically allowing us access to Fortnox API. We do not need to provide Fortnox …

Categories Apps, Blog Tags api, authorization, fortnox, REFRESH, SERVER, token Leave a comment

Using multiple PHP versions in OpenLiteSpeed

January 19, 2023 by admin

OpenLiteSpeed (OLS) includes a nice “Compile PHP” option under Tools. We can use it to compile different versions of PHP. So, I compiled 7.4.24 and 8.0.11 and the binaries were saved in the folders /usr/local/lsws/lsphp7 & /usr/local/lsws/lsphp8 respectively.

Then I …

Categories Blog Tags compile, multiple-versions, openlitespeed, php7, php8 Leave a comment

Laravel gives error 500 without any further log or information if storage permissions are not allowed

January 19, 2023 by admin

I will start with the fact that I hate Laravel.
But, still a client wanted to me to deal with an application built on it. First it forced me to upgrade PHP from 7.4 to 8.1. Then it kept giving …

Categories Blog Tags fix, laravel, permissions Leave a comment

How to renew WildCard SSL using LetsEncrypt Certbot updating DNS records automatically without interaction?

January 11, 2023 by admin

As LetsEncrypt does not allow webroot or any other verification method for renewing WildCard SSL certificates like *.domain1.com, for a client I needed to renew LetsEncrypt WildCard SSL automatically without requiring any manual interaction.

It is simple but took some …

Categories Blog Leave a comment

How to create a WordPress blog post using WP CLI (remote too)

December 29, 2022 by admin

We can create a WordPress blog post using WordPress CLI (Command line interface) tool: wp-cli
Please follow the installation instructions for your system on this page: https://wp-cli.org/

After we have installed, we can use the wp command now.
We can …

Categories Blog Tags api, author, BLOG, command, excerpt, post, publish, REMOTE, WORDPRESS, wp-cli Leave a comment

How to init node.js package without any confirmation promt?

December 29, 2022 by admin

Sometimes I need to initialise a node.js package inside an empty folder without needing to confirm all the defaults. So, I use –force (-f) option.

npm init --force

The default JSON that will be used, it will show as output …

Categories Blog Leave a comment

rclone – compress and backup full disk to remote or cloud storage

January 15, 2023December 14, 2022 by admin

This is the command which will do the magic:

dd if=/dev/sda1 | gzip | rclone rcat db-disks:/path/to/backup.gzip

This command will read full disk contents and will stream it to gzip command for compression and which in turn stream to rclone. …

Categories Blog Tags amazon s3, DROPBOX, glacier, gzip, rclone 1 Comment

How to archive emails on using Mac OSX and any IMAP provider

June 15, 2022 by admin

I have been using FastMail since a long time now and inbox is getting bigger than 20GB and will soon reach a limit of 30GB. I gathered all emails from GMail, Yahoo, Apple etc. using IMAP into FastMail account and …

Categories Blog Tags archive, BACKUP, EMAIL, fastmail, GMAIL, imap, macosx, mbox, OFFLINE Leave a comment

Amazon S3 Glacier Deep Archive storage class for $1/TB backups

January 15, 2023June 11, 2022 by admin

Amazon S3 provides the most cost effective pricing of $1/TB for Glacier Deep Archive storage class. It is too good to be true. But, it comes with a drawback that when you need your data you will have to pay …

Categories Blog Tags AMAZON, archive, BACKUP, DROPBOX, ENCRYPTION, glacier, rclone, s3, storage, transfer Leave a comment
Older posts
Page1 Page2 … Page4 Next →

Recent Posts

  • Microsoft and OpenAI’s amicable divorce: what changes for the rest of us?
  • pgBackRest is no longer maintained: a calm migration plan for production Postgres operators
  • GitHub Copilot moves to usage-based billing: what changes on your team’s invoice
  • The networking changes coming in macOS 27 — and which workflows might quietly break
  • The ‘fake plugin’ WordPress malware family: how to spot random-named directories in bulk

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Categories

  • AI
  • Animated Icons
  • Animated Preloaders
  • Animations
  • apps
  • Apps
  • Blog
  • CLI (Command Line)
  • CodePen Pens
  • DevOps
  • enhance
  • Flash Animations
  • FREE
  • Industry News
  • macOS
  • modules
  • modules
  • Plugins
  • Security
  • Sysadmin
  • Tutorials
  • Vectors
  • Web Design
  • WordPress
animcreativity
Fiverr
Seller
A team of 4 people. Can create animations using following methods...1. Pure CSS/SCSS animations for modern browsers without JS. 2. WebGL/Canvas Animations using PIXI. 3. GSAP timeline based animations. 4. Pure JS animations.

Archives

  • April 2026
  • March 2026
  • February 2026
  • December 2025
  • November 2025
  • September 2025
  • August 2025
  • June 2025
  • April 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • May 2024
  • April 2024
  • March 2024
  • April 2023
  • January 2023
  • December 2022
  • June 2022
  • May 2022
  • September 2020
  • August 2020
  • October 2018
  • August 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • October 2017
  • September 2017
  • August 2017
  • April 2017
  • December 2016
  • May 2016
  • October 2015

Recent Comments

  • Allen on rclone – compress and backup full disk to remote or cloud storage
  • About Blog
  • Contact
  • Terms
  • DMCA
© 2026 Animated Creativity • Built with GeneratePress