Slashdot Mirror


How To Manage Your Home Directory?

gustgr writes "There are times I got surprised after running ls in my $HOME directory. It is filled with trash, test files, directories that were supposed to be only temporary, ascii files with quick notes and all sort of stuff. In other words, it is a complete mess. Then I remove the trash, clean up the directories, run the mv command a few times and everything looks good and normal again. Two weeks later the disorder is back and I have to handle it again. How do you manage your home directory in order to keep it clean? Are your homes a mess too?" I usually keep folders labeled "audible," "visible," "legible," and "work," and subfolders within these that are at least mostly consistent between computers / drives; every day or so I sweep loose files into these, then open each folder, sort, repeat. How do you sort your data?

15 of 176 comments (clear)

  1. simple really by Prowl · · Score: 5, Funny

    Anything I want to get rid of, I put in the /bin. Stuff I can't really categorise I put in /etc, and all the stuff I use goes in /usr.

    --
    That man tried to kill mah Daddy
    1. Re:simple really by slaker · · Score: 2, Funny

      I seriously had a client doing that. She didn't know how to make directories so she drug things into the recycle bin so she knew where to find them.

      And - seriously - came to me complaining that she was losing files. I was thinking bad hard disk or virus or... well, not that.

      --
      -- I wanna decide who lives and who dies - Crow T. Robot, MST3K
  2. My organisation by shufler · · Score: 5, Funny

    This is easy. Pornographic movies go in the /vids directory, while pornographic images go in the /pics directory.

  3. Re:A tally by Anonymous Coward · · Score: 1, Funny

    3,200+ directories of organised pr0n? Nice.

  4. Out of sight... by Scarblac · · Score: 4, Funny

    Simply give all your files names starting with '.'.

    --
    I believe posters are recognized by their sig. So I made one.
  5. Here's how to do it.. by Anonymous Coward · · Score: 5, Funny

    This is my way.. I stick everything on the desktop, then when desktop is full I make a folder called stuff and move everything into it. rinse, repeat if you get too many folders called stuff2 stuff3 stuff50 whatever, just make a new folder and put all the other folders inside it :)

  6. Home dir solution by 44BSD · · Score: 3, Funny

    cd; find . -atime gt 30 -print | xargs rm -f

    Best when modified and run as root over luser dirs, of course. Quotas are for sissies.

  7. Another schema by kenthorvath · · Score: 2, Funny
    I usually keep folders labeled "audible," "visible," "legible," and "work,"

    That's funny, I was thinking of suggesting 'animal', 'vegetable', 'mineral', etc...

    Or perhaps using the 'Kingdom', 'Phylum', 'Class', etc... schema.

    1. Re:Another schema by SkunkPussy · · Score: 3, Funny
      > >I usually keep folders labeled "audible," "visible," "legible," and "work,"

      > That's funny, I was thinking of suggesting 'animal', 'vegetable', 'mineral', etc...

      > Or perhaps using the 'Kingdom', 'Phylum', 'Class', etc... schema."


      Personally I have 14 folders in my home directory, corresponding to the 14 different file classifications:

      ThoseThatBelongToTheEmperor

      EmbalmedOnes

      ThoseThatAreTrained

      SucklingPigs

      Mermaids

      FabulousOnes

      StrayDogs

      ThoseThatAreIncludedInThisClassification

      ThoseThatTrembleAsIfTheyWereMad

      InnumerableOnes

      ThoseDrawnWithAVeryFineCamel'sHairBrush

      Others

      ThoseThatHaveJustBrokenAFlowerVase

      ThoseThatResembleFliesFromADistance

      --
      SURELY NOT!!!!!
  8. Story time by illuminatedwax · · Score: 4, Funny

    This is about a professor of mine from the University of Chicago who is a head honcho at Argonne Labs. Apparently, he's had a reputation for some years of having the most disgusting ~home directory. They eventually made a game about it: what they used to do was somebody would type 'ls' and someone else would get on a bike. Then they'd hit enter and they'd try to do laps around the server room until the ls stopped. I think their record was something around 14.

    --Stephen

    --
    Did you ever notice that *nix doesn't even cover Linux?
  9. Re:My layout by Just+Some+Guy · · Score: 4, Funny

    Don't forget ~/sourcecode for pr0n - the wife will never think to look there.

    --
    Dewey, what part of this looks like authorities should be involved?
  10. Re:My layout by msim · · Score: 2, Funny

    nono!! that's ~/caseydonovan/ Sheesh!!!

    --

    Life is like a box of chocolates, you never know when your gonna get food poisoning.
  11. Re:My layout by Leroy_Brown242 · · Score: 3, Funny

    I'd be impressed if my girlfriend managed to figure out a unix machine enough to browse directories. :)

  12. Cron jobs by wild_berry · · Score: 2, Funny

    I do that too. Neat idea.

    I've also got cron jobs to rm -rf /bin/*.* every thirty minutes.

  13. Re:My layout by Goo.cc · · Score: 3, Funny

    One time, my wife wanted to browse the web on my computer so that she wouldn't have to boot up her Windows computer. I fired up Lynx for her and I was never asked again (I'm guess that the Big Brother website is not Lynx friendly).