|

Quick tools for developers

Daily Essentials
JSON Formatter
Validate, beautify, and minify JSON data.
Base64 Encoder
Encode and decode strings quickly.
UUID Generator
Generate cryptographically strong IDs.
Color Picker
Find the perfect HEX and RGB values.
URL Encoder
Encode or decode URLs with special characters.
Epoch Converter
Convert Unix timestamps to human dates.
Regex Tester
Debug regular expressions with real-time matching.
Lorem Ipsum
Generate placeholder text for mockups.
Hash Generator
Generate SHA-256 hashes from text.
JWT Decoder
Decode JSON Web Tokens instantly.
HTML Entity
Encode or decode HTML entities safely.
Number Base
Convert between Hex, Dec, Oct, and Bin.
Quick Commands
Linux File Ops
ls -la (List all files)
chmod 755 file.sh (Perms)
chown user:group file
grep -rni "text" /path
tar -czvf ar.tar.gz dir
find / -name "*.log"
Linux System & Process
top / htop (Monitor)
ps aux | grep node
kill -9 PID (Force kill)
df -h (Disk space)
du -sh * (Dir sizes)
tail -f file.log
Networking & SSH
ssh -i key.pem user@ip
scp file.txt user@ip:/p
curl -X POST -d "d" url
ping -c 4 google.com
netstat -tulnp (Ports)
wget https://url.com
Forgotten CLI Gems
wc -l file.txt (Lines)
cat file | pbcopy (Copy)
!! (Run last command)
sudo !! (Last cmd as root)
ctrl+r (Reverse search)
cd - (Previous dir)
Request A Tool
Support The Project
Buy Me a Coffee

If these tools saved you time, consider supporting future updates.

Loading...