Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. After years of working... how do you keep track of your small tips and manuals of things you already done?

After years of working... how do you keep track of your small tips and manuals of things you already done?

Scheduled Pinned Locked Moved The Lounge
comquestion
36 Posts 30 Posters 3 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Joan M
    wrote on last edited by
    #1

    I have been keeping it on different file formats in a shared folder in my NAS, but I can't search easily for the information and recently I am thinking on intalling "mediawiki[^]" on my NAS to migrate all the information there and make it easier to navigate and search for the information. I could keep technical manuals in PDF in the folders I am using now, but my notes and extra explanations there... Do you use something similar? how do you manage it? As always thank you in advance!

    www.robotecnik.com[^] - robots, CNC and PLC programming

    OriginalGriffO T Mike HankeyM D E 21 Replies Last reply
    0
    • J Joan M

      I have been keeping it on different file formats in a shared folder in my NAS, but I can't search easily for the information and recently I am thinking on intalling "mediawiki[^]" on my NAS to migrate all the information there and make it easier to navigate and search for the information. I could keep technical manuals in PDF in the folders I am using now, but my notes and extra explanations there... Do you use something similar? how do you manage it? As always thank you in advance!

      www.robotecnik.com[^] - robots, CNC and PLC programming

      OriginalGriffO Offline
      OriginalGriffO Offline
      OriginalGriff
      wrote on last edited by
      #2

      I always used to keep a folder of tips as text files, and update them as needed - but have you considered posting them as Tips here? I have several of my text files as tips, and they are pretty easy for me to find, and who knows? Someone else might benefit as well. :-D

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
      "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

      R M 2 Replies Last reply
      0
      • OriginalGriffO OriginalGriff

        I always used to keep a folder of tips as text files, and update them as needed - but have you considered posting them as Tips here? I have several of my text files as tips, and they are pretty easy for me to find, and who knows? Someone else might benefit as well. :-D

        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

        R Offline
        R Offline
        RickZeeland
        wrote on last edited by
        #3

        As a true OrinalGriff disciple, I keep my tips in text files so I can search them easily from Notepad++. When I see interesting software I usually recommend it on Slant[^] where I can find it back under my profile. Another option might be to use a knowledge-base-systems-for-personal-use[^]

        OriginalGriffO 1 Reply Last reply
        0
        • J Joan M

          I have been keeping it on different file formats in a shared folder in my NAS, but I can't search easily for the information and recently I am thinking on intalling "mediawiki[^]" on my NAS to migrate all the information there and make it easier to navigate and search for the information. I could keep technical manuals in PDF in the folders I am using now, but my notes and extra explanations there... Do you use something similar? how do you manage it? As always thank you in advance!

          www.robotecnik.com[^] - robots, CNC and PLC programming

          T Offline
          T Offline
          theoldfool
          wrote on last edited by
          #4

          caveat: I am as organized as a train wreck. I keep copies of all projects in a NAS and on a partition on my system. For tip kinds of things, I create cleverly named text files as "commandsIwishIremembered.txt" and "stuffIlearned4blazor.txt" and keep them in the same directory. I do have some stuff I scanned into searchable pdf's but mostly do it the old way (I am old). Since I run linux as my main system, I use the locate and grep commands. I am pretty sure the Windows search is more gooder. Example: I have a Program.cs file that I just inserted the string //hereitislou. After updating the locate database (updatedb), to search all .cs files, I run: locate -i *.cs |xargs grep -ls "//hereitislou" and get: /data/projects/mikesyslogserver/mikesyslogserver/Program.cs I do the same thing on the NAS, either via the Shell or SSH. (procuring organizing tools do not convert a disorganized person) :(

          >64 Some days the dragon wins. Suck it up.

          1 Reply Last reply
          0
          • R RickZeeland

            As a true OrinalGriff disciple, I keep my tips in text files so I can search them easily from Notepad++. When I see interesting software I usually recommend it on Slant[^] where I can find it back under my profile. Another option might be to use a knowledge-base-systems-for-personal-use[^]

            OriginalGriffO Offline
            OriginalGriffO Offline
            OriginalGriff
            wrote on last edited by
            #5

            Sh*t, I've got disciples now? How come I missed out on groupies and went straight to "nut cult leader"?

            "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

            "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
            "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

            D B 2 Replies Last reply
            0
            • J Joan M

              I have been keeping it on different file formats in a shared folder in my NAS, but I can't search easily for the information and recently I am thinking on intalling "mediawiki[^]" on my NAS to migrate all the information there and make it easier to navigate and search for the information. I could keep technical manuals in PDF in the folders I am using now, but my notes and extra explanations there... Do you use something similar? how do you manage it? As always thank you in advance!

              www.robotecnik.com[^] - robots, CNC and PLC programming

              Mike HankeyM Offline
              Mike HankeyM Offline
              Mike Hankey
              wrote on last edited by
              #6

              What about OneNote? I recently moved all my stuff stuff from TreeDBNotes to OneNote...TreeDBNote went out of business.

              The less you need, the more you have. Even a blind squirrel gets a nut...occasionally. JaxCoder.com

              C 1 Reply Last reply
              0
              • OriginalGriffO OriginalGriff

                Sh*t, I've got disciples now? How come I missed out on groupies and went straight to "nut cult leader"?

                "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

                D Offline
                D Offline
                Daniel Pfeffer
                wrote on last edited by
                #7

                OriginalGriff wrote:

                "nut cult leader"?

                I think the approved term these days is "influencer".

                Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

                OriginalGriffO 1 Reply Last reply
                0
                • D Daniel Pfeffer

                  OriginalGriff wrote:

                  "nut cult leader"?

                  I think the approved term these days is "influencer".

                  Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

                  OriginalGriffO Offline
                  OriginalGriffO Offline
                  OriginalGriff
                  wrote on last edited by
                  #8

                  Don't care! I want my groupies! :laugh:

                  "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

                  "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                  "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                  D 1 Reply Last reply
                  0
                  • Mike HankeyM Mike Hankey

                    What about OneNote? I recently moved all my stuff stuff from TreeDBNotes to OneNote...TreeDBNote went out of business.

                    The less you need, the more you have. Even a blind squirrel gets a nut...occasionally. JaxCoder.com

                    C Offline
                    C Offline
                    Chris C B
                    wrote on last edited by
                    #9

                    I love OneNote to death - but the not the free one. For years I have been trying to get a decent cataloguing system for my thousands of classical CDs, but nothing hit the spot, until I bit the bullet and scanned all the boxes back and front and then did an 'OCR all image text' on them. Now I can search and pull any CD* I want as the image name is the drawer, rack and position in the rack. *I really should amend that to say 'any CD that I can still remember I've got'. :-O :laugh:

                    Mike HankeyM C 2 Replies Last reply
                    0
                    • OriginalGriffO OriginalGriff

                      Don't care! I want my groupies! :laugh:

                      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

                      D Offline
                      D Offline
                      DRHuff
                      wrote on last edited by
                      #10

                      Groupies? From the cast here at the Lounge? I don’t think you have thought this one through all the way!

                      If you can't laugh at yourself - ask me and I will do it for you.

                      1 Reply Last reply
                      0
                      • J Joan M

                        I have been keeping it on different file formats in a shared folder in my NAS, but I can't search easily for the information and recently I am thinking on intalling "mediawiki[^]" on my NAS to migrate all the information there and make it easier to navigate and search for the information. I could keep technical manuals in PDF in the folders I am using now, but my notes and extra explanations there... Do you use something similar? how do you manage it? As always thank you in advance!

                        www.robotecnik.com[^] - robots, CNC and PLC programming

                        D Offline
                        D Offline
                        David ONeil
                        wrote on last edited by
                        #11

                        I made up an Access DB for holding that type of information. Works nice for my needs, but would have to rework the design a bit to hold the filename for any local PDFs, since that hasn't been a consideration till now.

                        Our Forgotten Astronomy | Object Oriented Programming with C++

                        1 Reply Last reply
                        0
                        • C Chris C B

                          I love OneNote to death - but the not the free one. For years I have been trying to get a decent cataloguing system for my thousands of classical CDs, but nothing hit the spot, until I bit the bullet and scanned all the boxes back and front and then did an 'OCR all image text' on them. Now I can search and pull any CD* I want as the image name is the drawer, rack and position in the rack. *I really should amend that to say 'any CD that I can still remember I've got'. :-O :laugh:

                          Mike HankeyM Offline
                          Mike HankeyM Offline
                          Mike Hankey
                          wrote on last edited by
                          #12

                          The free versions not too bad. I've not completely converted to it yet but will eventually. If they sold OneNote separately, and not subscription I would probably purchase it.

                          The less you need, the more you have. Even a blind squirrel gets a nut...occasionally. JaxCoder.com

                          G 1 Reply Last reply
                          0
                          • J Joan M

                            I have been keeping it on different file formats in a shared folder in my NAS, but I can't search easily for the information and recently I am thinking on intalling "mediawiki[^]" on my NAS to migrate all the information there and make it easier to navigate and search for the information. I could keep technical manuals in PDF in the folders I am using now, but my notes and extra explanations there... Do you use something similar? how do you manage it? As always thank you in advance!

                            www.robotecnik.com[^] - robots, CNC and PLC programming

                            E Offline
                            E Offline
                            ElectronProgrammer
                            wrote on last edited by
                            #13

                            I used to store them as text files in a folder but recently I have been converting them to Joplin[^] just because it integrates with Nextcloud (I have my own private server). They are still text but are in markdown format so I can format the text and add (external) images and other documents. Also, Joplin has a web clipper (at least for firefox) which is very handy.

                            1 Reply Last reply
                            0
                            • OriginalGriffO OriginalGriff

                              I always used to keep a folder of tips as text files, and update them as needed - but have you considered posting them as Tips here? I have several of my text files as tips, and they are pretty easy for me to find, and who knows? Someone else might benefit as well. :-D

                              "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

                              M Offline
                              M Offline
                              Mycroft Holmes
                              wrote on last edited by
                              #14

                              OriginalGriff wrote:

                              but have you considered posting them as Tips here

                              I started doing that when it first became available but my one - two liners were criticized as being too small/simplistic, T&T seems to have devolved into a mini article suppository.

                              Never underestimate the power of human stupidity - RAH I'm old. I know stuff - JSOP

                              1 Reply Last reply
                              0
                              • J Joan M

                                I have been keeping it on different file formats in a shared folder in my NAS, but I can't search easily for the information and recently I am thinking on intalling "mediawiki[^]" on my NAS to migrate all the information there and make it easier to navigate and search for the information. I could keep technical manuals in PDF in the folders I am using now, but my notes and extra explanations there... Do you use something similar? how do you manage it? As always thank you in advance!

                                www.robotecnik.com[^] - robots, CNC and PLC programming

                                G Offline
                                G Offline
                                GuyThiebaut
                                wrote on last edited by
                                #15

                                I keep a separate folder for every distinct piece of work I do. The folder is usually named with the reference number/string of the piece of work and a short description. In the folder goes any useful information and there is also present a notes.txt file holding information as I am doing the work. I then make extensive use of Agent Ransack on these folders to find information(Agent Ransack is the bees knees for searching for and within files). I also have a massive sql.txt file that holds every sql single query I have every found to be useful(and comes in handy a lot). I am not keen relying on OneNote or any online/database solution as plain text files do not rely on an underlying piece of software that may become superseded or break. I did once, in a previous job, write an Access DB app to hold this information and make it easy to search and categorise but I now prefer plain text files.

                                “That which can be asserted without evidence, can be dismissed without evidence.”

                                ― Christopher Hitchens

                                1 Reply Last reply
                                0
                                • J Joan M

                                  I have been keeping it on different file formats in a shared folder in my NAS, but I can't search easily for the information and recently I am thinking on intalling "mediawiki[^]" on my NAS to migrate all the information there and make it easier to navigate and search for the information. I could keep technical manuals in PDF in the folders I am using now, but my notes and extra explanations there... Do you use something similar? how do you manage it? As always thank you in advance!

                                  www.robotecnik.com[^] - robots, CNC and PLC programming

                                  D Offline
                                  D Offline
                                  Derek Hunter
                                  wrote on last edited by
                                  #16

                                  A Wiki is the way to do it. The key parts of our are: 1) A daily diary. 2) A page for each project (currently '1047'). 3) A 'HowTo' section. 4) A page for each application or language we use, e.g. Python, git etc.

                                  1 Reply Last reply
                                  0
                                  • J Joan M

                                    I have been keeping it on different file formats in a shared folder in my NAS, but I can't search easily for the information and recently I am thinking on intalling "mediawiki[^]" on my NAS to migrate all the information there and make it easier to navigate and search for the information. I could keep technical manuals in PDF in the folders I am using now, but my notes and extra explanations there... Do you use something similar? how do you manage it? As always thank you in advance!

                                    www.robotecnik.com[^] - robots, CNC and PLC programming

                                    C Offline
                                    C Offline
                                    Clumpco
                                    wrote on last edited by
                                    #17

                                    Have you considered setting up a Nextcloud[^] server? I have one running in a VM that spends its time indexing my photos and sharing albums with the family. There is a fulltext search add-on which should do just the job. No need to move your files from the NAS into NextCloud, you can add drives and folders as "external" sources. Note that NextCloud has its own "Notes" add-on and also a very handy browser bookmark manager.

                                    So old that I did my first coding in octal via switches on a DEC PDP 8

                                    1 Reply Last reply
                                    0
                                    • C Chris C B

                                      I love OneNote to death - but the not the free one. For years I have been trying to get a decent cataloguing system for my thousands of classical CDs, but nothing hit the spot, until I bit the bullet and scanned all the boxes back and front and then did an 'OCR all image text' on them. Now I can search and pull any CD* I want as the image name is the drawer, rack and position in the rack. *I really should amend that to say 'any CD that I can still remember I've got'. :-O :laugh:

                                      C Offline
                                      C Offline
                                      CrankyGit
                                      wrote on last edited by
                                      #18

                                      Interesting! How do you find the accuracy of OneNote's OCR?

                                      C 1 Reply Last reply
                                      0
                                      • J Joan M

                                        I have been keeping it on different file formats in a shared folder in my NAS, but I can't search easily for the information and recently I am thinking on intalling "mediawiki[^]" on my NAS to migrate all the information there and make it easier to navigate and search for the information. I could keep technical manuals in PDF in the folders I am using now, but my notes and extra explanations there... Do you use something similar? how do you manage it? As always thank you in advance!

                                        www.robotecnik.com[^] - robots, CNC and PLC programming

                                        pkfoxP Offline
                                        pkfoxP Offline
                                        pkfox
                                        wrote on last edited by
                                        #19

                                        I've created a .NET Core Web site which I host locally on a Linux box, it's massively over engineered ( largely because I'm semi retired) having a Postgresql backend accessed via an API. It started off life as somewhere to store the syntax of Linux commands that I don't use very often but has grown into my general purpose diary and todo app, it even has a section used for the CCC where i record clues , the setter and solver, the solution and the time it was posted and solved.

                                        "Life should not be a journey to the grave with the intention of arriving safely in a pretty and well-preserved body, but rather to skid in broadside in a cloud of smoke, thoroughly used up, totally worn out, and loudly proclaiming “Wow! What a Ride!" - Hunter S Thompson - RIP

                                        1 Reply Last reply
                                        0
                                        • J Joan M

                                          I have been keeping it on different file formats in a shared folder in my NAS, but I can't search easily for the information and recently I am thinking on intalling "mediawiki[^]" on my NAS to migrate all the information there and make it easier to navigate and search for the information. I could keep technical manuals in PDF in the folders I am using now, but my notes and extra explanations there... Do you use something similar? how do you manage it? As always thank you in advance!

                                          www.robotecnik.com[^] - robots, CNC and PLC programming

                                          K Offline
                                          K Offline
                                          Kate X257
                                          wrote on last edited by
                                          #20

                                          Microsoft Sticky Notes. All notes are labeled by type, quarter and year. I've tried every major note keeping tool in existence, paper trails, and even diction software, but in the end a giant bag of non-hierarchical notes which are easily searchable trumps everything in terms of both maintenance, scalability and has a low barrier-to-entry. I can search and read notes on my computer, on my phone, or any browser. There's rudimentary support for color codes and markup. There's no overall structure to maintain. What else do you need?

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups