TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you organise your hard drive?

275 点作者 cogs超过 6 年前
By project, by tool? What do you do with pdfs and reference stuff, surely not Dewey Decimal?

109 条评论

amenghra超过 6 年前
<p><pre><code> - bunch of random files in ~&#x2F;Desktop&#x2F; - more random files in ~&#x2F;Desktop&#x2F;old&#x2F; - more more random files in ~&#x2F;Desktop&#x2F;old&#x2F;old&#x2F;... - real stuff in ~&#x2F;dev and ~&#x2F;Site&#x2F; - a mix of important and unimportant files in ~&#x2F;Downloads&#x2F;</code></pre>
评论 #18837527 未加载
评论 #18839208 未加载
评论 #18837498 未加载
评论 #18839720 未加载
评论 #18838713 未加载
评论 #18838191 未加载
评论 #18838778 未加载
评论 #18839185 未加载
评论 #18838268 未加载
jen729w超过 6 年前
“...surely not Dewey Decimal?”<p>Close! Johnny.Decimal. <a href="https:&#x2F;&#x2F;johnnydecimal.com" rel="nofollow">https:&#x2F;&#x2F;johnnydecimal.com</a><p>I’m Johnny. Feedback much appreciated, I’m working like a busy little bee on the site as we speak. Should have a show HN app ready in a couple of months, but I’m learning JS&#x2F;React as I go so it’s taking time. :-)
评论 #18837188 未加载
评论 #18837182 未加载
评论 #18838639 未加载
评论 #18840060 未加载
评论 #18837111 未加载
评论 #18840951 未加载
评论 #18840598 未加载
omeid2超过 6 年前
Using domain names and symbolic links. Seriously.<p><pre><code> github.com&#x2F;omeid&#x2F;upower-notify omeid.net&#x2F;family&#x2F;photos omeid.net&#x2F;friends&#x2F;joe&#x2F;2018-royal-national-park-hike -&gt; omeid.me&#x2F;hikes&#x2F;2018&#x2F;royal-national-park omeid.me&#x2F;hikes&#x2F;2018&#x2F;royal-national-park -&gt; omeid.me&#x2F;hikes&#x2F;royal-national-park&#x2F;2018 omeid.me&#x2F;blog omeid.me&#x2F;id some-company-i-work-for.com&#x2F;projects&#x2F;alpha-transit some-company-i-work-for.com&#x2F;legal&#x2F;contracts -&gt; omeid.me&#x2F;contracts&#x2F;some-company-i-work-for.com some-department.some.gov.au&#x2F;projects&#x2F;speed-view -&gt; github.com&#x2F;some-department-speed-view </code></pre> And so forth.
评论 #18837870 未加载
评论 #18838038 未加载
评论 #18838736 未加载
JohnBooty超过 6 年前
One thing that changed my life is z, a utility to navigate easily to arbitrary directories based on frecency. Makes dir structure a bit less relevant; with z the distance between any two dirs is effectively constant.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;rupa&#x2F;z" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rupa&#x2F;z</a><p><pre><code> By project, by tool? What do you do with pdfs and reference stuff, surely not Dewey Decimal? </code></pre> ~&#x2F;proj ---&gt; all my current projects and stuff i&#x27;ve pulled down from GitHub so I can examine it. usually 20 or so. subdirs for employer, etc<p>~&#x2F;Dropbox&#x2F;personal ---&gt; scanned documents, receipts, etc<p>~&#x2F;Dropbox&#x2F;work ---&gt; subdirs per client&#x2F;employer<p>~&#x2F;Dropbox&#x2F;ebooks ---&gt; organized into subdirs by topic<p>~&#x2F;Dropbox&#x2F;pdfs ---&gt; web pages i&#x27;ve &quot;printed&quot; to pdf for archiving&#x2F;reference. organized into subdirs by topic<p>~&#x2F;Desktop&#x2F;old ---&gt; the &quot;junk drawer&quot; i occasionally clean out. doesn&#x27;t get too big<p>~&#x2F;Music ---&gt; mostly just iTunes doing its thing<p>I also have a truckload of media (games, movies, music) stored on external hard drives since there&#x27;s not much room for it on the internal SSD.
评论 #18839901 未加载
yboris超过 6 年前
A bit off topic: I have a large collection of <i>videos</i>, but organizing them was exceptionally annoying, so I built a tool: <i>Video Hub App</i> with advanced search features and instant previews of screen-captures from each videos. Think of it like YouTube for videos on your computer: <a href="https:&#x2F;&#x2F;videohubapp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;videohubapp.com&#x2F;</a><p>And it&#x27;s now open-source: <a href="https:&#x2F;&#x2F;github.com&#x2F;whyboris&#x2F;Video-Hub-App" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;whyboris&#x2F;Video-Hub-App</a>
评论 #18838402 未加载
saghm超过 6 年前
I have a fairly specific system that I&#x27;ve developed, mostly due to my being fairly anal about not wanting to leave random files lying around after I&#x27;m done with them and wanting to keep as little as possible in my home directory. I tend to try to keep most things in my directory that&#x27;s sync&#x27;d to cloud storage (previously Dropbox, now Nextcloud since Dropbox doesn&#x27;t support non-ext4 on Linux); ~&#x2F;Documents and ~&#x2F;Pictures are both symlinks into that folder so that I don&#x27;t have to keep track of which machine something is on. I try to keep my ~&#x2F;Downloads directory fairly clean, and move things to the trash liberally (through trashcli) once my initial use is finished so that I can still access them later if I need to. The only other two (non-hidden) directories I keep in my home directory are ~&#x2F;dotfiles (which is a private GitHub repo that I symlink my dotfiles from) and ~&#x2F;code, which has subdirectories for various categories (`forks`, `scripts`, `projects`, `scratch`, and maybe a few others I&#x27;m forgetting). Finally, I have a ~&#x2F;.scratch directory where I put text files I use to take notes, short scripts I write to test something, and other files I only need for a short time.
评论 #18838874 未加载
评论 #18836888 未加载
hotsauceror超过 6 年前
Hierarchy starts in Documents. $name is employer name<p>- .{$name}<p><pre><code> - {$name} Administrative = my personal corporate footprint. W-2s, onboarding, perf reviews, etc - {name} Projects - PMO Projects - Leadership Projects - Team Projects = internal initiatives - Administrative Projects = stuff like, we need to update our service catalog portfolio or create a new RACI - Application Projects = stuff like, “migrate the Fruitbasket database’s nonclustered indexes and staging tables to new filegroups”. Small technical projects, surfaced by our team - {$name} Troubleshooting - YYYYMMDD-$app-problem-desc = all the documents and data for a specific issue. Log dumps, AARs, executive summaries - {$name} Management - Vendors - Budgeting + Forecasting - Expenses - Technical Portfolio - Team Members - SLAs &#x2F; OLAs - Audits - Onboarding - {$name} Documentation - {$name} Forms and Templates - {$name} Meetings = all meeting agendas and write ups. Each is a txt file named as YYYYMMDD-stakeholder&#x2F;app-topic. Can be a tossup whether a meeting write up goes here or in a project folder. - {$name} Change Management = docs and data for each change I’m either submitting or implementing. Each sub folder named by the Servicenow ID and a description. - {$name} Operations = heat maps, log dumps, baselines, WIP documentation. Much of this is getting moved to github.</code></pre>
jcoffland超过 6 年前
I have a few folders under home I&#x27;ve used regularly for many years:<p><pre><code> docs projects build bin crap </code></pre> <i>docs</i> contains documents organized into subcategories like <i>biz</i> and <i>personal</i>.<p><i>projects</i> contains all my various paid and personal programming and hardware projects; each in their own subdirectory.<p><i>build</i> is a playground for building and trying out new software.<p><i>bin</i> contains non-packaged executables. I find <i>&#x2F;usr&#x2F;local&#x2F;bin</i> to be a poor alternative because it has to be moved separately when I install a new OS.<p><i>crap</i> contains subdirectories in the format <i>YYYYmmdd</i>. E.g. <i>20190105</i>. Whenever I accumulate too much crap in my home directory, I move it all to <i>~&#x2F;crap&#x2F;$(today)&#x2F;</i>. <i>today</i> is an alias for <i>date +%Ymd</i>.
ilian超过 6 年前
For organizing files I can suggest a combination from meaningful folder structure and tags. Mac OS offers a great way to organize files with tags, but it is limited only for the Apple world. There are bunch of tools offering organizing files with tags, but most of them are cloud based or use databases for storing the tagging information. Both ways are locking your files in a third party systems in some way. A tool for organizing local files and folders with tags lacking these limitations is TagSpaces. If is open source and freely available from <a href="https:&#x2F;&#x2F;www.tagspaces.org" rel="nofollow">https:&#x2F;&#x2F;www.tagspaces.org</a>
w1nt3rmu4e超过 6 年前
If you happen to be fishing for app ideas, here&#x27;s one I&#x27;d pay $50 for:<p>An app that controls `~&#x2F;Downloads` and automatically organizes (somehow), tracks usage and schedules files for deletion.<p>Once a week I&#x27;d like to see a dialog listing files likely to be unwanted, info about how many times they&#x27;ve been accessed, where they came from, etc. With a simple, one button, &#x27;trash them all&#x27;.<p>The idea would be to optimize sets of files so they&#x27;re more likely to be &#x27;all trashed&#x27; because they aren&#x27;t useful anymore, while minimizing situations where you want to trash all but a few and have to spend time managing that.<p>Not sure what the heuristic would be.
评论 #18837939 未加载
评论 #18837917 未加载
评论 #18845910 未加载
评论 #18838485 未加载
评论 #18839623 未加载
notemaker超过 6 年前
Slightly OT, but I yesterday launched my script [1] to go through 2 decades of family photos (200GB) that are structured in no sensible way (i.e tree depth of over 6 and over 500 folder with no descriptive names) and organize them.<p>The script will copy the files, ignoring duplicates, and format them as follows. Files are renamed to their date of creation (when the photo&#x2F;video was taken&#x2F;shot), e.g. 2019.01.07_08.28.34.jpg, and then stored in folders sorted by year.<p>ETA is 40 hours for the remaining 150GB. I suspect that the bottleneck is my network (running the script on my PC, but the photos are available through NFS). I assume it would go much faster if photos are stored on the same computer as the script is being run on.<p>Anyway, I thought this might be relevant for anyone who wants to get a grip of their photos :)<p>PS: would greatly appreciate style&#x2F;performance&#x2F;correctness tips on the code AND recommendations of any other naming strategy you deem better than my approach!<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;johan-andersson01&#x2F;photo_renamer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;johan-andersson01&#x2F;photo_renamer</a>
评论 #18891823 未加载
评论 #18844143 未加载
janci超过 6 年前
All downloaded files go to huuge ~&#x2F;Downloads. Files to be preserved are then moved to more appropriate location. From time to time I delete oldest and biggest files from Downloads.<p>Photos and videos go to Personal folder organized by year and event (ie. 2018&#x2F;Cristmas). Web development is in &#x2F;var&#x2F;www, &#x2F;var&#x2F;node per-project. NetBeans projects in default location Company stuff to $companyName&#x2F;documents $companyName&#x2F;projects etc. Documents that are related to specific point in time are prefixed with YYYY or YYYYMMDD. Documents that are subject to change are siffixed by v1, v2... Movies go to movies folder, ebooks and audio books to books folder - organized per-title. Music goes to music folder in artist&#x2F;album structure. Disk images, install packages go to Install folder. Personal documents are just a messy Documents folder.<p>Symlinks are used when data is stored in other location than it belongs to (ie. due to size or fixed path requirements)<p>I have few tmp folders where is stuff that I can afford lose at any time (but I am too lazy to delete)<p>I backup all important folders with rsync to remote location.
评论 #18857696 未加载
kylehotchkiss超过 6 年前
128gb personal Macbook Pro, which requires being somewhat creative.<p>* Lightroom collection (library &amp; photos) on Samsung T5 external drive<p>* GoPro video collection also on Samsung T5 external drive<p>* All sites, organized by domain name, in &#x2F;Sites&#x2F; (Use DNSMasq + Apache vhosts to map the folder to sitename.mac domain locally)<p>* Various github clones in ~&#x2F;Clones&#x2F;<p>* Nonsite code projects in ~&#x2F;Projects<p>* Google Drive folder:<p><pre><code> * personal will&#x2F;last wishes: &quot;_In case of emergency&#x2F;&quot; * scanned things: documents&#x2F; * so many tax docs: legal&#x2F; * college&#x2F;design projects: projects&#x2F; </code></pre> And finally, Google Photos for all photos (turned off icloud photos). 10 years of photo arquives is so cool. I want to switch to something more private though, maybe Synology has something similar when I upgrade to a NAS<p>Backup strategy:<p>* Home folder: Arq to Google Drive (in appdata folder)<p>* &#x2F;Sites&#x2F; folder: Arq to Google Drive<p>* Google Drive to Google Drive<p>* Samsung T5: Arq to Google Drive<p>Summary: Paid G Suite for business account for my wife and I provides ample backup storage online, but eventually I&#x27;d like everything to live at home and only encrypted backups on S3, when I want to drop $700 on a decent NAS setup.
评论 #18837413 未加载
评论 #18838396 未加载
miguelrochefort超过 6 年前
My approach to file management is delegation:<p>- Most files go straight to the default recommended location. This includes downloads, git repositories, programs, etc.<p>- Source code is on GitHub.<p>- Emails are on Gmail.<p>- Notes and todos are on Google Keep.<p>- Books are on Google Drive in PDF or EPUB format.<p>- Photos and videos are on Google Photos and YouTube.<p>- Music is on Spotify and YouTube.<p>- Movies are on Netflix, or in the Downloads folder (until they&#x27;re watched and deleted).<p>- Documents and scans are on Google Drive. If I must name a file, I use this convention: &quot;Some_Description-20190106.ext&quot;. I mostly rely on search, but I have some high-level folders as well: Books, Health, Finance, Travel, Work, School, Scans, Thoughts, Projects, AppData, Backups.<p>In 2019, I want to migrate from files to a database. My plan is to extract knowledge from files and online services, and them into a RDF triple store:<p>- Google<p>- Keep<p>- Maps<p>- Fit<p>- Contacts<p>- Gmail<p>- Calendar<p>- Reddit<p>- Hacker News<p>- Pocket<p>- Amazon<p>- eBay<p>- Mint<p>- Bitcoin<p>- MyFitnessPal<p>- Chrome<p>- LinkedIn<p>- Twitter<p>- Facebook<p>- GitHub<p>- 23andMe<p>- iCheckMovies<p>- GoodReads<p>- YouTube<p>- Spotify<p>- Netflix<p>- IMDB<p>- VoIP.ms<p>- Airbnb<p>- Uber<p>- Agoda<p>- Booking<p>- TripAdvisor<p>Lastly, I want to make a lot of this data public. I&#x27;ll start by releasing the source code of old&#x2F;ongoing projects on GitHub and release my ideas&#x2F;thoughts on my blog.
评论 #18836843 未加载
评论 #18836816 未加载
valeyard超过 6 年前
* ~&#x2F;Projects&#x2F;&lt;git-repo-name&gt; - all my git repos<p>* ~&#x2F;.bin - only scripts, so this dir is in my $PATH<p>* ~&#x2F;Pictures - only images, my rices, wallpapers, screenshots, etc<p>* ~&#x2F;syncthing - files I sync with syncthing (my .kbdx and my memes folder)<p>* ~&#x2F;Documents&#x2F;&lt;topic&gt; - my university stuff, a courses folder (files I created doing some courses), some cheatsheets in .md, a library folder where I keep all material I have colected throughout my life, and a backup of my memes folder<p>* ~&#x2F;suckless - suckless software with my modification (dmenu, dwm and st)
pointsphere超过 6 年前
The same way I organize my whole life, everything is either new and unprocessed, being processed, or done.<p>- unprocessed, unsorted, new information: &#x2F;Downloads<p>- currently being processed or worked on, otherwise empty, synced to NAS: &#x2F;Documents &#x2F;projects<p>- processed &#x2F; finished &#x2F; rarely accessed: &#x2F;archive on NAS, indexed, backed up to backblaze<p>&#x2F;archive also contains all media in a neat folder structure, but indexed (by the NAS) and searchable through Finder.<p>This way my work folders stay clutter-free except for current projects&#x2F;work
评论 #18838954 未加载
asdz超过 6 年前
Check out <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;datacurator&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;datacurator&#x2F;</a> and <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;datahoarder" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;datahoarder</a><p>Been there and learnt some good directory structure for keeping archive and organizing my NAS, from MP3, Games, Installer, OS iso to VMs, tutorials, pdfs, etc
bobbydreamer超过 6 年前
C: drive all temporary files like currently downloaded movies &amp; music and default path files.If lost no worries.<p>D: Personal, Educational PDFs, Video tutorials and projects.<p>E: drive for videos, music and games data files.<p>D&amp;E drives rsync with Google storage buckets. (GSUTIL)<p>Housekeeping - PDFs and Tutorial videos which I haven&#x27;t referenced in 2years will be eventually deleted. On first identification I will rename the folder as CBD - Foldername(cbd - can be deleted). Next time when I am browsing files in explorer if a CBD catches my eye, I will delete it. I Regularly run dir &#x2F;s and save output in TXT file for reference purposes, only one time I opened it. Decided not to rename any downloaded files as using the same name it can be found again by googling, if I rename it it&#x27;s hard to find in internet. I also use a duplicate finder to find and delete duplicate files.<p>Project files are in google source repository and partially in GitHub &amp; bitbucket as well.<p>For references links, Have a set of files named it on the subject like java.txt, git.txt, gcp.txt which contains all the commands and links which I had found useful and I am typing it regularly in marked down format itself, so it looks fancy in vscode. This reference is in D:\
MaulingMonkey超过 6 年前
Everything inside I:\home\ with over a decade of shifting hierarchical patterns slowly accumulating.<p>Under I:\home\: archive, art, bin, configs, data, financial, logs, media, notes, photos, projects, scans, scripts, utility, vms, website, writing. (I should merge utility into bin...)<p>I:\home\archive\ is a mostly write-only repository of backups of other stuff (exports of bookmarks, email, old computers, old installers&#x2F;isos I want to keep, etc.)<p>I:\home\media\ is mostly external media and further subdivided into: blender, books, comics, composing, documentation, downloads, flash, midi, music (mp3s), pdfs, pictures, recorded, screenshots, sounds, ttyrecs.<p>I:\home\notes\ is an ever shifting collection of .txt files, only going one or two more folders deep (fiction, game design, gaming, hobby, jobs, journaling, productivity, programming, security, self, social, style, web, etc.)<p>I:\home\projects\ is currently mostly a flat list of programming projects, mostly gamedev related - I have custom tools to scan it for .projnfo sub-directories containing screenshots and known files like description.txt for metadata, which are compiled into a single easy to scan html page to rediscover projects I&#x27;ve previously abandoned. I abuse prefixes &#x2F; naming schemes to organize stuff some too (E.g. mmk.foo.bar for typescript libs, libMmk* for C++ libs, mmk_xyz for Rust projects, CamelCase for C#, www_xyz for non-library typescript projects). Current exceptions to the flat list all start with an underscore: _other (other people&#x27;s projects I&#x27;m contributing to or building), _test (throwaway projects for testing compiling things), _templates (copyable projects), _nupkg (local C# nuget packages). Previously I also had &quot;new&quot;, &quot;stable&quot;, and &quot;dead&quot; categories, but I got rid of them as not useful and making my project paths unstable.<p>My bookmarks are a little more consistent&#x2F;&#x27;modern&#x27;: A bunch of icon-only bookmarks directly on my bookmarks bar, one layer of top level categories (currently &quot;Life&quot;, &quot;Work&#x2F;Dev&quot;, &quot;Art&quot;, &quot;Music&quot;, &quot;Play&quot;, &quot;Self &amp; Social&quot;) with one more layer of subcategory underneath that. I configured a &quot;search engine&quot; such that typing &quot;b asdf&quot; searches my bookmarks with the url chrome:&#x2F;&#x2F;bookmarks&#x2F;?q=asdf , which is the most important bit - the folders are often just there to give me search terms.
nohope超过 6 年前
Few people here have referred to the &#x2F;tmp directory. This is essential in my workflow. I put a lot of things there (this is also my Downloads folder) and when the computer reboots, its clean again!<p>One of the computers I use stay turned on for long times, so I have &#x2F;tmp&#x2F;t and a cronjob that cleans all files older than 1 day in this directory:<p><pre><code> # Remove all files in &#x2F;tmp&#x2F;t older than 1440 min (one day) *&#x2F;10 * * * * find &#x2F;tmp&#x2F;t -cmin +1440 -delete &gt; &#x2F;tmp&#x2F;.find-delete-1440.log 2&gt;&amp;1 </code></pre> Besides that, I have a lot of bunches in $HOME. dot.files, dot.vim, dot.mutt, etc., are all in private git repositories and I have a &quot;~&#x2F;s&quot; directory I keep synchronized among different machines with rsync (I don&#x27;t trust Google nor Dropbox). I was thinking about starting using Syncthing [1], though.<p>[1] <a href="https:&#x2F;&#x2F;syncthing.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;syncthing.net&#x2F;</a>
评论 #18838596 未加载
rcarmo超过 6 年前
I run all my computers in roughly the same way, be they Mac or Windows (although I don’t have Dropbox on my Windows machines, and OneDrive for Business runs only on my work machines):<p>- Everything goes into a cloud-backed folder (even git repos)<p>- I follow a Mac-like hierarchy on all services (Documents, Development, Library, Pictures, etc.)<p>- Inside each top-level folder, I have subfolders for each context (Personal, Customers, GitHub, Travel, Expenses, etc.)<p>- Any truly confidential files go into encrypted disk images that are also synced to the cloud (old habit from pre-Dropbox days). Each image has a similar hierarchy inside.<p>Some example filenames:<p>- ~&#x2F;Dropbox&#x2F;Documents&#x2F;Home&#x2F;Blueprint.blend<p>- ~&#x2F;Dropbox&#x2F;Pictures&#x2F;Unsorted (exported from iCloud for triage)<p>- ~&#x2F;Dropbox&#x2F;Pictures&#x2F;To File&#x2F;2018&#x2F;12 (Good pics from Xmas)<p>- ~&#x2F;Dropbox&#x2F;Development&#x2F;GitHub&#x2F;piku (my PaaS wrapper)<p>- ~&#x2F;OneDrive&#x2F;Development&#x2F;Infrastructure&#x2F;terraform-azure-ha (an ongoing work sample)<p>- ~&#x2F;OneDrive For Business&#x2F;Library&#x2F;Presentation Resources<p>- ~&#x2F;OneDrive For Business&#x2F;Customer Deliverables&#x2F;WidgetCo&#x2F;Project X<p>Being systematic helps. And yes, I keep git repositories on both Dropbox and OneDrive (accessible to WSL in the latter case), and it has worked flawlessly for ages, even across platforms. As long as you’re the single human accessing them, they work fine and sync across without conflicts or corruption.<p>Edit: I don’t keep files on the Desktop unless they’re a slide deck I’m going to present within a few hours or shortcuts to stuff for demos, and have scripts to tidy up my Downloads folder as well...<p>Oh, and I name my work documents ‘YYMMDD Foobar.ext’, too. Helps tremendously when you go back to a project to place things in time, and also in searches (I seldom have to type more than 4 digits to get to a file)
评论 #18837881 未加载
lottin超过 6 年前
I have 3 subdirectories in my home directory:<p><pre><code> doc&#x2F; incoming&#x2F; projects&#x2F; </code></pre> Under doc&#x2F; I have a few sub-categories<p><pre><code> comp&#x2F; edu&#x2F; fin&#x2F; jobs&#x2F; lang&#x2F; org&#x2F; ... </code></pre> This is where I put things I intend to keep, whereas projects&#x2F; is for things I&#x27;m working on. There are files in doc&#x2F; that I change often as well, so maybe I don&#x27;t really need two separate directories...<p>And incoming&#x2F; is where downloaded files go, temporarily, until I delete them or move them to a proper location.<p>The only tool I use is a filename normalisation tool that I wrote myself, so that filenames don&#x27;t contain spaces or capital letters which slow me down on the command line.
reader_1000超过 6 年前
Even with sane organization, things get messy quickly. I use everything.exe [1] on windows. It is much better than Windows search.<p>[1] <a href="https:&#x2F;&#x2F;www.voidtools.com&#x2F;downloads&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.voidtools.com&#x2F;downloads&#x2F;</a>
评论 #18837946 未加载
oldmancoyote超过 6 年前
I keep all my very current projects on the desktop along with temporary items and odd-balls I haven&#x27;t classified. Everything else goes into folder called &quot;A Reference System&quot; which contains a folder for each letter of the alphabet.
评论 #18836861 未加载
评论 #18836834 未加载
whizzkid超过 6 年前
I try to organise my hard drive as if it could die anytime.<p>~&#x2F;Downloads: everything downloaded will be stored here. Nothing here should be backed up. Nothing here will still be important in a month. If it should, then move it to ~&#x2F;Documents<p>~&#x2F;Documents: everything here is important such as scanned documents, invoices, pdf files, settings, configurations etc. Each file is backed up somewhere else continiously.<p>~&#x2F;src: all code goes here. Default “git pull” location. No sub folders except “test”(ease on muscle memory). No backup needed since all has remote origin as well.<p>~&#x2F;src&#x2F;test: code, git, and bash experiences goes here.<p>In this way, if my hard drive fails on me, i think, i will not have huge problems.
raindropm超过 6 年前
I have one simple rule that I (magically) am able to stick with for so long - make sure you clean up at the end of the day. No file on Desktop&#x2F;Downloads, file things in their rightful place - or delete right away if it&#x27;s not important.<p>Sound mundane, but once you <i>just</i> did it, it usually took about what, 5 minutes? But the impact the next time you turn on your computer and see the clean workspace without guilt is great.<p>Another tip is the same as commenter about trash bin above - let software automatically clean things for you at certain time, and you&#x27;ll never worried about it again.
评论 #18871623 未加载
Wowfunhappy超过 6 年前
I&#x27;m on a Mac. On my main hard drive:<p>Applications go into &#x2F;Applications, unless they&#x27;re games, in which case they go in ~&#x2F;Games.<p>Downloads stay in ~&#x2F;Downloads unless I have a reason to put them elsewhere. I also clear the Downloads folder whenever I&#x27;m running out of hard drive space.<p>Pages documents and similar go in ~&#x2F;Documents.<p>The Desktop is my temporary workspace, for active projects.<p>I have a script that automatically downloads podcasts and Youtube Videos every evening. These go in either ~&#x2F;Movies or ~&#x2F;Music depending on whether they are audio or video.<p>---<p>Now, I also have a separate mirrored ZFS pool I consider my &quot;Archive&quot;. This drive is meticulously organized to a semi-ridiculous degree I can&#x27;t fully describe here, but here&#x27;s an overview of the top level structure:<p>• Books: A collection of audiobooks, organized by series.<p>• Games: Video games, organized by franchise. All either DRM Free, or with patches included to remove online-activation requirements. Also roms of console games, for use with flash cards or emulators. I don&#x27;t separate games by platform, because if I want to play a specific game, I&#x27;ll move to the platform that game is compatible with, and not the other way around.<p>• Movies: Contains BluRay rips and decrypted iTunes purchases of both movies and TV shows, organized by franchise and&#x2F;or season.<p>• Music: My (sadly small) music collection, all thrown into one folder because there aren&#x27;t that many songs. I keep meaning to buy more...<p>• Personal: This contains my birth certificate, schoolwork, past job applications, health records, social media profile data exports, photographs, etc.<p>• Software: All software I&#x27;ve purchased or written myself, and free programs I want to remember to use again. Organized by platform (macOS X, Windows, DOS, etc.) with a separate folder titled &quot;Multi-Platform&quot; for anything compatible with multiple OS&#x27;s. This unfortunately means that if I need to retrieve a Mac program I need to check both the Mac and Multi-Platform folders in order to find it, but I can&#x27;t think of a better system.
kakarot超过 6 年前
Main SSD:<p>A few partitions each containing critical system images like Windows 7 and a few Linux OSs, and then all non-critical system images live within &#x2F;pool. My home directory is limited to 2GB because no work happens in my hypervisor OS.<p>Each system image has a home directory which usually contains ~&#x2F;Projects, ~&#x2F;Scripts, ~&#x2F;Documents&#x2F;notes, ~&#x2F;Documents&#x2F;maps.<p>For literature and reference materials, I use the BISAC[0] system for storage with a folder for each heading and subheading. I feed these into Calibre which maintains its own internal library so this doesn&#x27;t matter much anyway.<p>Linux user programs are installed in &#x2F;usr&#x2F;local&#x2F;bin which is mounted separately. Windows user programs are installed in a junctioned folder which points to a regular HDD to take some load off the SSD, at C:\Users\&lt;User&gt;\Apps and C:\Users\&lt;User&gt;\Utilities. %APPDATA% and all user libraries are also junctioned and pointing to an HDD.<p>I have several drives split into two LVM volume groups, with some logical volumes taking up multiple drives. These volumes are passed into my VMs, which see continuous filesystems for each category of data, such as video, music, games, and documents. That way these filesystems can be extended as needed without hassle.<p>[0] <a href="https:&#x2F;&#x2F;bisg.org&#x2F;page&#x2F;bisacedition" rel="nofollow">https:&#x2F;&#x2F;bisg.org&#x2F;page&#x2F;bisacedition</a>
hambos22超过 6 年前
I use OSX.<p>Projects: I have a Shared folder on ~ which has bidirectional sync with my desktop (with Resilio[1]). Inside that folder are my current projects. The old ones, are on private git repos (the codebase) and on backblaze (full replicated production project, with rclone[2]). I use Resilio because its fast, reliable and it supports ignore patters (eg node_modules)<p>Dotfiles: For syncing my dotfiles, ssh keys and app settings across my machines I use Mackup[3]. Life saving tool. My macbook has the exact same settings as my desktop and vice versa. I keep all my settings in a Dropbox folder and they are symlinked automatically on the machine.<p>General: I have 3 subfolders on Downloads. Chrome, Attachments and Torrents. Each one is self explanatory. I like my downloads to be organized, because I clean them up occasionally. I use Desktop as a temp area, therefore I don&#x27;t have permanent files there. All my documents (financial, reports etc) are on Dropbox organized by year.<p>[1] <a href="https:&#x2F;&#x2F;www.resilio.com&#x2F;individuals&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.resilio.com&#x2F;individuals&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;rclone.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rclone.org&#x2F;</a> [3] <a href="https:&#x2F;&#x2F;github.com&#x2F;lra&#x2F;mackup" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lra&#x2F;mackup</a>
swaggyBoatswain超过 6 年前
- www -&gt; it&#x27;s a PHP convention. I put all my repos here and it gets cluttered. I cache it in a subfolder if it&#x27;s not in use<p>- downloads -&gt; when I am not sure of where things should go. It gets messy here, I usually cache it in a subfolder by date range if not in use<p>- dropbox&#x2F;pdfs&#x2F;x -&gt; PDFs of everything<p>- dropbox&#x2F;photos -&gt; organized by YYYY-MM folders. These are the original files cut-pasted from my phone with original metadata on it. I use googlephotos<p>- dropbox&#x2F;software -&gt; backups of different software configs<p>- dropbox&#x2F;social -&gt; a few set of images I reuse for portfolios &#x2F; logos etc<p>- dropbox&#x2F;sharex -&gt; I usually have all my screenshots placed in a specific folder by default<p>------------------------------------------------------------------<p>I organize work files by department.<p>- Operations - Common docs needed across entire company - catalogs, fill-out-forms, leasing, guidelines, SOPs, etc<p>- Management - Accounting, credit references, w9 forms, HR, etc<p>- Images - Asset images only, of products &#x2F;events&#x2F; services etc done. These are organized by major category<p>- Vendors - These are PDF&#x2F;excel&#x2F;word doc files from vendors, sorted alphanumerically by vendor name<p>- IT -&gt; all IT related files here, backups of databases, data, spreadsheets, etc<p>- Outsource -&gt; When I need to send a dropbox folder worth of contents to a developer, these are requirement &#x2F; spec docs
beatgammit超过 6 年前
I&#x27;m on Linux and use primarily command line tools for development, so I often go the path of least resistance.<p>I use Go quite a bit, which expects (well, not as much anymore) everything to be under `GOPATH`. Instead of messing with build scripts setting environment variables, I just set my GOPATH in one place and use a tool to check out specific versions of dependencies. It&#x27;s convenient to set `GOPATH` to be my home directory, so my code projects (even non-Go projects) live in `~&#x2F;src&#x2F;...`, and documentation lives in each repository.<p>For personal stuff, I use:<p>- Documents - tax returns and other important docs - Pictures - screenshots and other mostly-worthless images - Downloads - anything temporary; gets cleared out periodically and serves as my &quot;temp&quot; dir - dot files for configuration (I don&#x27;t back these up on a repo or anyone, I manually copy the 5 or so files I need) - network share - anything large or somewhat important that only gets accessed occasionally (ISOs, family movies&#x2F;pictures, etc); rely on RAID to protect it - large HDD - games, VMs, and other large data that&#x27;s not very important - a few directories in my home directory<p>Documents and a few random directories get backed up off site (tarsnap), and the rest is on code hosting (mix of BitBucket, GitHub, and GitLab).<p>Things are somewhat orderly, but not really well thought-out. For anything that the system uses, I put it wherever the system expects it (~&#x2F;.local, &#x2F;etc, etc). I don&#x27;t worry about it too much, and I try to purge useless crap every few months (usually aim to delete a few gigs at least, which is usually a few hundred files).
评论 #18837049 未加载
scarface74超过 6 年前
The posts have made me realize how little I use an actual computer for day to day personal use.<p>My work computer has all of our repos under the \git folder<p>For repos that I have started it is<p>\git\{project} - contains all of the CodeBuild, CodeDeploy, and CloudFormation related files as well as Word and markdown docs<p>\git\{project}\src\{language} one project can have a combination of languages and each are built differently<p>\git\{project}\sql\ - usually there are some one off scripts that we need to run related to a project.<p>As I said above my personal computer doesn’t get used as anything too much besides as a Plex server and all of my movies and TV shows are stored in the Plex recommended structure.<p>Photos - I don’t have that many in the grand scheme of things but they are all in Google Photos and are automatically tagged and organized by date and location. I guess I should sync them to my computer to be backed up by Blackblaze.<p>Random Notes - in the Notes iOS app organized by subject.<p>Technical Ebooks in PDF format - Google Drive folder and shared with friends.<p>Personal documents in PDF format - in iBooks backed up to iCloud.<p>Resumes and a few other Word docs - in OneDrive.<p>If either my computer, phone, or iPad got destroyed, I wouldn’t be too inconvenienced. The most inconvenient part would be waiting for BlackBlaze to ship a hard drive with all of my media.
Mc91超过 6 年前
By project<p>Sometimes I have a file in the project&#x27;s top level directory explaining what the subdirectories are.<p>Or if I have five or six scripts which accrete over time with data going in one end and coming out the other end, I write a file explaining how I do it, before my shell history disappears and I forget.<p>I go with Ubuntu&#x27;s default Music, Videos and Downloads. The other high-level directories are a development directory, a work directory, a personal projects directory, a personal directory, a development scratchpad directory, a things-to-do directory, and an old accumulated junk directory.<p>The development directory has some binary packages, git repositories, development journal notes (not on my blog), as well as some notes on aspects of languages and frameworks.<p>The development scratchpad directory has subdirectories by date. Mostly for code I am writing.<p>My work directory has all work information.<p>My personal projects directory has tax info for my S-corp, bank information, as well as information on personal side business projects and code.<p>My personal directory has my resume, contact info for friends and family as well as pictures of them, personal tax info, and this sort of thing.<p>I also try to name directories, and sometimes files, so I can find them with locate.
johnchristopher超过 6 年前
I gave up.<p>Kinda.<p>Nowadays I make a folder for everything (even if there is only one file in it) but not subfolders <i>ever</i>.<p>Movies and TV shows live in ~&#x2F;Videos, Music in ~&#x2F;Music, downloads in ~&#x2F;Downloads and are moved to ~&#x2F;Download&#x2F;Archives if binaries or drivers or computer things that I might need later. ~&#x2F;Documents is huge but it contains everything but only folders and it has a ~&#x2F;Documents&#x2F;Archives for things not needed anymore. ~&#x2F;Documents is ideally for documents not produced by me. Those produced by live in ~&#x2F;Dropbox (1 Tb).<p>I have a ~&#x2F;Dev with a ~&#x2F;Dev&#x2F;Documentation (produced by me), ~&#x2F;Dev&#x2F;DocRoot, ~&#x2F;Dev&#x2F;tmp (for experiments), ~&#x2F;Dev&#x2F;containers, etc.<p>~&#x2F;Desktop is empty.<p>~&#x2F;Images is for memes I&#x27;ll never look at again (digital hoarding) and that wallpaper I have been using for years.<p>There is a ~&#x2F;.notmine but it&#x27;s not mine, don&#x27;t know what&#x27;s in there or who put it there and who manages that content.<p>On Windows I have %USER%\Desktop\Documents because %USER%\Documents is insane (every app put things there that aren&#x27;t mine).<p>The most important step for me that removed clutter was putting everything in its own folder.
deninho超过 6 年前
I organize my projects inside my Documents folder. Specifically, my main folders are:<p>~Documents&#x2F;MSc ~Documents&#x2F;Projects ~Documents&#x2F;Documents<p>the MSc folder goes like that:<p>~MSc&#x2F;A&#x2F;class ----&gt; letter (A, B, or C) is the semester, and then the class (simplified of course)<p>inside each class the structure is:<p>~class1&#x2F;class_material ----&gt; where is the documents (pdfs, slides etc) provided by the instructor and scanned notes if any ~class1&#x2F;Project(s) ----&gt; where are the projects for the class.<p>Each project has 2-3 subfolders: ~Project1&#x2F;src ----&gt; source code (different approaches for the same project go in here in seperate folders) ~Project1&#x2F;documents ----&gt; reports, presentations etc, and a txt with refereneces to papers, books and websites used. ~Project1&#x2F;Results ----&gt; if i have to do tests comparing approaches, models etc I keep my results in here In the root folder of each project I keep the project requirments<p>My &#x2F;Projects folder has the same approach<p>My Documents folder, for now is divided in two folders: ebooks and papers, and inside those folders are just bunch of files (with proper filenames, though, so searching is working) --- My Photos folder goes like that:<p>~Photos&#x2F;year&#x2F;month&#x2F;event<p>each &quot;event&quot; folder has the raw files and an &quot;exported&quot; folder where the processed photos are. If I do panoramas, there is also an extra folder, called &quot;panoramas&quot;: ~event&#x2F;exported ~event&#x2F;panoramas --- my Downloads folder is just a temp folder, so there is no need to waste time there. --- My Desktop is always empty (and icons hidden)
mcovey超过 6 年前
I have my documents organized by topic, my code repos organized by... well, each folder is a repo in ~&#x2F;code.<p>Stuff like bills and receipts I don&#x27;t usually download, I just keep copies in my email archives and purge old ones once a year or so.<p>I keep everything that&#x27;s pending review in ~&#x2F;downloads, even if it&#x27;s not a download, because my home folder is a bit cluttered with dotfiles and I like to keep hidden files visible. I don&#x27;t use a desktop folder so this is my equivalent to what many people use their desktops for.<p>My pictures are generally just in folders with a date and meaningful name like &quot;2018-11-FL-Vacation&quot;.<p>Music is just all piled into one folder since my car&#x27;s USB reader can only read from the top-level folder and I mostly download stuff to listen to in the car.<p>By the way, since you mentioned PDFs, a handy tool to use is pdfgrep (<a href="https:&#x2F;&#x2F;pdfgrep.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pdfgrep.org&#x2F;</a>) to do text searches of PDF documents. I also use the &#x27;locate&#x27; command a lot to quickly find files by filename&#x2F;directory.
lucb1e超过 6 年前
I&#x27;ve thought about this a lot because I would like to keep things for a long time without it getting a mess. Since I started using Linux as my main OS six years ago, I had the chance to rethink my structure and this one still holds up through multiple reinstalls and studies&#x2F;companies:<p><pre><code> ~&#x2F;p&#x2F;$projectname for bigger projects ~&#x2F;p&#x2F;$language&#x2F;$projectname because there is usually one obvious language to use for a given project ~&#x2F;d&#x2F;$school&#x2F;$subject_code for current subjects ~&#x2F;d&#x2F;$school&#x2F;$year&#x2F;$subject_code for previous subjects ~&#x2F;d&#x2F;$company&#x2F; documents related to the company, such as a contract, correspondence, or just work documents. In most cases I get a company laptop, so then this folder is really small. ~&#x2F;d&#x2F;archive&#x2F;$year&#x2F;($school or $company) for old things ~&#x2F;d&#x2F;private&#x2F;$YYYY-MM-DD-description can be either a file (such as 2019-01-01-Microsoft-support-call) or a folder (2019-01-Microsoft-support-case) ~&#x2F;d&#x2F;private&#x2F;finances&#x2F; is one of a few special folders that do not use the time-based prefix. Other files include a passport-style picture, encrypted copy of passport, a folder containing my CV, etc. ~&#x2F;Music a few things that are not on Spotify and audio book archive (I don&#x27;t trust Audible to keep my library available as mp3 indefinitely). ~&#x2F;Videos similar to Music but for videos ~&#x2F;tmp&#x2F;rm-me-on-YYYY-MM-DD files&#x2F;folders which would previously clutter my desktop indefinitely, but which should survive a reboot (otherwise, &#x2F;tmp) ~&#x2F;bin&#x2F; user applications ~&#x2F;bin&#x2F;pf&#x2F; program files for ~&#x2F;bin </code></pre> Unsolved problems:<p>~&#x2F;Downloads is a huge mess. I&#x27;ve been thinking of symlinking this to &#x2F;tmp to force myself to move out what I want to keep, but did not get around to it, so I don&#x27;t know whether it&#x27;s a good solution.<p>Programs put files in random places, mostly dot folders in my home directory such as ~&#x2F;.gnupg. This causes the following:<p>~&#x2F;old-ssd still contains files from my previous SSD, and I&#x27;m not sure how to decide which ones to keep. Every few months, I dig something up from there, so it&#x27;s definitely not ready to be thrown away despite having copied the aforementioned folders.
评论 #18838354 未加载
zanny超过 6 年前
&#x2F; and ~ are on an SSD raid so I don&#x27;t put much in there.<p>&#x2F;ssd is a 1TB mx500 I got last year that I put video games on. &#x2F;ms is my Mechanical Storage disk.<p><a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;yKwuvHk.png" rel="nofollow">https:&#x2F;&#x2F;i.imgur.com&#x2F;yKwuvHk.png</a><p>All my bulk data is on the mechanical drive with regular BUP backups to a 3TB one and syncthing on most of it.<p>My laptop is setup the same way - &#x2F; on ssd and &#x2F;ms is the mechanical data drive.<p>Specific to project organization &#x2F;ms&#x2F;code is just about a thousand project directories of git repos and such, and I always setup cmake to build &#x2F;ms&#x2F;code&#x2F;foo in &#x2F;ms&#x2F;build&#x2F;foo. I maintain a lot of aur packages I keep in &#x2F;ms&#x2F;aur and build to &#x2F;ms&#x2F;Data&#x2F;packages, and my package cache is &#x2F;ms&#x2F;Data&#x2F;pacman.<p>I don&#x27;t like mounting disks under ~ unless the user can actually do the mounting in their own session (ie with a systemd unit). Since only FUSE can do that and all my other drives are persistent I mount them at &#x2F; even though my user owns the top level directory.
byteproducer超过 6 年前
During the GTD craze of 2005, I came up with a system that has served me well over the years. My primary goal is to minimize the amount of time I spend looking for files.<p><i></i>Rule #1: All data must be stored in a single root folder.<i></i> As others on this thread have mentioned, this makes it easy to backup data and move it around. On Windows, this means I put everything in:<p>* `c:\data`<p>File systems are typically treated as hierarchies, so we now have to decide the most important aspects of data files that can be used to group and organize them. I believe that <i></i>ownership<i></i> is of first-order importance. Is this a file that I personally own, or is it a product for my employer? Is this a file I want to grant my family access to, or my wife? By separating things by owner first, it makes it easy to apply sensible permissions to data, apply organization-specific data retention policies, and copy it around when relationships change.<p>* `c:\data\acme-corp` * `c:\data\benjamin`<p>The next most important aspect is <i></i>source of truth<i></i>. Is my machine the primary storage location for this file, or am I keeping it sync with other machines? This info is critical for setting up automated jobs that safeguard your data.<p>* `c:\data\acme-corp\columbia` (the name of my machine) * `c:\data\acme-corp\git`<p>The final decision to be made is whether the data is &quot;reference&quot; data or &quot;project&quot; data (this is a GTD concept). An example of reference data would be your resume -- you want it to always be handy and current. But really, 99% of my data ends up being project data -- data that&#x27;s very important to me right now, but will probably of little importance in six months.<p>So, my reference data is typically a handful of files single folder, and my project data is stored in a series of monthly folders.<p>* `c:\data\acme-corp\columbia\projects\2018\12` * `c:\data\acme-corp\columbia\projects\2019\01` * `c:\data\acme-corp\columbia\reference`<p>I absolutely love the monthly folders. I create the new monthly folders as a I need them, and older files silently slip out of my view as time goes on. Months later, when I&#x27;m searching for a file for an older project, I typically find several related files bunched together, which is hugely helpful. And organizing data by date makes it simple to adhere to corporate data retention policies.<p>Beyond that, I create sub-folders as needed, if there&#x27;s a lot going on in that area that month.<p>* `c:\data\acme-corp\columbia\projects\2019\01\financial` * `c:\data\acme-corp\columbia\projects\2019\01\legal`
h1d超过 6 年前
Everything important goes to ~&#x2F;data&#x2F; and inside various folders like project&#x2F;, so all I need to do for backup script is to sync that folder.<p>I don&#x27;t put anything intentionally under Documents&#x2F; as various apps try to put stuff in there to taint the folder layout.<p>Temporary files downloaded just stay at Downloads&#x2F; folder unless I need to keep it for a long while and I move it under data&#x2F;.<p>Random text notes go to Notes app tagged instead of in random text files scattered which can also embed images.<p>Also Desktop&#x2F; is entirely empty this way. Wallpaper is as clear as it gets.<p>Also stuff I no longer need access to frequently like finished project goes to local encrypted folder (macOS specific) which I can open at will with a password but otherwise stays encrypted as a single file for archival purpose.<p>I also put all dotfiles in ~&#x2F;data&#x2F;ansible&#x2F;home&#x2F; which get symlinked individually to ~&#x2F;, so that whenever I launch a new server, most recent version of dotfiles get deployed to servers as well. (dotfiles are written in portable way across macOS, Linux and FreeBSD)
评论 #18838029 未加载
bryanculver超过 6 年前
<p><pre><code> - Random scratch files in ~&#x2F;Desktop&#x2F;Rug (purged monthly, no backup) - All development in ~&#x2F;Workspace (routinely backed up) - Source controlled development in ~&#x2F;Workspace&#x2F;Repos&#x2F;[entity]&#x2F;[project name] (excluded from backups) - All non-SCed files in ~&#x2F;Workspace&#x2F;[entity]&#x2F;[project name] - Downloads in ~&#x2F;Downloads (purged daily of older than two weeks, not backed up) - Personal computer has ~&#x2F;Workspace symlinked from a Dropbox folder: ~&#x2F;Dropbox&#x2F;Bryan&#x2F;Workspace - Family photos in ~&#x2F;Dropbox&#x2F;Family&#x2F;Photos&#x2F;[year]&#x2F;[month]&#x2F;[YYYY-MM-DD HH-MM-SS].[format] (routinely push-only sync to Amazon Glacier) * Several cron jobs to help maintain everything * Several custom Zsh plugins to make jumping around in shell a breeze * Daily bullet journal+markdown style notes auto source controlled in ~&#x2F;Workspace&#x2F;Repos&#x2F;Personal&#x2F;eod&#x2F;[year]&#x2F;[month]&#x2F;[day].md</code></pre>
tluyben2超过 6 年前
(Slightly offtopic as it doesn&#x27;t answer the question)<p>Like more people here, I have really everything in the cloud, so my filesystem (encrypted linux ext4) is a complete mess. I have a github repository with scripts that, after entering my decryption password, will restore any linux&#x2F;Mac&#x2F;windows machine to the production machine I need within minutes. So I just format my drive when it gets annoying.<p>I get stressed about everything being in the cloud sometimes, but there is so much that I don&#x27;t really know how I would back it up in an organized fashion. Still waiting for an affordable backup service that allows me to download &#x27;the blob that is my life&#x27; from all top 25 services (gmail, google phones, drive, docs, ms office cloud, github, Dropbox etc). But I have not found something like that that actually works with the rancid volume I have and the trust I would need to provide such a service. Ofcourse business documents etc are backed up (legal requirement), but that is a really tiny % of everything I have.
prasanthmj超过 6 年前
I survived more than 3 hard-drive failures&#x2F;system failures over the years without losing my data. My system setup helped in the survival so this might help. I had desktops and laptops that died, crashed or otherwise became unusable. The data survived. Here is what I do: I have three categories of files: (1) small, very important files (source codes, scripts, articles, notes, documents) (2) large but important files (photos &amp; videos, Virtual Machine images ) (3) unimportant files (downloads, temporary files, screen captures) 3 main folders are setup for each category. Category 1 is backed up to (1) a cloud based continuous back up service (crashplan) (2) gitlab as part of version control (3) local external HDDs daily Category 2 is backed up to (1) crashplan and (2) local external HDDs Category 3 is never backed up. Having a copy in local external HDDs helps in quick recovery.<p>Organising the hard drive keeping a unexpected crash in mind helps in quick recoveries.
SamReidHughes超过 6 年前
I have a folder named ~&#x2F;old_home&#x2F;old&#x2F;old_docs&#x2F;Desktop, if that helps you understand my system.<p>I put miscellaneous software, stuff I need to extract and build from source, random git checkouts, etc., in ~&#x2F;sw. Stuff I&#x27;m working on actively goes outside that. I have ~&#x2F;prefix&#x2F;bin in my PATH, so I can use --prefix=$HOME&#x2F;prefix.
roboyoshi超过 6 年前
I&#x27;d like to throw my datacurator-filetree[1] in here, which is aimed at the datahoarders among us and it&#x27;s what my system is roughly based on. I welcome help and contributions :)<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;roboyoshi&#x2F;datacurator-filetree" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;roboyoshi&#x2F;datacurator-filetree</a>
pengo超过 6 年前
On Linux here. I have a directory for anything that needs to be backed up. That contains:<p>- Business (plans, invoices, tax receipts etc) - Documents (general non-business documents) - Email (Thunderbird profile folders) - Projects - Client 1 - code - docs - Client 2 - code - docs<p>Keeping code and docs together for each client works for me. Apache and hosts are set up to point to various web roots under ~&#x2F;Projects&#x2F;Clientn&#x2F;docs with aliases like <a href="https:&#x2F;&#x2F;client2&#x2F;" rel="nofollow">https:&#x2F;&#x2F;client2&#x2F;</a>. Git likewise.<p>Outside the &quot;backupable&quot; root directory are the usual folders like Downloads, Pictures, Videos etc ... I don&#x27;t care if I lose anything in these locations in a meltdown.<p>Things were much more complicated when I ran Windows as a dev environment, but it&#x27;s pretty straightforward now.
ocdtrekkie超过 6 年前
I actually do classify my eBooks with Dewey decimal numbers, but like a library they also have barcode&#x2F;reference numbers, and hence are stored by those. I recently wrote a feature for my home automation system to retrieve them for me so I can read them when I am not at home. My older actual &quot;library database&quot; software is from 2010, and doesn&#x27;t actually interact with the file storage at all. I&#x27;m now working on connecting the two systems a bit.<p>I have a few main folders Library, Projects, Website, etc. They&#x27;re mostly uninteresting, I&#x27;m more proud of how I back them up. Everything syncs offsite, I&#x27;ve got multiple hard drives in multiple sites. The other thing I try to do is to use a common drive letter between PCs. So my Music folder is at the same location on any PC, for instance.
HaGoijer超过 6 年前
I use a system where I&#x27;ve a max of 7 sub directories per directory. In that way I can quickly navigate to the directory or file I&#x27;m looking for.<p>It is based on the theory that one can process up to 7 items quickly. (Currently, I&#x27;ve no reference to this).<p>This implies that when a directory becomes too &#x27;crowded&#x27;, I add sub directories for further categorization. E.g. a directory containing an archive consultancy projects is split based on year of project. The current year is split up by proposal, ongoing, and archive.<p>For each project directory, I use standard sub-directories: Analysis, Input, Data, Report, Visuals, PM (Project Management) The difference between Input and Data is qualative and quantative data from the client.<p>Probably room for improvement, but it works quite good. For now a 80&#x2F;20 trade off not to invest in a better system.
qqn超过 6 年前
A very related question: I&#x27;m looking for a(n ideally FLOSS) e-reader that works on both Windows and Android so I can start building and cross-referencing my e-book&#x2F;article (EPUB&#x2F;PDF) library. I&#x27;m currently using Calibre but did play with Xodo before and liked both (Xodo has the nicer interface and allows for writing on pages with a stylus -- that&#x27;s awesome).<p>The killer feature I need is saving any highlighting&#x2F;bookmarking right into the file (eg: a particular quote or diagram). If I can extrapolate these highlights along with page numbers and citations (APA format would be ideal) that would be even better. If there is some citation software out there that does this, that&#x27;s fine too... though I do have EndNote but don&#x27;t see these archival options available on it just yet.<p>Any solutions out there?
评论 #18839931 未加载
aasasd超过 6 年前
For PDFs, references and notes I highly recommend using an app that can assign tags―several for an item, of course. Preferably, tags themselves should be organizeable at least in a hierarchy.<p>You won&#x27;t create a good collection of tags right away, but you&#x27;ll grow and groom it over time. It&#x27;s important to assign tags to new items as soon as they come in. Gradually, you&#x27;ll learn what words you actually use when you&#x27;re looking for something, and those will become your tags.<p>I can&#x27;t recommend a specific app right now: I happily used one that begins with &#x27;E&#x27; but alas it went to shit.<p>Also not sure about the merit of any software for tagging files. I know that some say good things about TheBrain as evolution of the mind maps idea, and that it apparently can link files in its data, so you could try that.
评论 #18837377 未加载
评论 #18839441 未加载
TrueDuality超过 6 年前
I&#x27;ve largely stopped using local storage, but I suppose the question isn&#x27;t limited to that.<p>~&#x2F;documentation - Git directory containing various personal &amp; project notes, running unedited public documentation, and general ideas dump directory (there is a bit of structure but it&#x27;s fairly free form)<p>~&#x2F;workspace&#x2F;{language}&#x2F;{project} - I have active projects in several languages, some I group in large categories such as &quot;linux&quot; or &quot;sites&quot; when I feel they&#x27;re more specific. These are all version controlled, mostly in Git repos.<p>~&#x2F;remote&#x2F;{media,backups,archived_projects,data_sets,unsorted} - On-demand NFS mount. Is the destination for automatic backups, where I archive old projects, and miscellaneous files I want to share between machines
glitchc超过 6 年前
- A folder called Repos on a data drive, not attached to the OS drive<p>- Each folder in Repos holds a repository for different types of work:<p>- Personal holds important documents, CVs, clearances<p>- Sensitive docs are passwd encrypted before push<p>- Thesis work in its own repo, now dormant<p>- Business in its own repo(s). Folders for individual contracts and personal dev work.<p>- Data folder to hold experimental data<p>- Music folder to hold CD rips and audiobooks<p>- Keys folder for repo keys<p>- Photos on dedicated external drive<p>- Desktop and Downloads contain important files, but limited to about 30 max (pending final destination)<p>- A Backups folder that holds old files from pre-repo days. Most are junk.<p>- Games folder for all games, Steam, etc. on dedicated drive labelled Scratch.<p>- Saved games end up wherever the games themselves store them, but I don’t care if I lose them.<p>- Documents folder holds temp files and junk from other family members. If indicated as important, moved to Personal repo.
SeaDude超过 6 年前
Ubuntu 18.04<p>ASUS ROG G750JZ lappie<p>2x-256GB SSD RAID 0<p>LUKS FDE using LVM - &#x2F;boot&#x2F;efi: 512M - &#x2F;boot: 488M - &#x2F;: 460G - &#x2F;SWAP: 15G<p>1x-1TB HDD<p>RAID:<p><pre><code> &#x2F;home almost exclusively .folders. &#x2F;home&#x2F;documents&#x2F;&lt;everything is a project&gt; Every &lt;project&gt; is a private git repo &#x2F;home&#x2F;documents is my only VS Code Workspace Everything is markdown with yaml frontmatter. Everything possible is a snippet. All screenshots are pasted into an .md file. The VS Code extension places each at &#x2F;project&#x2F;assets. All photos and videos are taken and stored on phones. </code></pre> Backed up to external drives every 6 months or so.<p><pre><code> &#x2F;home&#x2F;Desktop is empty, &#x2F;home&#x2F;Downloads gets emptied often </code></pre> HDD: unused
roryrjb超过 6 年前
I use the out of the box defaults on my Ubuntu desktop. Documents, Videos, Music, etc... with my code going into ~&#x2F;Projects. I have random binaries and shell scripts I use in ~&#x2F;.bin. I do like to keep a tidy and organised hard drive and have shell scripts for various related tasks to this. Also I have heavily used cloud storage in the past, but I don&#x27;t like this now, as in I&#x27;m now uncomfortable with this. I recently got a 1TB SSD and with my previous hard drive upgrades in the past I have several HDD&#x2F;SSD&#x27;s lying around that I back up to regularly. I have a Makefile in $HOME to do this that calls some shell scripts that use rsync underneath.
Moyamo超过 6 年前
- ~&#x2F;docsync: Files I edit on a daily basis and is synchronized with Syncthing to all my devices. I put all projects I&#x27;m currently working on in the top-level of this folder except for the categories below. Archived projects are zipped and then put in ~&#x2F;docsync&#x2F;old<p>Categories:<p>- ~&#x2F;docsync&#x2F;accounts: Accounting stuff<p>- ~&#x2F;docsync&#x2F;audiobooks<p>- ~&#x2F;docsync&#x2F;books: All my PDF books<p>- ~&#x2F;docsync&#x2F;dotfiles: git controlled dotfiles.<p>- ~&#x2F;docsync&#x2F;Pictures<p>- ~&#x2F;docsync&#x2F;Music: Lossy compressed music.<p>Other folders in home directory<p>- ~&#x2F;hq-media: Mostly FLAC audio<p>- ~&#x2F;git: Clones of other people&#x27;s git repos<p>- ~&#x2F;srv: File shares other than docsync.<p>- ~&#x2F;Mail: offline copies of email<p>- ~&#x2F;tmp: temporary stuff I&#x27;ll probably don&#x27;t want to keep.<p>- ~&#x2F;Downloads: Random stuff I&#x27;ve downloaded
rmk2超过 6 年前
<i>~&#x2F;Downloads&#x2F;source&#x2F;&lt;version control system&gt;&#x2F;&lt;project&gt;</i> for checked out sources of tools etc.<p><i>~&#x2F;Downloads&#x2F;programs</i> for OS images, large binary blobs etc.<p><i>~&#x2F;Development&#x2F;&lt;technology&gt;&#x2F;&lt;project name&gt;</i> for development projects<p><i>~&#x2F;Documents&#x2F;&lt;project name&#x2F;company name&gt;</i> for documents relating to specific projects or customers<p><i>~&#x2F;Operations&#x2F;&lt;server&gt;</i> for various files related to servers and infrastructure (manual backups etc.)<p><i>&#x2F;dev&#x2F;shm</i> as a dumping ground for temporary files that I would like to get rid of with a reboot
Insanity超过 6 年前
As I grow older, I find I have less and less &#x27;random&#x27; stuff on my machine.<p>I have a two main folders:<p>&#x2F;Development&#x2F;Code&#x2F;{language}<p>&#x2F;Development&#x2F;Tool&#x2F;{tool}<p>Where the tool can be IntelliJ &#x2F; vim or tmux config and other programming related files.<p>Apart from those, downloads do land in &#x2F;Downloads and I keep that more or less clean.<p>&#x2F;Documents holds docs.. most of this is text files for a Spanish course I am taking.<p>My projects fit under a language in &#x2F;Development&#x2F;Code&#x2F;{language}&#x2F;{project} so if I need any documents for the project I will make a subdir in the project folder, to keep the files close to the code.
marak830超过 6 年前
C: windows, often used software (fastest SSD) d: personal storage organised by type(folder), e: client files organised by client&#x2F;project (future modifications get a new project folder), reference files have their own folder inside the client&#x2F;project they are associated with.<p>More generic references go onto my personal drive.<p>I have it this way due to losing a ton of old work when I lost a hd, since then client files on their own drove that I backup online regularly. If I lose my personal&#x2F;games drive it&#x27;s no big deal to re download.
wordpressdev超过 6 年前
My go to folders that are usually backed up.<p>&#x2F;downloads - for all downloads under respective sub-folders like &#x2F;media, &#x2F;books, &#x2F;software etc<p>&#x2F;projects - personal projects<p>&#x2F;freelance - for the freelance &#x2F; consulting work with a sub-folder for each client<p>&#x2F;business - accounts, taxes and stuff<p>&#x2F;my-name - personal stuff including scanned documents, pictures etc<p>&#x2F;archive - random stuff<p>I currently have lots of files on the Desktop which requires sorting out. Most of these are either text files with notes and ideas and some PDF. I am planning to move them into a system like Notion.so
dpacmittal超过 6 年前
I have my home directory on a separate partition so I don&#x27;t have to lose all my files when I reinstall my OS. My downloads go to ~&#x2F;Downloads. I move files from here regularly to more appropriate places.<p>All my projects go in ~&#x2F;projects which maybe be further classified as android, web etc.<p>I have custom bash&#x2F;python scripts in ~&#x2F;scripts<p>All my personal photos and videos go in a separate partition, classified into year and event.<p>Most of my important files and documents are on Dropbox and Google drive.<p>I use rclone with backblaze for archival purposes.
yoavm超过 6 年前
The single best thing I&#x27;ve done to keep my home folder organized is to empty my downloaded files regularly. I have a systemd timer that removes everything from ~&#x2F;Downloads once a day, as well as all ~&#x2F;Pictures&#x2F;Screenshot* . 99% of the things we download we don&#x27;t really need, and it&#x27;s a great habit to move things you _do_ want to keep because then you have to say where is the right place for them.<p>Also, for ~&#x2F;Music - I use Beets (beets.io) and it saves me so much time.
dudeofx超过 6 年前
- [smb]&#x2F;archives&#x2F;hardware&#x2F;&lt;devicename&gt;&#x2F;* system tools and software specific for a device I own<p>- [smb]&#x2F;mediadepot&#x2F;audio&#x2F;* music and audio podcasts<p>- [smb]&#x2F;mediadepot&#x2F;literature&#x2F;* ebooks and pdfs<p>- [smb]&#x2F;mediadepot&#x2F;pictures&#x2F;* pictures<p>- [smb]&#x2F;mediadepot&#x2F;software&#x2F;&lt;platform&gt;&#x2F;* software archives<p>- [smb]&#x2F;mediadepot&#x2F;videos&#x2F;* videos<p>- [smb]&#x2F;personalstudy&#x2F;* personal junk of all kinds<p>- [smb]&#x2F;projects&#x2F;* software development stuff<p>- [smb]&#x2F;temp&#x2F;* global temp directory<p>- [smb]&#x2F;ps2&#x2F;* PS2 games
评论 #18838418 未加载
qwerty456127超过 6 年前
All the code is in the ~&#x2F;Projects&#x2F;subfolders. Everything else is in ~&#x2F;Downloads. Every once in a while the whole ~&#x2F;Downloads content gets moved to ~&#x2F;Downloads&#x2F;old&#x2F;001, 002, ... etc (thousands already), once the space runs out I move these to an external hard drive. I actually dream of something like what WinFS was supposed to be where there would be no folders&#x2F;locations but only meaningful metadata you can find files by.
franciscop超过 6 年前
For my coding projects, many start as a mockup&#x2F;jsfiddle first. Then I got a ~&#x2F;projects folder where all maker projects go when they get slightly more serious.<p>My &quot;random stuff&quot; folder is mostly ~&#x2F;Downloads, with up to 5 files also in my ~&#x2F; folder. I regularly clean those and either put those files in a more stablished folder or delete them.<p>The other mess I got is ~&#x2F;Pictures, I keep having to revisit and clean them but I don&#x27;t even know how to start.
callahanrts超过 6 年前
- ~&#x2F;Desktop&#x2F; Contains mostly screenshots. I use `defaults write com.apple.finder CreateDesktop false` to hide all the icons<p>- ~&#x2F;Documents&#x2F; is where stuff goes before it gets organized<p>- ~&#x2F;Documents&#x2F;&lt;topic&gt;&#x2F; is where things go when there are enough of them to form a group<p>- ~&#x2F;Documents&#x2F;projects&#x2F;&lt;project-name&gt;&#x2F; is where I clone projects from github or create my own. Occasionally I clear out projects I haven&#x27;t touched in a while.
m-p-3超过 6 年前
I usually go with this structure<p><pre><code> -Documentation -Installers --Drivers --Games --Operating Systems -Media --TV Shows ---Show Name ----Season --Movies --Music ---Artist ----Album --Pictures ---Year ----Month -Downloads (keep files there for 30 days max, then categorize or delete) </code></pre> The whole thing is synced and versionned with Syncthing across several nodes.
weitzj超过 6 年前
- Using Gopath for all coding stuff, I.e I have a src&#x2F;github .com&#x2F;MYUSername&#x2F;Project path as well as any other checkouts from different projects on Github or elsewhere.<p>Then there is a &#x2F;scratch directory to dump any data, which I might need for temporary processing, but which should survive restarts<p>A Documents directory with Ebooks<p>A desktop with temporary files (mostly screenshots) and the obligatory nested folders like “old&#x2F;old01”
zaphar超过 6 年前
* ~&#x2F;dotfiles has all my dotfiles version controlled with a shell script to set it all up<p>* ~&#x2F;sandbox&#x2F; has various experiments and stuff that I&#x27;m not sure has a lifespan.<p>* ~&#x2F;lib&#x2F;&lt;language_name&gt; has most of my more serious projects. since I often need to add that to some sort of path variable.<p>* ~&#x2F;DropBox&#x2F; has most of my essay writing and non code artifacts organized somewhat randomly if I&#x27;m honest.
评论 #18838538 未加载
TazeTSchnitzel超过 6 年前
~&#x2F;Projects&#x2F;&lt;year&gt;&#x2F;&lt;name&gt;<p>The year is the year I created the project directory (used over multiple years), so kind of arbitrary, but it&#x27;s a useful rough guide. Started using this system in ~2010 or so and never looked back.<p>I do have some miscellaneous other stuff (guess what ~&#x2F;Music, ~&#x2F;Diary contain) but that&#x27;s mostly it. I make heavy use of ISO-8601 YYYY-MM-DD dates in filenames.
JasuM超过 6 年前
- Random stuff all over ~&#x2F;<p>- User-specific bin folder ~&#x2F;LocalApps (with lots of scripts)<p>- Projects etc. in a GoCryptFS-encrypted directory synced with Syncthing with NAS (with NFS+Kerberos on my desktop rather than Syncthing). Vendor-directories (&#x2F;vendor&#x2F;, &#x2F;node_modules&#x2F;) are not encrypted as not to slow down development, they are bind-mounted to a cleartext directory.<p>- PDFs, MP3s, etc. in Dropbox
noir_lord超过 6 年前
~&#x2F;.build (random stuff I&#x27;ve had to build)<p>~&#x2F;projects&#x2F;personal&#x2F; (any of my stuff)<p>~&#x2F;projects&#x2F;&lt;orgname&gt;&#x2F;&lt;projectname&gt;&#x2F; (work stuff)<p>~&#x2F;Dropbox &lt;obvious&gt;<p>~&#x2F;Scratch &lt;workbench for random stuff I don&#x27;t care about backing up&gt;<p>~&#x2F;Journal &lt;vscode journal plugin&gt;<p>~&#x2F;Applications &lt;for stuff like yEd&#x2F;WireframeSketcher that doesn&#x27;t play nice with linux file systems&gt;<p>That&#x27;s about it really.
评论 #18838426 未加载
mrhappyunhappy超过 6 年前
Client work by folder name in Dropbox. Personal stuff mostly in documents but a bunch of stuff on desktop or desktop&#x2F;old<p>Mix of important and unimportant things I may delete when I find free time in &#x2F;downloads (usually when I run out of space)<p>Dropbox is my storage solution for personal and work. I may go NAS sometime but been too lazy to switch. Oh, also have an external drive to hold photos.
kennu超过 6 年前
For a long time I’ve kept everything important in project folders under ~&#x2F;Projects. Each folder is a Git repository also stored in Bitbucket. I clone these on all the computers I work with.<p>There are some exceptions like photos, videos and music which don’t fit Git well so I keep them in their own places and backup manually. Luckily macOS provides default locations.
mayneack超过 6 年前
~&#x2F;Downloads symlinked into ~&#x2F;Dropbox, used for everything ephemeral.<p>~&#x2F;Documents symlinked into ~&#x2F;Dropbox has documents I actually need to keep track of. There&#x27;s not really that many.<p>~&#x2F;Dropbox&#x2F;Media&#x2F;{Videos,Music,Books} sort of self explanatory<p>~&#x2F;Pictures symlinked to ~&#x2F;Dropbox&#x2F;Photos<p>~&#x2F;code has all the stuff I work on<p>~&#x2F;source has stuff I don&#x27;t edit&#x2F;control
DanielBMarkham超过 6 年前
Hard drive: nothing established yet. File system: since I use file names to browse for stuff I&#x27;ve saved, and since the most common thing I can remember is when I created them, I name beginning with datestamp, then title, then people affected. Projects: this is a much more interesting question than can be addressed here.
osrec超过 6 年前
One download folder, one temp folder, one repos folder, one apps folder. Everything I care about is a git repo in the repos folder, replicated in 2 other locations. Everything else, I don&#x27;t mind losing (temp and download are pretty transient anyway and apps can always be downloaded again).
ianai超过 6 年前
By file type at first (Ie music, documents, professional development, books, etc). For finances, I aggregate by year - 2016 Finances, 2017 Finances, etc.<p>Others have mentioned a process system so Parsing, Not Parsing, Long Term Not Parsing (nas). I think I’m going to adopt that into my workflow as well.
wingerlang超过 6 年前
I keep quite literally everything in my Dropbox folder.<p>I use Hazel to automatically clean my desktop by moving progressively older files into Downloads -&gt; Clean up. The clean up folder is also in my Dock, so that I can move one or two item into the trash easily whenever something shows up there.
csmeder超过 6 年前
I take the same approach a forest takes: optimizing for regular “forest fires” to clear out the old.<p>I start with the year: Eg. 2018<p>Then I break it into<p>- Projects<p>- photos<p>- personal<p>- etc...<p>Then each year I start a new folder Eg. 2019.<p>I only bring in Projects I’m still working on.<p>This method is not optomized for searching, but rather for destruction of what is no longer needed. I find this the best thing to optimize for.
egypturnash超过 6 年前
I am mostly an artist. I do both standalone images and large projects. This is what I&#x27;ve settled on over the years:<p><i>~&#x2F;Documents&#x2F;gfx&#x2F;working&#x2F;</i> holds pretty much everything.<p><i>~&#x2F;Documents&#x2F;gfx&#x2F;working&#x2F; . this year.</i> alias of the appropriate yearly folder, named to sort first in the Finder<p><i>~&#x2F;Documents&#x2F;gfx&#x2F;working&#x2F; big project 1</i><p><i>~&#x2F;Documents&#x2F;gfx&#x2F;working&#x2F; big project 2</i><p><i>~&#x2F;Documents&#x2F;gfx&#x2F;working&#x2F; big project 3</i> aliases to big projects, space-prefixed to sure ahead of the yearly folders<p><i>~&#x2F;Documents&#x2F;gfx&#x2F;working&#x2F;2019&#x2F;</i><p><i>~&#x2F;Documents&#x2F;gfx&#x2F;working&#x2F;2018&#x2F;</i><p><i>~&#x2F;Documents&#x2F;gfx&#x2F;working&#x2F;2017&#x2F;</i><p>...<p><i>~&#x2F;Documents&#x2F;gfx&#x2F;working&#x2F;1999&#x2F;2000&#x2F;</i> Yearly directories. Big project folders live inside the appropriate year.<p><i>~&#x2F;Documents&#x2F;gfx&#x2F;working&#x2F;old big project 1</i><p><i>~&#x2F;Documents&#x2F;gfx&#x2F;working&#x2F;old big project 2</i><p><i>~&#x2F;Documents&#x2F;gfx&#x2F;working&#x2F;old big project 3</i> aliases to big projects I don&#x27;t want to keep at the top of the list<p>There&#x27;s some really old stuff a level up in <i>~&#x2F;Documents&#x2F;gfx&#x2F;</i> but it&#x27;s a remnant of a time when I had different ideas about organization.<p>I keep <i>~&#x2F;Documents&#x2F;gfx&#x2F;working&#x2F;</i> in the Finder&#x27;s favorites sidebar, along with the <i>. this year .</i> alias and the aliases for 3-4 current projects. Makes it easy to get to them them through both the Finder and file dialogs.<p>Big projects have their own file structures within their directories. Usually it&#x27;s a bunch of Illustrator source files with Finder tags to tell me what&#x27;s been finished and&#x2F;or posted to Patreon, and subdirectories for things like web renders, reference files, book production, ads for the project, etc.<p>General reference&#x2F;inspiration stuff either ends up in a directory outside of this - maybe in <i>~&#x2F;Documents&#x2F;ebooks&#x2F;</i>, maybe in something like <i>~&#x2F;Pictures&#x2F;reference&#x2F;</i> or <i>~&#x2F;Pictures&#x2F;random inspirational&#x2F;</i>, there&#x27;s no solid system. Reference stuff can also go in Evernote depending on how I figure I&#x27;ll want it.
echelon超过 6 年前
Any opinions on partitioning? Or dual booting Linux and Windows?<p>I&#x27;ve been a Linux user for eons, but recently got Windows to dual boot for video editing. I&#x27;m not quite sure where to put the partition, what FS to use to share files between the two, etc.
评论 #18837270 未加载
评论 #18837259 未加载
评论 #18837253 未加载
amelius超过 6 年前
Does anyone use a good indexer on Linux? I removed mlocate from my system because it always eats up CPU cycles when I least want it to. Also, the index is always out of date. And it doesn&#x27;t index the contents of e.g. PDF files.
评论 #18838412 未加载
verylittlemeat超过 6 年前
I use tabbles on windows<p>I can organize, tag, annotate any file and then use the powerful search when I need it.<p>It has useful plugins and is easy to batch tag things.<p>I don&#x27;t even bother organizing files or folders anymore I just dump them all in one place and then use tabbles.
galfarragem超过 6 年前
&#x27;Every document belongs to a project&#x27;:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;galfarragem&#x2F;hamster-system" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;galfarragem&#x2F;hamster-system</a>
nikivi超过 6 年前
<a href="https:&#x2F;&#x2F;wiki.nikitavoloboev.xyz&#x2F;unix&#x2F;my-file-system" rel="nofollow">https:&#x2F;&#x2F;wiki.nikitavoloboev.xyz&#x2F;unix&#x2F;my-file-system</a>
dabockster超过 6 年前
Random stuff on my Desktop<p>Random stuff in Downloads<p>Large files on the 1 TB Seagate drive<p>Frequently used files on the SSD<p>Everything else gets dumped on the NAS drive<p>And symlinks everywhere (for when programs don&#x27;t let me specify data storage locations)
mark_l_watson超过 6 年前
In my home directory I use ALL CAP directory names for stuff I don’t backup like GITHUB for repos, TENSORFLOW for library source code and examples.<p>Lowercase for things that I backup
happppy超过 6 年前
C:&#x2F; Here goes all my installed softwares<p>D:&#x2F;<p>- Movies<p>- Programming projects &#x2F;&#x2F;my personal projects<p>- softwares &#x2F;&#x2F;all softwares setups<p>- Documents &#x2F;&#x2F;all of my books
shatu29超过 6 年前
I just have three directories in my Documents directory:<p>1. code 2. files 3. garbage<p>Any important files that I may need in future lives on OneDrive.
nexxer超过 6 年前
c:\install for downloads, once in a while cleaned out apart from directories that I want to preserve. Browsers download there by default.<p>c:\work for work-related things, subfolder for each project.<p>Listary (and other app launchers previously) have made it easier to jump around without caring where a folder is.
sam0x17超过 6 年前
~&#x2F;Desktop&#x2F;workspace is always a folder containing all my git repositories. That&#x27;s it.
评论 #18837035 未加载
mrhappyunhappy超过 6 年前
Don’t even ask about how we organize our favorites, that’s probably a nightmare for many people.
fatboy93超过 6 年前
Everything gets classified into a bunch of related folders and symlinked if needed.<p>Other than that a Readme file
codeful超过 6 年前
i often work with some kinf of text files. i tried to simulate my workspace. Folders became like real world objects. Desk, incoming post box, archive, whiteborad and so forth. Then there is a temp folder.
_mrmnmly超过 6 年前
besides standard folders that are delivered with the OS, I tend to create folder `&#x2F;projects` with my personal side-gigs and `&#x2F;work` with commercial projects for other people. nothing fancy.
tezza超过 6 年前
projects in subdirectories of<p><pre><code> c:&#x2F;work for Windows &#x2F;work for Unixen </code></pre> Unfortunately user directories are too much complication to seek too all the time
isostatic超过 6 年前
I just use “locate” to find files. Don’t care where they are.
webyacusa超过 6 年前
I keep my porn in a folder called: Definitely not porn.
rawoke083600超过 6 年前
Its &quot;Desktop-Placing&quot; all the way down....
joshmn超过 6 年前
<p><pre><code> New Folder With Items</code></pre>
otabdeveloper2超过 6 年前
The twist: I don&#x27;t. Lol.
nickjj超过 6 年前
The root of my drive:<p>├── apps<p>├── books<p>├── business<p>├── courses<p>├── downloads<p>├── games<p>├── media<p>├── music<p>├── notes<p>├── podcasts<p>├── research<p>├── src<p>├── tmp<p>├── tweets<p>├── twitch<p>└── youtube<p>Source code specifically (the contents of the src&#x2F; folder above):<p>├── ansible<p>├── contracts<p>├── courses<p>├── github<p>├── legacy<p>├── scripts<p>├── sites<p>└── tmp
xte超过 6 年前
On physical side:<p>- two SSDs for the OS and part of the &#x2F;home data in mirror<p>- two HDDs without raid for rest of my data<p>On logical side: mdadm+LUKS+lvm+nilfs2 for most of volume, &#x2F;boot in ext4<p>On home taxonomy:<p>- a &quot;document&quot; tree, mostly pdfs and org files about taxes, invoices, scanned tickets, home&#x2F;car&#x2F;* documents etc in there I also have my maildir mounted from a separate LV volume, and few dirs are &quot;live&quot; few are &quot;archives&quot;. I have few scripts that check for age and add &quot;to be deleted&#x2F;reviewed&quot; older files in org-agenda but are only a awful spaghetti code collection that cover only few cases... Mostly guarantees period for stuff I buy, expire period for some tax-related docs etc...<p>- a &quot;knowledge base &#x2F; library&quot; tree with mostly org and pdfs files + few images&#x2F;video&#x2F;audio it&#x27;s a mix between a personal wiki in org and a pdf-libraries plus extras and few still-to-be-migrated leftovers (ZIM Wiki used in the past and others)<p>- a &quot;work&quot; tree composed mostly of text files with very few binaries, it include a small fossil (VCS) wiki and few stuff are bind-mounted in personal &quot;KB&#x2F;KL&quot;<p>- a &quot;miscellaneous&quot; tree composed of all that&#x27;s not documents nor book nor work stuff<p>- a &quot;multimedia&quot; tree composed on personal videos&#x2F;photos and few movies<p>- a &quot;temporary&quot; tree for anything that need to be categorized, that do not last longer etc. All files inside are &quot;monitored&quot; with a simple find+ls script, file older than a year are reported weekly on my org-agenda with a proper dired link and are mostly leftovers I periodically delete.<p>- an &quot;environment&quot; tree contains my configs mostly inside org mode, other simply &quot;drop in&quot; like firefox profiles, other still to be org-ifyed or nix-ifyed via homeManager... Relevant configs are bind-mount to proper dotdirs in home via global hwconfig.nix (NixOS).<p>- a standalone &quot;Desktop&quot; dir, empty since few X apps keep creating it... About freedesktop dirs my download dir is ram-mounted in &#x2F;tmp&#x2F;download since anything I download and not refile somewhere is garbage.<p>As &quot;todo when I have time and desire&quot; I plan to:<p>- completely org-ify my configs, NixOS included so I can deploy my new desktop directly via Emacs, or to be more precise a stripped-down emacs with only relevant configs booted from a NixOS custom live image. Actually I&#x27;m quiet ready only for my mail setup (my_mails.org witch contains notmuch, mbsync, IMAPFilter and afew configs etc tangled in their relevant places) and a custom NixOS iso with add Emacs but not run it at login...<p>- use afew to completely replace IMAPFilter and add to afew tagging some &quot;mail-management&quot; query to help keep my maildir clean (like &quot;all mail from $biped that are not flagged or have other extra tags except attachments and have more than two year&quot; =&gt; mark for garbage collection)<p>- extend and generalize in a single script my actual awful collection of auto-doc-refilers (script that are executed by notmuch post-new hooks to automatically collect and refile regular phone&amp;c bills to docs taxonomy, add agenda&#x27;s todos for electricity bills that are NOT (sgrunt) attached as pdfs but force me to log in to EDF portals to download them manually just to have a proof I received them... etc).<p>- consolidate and cleanup a bit with some kind of periodicity&#x2F;strategy instead of &quot;when I feel in the mood of cleanup following an incoherent agenda reminders about old files...
King-Aaron超过 6 年前
Chronologically.
PurpleRamen超过 6 年前
Everything is under $HOME&#x2F;Data divided in categories:<p><pre><code> - Apps -&gt; executable binary software - Backup - Code -&gt; sourcecode of software - Config -&gt; dotfiles and stuff which goes to $HOME&#x2F;.config or .local - Documents -&gt; PDF, Epub, etc. Everything which is mostly readonly - Notes -&gt; Plaintext-documents which are for read&#x2F;write - Pictures - Projects -&gt; Active Projects - Software -&gt; Setup-Files for binary software, roms, etc. - Text -&gt; Plaintext-data like logs, traces, etc. Usually readonly and generated from Software - Vault -&gt; Binary App-Specific Data. Some readonly, some read&#x2F;write - Video - VirtualEnv -&gt; Python-Environments - VM -&gt; Other Environments </code></pre> Every categoryfolder has subfolders which contain projects&#x2F;product&#x2F;app-specific data. In case of App for example each folder is one app. In case of Code each folder is a repository. In case of Config each folder is for one specific app, with exception of misc which contains single config-files. Projects cotains folders with mixed data, each related to a specific shortliving task or project. Long living data go to other categoryfolders. Readonly means I don&#x27;t change those data by myself, while read&#x2F;write means I work with them regulary.<p>Overall everything quite simple. But reality is more complicate. $HOME&#x2F;Data is the store and used as base for a script which will generate several link in my home-dir. This is done with #Tags in the foldername, or some predefinend rules, or by using a list of predefinend targets from a file (mostly used for Config-Entrys).<p>Main targets are:<p><pre><code> - $HOME&#x2F;Archive -&gt; Subfolders with #Done - $HOME&#x2F;Playground -&gt; Projects without a tag which are a git-repo - $HOME&#x2F;Tasks -&gt; All other Projects or subfolders with #Task - $HOME&#x2F;Workspace -&gt; Subfolders with #Workspace (usually from Data&#x2F;Code or Data&#x2F;Config) </code></pre> I have then functions in my Editor and shell to access them comfortable and can avoid crappy projects-addons.<p>BUT, this is not the whole of it. $HOME&#x2F;Data itself is also just a linkfarm. I don&#x27;t have just one hard drive, but several drives and multiple devices from which use them. $HOME&#x2F;Data is just the merge from the available drives on each device. Drives are mostly Dropbox, multiple NAS, Localdrive and external Drive. The simple reason for this setup is that I have some data I sync between devices, some other data are exclusive for specific locations (work) and I&#x27;m legally obligated to not mix them with personal data. Some other data are just to big to sync and I want them on a centralized system, and because there are so many of them I have multiple of them, and sometimes also workplaces with some NAS.<p>So, how I use this is, I mount drives somewhere, usually &#x2F;mnt, and link them to $HOME&#x2F;HUB. My script then iterates through them, and updates $HOME&#x2F;Data. Hierachy is HUB&#x2F;$DRIVE&#x2F;$NAME&#x2F;$CATEGORY. $CATEGORY are the topfolders from $HOME&#x2F;Data (App, Code, Config...). $NAME is another special that I use to divide data even per drive. Normally I use it to separate personal workplace-related data which I&#x27;m allowed to mix with other data, like my own scripts or configs, or just some SFW wallpapers. but also old Projects where I could keep the sourcecode or other data. My script then collects the folders under $CATEGORY, generates $HOME&#x2F;Data&#x2F;$CATEGORY if it not exists, and links the folder there. If there are multiple folders with the same name it adds also $NAME to the linkname, so nothing gets forgotten.<p>I developed this in the last 10-15 years, and over the years it evolved in some way or another. Biggest pain is to create new, rename or move existing folders, because I in this case I can&#x27;t work on the link. For this I use scripts which in 99% works painless. Additionally I have some more scripts which move files from certain locations (mainly download-folder) to specific targets. Works fine for regulary files with structures names, not so much for random stuff.
suncin超过 6 年前
I use GNU&#x2F;Linux and use the default layout.<p>~&#x2F;Downloads &lt;- Everything I download, torrents seeding<p>~&#x2F;Downloads&#x2F;old &lt;- Entropy is here<p>~&#x2F;Desktop &lt;- Empty I don&#x27;t like to keep files here<p>~&#x2F;Documents &lt;- Personal documents, my university stuff is grouped by year&#x2F;subject<p>~&#x2F;Documents&#x2F;Library &lt;- Here are all my e-books keep in perfect order, most of this later<p>~&#x2F;Dropbox &lt;- Cloud sync, mostly files shared with others mates<p>~&#x2F;Pictures &lt;- Photographs group by month and year, or event name<p>~&#x2F;Pictures&#x2F;memes &lt;- Internet memes<p>~&#x2F;Pictures&#x2F;Inkscape &lt;- Vector images i created, mostly from tutorials followed<p>~&#x2F;Pictures&#x2F;Blender &lt;- 3D projects, I just learning<p>~&#x2F;Music &lt;- All my music keep in perfect order, most of this later<p>~&#x2F;tools &lt;- Some programs downloaded and not installed globally<p>~&#x2F;Videos &lt;- Unsorted videos, my own screencast, offline YouTube videos<p>~&#x2F;Videos&#x2F;Anime &lt;- Anime series keep in perfect order, most of this later<p>~&#x2F;Videos&#x2F;Movies &lt;- Movies keep in perfect order, most of this later<p>~&#x2F;Videos&#x2F;Series &lt;- TV series keep in perfect order, most of this later<p>~&#x2F;Videos&#x2F;Tutorials &lt;- Tutorials I purchased for offline consume<p>~&#x2F;Workspaces &lt;- All my coding projects<p>~&#x2F;Workspaces&#x2F;github&#x2F;&lt;project name&gt; &lt;- My personal and other open source code<p>~&#x2F;Workspaces&#x2F;&lt;company name&gt;&#x2F;&lt;project name&gt; &lt;- Work and Freelance projects<p>For keep in order:<p>- Music: I use <a href="https:&#x2F;&#x2F;picard.musicbrainz.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;picard.musicbrainz.org&#x2F;</a> if the metadata isn&#x27;t yet available then I left in downloads folder<p>- e-books: I use <a href="https:&#x2F;&#x2F;calibre-ebook.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;calibre-ebook.com&#x2F;</a><p>- Videos: I use <a href="https:&#x2F;&#x2F;www.tinymediamanager.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.tinymediamanager.org&#x2F;</a><p>- Projects: All my projects are GIT repositories<p>- Encrypted stuff: Plasma vault for folders and <a href="https:&#x2F;&#x2F;www.veracrypt.fr&#x2F;en&#x2F;Downloads.html" rel="nofollow">https:&#x2F;&#x2F;www.veracrypt.fr&#x2F;en&#x2F;Downloads.html</a> for disk<p>Sync folders between devices: rsync<p>Navigate between directories in terminal: ranger, z, oh-my-zsh, byobu<p>Compress files: tar and lrzip
c22超过 6 年前
My home directory is a shared drive with:<p>~&#x2F;Backup&#x2F;... Just random things I needed to backup from somewhere else, stuff like my wifi router config files ends up here, or images of my phones<p>~&#x2F;Code&#x2F;&lt;project name&gt;&#x2F;... This is mostly source code I wrote organized by project<p>~&#x2F;Docs&#x2F;&lt;category&gt;&#x2F;... These are documents (mostly PDFs) organized by category, e.g. &quot;History&quot;, &quot;Manuals&quot;, &quot;Datasheets&quot;, etc... Some documents are further grouped inside these<p>~&#x2F;MyDocs&#x2F;... These are documents I&#x27;ve generated myself, this is pretty flat, the only further organization inside is taxes&#x2F;&lt;year&gt;&#x2F;...<p>~&#x2F;Images&#x2F;... ~&#x2F;Images&#x2F;backgrounds&#x2F;... These are mostly images I&#x27;ve found online, images that would make good backgrounds are copied into backgrounds. Some of my machines pick desktop backgrounds automatically from there<p>~&#x2F;Movies&#x2F;&lt;movie name&gt;&#x2F; These are movies made by other people<p>~&#x2F;Music&#x2F;&lt;artist&gt;&#x2F;&lt;maybe album&gt;&#x2F;... Music made by other people<p>~&#x2F;Photos&#x2F;&lt;device_YYYY-MM-DDn&gt;&#x2F;... These are photos I&#x27;ve taken, organized by device and date<p>~&#x2F;Temp&#x2F;... Temporary files, theoretically this gets emptied out, realistically I haven&#x27;t run out of space yet<p>~&#x2F;Videos&#x2F;... ~&#x2F;Videos&#x2F;&lt;device&gt;&#x2F;&lt;YYYYMMDD&gt;... ~&#x2F;Videos&#x2F;&lt;project&gt;&#x2F;... Parts of various video projects I&#x27;ve worked on. Source material organized by device and date, bits for specific projects organized thus<p>~&#x2F;VMs&#x2F;... Images and state for various virtual machines<p>The home directory has a few other subfolders dedicated to important or ongoing projects, for instance each of my kids has a folder, as does the house I&#x27;m designing. The home directory also accrues a good amount of other random files, often prefixed with some useful grouping id and an underscore. I try to gather these up or delete them from time to time when it starts to feel cluttered. A few files are mainstays. I also have a few dotfolders for things I want to configure the same on different machines.<p>On my individual machines I usually link ~&#x2F;Downloads and ~&#x2F;Share to local storage. My general rule is to always copy files from Downloads, leaving the original file intact. Thus the Downloads directory acts as a historical archive of everything I&#x27;ve ever downloaded on a machine. The Share folder contains copies of files I&#x27;d like to share with the world. I use this folder when configuring p2p filesharing services.<p>I let the OS manage the rest of the hard drive however it sees fit. If I&#x27;m using a system that allows me to put files on the desktop I try to refrain from doing so, but occasionally I&#x27;ll use the desktop as a temporary space.
technovader超过 6 年前
Google Drive<p>- Documents<p>- Photos<p>- Games<p>- Media
kstenerud超过 6 年前
On my Nas:<p>Backups<p>Games<p>Incoming<p>Media<p>- audio<p>- books<p>- photo<p>- video<p>Projects<p>Software<p>Unsorted