15 KiB
15 KiB
I just want to centralize my findings and bookmarks in a central location, and share them.
Collaboration
- Ben Balter - 15 rules for communicating at GitHub
- Dale Emery - model of motivation : Motivation = Ability × Results × Preferences
- Jbrains.ca - What If We Forget To Write the Tests?
- Paul Kaye - Control stifles creativity and growth
Free Online tools
- BuiltWith - Find out what technology a website is built with
- Dillinger - Online Markdown Editor
- Air Mail - temporary email service
- StackEdit - in-browser markdown editor
- XKPasswd - secure memorable password generator inspired by XKCD
- YouTube to MP3 converter
Gaming
- BoardGameGeek - most complete board game database that holds tons of reviews, images and videos
- IsThereAnyDeal.com - keep track of the best deals for video games you'd like to play
Health and Work-Life Balance
- Matt Might - Tips for work-life balance
- Simple Programmer - Stop Improving Yourself
IT OPS
- Michael Buckbee - Definitive Guide to DNS TTL Settings
- nixCraft - Linux / Unix: Dig Command Find Out TTL (Time to Live) Value For DNS Records
Productivity
- Medium - The 30 second habit with a lifelong impact
- Jbrains.ca - The Two-Minute Rule / When You’re Buried in Email
- Jbrains.ca - Flow Requires Focus, Not Time
- BugMeNot - enter a domain or url and find shared logins
- The Minds Journal - A Japanese Technique for Overcoming Laziness / Kaizen, Or The One-Minute Principle
- Foundr - GTD : Superpower Your Productivity With Pen and Paper
- HuffPost - 11 Tweaks to Your Morning Routine
- Gojko Adzic - Splitting user stories -- the hamburger method
- Jeff Haden - 10 Steps to Make Each Day Exceptionally Productive
Troubleshooting
- pluralsight - 3 troubleshooting tips that can save you a world of time
Unix / Linux
- OSTechNix - How To Securely And Permanently Delete Your Data In Linux
- kahun/awesome-sysadmin - A curated list of amazingly awesome open source sysadmin resources
- Binh Nguyen - (2004) Linux Dictionary
- Gareth Anderson - (2006) GNU/Linux Command-Line Tools Summary
- Sandra Henry-Stocker - Unix: Knowing your memory commands
- Sandra Henry-Stocker - Lesser known but still handy Linux commands
- Sandra Henry-Stocker - 17 Unix tricks for a happy 2017
- Sandra Henry-Stocker - Using Unix commands to profile your users
- Sandra Henry-Stocker - Administering Unix systems like your mom taught you
- Sandra Henry-Stocker - thefuck : The Linux command that you should never say out loud
- Scott Rippee - Example syntax for Secure Copy (scp)
- Sandra Henry-Stocker - Doing math with awk
- Sandra Henry-Stocker - Tricks to play with vim
- Vim Tips Wiki - Search and replace in VIM
- zzapper - Best of Vim Tips / compiled from 16 Years of Vi + 10+ years of Vim
- nixCraft - Top 32 Nmap Command Examples For Sys/Network Admins
- Lakshmanan Ganapathy - 15 Linux lsof Command Examples (Identify Open Files)
- The Geek Stuff - 50 Most Frequently Used UNIX / Linux Commands (With Examples)
- Command line fu - a place to find those command-line gems that you return to again and again.
- Ramesh Natarajan - 25 Most Frequently Used Linux IPTables Rules Examples
- The Geek Stuff - 6 Useful Linux One Liners
Troubleshooting
- Sandra Henry-Stocker - Who's hogging the network? Bandwidth usage on a Linux system
- Narad Shrestha - 12 Tcpdump Commands – A Network Sniffer Tool
- Edoceo - tcpdump examples
- rationallyPARANOID - Tcpdump usage examples
- Sebastien Wains - tcpdump advanced filters
- Ravi Saive - 20 Netstat Commands for Linux Network Management
- Milosz Galazka - How to deal with dmesg timestamps
- Stack Exchange - Find and remove large files that are open but have been deleted
- Phil Rzewski - Linux Troubleshooting Cheatsheet: strace, htop, lsof, tcpdump, iftop & sysdig
Music
- Rate Your Music - one of the most complete music database for cataloging, tagging and reviewing your music collection
- TasteKid - get recommendations for music but also tv shows, films, games, books...
Photography
- Exposure-Mat - build yourself a free light meter that fits in your wallet.
Programming
- Mastodon - take a break from twitter and switch to one of mastodon instances.
- InfoQ - news, videos, books for software developers
- /r/programming - reddit about programming
- Hack Reactor - Infographic of productivity tips for developers, to share with your teammates
- javarevisited - 11 Tips to become a better Interviewer?
- 10 C99 tricks
- Java Performance Tuning - regular tips and news about java performance tuning
Clean Code
- Clean Code Cheat Sheet v2.4 - cheat sheet for clean code
Containers
- DEV - Mikes monster list of docker tips
- Docker Documentation - Best practices for writing Dockerfiles
- Sonatype - KISSSSS : good approach to ensure you're successful with containers
- SlideShare - Optimizing Docker Images
Debugging
- The Geek Stuff - How to Debug C Program using gdb in 6 Simple Steps
Git
- Dissecting Git's Guts - Git Merge 2016 + Cheat Sheet of git commands
- 20 Tricks with Git and Shell - Git Merge 2016
- 25 Tips for Intermediate Git Users
Productivity
- Java Code Geeks - 10 Productivity tips for software developers
- Jbrains.ca - Avoiding Distractions While Programming
- Moran Danieli-Cohen - 3 Effective Ways to Maintain High Energy Levels at Work for Software Engineers
- Clean Coder Blog - Blue. No! Yellow! Comparative Productivity of Programming Languages
- Paul Graham - How Context Switching destroys Developers Productivity and how to fix it.
Programmer humor
- CommitStrip - daily life of developers
- Geek&Poke - cartoons
- The Profound Programmer - Programming frustrations expressed through profane, beautiful photographs
Scripting
- Bash Hackers Wiki - obsolete and deprecated syntax
- Bash Pitfalls - common errors that Bash programmers make
- ShellCheck - finds bugs in your shell scripts.
- Nicola Paolucci - Ten tips for wonderful bash productivity
- blockloop.io - Mastering Bash and Terminal
- kvz.io - Best Practices for Writing Bash Scripts
- Matt Might - 3 shell scripts to improve your writing
- Quickshiftin - Template method pattern in BASH
- Fahd Shariff - Shell Scripting - Best Practices
- Fahd Shariff - Shell Scripting: <, << and <<<
- Nitin Bhadauria - Foolproof Your Bash Script – Some Best Practices
- David Pashley - Writing Robust Bash Shell Scripts
- Paul Armstrong - Shell Style Guide by Google
- Aaron Maxwell - Use the Unofficial Bash Strict Mode (Unless You Looove Debugging)
- Aaron Maxwell - How "Exit Traps" Can Make Your Bash Scripts Way More Robust And Reliable
- Ray Smith - [PDF] Shell Scripting Craftsmanship
- Pádraig Brady - Common shell script mistakes
- Mendel Cooper - Advanced Bash-Scripting Guide / An in-depth exploration of the art of shell scripting
- chrisallenlane/cheat - cheat allows you to create and view interactive cheatsheets on the command-line. You can obviously improve the existing ones with your own content. It's also inspiring for shell aliases creation
- explainshell.com - write down a command-line to see the help text that matches each argument
- bats - Bash Automated Testing System
- Sandra Henry-Stocker - Changing how bash behaves
- FLOZz' MISC - Bash tips: Colors and formatting
- SS64.com - An A-Z Index of the Bash command line for Linux.
- SS64.com - Bash Keyboard Shortcuts
Shell Aliases
- oh-my-zsh - common aliases from oh-my-zsh
- nixCraft - 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Sandra Henry-Stocker - Unix tips: Making troubleshooting with lsof easier. See also Unix commands: Troubleshooting with lsof
- Sandra Henry-Stocker - Unix aliases for good and evil
Security / Infosec
- highon.coffee - Penetration Testing Tools Cheat Sheet
Testing
- Aaron Maxwell - Building a Automated Testing/Quality Assurance System
- bats - Bash Automated Testing System
Windows
- NSSM - the Non-Sucking Service Manager