How to install ZeroTier on Mac OSX?
I love ZeroTier because it has made my life simpler by putting everything on the same private network and now I can access any of my device from my other device. Like I can easily access my iMac from my …
I love ZeroTier because it has made my life simpler by putting everything on the same private network and now I can access any of my device from my other device. Like I can easily access my iMac from my …
I have some old TP-LINK & D-LINK routers which have L2TP connection features on them.
For network speed at my home, I had to buy a VPS in my city. I could easily install Squid proxy on the VPS and …
You can backup a whole VPS using the `rsync` command below.
rsync -avP --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/media/*","/lost+found"} / /mnt/hdd/encrypted/vps-server-backup/
You can also backup to other server.
rsync -avP --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/media/*","/lost+found"} / OTHER_SERVER_HERE:/mnt/hdd/encrypted/vps-server-backup/
You will first need to configure OTHER_SERVER_HERE in your ssh config file. …
A strange thing happened today.
I wanted to manage plugins for one of my WordPress websites.
But, I could not see any add/deactivate/delete plugin options on the Plugins page.
Then I realised that I had WordPress Multi-Sites enabled as I …
The Ajaira WordPress theme is a nice and simple theme for blogging. I am using the same for publishing this blog too.
It is available for free from WordPress.org here: https://wordpress.org/themes/ajaira/
Adding a logo icon before the site title was …
There may be other ways to unmount a volume from a working docker instance, but using the way below you can unmount any volume right away.
On the docker instance itself, try these commands:
df -h
You will see a …
Needed a cancelable promise for my project. Also, needed to solve multiple resolve & reject problem done by original Promise because I was making a lot of asynchronous requests and gathering all data together.
Here is SimplePromise which works same …
This is a simple effect to animate your any word. You can use it as an introduction to your movie by just adding a “Skip Intro” button if you want.
There are seven attributes you can control from the xml …
See the Pen Animated Vehicles – Taxi by Animated Creativity (@animatedcreativity) on CodePen.
😀…
See the Pen Offline/Sunset by Animated Creativity (@animatedcreativity) on CodePen.…