Post date: Sep 13, 2016 4:23:18 PM
list of favorite open source applications I use on daily basis
Terminal
Terminator
Tilix (like Terminator but more stable)
multiplexer, better than tmux
https://zellij.dev/documentation/introduction.html
Shell
XONSH - python and bash in 1 shell
Cheat Sheet (amazing tool)
Image Editing & Graphics
Photoshop 7 on WINE
Pinta (quick img editor)
MyPaint
InkScape (vector)
Ksnip (screenshot)
Blender (3D animation)
Git
Office
Password & Secret Management
Hashicorp Vault (for application secrets)
Bitwarden (for human passwords)
pw generator (xkcdpass)
Remote Control
RustDesk
Proxy Tools
tmate.io (apt install tmate, tmate -F launches ssh session and generates link to connect with)
Serveo - no installs required
proxy localhost port 3000 to generated pub domain name
proxy SSH connection
server> ssh -R $(openssl rand -hex 4):22:localhost:22 serveo.netserveo will proxy SSH into server via a "tempjump" alias
share local file to external user
croc
CopyParty!
- install cloudflared rpm: https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/downloads/|
pip3 install copyparty
copyparty -v mydir:/MyShare:r (shares local dir mydir and aliases it as MyShare, read-only to other users)
cloudflared tunnel --url http://127.0.0.1:3923 (creates a shareable link to your copyparty via temp URL)
Network Troubleshooting
wifi troubleshooting - Wavemon
packet inspection - wireshark
mtr - traceroute + ping
tcptraceroute - a better version of traceroute
tcpdump (obviously)
Database
DB Beaver
Editor & IDE
Microsoft Visual Studio Code (go to choice for IDE)
Music
Mixxx (DJ mixer)
LMMS (production)
Video
VLC Player
Linters
json: pip install demjson (installs jsonlint binary)
yaml: pip install yamllint
Desktop Enviornment & Sharing
Barrier - screen sharing (control multiple computers w same keyboard/mouse)
Xubuntu
Full Stack SPA
https://squoosh.app/ - compress images
https://supabase.com/ - create backend with auth, db, etc (like Firebase)
https://tailwindcss.com/ - CSS lib, better than Bootstrap
https://mui.com/ - Material UI - UI elements
USB ISO flasher
Javascript
babylon JS - 3d objects and effects
NetSec and Pentesting
Blogs / Wikis
https://danielmiessler.com/blog