3,892 reputation
919
bio website
location
age
visits member for 8 months
seen 13 hours ago
stats profile views 161

Sep
9
comment How can I enable URL rewriting on a DD-WRT router?
Router rewrites are one thing, and interesting, but your specific use case has some holes. There are many, many search engines. How will you censor all of them? And even if you do, there are always proxies, and personal messages, and message boards, and... And off topic here, but consider: is this really a good idea?
Sep
9
answered A simple hierarchical task list (that lets you cross out tasks) for linux in the Ubuntu repositories?
Sep
7
answered Comment all lines in a text file?
Aug
28
awarded  Editor
Aug
28
awarded  Organizer
Aug
28
revised How to edit a .gpg file with vi?
added tags
Aug
28
awarded  Supporter
Aug
28
suggested suggested edit on How to edit a .gpg file with vi?
Aug
28
answered How to edit a .gpg file with vi?
Aug
28
awarded  Teacher
Aug
28
comment cat files with directory
@lukmac: Try something more like this: for f in *; do echo "This is from ${f}"; cat $f; done
Aug
28
answered cat files with directory