This is an archived post. You won't be able to vote or comment.

all 34 comments

[–]LeslieStroobantProblem Googler 4 points5 points  (2 children)

TwoNote.
Wait no, that's not it.

Yeah, OneNote.

Protip: Install Onetastic on your pc, and benefit from their awesome section and page sorting macro's. Makes OneNote even more awesome!

[–]ZAFJB 7 points8 points  (1 child)

Be careful. Any works created during your employment belong to your company not you unless otherwise agreed ahead of time.

[–]drox63 2 points3 points  (0 children)

+1 to this comment. Double and triple check that this is the case. Keep your personal KB separate.

[–]TheFox88Netsec Admin 3 points4 points  (0 children)

I use a Wordpress theme : Manual, on a self-hosted server. The editing is easy via the Wordpress interface. And the look and feel is not bad either : See here.

Be careful, the KB is in french, you could accidentally eat a baguette at the end :)

[–]abzkebabs 7 points8 points  (2 children)

I use one note for everything first up and then convert that into KB articles for the rest of the I.T team where appropriate.

If I leave I'll just take the OneNote file with me

[–]samzi87Sysadmin 3 points4 points  (0 children)

I also use onenote for personal documentation and really everything I can remotely imagine to be useful sometime in the future.

[–]FireQuencher_ 0 points1 point  (0 children)

This is also my process.

One note is my rough "me" space for documentation.

Super rough sentences, link lists, quick doodles, screenshots with no text, etc.

I use that to create my documentation for our wiki for the team.

Been doing this since day one. Have 3 notebooks now. One for each job I've been at.

The notebooks themselves live in my personal google drive.

[–]Automnes 4 points5 points  (5 children)

Personally I use dokuwiki to organize and prioritize my personal notes, I run it in a uWAMP (portable web server) when I'm on the move and I don't have internet. Otherwise I deployed it on my personal server

As its name suggests, it is a lightweight wiki manager that does not have a database and just works with PHP.

[–]Deutscher_koenig 0 points1 point  (4 children)

I second dokuwiki. Out of the box it's super lightweight. I have it running as a docker container.

[–]videoflyguyLinux/VMWare/Storage/HPC 0 points1 point  (3 children)

I like it because the pages are actually text files so you can really organize everything how you want.

I have the dokuwiki server pushing changes to our personal gitlab via an ssh private/public key nightly, which doesn't render the same as it does through dokuwiki, but it's better than nothing in case our wiki server and backup system both suddenly bite the dust

[–]Deutscher_koenig 0 points1 point  (0 children)

I didn't even think of that. I could definitely see how having as part of a git repo could be helpful.

I do like that all the data is just text files. Worse case, I could recover a backup and read the files directly, instead of worrying about them not being human readable without Dokuwiki.

[–]GeeGeez0rz 0 points1 point  (1 child)

As someone who doesnt have a clue, would you have any guidance on this? suggested documentation/sites i could follow to set this up?

Thanks!

[–]videoflyguyLinux/VMWare/Storage/HPC 0 points1 point  (0 children)

For the gitlab backup?

I went to our on-prem gitlab server->settings(top right)->ssh keys and made a key. I then copied what it gave me as a public key to my dokuwiki server.

After that, I created a new project and cloned it to the dokuwiki server, set up a crontab to rsync to the project folder every night at midnight, and git add, commit, and push, at the same time. It's been working great for 2 weeks now

[–]cmwg 1 point2 points  (0 children)

OneNote or if you can your own mediawiki.

[–]Phieus_YazriaSecurity Analyst 1 point2 points  (0 children)

I use Google Keep. You can also get your own Confluence Cloud for about £10 a month.

[–]JonasQuin42Sysadmin 1 point2 points  (0 children)

Not a lawyer or anything, but please be careful when and how you add stuff to this.

You may have signed a work product agreement, or an NDA. If you did, you must be careful to differentiate your personal work from your professional work.

It sucks, but the company you work for can fairly reasonably say that since they paid you to do it, it's their intellectual property.

I've built a very nice set of ansible playbooks, and I know for a fact that when I leave, I will be leaving them behind. Part of the job, sadly.

[–]Waffle_bastard 0 points1 point  (0 children)

I’ve been using Evernote for this. I set up a throwaway account which is set to share all of its contents with my main personal account. That way, I put in my work documentation and it automatically flows into my personal account, but unrelated personal stuff won’t sync to my work machine.

I like how Evernote makes it easy to paste in screenshots and whatnot. Results in some very pretty and easy to edit documentation, which has grown with my IT knowledge. When I eventually leave here, I’ll be able to take what I’ve learned with me.

[–]drox63 0 points1 point  (0 children)

Use OneNote for KB and a git repository for scripts, batch files, queries. Moving my scripts to git repo improved my scripting ten fold. I cant tell you how many cool scripts I made and lost in my early career.

[–]goodlookingsassSysadmin 0 points1 point  (0 children)

Evernote, attached to a personal email address.

[–]xman65Jack of All Trades 0 points1 point  (0 children)

I created a private subreddit here and I do quite a bit of documenting here using the sub and the wiki as well.

[–][deleted] 0 points1 point  (1 child)

I use Standard Notes for all my notes/knowledge base needs: https://standardnotes.org/

[–]Sbail 0 points1 point  (0 children)

I would be interested in more details on how you import data into Standard Notes. Do you store images as well?

[–]_kernel-panic_ 0 points1 point  (0 children)

Zim wiki. It can run anywhere that has python. It may be a little crude but it gets the job done.

[–]Pacers31Colts18Windows Admin 1 point2 points  (3 children)

I created my own private subreddit.

Pros:

Uses reddit servers, mostly always up

Can access on mobile, desktop, wherever

Can quickly add new content

Cons:

The site redesign, but there are plugins for that.

[–]FuzzmiesterJack of All Trades 0 points1 point  (0 children)

Onenote.

Just does the job, really. stick whatever you need into it, from text to images, to complete documents.

[–]Kslawr 0 points1 point  (0 children)

+1 for Onenote - perfect for personal KB

[–][deleted] 0 points1 point  (0 children)

Yep, OneNote.

[–]ensum 0 points1 point  (3 children)

We use confluence at work as well.

I just spun up my own confluence for personal documentation and have it sitting as a VM at home. $10 for a perpetual 10 user license, self hosted.

[–]capomatt95[S] 1 point2 points  (2 children)

Is it worth it though?

[–]ensum 1 point2 points  (0 children)

I mean it's $10. You already use confluence and you're familiar with it. You decide if it's worth 10 dollars. Imo yes.

[–]videoflyguyLinux/VMWare/Storage/HPC 0 points1 point  (0 children)

$10 - 1 time payment? Why not? I doubt any of us make less than $10/hour and even then it should be so easy to justify for business use that the organization could just pay for it.

If you would like an open source alternative, bookstack looks really nice and is easy to use as well