Joined August 2011
·
Posted to
Get external IP with CLI
over 1 year
ago
For just the IP I prefer http://icanhazip.com ;)
Posted to
Move back to the last visited directory
over 1 year
ago
Pushd is good if you're thinking ahead, but not everyone does that ;)
I suppose you could alias cd
to pushd
since they do pretty much the same thing.
@plukevdh, you can do that in bash with alias -- -="cd - >/dev/null"
Achievements
140 Karma
0 Total ProTip Views

Philanthropist
Truly improve developer quality of life by sharing at least 50 individual open source projects

Lab 3
Have at least three original repos where C# is the dominant language

Komodo Dragon 3
Have at least three original repos where Java is the dominant language

Epidexipteryx
Have at least one original repo where C++ is the dominant language

Forked
Have a project valued enough to be forked by someone else

Lab
Have at least one original repo where C# is the dominant language

Raven
Have at least one original repo where some form of shell script is the dominant language

Komodo Dragon
Have at least one original repo where Java is the dominant language

Nephila Komaci
Have at least one original repos where PHP is the dominant language

Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos

Altruist
Increase developer well-being by sharing at least 20 open source projects

Charity
Fork and commit to someone's open source project in need

Python 3
Have at least three original repos where Python is the dominant language

Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
That's probably the exact same reason why you login to Github using the
git
user rather than your own account.