Slashdot Mirror


User: Bandman

Bandman's activity in the archive.

Stories
0
Comments
1,242
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,242

  1. Re:dmidecode on (Useful) Stupid Unix Tricks? · · Score: 1

    Good lord yes. dmidecode is a godsend

  2. Re:Imbedding output with ' on (Useful) Stupid Unix Tricks? · · Score: 1

    I always use backtics to look at shell scripts in the path

    cat `which shellscript`

  3. Re:Backquotes on (Useful) Stupid Unix Tricks? · · Score: 1

    And since you can't nest backtics, $(command argument1 $(command masquerading as argument 2))

  4. Re:A simple search on (Useful) Stupid Unix Tricks? · · Score: 1

    du -hs

  5. Re:A simple search on (Useful) Stupid Unix Tricks? · · Score: 1

    Unless you've forgotten to mount the remote shares, and you're wondering why / is completely full...

    Never had that happen...nope, not me...

  6. Re:A simple search on (Useful) Stupid Unix Tricks? · · Score: 1

    If you don't want directories,

    ls -alSr | tail -n 10

  7. Re:A simple search on (Useful) Stupid Unix Tricks? · · Score: 1

    Doesn't unix tar have -y for .Z ?

  8. Re:How about a new GUI apt get trick? on (Useful) Stupid Unix Tricks? · · Score: 1

    I've used "yum whatprovides" before. Is "provides" the same thing?

  9. Re:Tab on (Useful) Stupid Unix Tricks? · · Score: 1

    I knew the /etc/hosts, but I had no idea about known_hosts. That's excellent!

  10. Re:Is this it? on (Useful) Stupid Unix Tricks? · · Score: 1

    or "hey dumbass, there are 50,000 commands that start with 'x', do you really want me to list them all?"

  11. Re:Tab on (Useful) Stupid Unix Tricks? · · Score: 3, Informative

    funny! I just chanced on this blog entry about ZSH. It sounds really intriguing and apparently has great tab completion.

  12. Re:Tab on (Useful) Stupid Unix Tricks? · · Score: 5, Funny

    Seriously, I was giving a presentation at a LUG meeting a few years ago, and during a break, some guys came up to me and said "We know you can't type that fast. How do you do that?"

  13. Re:grep -R on (Useful) Stupid Unix Tricks? · · Score: 2, Insightful

    GNU spoils us Linux folks. The 'date' command on any non-GNU system is like GNU date's retarded little brother

  14. Re:grep -R on (Useful) Stupid Unix Tricks? · · Score: 1

    I do all kinds of stuff like that, but I got in the habit a long time ago of doing it the "hard" way...

    Example: creating tarballs of datestamp'd directories:

    for FILE in 200808* ; do tar zcvf $FILE.tar.gz $FILE && rm -rf $FILE ; done

  15. Re:Find / Grep on (Useful) Stupid Unix Tricks? · · Score: 1

    The manpage for 'find' is amazing. I also love the manpage for 'bash'.

    And whoever decided to extend 'date' into the miracle that is GNU date deserves a medal.

  16. Fix the garbled screen on (Useful) Stupid Unix Tricks? · · Score: 1

    After you cat something you shouldn't, and the console is screwed, 'reset' works wonders

    If the screen isn't screwed, and you just want it cleared, "clear"

  17. Re:No longer true on EA Recommends Hilarious Work-Around For RA3 CD-Key · · Score: 3, Funny

    warfail?

  18. Re:Two words on Barack Obama Wins US Presidency · · Score: 1

    You're right! Progressive liberals in charge! This country might stop regressing back into the dark ages. Here's to hoping.

  19. Re:Two words on Barack Obama Wins US Presidency · · Score: 1

    What signs will you be watching for?

  20. Re:Two words on Barack Obama Wins US Presidency · · Score: 1

    You're really more afraid of Obama in the White House than you are of an Islamic terrorist? Really?

    Can I ask why?

  21. Re:Two words on Barack Obama Wins US Presidency · · Score: 1

    > Think GW Bush ever DREAMED he'd be THIS much of a uniter?

    Ha! That's hilarious. I'm stealing that

  22. Re:Two words on Barack Obama Wins US Presidency · · Score: 1

    We had the good sense to elect someone who wants what's best for the United States and realizes that it doesn't have to come at the expense of everyone else.

    As other people said, we're getting there. This wasn't an overwhelming crushing defeat. About half of the people here voted the other way. It's going to be a while before more people get onboard.

  23. Re:Two words on Barack Obama Wins US Presidency · · Score: 1

    I honestly don't think that the interests of the US and the interests of the world are mutually exclusive.

  24. Re:oh nos on When Does Powering Down Servers Make Sense? · · Score: 1

    I'm all about using a configuration management system to handle that.

    My problem is that I don't know what to use. What's out there, and what do you suggest?

  25. Re:Like a car... on When Does Powering Down Servers Make Sense? · · Score: 1

    I'm sure you do. Your outside facing web servers need to be accessible all the time, though, I'm sure.