All public logs

Jump to navigation Jump to search

Combined display of all available logs of HTYP. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 15:23, 25 February 2024 Woozle talk contribs deleted page FileFerret/SQL (content was: "==Current== * /client * /entry: directory entry (file, folder, or other) * /event * /file * /firev * /folder * /map - how to access folders which may or may not be local * /volume - storage volumes ==Future Use== * /fideal", and the only contributor was "Woozle" (talk))
  • 00:46, 3 January 2024 Woozle talk contribs moved page xdg-open/notes to xdg-open/how to/add custom protocol without leaving a redirect (reorganizing, now that it's working)
  • 23:36, 2 January 2024 Woozle talk contribs created page cmd/gio/trash (Created page with "* '''Command''': {{l/cmd|gio}} trash [OPTION...] [LOCATION...] * '''Action''': Sends files or directories to the ‘Trashcan’ or restore them from ‘Trashcan’. ==About==...")
  • 23:30, 2 January 2024 Woozle talk contribs created page cmd/gio/set (Created page with "* '''Command''': {{l/cmd|gio}} set {{arg|LOCATION}} {{arg|ATTRIBUTE}} {{arg|VALUE}}... * '''Action''': Sets a file attribute on a file. ==About== File attributes can be specif...")
  • 23:23, 2 January 2024 Woozle talk contribs created page cmd/gio/save (Created page with "* '''Command''': {{l/cmd|gio}} save [{{arg|OPTION}}...] {{arg|DESTINATION}} * '''Action''': Reads from standard input and saves the data to the given location. ==About== This...")
  • 23:11, 2 January 2024 Woozle talk contribs created page cmd/gio/move (Created page with "'''Command''': {{l/cmd|gio}} move [{{arg|OPTION}}...] {{arg|SOURCE}}... {{arg|DESTINATION}} ==About== Moves one or more files from {{arg|SOURCE}} to {{arg|DESTINATION}}. If mo...")
  • 23:06, 2 January 2024 Woozle talk contribs created page cmd/gio/mount (Created page with "'''Command''': {{l/cmd|gio}} mount [OPTION...] [LOCATION...] ==About== Provides commandline access to various aspects of GIO’s mounting functionality. Mounting refers to t...")
  • 22:59, 2 January 2024 Woozle talk contribs created page cmd/gio/monitor (Created page with "'''Command''': {{l/cmd|gio}} monitor [OPTION...] [LOCATION...] ==About== Monitors files or directories for changes, such as creation deletion, content and attribute changes, a...")
  • 22:50, 2 January 2024 Woozle talk contribs created page cmd/gio/list (Created page with "'''Command''': {{l/cmd|gio}} list [OPTION...] [LOCATION...] ==About== Lists the contents of the given locations. If no location is given, the contents of the current director...")
  • 22:44, 2 January 2024 Woozle talk contribs created page cmd/gio/info (Created page with "'''Command''': {{l/cmd|gio}} info [OPTION...] LOCATION... ==About== Shows information about the given locations. Options: {| class="wikitable sortable" |- ! option || descrip...")
  • 22:40, 2 January 2024 Woozle talk contribs created page cmd/gio/copy (Created page with "'''Command''': {{l/cmd|gio}} copy [OPTION...] SOURCE... DESTINATION ==About== Copies one or more files from SOURCE to DESTINATION. If more than one source is specified, the de...")
  • 18:07, 2 January 2024 Woozle talk contribs created page cmd/gio (Created page with "==About== '''gio''' is a command line interface to the GIO subsystem. Commands (incomplete listing): {| class="wikitable sortable" |- ! subcommand || argument(s) || pu...")
  • 16:49, 2 January 2024 Woozle talk contribs created page xdg-open/notes (Created page with "==How To== ===custom protocol=== '''Q:''' How can I add a custom protocol to xdg-open? According to ChatGPT<ref name=chatgpt1 /> (these instructions are either incomplete, in...")
  • 17:59, 1 January 2024 Woozle talk contribs created page xdg-open (Created page with "category:software category:open-source ==About== {{fmt/quote|xdg-open is a command-line utility for opening files and URLs using the default applications as specif...")
  • 20:13, 20 November 2023 Woozle talk contribs created page Discord/101 (Created page with "{{fmt/title|Discord 101|an introduction}} ==About== Discord is a centralized software service which can be accessed on the web or via standalone applications. It's comparable...")
  • 19:34, 20 November 2023 Woozle talk contribs created page Discord/links (split off from main page, to reduce clutter)
  • 19:31, 20 November 2023 Woozle talk contribs created page Discord/notes (split off from main page, to reduce clutter)
  • 13:30, 21 September 2023 Woozle talk contribs created page cmd/ln/bug (Created page with "==2023-09-21== There seems to be a bug in the reporting when a desired link-file already exists. Real-life example: <syntaxhighlight lang=Bash> root@statler ~/dev/git/futilit...")
  • 19:36, 15 September 2023 Woozle talk contribs created page PHP/operator (Created page with "==List== {| class="wikitable sortable" |- ! operator || name || example || meaning || familiarity || docs |- | == || Equal || <syntaxhighlight lang=ph...")
  • 13:27, 16 July 2023 Woozle talk contribs created page PHP/declare (Created page with "{{fmt/title|PHP: declare()}} The [documentation for the <tt>declare()</tt> keyword is somewhat scattered. The [https://www.php.net/manual/en/control-structures.declare.php mai...")
  • 20:35, 2 July 2023 Woozle talk contribs created page Calckey (Created page with "Calckey is a client/server package for the ActivityPub fediverse. ==Notes== * [https://calckey.org/about/#docs documentation] * [https://codeberg.org/calckey/calck...")
  • 02:27, 23 June 2023 Woozle talk contribs created page PHP/string (come back to this later)
  • 13:13, 10 May 2023 Woozle talk contribs created page Git/cherry-pick (Created page with "==Docs== * [https://git-scm.com/docs/git-cherry-pick Git SCM]")
  • 19:38, 29 April 2023 Woozle talk contribs created page The Ready Room (Created page with "category:video series The Ready Room is a series of videos hosted by Wil Wheaton on Paramount Plus's [https://www.youtube.com/@paramountplus YouTube channel]. Unfo...")
  • 16:03, 14 April 2023 Woozle talk contribs created page PHP/ReflectionClass/getParentClass (Created page with "{{fmt/title|ReflectionClass::getParentClass()}} As of 2023-04-14 [https://www.php.net/manual/en/reflectionclass.getparentclass.php the official documentation] says {{fmt/quote...")
  • 19:15, 8 April 2023 Woozle talk contribs created page PHP/enum (Created page with "{{fmt/title|PHP enum support}} ==Methods== {| class="wikitable sortable" |- ! method || defined |- | public static [https://www.php.net/manual/en/unitenum.cases.php cases]():...")
  • 13:16, 9 February 2023 Woozle talk contribs created page quantum physics (Created page with "==Notes== * '''2023-02-06''' [https://www.quantamagazine.org/how-our-reality-may-be-a-sum-of-all-possible-realities-20230206/ How Our Reality May Be a Sum of All Possible Real...")
  • 22:14, 8 January 2023 Woozle talk contribs created page File:2023-01-08.bash git prompt.png (category:screenshot category:CLI)
  • 22:14, 8 January 2023 Woozle talk contribs uploaded File:2023-01-08.bash git prompt.png (category:screenshot category:CLI)
  • 22:11, 8 January 2023 Woozle talk contribs created page Git/color prompt (Created page with "To show the status of the current project in the bash prompt, using color, add this to <code>~/.bashrc</code>: <syntaxhighlight lang=bash> parse_git_branch() { git branch...")
  • 20:27, 21 December 2022 Woozle talk contribs created page Category:anti-spam (Created page with "pages about fighting spam")
  • 19:03, 3 December 2022 Woozle talk contribs created page ke (Created page with "{{fmt/title|Known Entities|such as commonly-found {{l/sub|file}}s}} This is the acronym I came up with. Don't @ me. See also HTML entity.")
  • 19:00, 3 December 2022 Woozle talk contribs created page Template:l/ke/file (Created page with "[[ke/file/{{{1}}}|{{{2|<code>{{{1}}}</code>}}}]]")
  • 18:44, 3 December 2022 Woozle talk contribs created page Ubuntu/swap (Created page with "==About== Newer versions of Ubuntu use a regular(ish) file for swap, rather than a partition -- so resizing it is now possible without rebooting or mucking around with {{l/cmd...")
  • 16:57, 29 November 2022 Woozle talk contribs moved page North Pointe Kroger to US/NC/Durham/North Pointe/Kroger (reorganizing)
  • 16:53, 29 November 2022 Woozle talk contribs moved page North Pointe, Durham, NC to US/NC/Durham/North Pointe without leaving a redirect (update to canonical naming)
  • 01:26, 28 November 2022 Woozle talk contribs created page cmd/certbot/plugins (Created page with " Certbot client supports an extensible plugins architecture. See 'certbot plugins' for a list of all installed plugins and their names. You can force a particular plugin by se...")
  • 00:57, 28 November 2022 Woozle talk contribs created page cmd/certbot/renew (Created page with "{{fmt/title/cmd|certbot renew}} The 'renew' subcommand will attempt to renew all certificates (or more precisely, certificate lineages) you have previously obtained if they ar...")
  • 00:51, 28 November 2022 Woozle talk contribs created page Template:fmt/title/cmd (Created page with "{| width=100% style="background: #efe; border: 1px solid #9f9;" |- | cellpadding=10 | <div style="font: bold 18pt Times, serif"><code>{{{1}}}</code> command</div><i>{{{2|}}}</...")
  • 23:07, 27 November 2022 Woozle talk contribs created page cmd/certbot/manpage (Created page with "This is the raw manpage for {{l/cmd|certbot}}, for easier reference and double-checking (retrieved 2022-11-27 with <syntaxhiglight lang=bash inline>man --html=cat certbot > ce...")
  • 01:43, 26 November 2022 Woozle talk contribs created page cmd/certbot (Created page with "Table constructed from the manpage, for better searchability ({{hilite|under construction 2022-11-25}}): {| class="wikitable sortable" ! short || long || subsystem || descrip...")
  • 01:26, 26 November 2022 Woozle talk contribs moved page openssl to cmd/openssl (putting all pages for commands under cmd/)
  • 20:14, 20 November 2022 Woozle talk contribs deleted page User:Woozle/toot.cat (Moved to another site: content was: "* /2019/02/10: user profile editing issue * /2018/08/25: certificate almost-expiration incident (got to it in time!) * /2018/07/18: migrating media off Amazon * /2018/06/22: outgoing toots being sluggish again * /2018/05/30: certificate expiration incident * /2018/05/20: rebooting incident * /2018/05/03: email bug * /2018/04/10: migrate-and-upgrade...", and the only contributor was "Woozle" (...)
  • 20:06, 20 November 2022 Woozle talk contribs deleted page Toot.Cat (No longer needed: content was: "{{seed}} ==Notes== thumb|Dotster fail - it took several days to establish that they can't handle [[.cat domains]] * [https://github.com/TootCat/mastodon/ GitHub]: as of 2018-01-07, "Latest commit ba10a23 on May 3, 2017" * User:Woozle/toot.cat: Woozle's toot.cat admin tech notes ==History== * '''2017-12-30'''? auto-ren...", and the only contributor was "Woozle" ([[Use...)
  • 18:56, 20 November 2022 Woozle talk contribs created page letsencrypt (Redirected page to Let's Encrypt) Tag: New redirect
  • 15:02, 16 November 2022 Woozle talk contribs created page Git/cmd (Created page with "{{fmt/title|Git commands}} '''Usage''': <code>git {{arg|command}} {{arg/opt|parameters}}</code> {| class="wikitable sortable" |- ! command || process || description |- | '''{{...")
  • 14:55, 16 November 2022 Woozle talk contribs created page Template:l/git (Created page with "[[Git/{{{1}}}|{{{2|{{{1}}}}}}]]")
  • 23:00, 13 November 2022 Woozle talk contribs moved page Linux file/directory command syntax to Linux/file/cmd (reorganizing command pages)
  • 22:55, 13 November 2022 Woozle talk contribs moved page GNU/groups to cmd/groups (reorganizing command pages)
  • 22:52, 13 November 2022 Woozle talk contribs moved page usermod/archive/Red Hat 7 to cmd/usermod/archive/Red Hat 7 (reorganizing command pages)
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)