Easy shortcut for searching for a tab among all open tabs in Chrome browser
Sample colors with browser
Creating a Hue Wheel in Photopea
Free hue wheel download
If you are looking for a hue wheel chart with named hues that you can download, you have come to the right place. Here you go. It has alpha transparency too. Stay tuned for a tutorial on how to create such hue wheel in a graphics program.
If you need the PSD, get it here for a dollar: https://ecationary.gumroad.com/l/bwjgh

How to View Encrypted Filezilla Passwords as Plain Text
Where is the default SyncThing folder in Windows
Syncthing is a great program for file sync between devices.
When you set it up on a new device, it can sometimes be a bit difficult to find a folder that you have shared with the new device in the actual file system. The path might by default look like ~MyFolderName
That actually translates on Windows to C:\Users\SyncthingServiceAcct
So go into that folder and you will be able to find your SynchThing files!
How to import Bitcoins from a paper wallet to the Mycelium app
Installing Syncthing on a Raspberry Pi
Installing Syncthing on a Raspberry Pi is a straightforward process that involves a few steps to get it up and running. Here’s a guide to help you install Syncthing on your Raspberry Pi:
- Update Your System
Before installing any new software, it’s a good practice to update your system. Open a terminal and run the following commands:sudo apt update
sudo apt upgrade
- Add the Syncthing Repository
Syncthing isn’t available directly from the default Raspberry Pi OS repositories, so you’ll need to add the Syncthing repository. First, download release PGP keys:curl -s -o syncthing-release-key.asc https://syncthing.net/release-key.txt
- Add it to a keyring:
sudo mv syncthing-release-key.asc /etc/apt/trusted.gpg.d/
- Add the Syncthing repository to your sources list:
echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
- Install Syncthing
Now that the repository is added, update your package lists and install Syncthing:sudo apt install syncthing
- Configure Syncthing to Run Automatically
Syncthing can be configured to start automatically for your user. Usesystemctl
to enable and start the Syncthing service. Replacepi
with your username if you are not using the default Raspberry Pi OS user:systsudo systemctl enable syncthing@pi.service
sudo systemctl start syncthing@pi.service
- Accessing Syncthing
By default, Syncthing runs on port 8384. You can access it through a web browser athttp://localhost:8384
if you are on the Raspberry Pi, or athttp://<Raspberry-Pi-IP>:8384
from another computer on the same network. - Adjust Firewall Settings (if necessary)
If you have a firewall enabled on your Raspberry Pi, make sure to allow traffic on port 8384. This command can open the necessary port:sudo ufw allow 8384
- Update and Maintenance
Syncthing will be updated along with your system packages whenever you runsudo apt update
andsudo apt upgrade
.
Now you should have Syncthing installed and running on your Raspberry Pi. You can start adding devices and sharing folders as per your requirements.
Free and Open Source Browser-based Font Manager
I couldn’t find a simple free font manager for managing all my fonts, so I decided to create one using Node.js.
It takes in a fonts-folder of your choosing (and it can also read all the nested sub folders) and lets you easily preview and categorize your fonts. It works on Windows, Mac and Linux. I’m giving it away for free here: