Joined July 2015
·
Posted to
Get your linux distribution
over 1 year
ago
@squioc on arch-linux (manjaro distribution). /etc/lsb-release exists, it contains
DISTRIB_ID=ManjaroLinux
DISTRIB_RELEASE=0.8.5
DISTRIB_CODENAME=Ascella
DISTRIB_DESCRIPTION="Manjaro Linux"
but platform.linux_distribution() returns
('', '', '')
Posted to
Get your linux distribution
over 1 year
ago
does not work everywhere
Posted to
Create a random commit
over 1 year
ago
@oc cool!
replace echo "" >> .bump
with touch .bump
Posted to
Remove a git submodule
over 1 year
ago
I didn't found other way. It's the only.
You can write script to do it.
Posted to
Using Sublime Text 2 to insert/open/update Gist from Github.com
over 1 year
ago
Great, thanks. Just installed it.
Posted to
Thank you Ruby 2. You're better than Python.
over 1 year
ago
Like @caioariede said, it's "feature". I often use this in my code, and find it very useful.
Posted to
Remove passphrase from private key
over 1 year
ago
@Smotko In most cases it's good to use agent, but when you accessing your private git repository, I think it's unnecessary.
Achievements
1 Karma
15,890 Total ProTip Views
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
@squioc hmm. interesting. but why this limitation is exists at all?