Popular Tools Programming Tips
List files modified in the last hour - find command
Daniel Romero
·
1 response
·
shell, find, linux, unix
Remove a git submodule
Santiago Gil
·
5 responses
·
submodule, git
Use HTTP status codes from curl
Mark Allen
·
0 responses
·
curl, bash
Reset the MySQL 5.7 root password in Ubuntu 16.04 LTS
Jon Peck
·
5 responses
·
mysql, ubuntu, linux, server administration
Recursive find & replace with sed
Matt Senior
·
2 responses
·
sed, grep, linux
Pip : Install a specific github repo tag or branch
Oleiade
·
5 responses
·
python, tag, pip, virtualenv
Random number generator in bash
Mark Wunsch
·
2 responses
·
shell, unix, bash
What is the best OS for web development? (Community Protip)
Nicholas Jordon
·
13 responses
·
ruby, php, python, open source
Show your git status and branch (in color) at the command prompt
Jake Romer
·
8 responses
·
git, ps1, bash prompt, git status
How to download a project subdirectory from GitHub
Janos Gyerik
·
5 responses
·
svn, git, github
Use NFS to speed up your Vagrant
Anton Kalyaev
·
19 responses
·
performance, virtualbox, vagrant
Generate your changelogs with Git log
Jerel Unruh
·
3 responses
·
changelog, git, github
Create new github repo from command line
Raine
·
9 responses
·
shell, curl, git, raineorshine
Git - Merge a single file from one branch to another.
Shekhar Sharma
·
1 response
·
merge, tricks, git, source control
Case-sensitive git in Mac OS X like a Pro
Even André Fiskvik
·
12 responses
·
osx, rename, filename, git
Ansible retry task
bmwant
·
1 response
·
ansible, playbook, retry, task
updating PATH with ansible - system wide
Ali-Akber Saifee
·
1 response
·
python, nodejs, regexp, ubuntu
Fix apt on old unsupported Ubuntu releases
James Wyse
·
6 responses
·
fix, apt, errors, ubuntu
Erase a Mac hard drive from the Terminal (when Disk Utility fails)
Mikkel Malmberg
·
1 response
·
terminal, os x, diskutility
Connect to MySQL in Vagrant with Sequel Pro
James D
·
15 responses
·
mysql, vagrant, sequel pro
Purge deleted hard disks from Virtual Box
Ingmar
·
2 responses
·
oracle, virtual box, vm, ubuntu
Give your Python program a shell with the cmd module
Austin Keeley
·
6 responses
·
python, shell, command line, module