commandlinefu.com is the place to record those command-line gems that you return to again and again.
Delete that bloated snippets file you've been using and share your personal repository with the world. That way others can gain from your CLI wisdom and you from theirs too. All commands can be commented on, discussed and voted up or down.
If you have a new feature suggestion or find a bug, please get in touch via http://commandlinefu.uservoice.com/
You can sign-in using OpenID credentials, or register a traditional username and password.
First-time OpenID users will be automatically assigned a username which can be changed after signing in.
Every new command is wrapped in a tweet and posted to Twitter. Following the stream is a great way of staying abreast of the latest commands. For the more discerning, there are Twitter accounts for commands that get a minimum of 3 and 10 votes - that way only the great commands get tweeted.
» http://twitter.com/commandlinefu
» http://twitter.com/commandlinefu3
» http://twitter.com/commandlinefu10
Use your favourite RSS aggregator to stay in touch with the latest commands. There are feeds mirroring the 3 Twitter streams as well as for virtually every other subset (users, tags, functions,…):
Subscribe to the feed for:
(Please see sample output for usage)
Use any script name (the read command gets it) and it will be encrypted with the extension .crypt, i.e.:
myscript --> myscript.crypt
You can execute myscript.crypt only if you know the password. If you die, your script dies with you.
If you modify the startup line, be careful with the offset calculation of the crypted block (the XX string).
Not difficult to make script editable (an offset-dd piped to a gpg -d piped to a vim - piped to a gpg -c directed to script.new ), but not enough space to do it on a one liner.
Sorry for the chmod on parentheses, I dont like "-" at the end.
Thanks flatcap for the subshell abbreviation to /dev/null
There are 9 alternatives - vote for the best!
(Please see sample output for usage)
script.bash is your script, which will be crypted to script.secure
script.bash --> script.secure
You can execute script.secure only if you know the password. If you die, your script dies with you.
If you modify the startup line, be careful with the offset calculation of the crypted block (the XX string).
Not difficult to make script editable (an offset-dd piped to a gpg -d piped to a vim - piped to a gpg -c directed to script.new ), but not enough space to do it on a one liner.
If you can do better, submit your command here.
You must be signed in to comment.
How fun! But you can make it shorter by using a subshell.
Change:
X 2>/dev/null; Y 2>/dev/nullinto
(X;Y)2>/dev/nullThis saves 12 bytes!
read -p 'Script: ' S && C=$S.crypt H='eval "$((dd if=$0 bs=1 skip=//|gpg -d)2>/dev/null)";exit;' && gpg -c<$S|cat >$C <(echo $H|sed s://:$(echo "$H"|wc -c):) - <(chmod +x $C)Hey that abbreviation is nice! Thanks flatcap!
When you run
[code]
bash -x test.crypt
[/code]
you still able to see lot stuff...
Welcome to my Taobao shop !
Daily update:
Discover amazing stuff, collect the things you love, buy it all in one place.
novel style, varieties, low price and good quality, and the low sale price
==== ( http://www.fullmalls.com ) =====
==== ( http://www.fullmalls.com ) =====
New to Hong Kong : Winter Dress
Best quality, Best reputation , Best services
---**** NHL Jersey Woman $ 40 ---**** NFL Jersey $ 35
---**** NBA Jersey $ 34 ---**** MLB Jersey $ 35
---**** Jordan Six Ring_m $ 36 ---**** Air Yeezy_m $ 45
---**** T-Shirt_m $ 25 ---**** Jacket_m $ 36
---**** Hoody_m $ 50 ---**** Manicure Set $ 20
---**** handbag $ 37 ---**** ugg boot $ 43 ---****
give you the unexpected harvest
==== ( http://www.fullmalls.com ) =====
==== ( http://www.fullmalls.com ) =====
==== ( http://www.fullmalls.com ) =====
==== ( http://www.fullmalls.com ) =====
Dynaguy: of course, if you have the password, you see everything. It's the idea. Without password, you can't see nothing. It's the idea.