New pages
Jump to navigation
Jump to search
- 21:58, 11 December 2024 Lazarus Pascal IDE (hist | edit) [200 bytes] Woozle (talk | contribs) (Created page with "category:Pascal category:review ==Notes== Possibly good example projects: * [https://github.com/tomboy-notes/tomboy-ng Tomboy NG] * [https://github.com/t-edson/Tito-s-Terminal Tito's Terminal]")
- 13:32, 8 December 2024 Latest (hist | edit) [1,799 bytes] Woozle (talk | contribs) (Created page with "==2024-12-08== For the past few months, I've been working on '''DBA''', a utility to make it easier for me to copy databases from one machine to another. (The official documentation page is here, but there isn't much there yet.) I got tired of having to work out the correct commands every time (and invariably spending a lot of time getting them wrong), as well as typing a command and then not seeing any sign of progress. DBA is part of a larger projec...")
- 13:18, 8 December 2024 Hire me (hist | edit) [360 bytes] Woozle (talk | contribs) (Created page with "I ''am'' generally available for hire, mainly because nobody wants to hire me. For every job that matches my skillset, there are always over a hundred other applicants, and my official work-history has gaps. If you're somehow interested, though, here's more information: * consulting, contracting, employment * Portfolio: examples of past work")
- 14:03, 4 December 2024 Futilities/server/dba (hist | edit) [477 bytes] Woozle (talk | contribs) (Created page with "{{fmt/title|DBA: Database Administration}} ==Notes== Example command (run from inside the <code>futils/run/dba</code> folder): ./go fplocal:'/home/woozle/Downloads/scratch' xfmode:sql read:hetz1 * makes SQL backup of the "hetz1" remote database, using '/home/woozle/Downloads/scratch' as the root folder for output files")
- 14:23, 14 November 2024 2024/11/14/untangling setup calls (hist | edit) [6,185 bytes] Woozle (talk | contribs) (Created page with "This is mainly notes to myself, trying to figure out why my code is complaining about there not being any input parameters before it has actually processed them... First call to Setup(): <pre> ==== [+] Setup() is being called twice?? ==== Stack (Woozalia\Ferret\Sys\Diag\Data\Stack\cDeck) SimpleRender() (rows: 7): | nArrIndex | sFileSpec | nFileLine | sCallClass | sCallType | sCallFunc | aCallArgs | oCallObj | |...")
- 15:28, 8 November 2024 Community (hist | edit) [279 bytes] Woozle (talk | contribs) (Created page with "==Social Projects== * [https://toot.cat TootCat] (and [https://mew.toot.cat wiki]) ==Hosted Creative Projects== * [https://outside-life.com Outside Life]: a webcomic * [https://roastrabbit.com Roast Rabbit Productions]")
- 15:57, 4 November 2024 AllowTcpForwarding (hist | edit) [1,864 bytes] Woozle (talk | contribs) (Created page with "category:notes category:setting ==2024-11-04== * I need to understand how ssh port forwarding works so I can get Beekeeper working on SamTheMachine. * I think the first thing I need to understand is how to see if it's already active. * [https://www.howtouselinux.com/post/exploring-ssh-port-forwarding-with-examples This] tells me that it's something you do on the remote host, not the local machine. * ...but if that's the case, then it's not what's preventing Beeke...")
- 20:14, 2 November 2024 Futilities/human/ftm/v0.6 (hist | edit) [943 bytes] Woozle (talk | contribs) (Created page with "==Notes== The original CLI help-text was: USAGE: ./ftm [<options>] <source folder> <target folder> Options: --comp-found -cf --config-file --do-delete -dd --finish-part --ign-date-chg -id --info-only -io --list-found -lf The "do.info" option (don't actually copy, just show information) was not supported because I'm not sure how it's useful here. Some old config code: <syntaxhighlight lan...")
- 12:55, 2 October 2024 Syncthing (hist | edit) [1,014 bytes] Woozle (talk | contribs) (Created page with "==Needed Features== * a way to include linked folders in the sync-set/share * ability to connect to specific folders ''within'' a share, and attach them to whichever local folders I want * ability to browse available shares without downloading them or setting them up ** (This would also make it possible/easier to start setting up a synk without having to wait for the invitation to arrive.) ** ability to download/upload specific files without synking")