Main public logs
Combined display of all available logs of RaySoft. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:20, 24 June 2025 Admin talk contribs created page Template:urlFedoraMagazine (Created page with "<includeonly>https://fedoramagazine.org</includeonly><noinclude> {{funcToc}} == Syntax == <syntaxhighlight lang=text> {{urlFedoraMagazine}} </syntaxhighlight> == Usage == === Code === <syntaxhighlight lang=text> {{urlFedoraMagazine}} </syntaxhighlight> === Result === {{urlFedoraMagazine}} Category:Template </noinclude>")
- 09:38, 5 June 2025 Admin talk contribs deleted page Kirby (content was: "{{funcToc}} {{#dplvar:set|projectHomepage|https://getkirby.com}} ''Kirby is a PHP powered CMS that lets you organize your content in folders and write in plain text files with Markdown formatting. That’s it, in a nutshell, and it’s just as simple as it sounds. You can download it for free to try it out (a license will cost $39...", and the only contributor was "Admin" (talk))
- 14:00, 30 May 2025 Admin talk contribs undeleted page davfs2 (5 revisions)
- 14:00, 30 May 2025 Admin talk contribs deleted page davfs2 (content was: "#REDIRECTWebDAV Linux File System", and the only contributor was "Admin" (talk))
- 13:57, 30 May 2025 Admin talk contribs deleted page Pocket (content was: "{{funcToc}} ''When you find something on the web that you want to view later, put it in Pocket. It automatically syncs to your phone, tablet, or computer so you can view it any time, even without an internet connection.''<ref>{{urlAppleApp}}/id309601447</ref> {{funcProject|main=https://getpocket.com/|blog=https://getpocket.com/blog/}} {{funcAppleApp|ios-ipados=id309601447}}...", and the only contributor was "Admin" (talk))
- 13:57, 30 May 2025 Admin talk contribs deleted page Read It Later (content was: "#REDIRECTPocket", and the only contributor was "Admin" (talk))
- 19:44, 27 May 2025 Admin talk contribs created page /home/alex/dev/setup-venv.sh (1) (Created page with "<!-- sync2mw id="öAC?gw" --> <syntaxhighlight lang="javascript" line> </syntaxhighlight> <!-- sync2mw id="öAC?gw" --> == Usage == ; Create a configuration file <syntaxhighlight lang="yaml"> atlassian-api: path: /home/alex/dev runner: true libraries: - atlassian-python-api bw2kp: path: /home/alex/dev runner: false libraries: - git+https://codeberg.org/k3karthic/bitwarden-to-keepass deploy_certs: path: /home/alex/dev runner: true libraries:...")
- 14:31, 15 May 2025 Admin talk contribs deleted page multimarkdown (content was: "{{funcToc}} {{funcProject|main=https://fletcherpenney.net/multimarkdown/|repo={{urlGitHub}}/fletcher/MultiMarkdown-5}} {{funcFedora}} {{funcHomebrew}} == Documentation == * [https://fletcher.github.io/MultiMarkdown-5/using_mmd.html How to Use MultiMarkdown] [EN] == Syntax == <syntaxhighlight lang="text"> multimarkdown [PARAMETER ...] [FILE ...] </syntaxhighlight> == Parameter...", and the only contributor was "Admin" (talk))
- 14:31, 15 May 2025 Admin talk contribs deleted page Category:MultiMarkdown (content was: "This category includes all pages which are related to [[{{PAGENAME}}]]. Category:Markup Language", and the only contributor was "Admin" (talk))
- 14:31, 15 May 2025 Admin talk contribs deleted page MultiMarkdown (content was: "{{funcToc}} ''MultiMarkdown, or MMD, is a tool to help turn minimally marked-up plain text into well formatted documents, including HTML, PDF (by way of LaTeX), OPML, or OpenDocument (specifically, Flat OpenDocument or .fodt,...", and the only contributor was "Admin" (talk))
- 15:45, 5 April 2025 Admin talk contribs deleted page Restricted SSH (content was: "{{funcToc}} ''rssh is a restricted shell for use with OpenSSH, allowing only scp and/or sftp. It now also includes support for rdist, rsync, and cvs. For example, if you have a server which you only want to allow users to copy files off of via scp, without providing shell access, you...", and the only contributor was "Admin" (talk))
- 15:45, 5 April 2025 Admin talk contribs deleted page RSSH (content was: "#REDIRECTRestricted SSH", and the only contributor was "Admin" (talk))
- 14:21, 27 March 2025 Admin talk contribs deleted page Category:Router (content was: "This category includes all pages which are related to [[{{PAGENAME}}]]. Category:Network", and the only contributor was "Admin" (talk))
- 14:16, 27 March 2025 Admin talk contribs created page Category:WireGuard (Created page with "This category includes all pages which are related to [[{{PAGENAME}}]]. Category:Network")
- 14:15, 27 March 2025 Admin talk contribs created page Category:Router (Created page with "This category includes all pages which are related to [[{{PAGENAME}}]]. Category:Network")
- 13:48, 27 March 2025 Admin talk contribs deleted page gdrive (content was: "{{funcToc}} {{#dplvar:set|projectHomepage|{{urlGitHub}}/gdrive-org/gdrive}} ''gdrive is a command line utility for uploading and downloading single files to your Google Drive. This tool on its own does not do synchronization of any kind, if you want that you can use googles own tool. It is meant for one-off uploads or downloads and integ...", and the only contributor was "Admin" (talk))
- 13:47, 27 March 2025 Admin talk contribs deleted page dropbox uploader (content was: "{{DISPLAYTITLE:dropbox_uploader}} {{funcToc}} ''Dropbox Uploader is a Bash script which can be used to upload, download, delete, list files (and more!) from Dropbox, an online file sharing, synchronization and backup service. It is...''<ref name="GitHub">{{urlGitHub}}/andreafabrizi/Dropbox-Uploader/</ref> * ''Portable: It's written in Bash scriptin...", and the only contributor was "Admin" (talk))
- 12:49, 27 March 2025 Admin talk contribs deleted page haveged (content was: "{{funcToc}} ''haveged is a daemon that feeds entropy into the linux ''<tt>/dev/random</tt>'' pool using a random number generator based upon the HArdware Volatile Entropy Gathering and Expansion algorithm.''<ref>https://sourceforge.net/projects/haveged/</ref> {{funcProject|main=https://www.issihosts.com/haveged/}} == Documentation == {{funcManLink|section=8}} {{ch...", and the only contributor was "Admin" (talk))
- 09:55, 21 March 2025 Admin talk contribs created page Template:egSshAgentAdd (Created page with "<includeonly>; Provide git with SSH private keys <syntaxhighlight lang="bash"> eval "$(ssh-agent -s)" ssh-add "${HOME}/.ssh/id_ed25519_alex@Codeberg" git push --set-upstream 'origin' 'main' </syntaxhighlight></includeonly><noinclude> {{funcToc}} == Syntax == <syntaxhighlight lang="text"> {{egSshAgentAdd}} </syntaxhighlight> == Usage == === Code === <syntaxhighlight lang="text"> {{egSshAgentAdd}} </syntaxhighlight> === Result === {{egSshAgentA...")
- 15:10, 13 March 2025 Admin talk contribs deleted page OTP Auth (content was: "''This app is used to calculate one-time passwords required to log into your accounts after you enabled two factor authentication.''<ref>https://cooperrs.de/otpauth.html</ref> * Project Homepage [EN] ** [https://cooperrs.de/otpauth_macos.html for macOS] ** [https://cooperrs.de/otpauth.html for iOS (iPhone) & iPadOS (iPad)] {{funcAppleApp|macos=i...", and the only contributor was "Admin" (talk))
- 15:09, 13 March 2025 Admin talk contribs deleted page Pixelmator (content was: "{{funcToc}} {{#dplvar:set|projectHomepage|https://www.pixelmator.com}} {{#dplvar:set|supportHomepage|https://support.pixelmator.com}} ''Pixelmator is a graphic editor developed for Mac OS X, by 'Pixelmator Team Ltd' built upon a combination of open source and Mac OS X technologies. Pixelmator features selection, painting, retouching, navi...", and the only contributor was "Admin" (talk))
- 15:07, 13 March 2025 Admin talk contribs deleted page Bear (content was: "{{funcToc}} ''Bear is a focused, flexible writing app used by everyone from bloggers and web developers to aspiring authors and students! It has quick organization, editing tools, and export options to help you write quickly and share anywhere.''<ref>{{urlAppleApp}}/id1091189122</ref> {{funcProject|main=https://bear.app/|blog=https://blog.bear.app/}} {{funcAppleApp|macos=id10...", and the only contributor was "Admin" (talk))
- 14:55, 13 March 2025 Admin talk contribs deleted page TCP Wrapper (content was: "{{funcToc}} ''TCP Wrapper is a host-based networking ACL system, used to filter network access to Internet Protocol servers on (Unix-like) operating systems such as Linux or BSD. It allows host or subnetwork IP addresses, names and/or ident query repl...", and the only contributor was "Admin" (talk))
- 14:54, 13 March 2025 Admin talk contribs deleted page RDist (content was: "{{funcToc}} ''RDist is an open source program to maintain identical copies of files over multiple hosts. It preserves the owner, group, mode, and mtime of files if possible and can update programs that are executing.''<ref>https://www.magnicomp.com/rdist/</ref> {{funcProject|main=https://www.magnicomp.com/rdist/}} {{funcFedora}} == Documentation == * [http...", and the only contributor was "Admin" (talk))
- 14:40, 13 March 2025 Admin talk contribs deleted page Ulysses (content was: "{{funcToc}} {{#dplvar:set|projectHomepage|https://ulysses.app}} ''Ulysses is your one-stop writing environment for Mac, iPhone and iPad. Its pleasant, focused writing experience, combined with effective document management, seamless sync, and flexible export, make Ulysses the first choice for writers of all kinds.''<ref>{{urlAppleApp}}/id1225570693</re...", and the only contributor was "Admin" (talk))
- 14:39, 13 March 2025 Admin talk contribs deleted page Sound Control (content was: "{{funcToc}} ''Sound Control is a unique application that adds advanced audio controls to your Mac. Control the audio of each of your apps independently with per-app volume, EQ, and audio routing.''<ref>https://staticz.com/soundcontrol/</ref> {{funcProject|main=https://staticz.com/soundcontrol/}} {{funcHomebrew|type=Cask}} == Documentation == * [https://staticz...", and the only contributor was "Admin" (talk))
- 14:38, 13 March 2025 Admin talk contribs deleted page SmartGit (content was: "{{funcToc}} ''SmartGit is an efficient user interface for Git, Mercurial and Subversion. It focuses on simplicity and is geared towards non-experts and people who prefer a graphical application over command line usage.''<ref name="projectHomepage">https://www.syntevo.net/smartgit/</ref> ''SmartGit...", and the only contributor was "Admin" (talk))
- 14:37, 13 March 2025 Admin talk contribs deleted page Slack (content was: "{{funcToc}} {{#dplvar:set|projectHomepage|https://slack.com}} ''Slack brings team communication and collaboration into one place so you can get more work done, whether you belong to a large enterprise or a small business. Check off your to-do list and move your projects forward by bringing the right people, conversations, tools, and information you need together. Slack is a...", and the only contributor was "Admin" (talk))
- 14:37, 13 March 2025 Admin talk contribs deleted page SketchUp (content was: "''SketchUp is a 3D modeling program designed for architects, civil engineers, filmmakers, game developers, and related professions. It also includes features to facilitate the placement of models in Google Earth. It was designed to be easier to use than other 3D wikipedia:Com...", and the only contributor was "Admin" (talk))
- 14:36, 13 March 2025 Admin talk contribs deleted page Puppet (content was: "{{funcToc}} ''Puppet is an open-source software configuration management tool. It runs on many Unix-like systems as well as on Microsoft Windows, and includes its own declarative language to describe system configuration.''<ref>{{urlWikipediaEn}}/Puppet_(software)</ref> {{funcProject|main=https://puppet.com/|blog=https://puppet.com/blog/|repo={...", and the only contributor was "Admin" (talk))
- 14:35, 13 March 2025 Admin talk contribs deleted page Raindrop.io (content was: "{{funcToc}} ''While saving bookmarks in the web browser itself is easier, it’s not the easiest to access them later and it becomes a complete mess if you take a lot of bookmarks. Plus, if you switch between browsers (like Chrome, Brave, Edge, Opera, etc.) frequentl...", and the only contributor was "Admin" (talk))
- 14:33, 13 March 2025 Admin talk contribs deleted page MultiMarkdown Composer (content was: "{{funcToc}} ''MultiMarkdown Composer is a text editor that is designed from the ground up around the MultiMarkdown Syntax. It is designed to make writing in MultiMarkdown even easier than it already is, with automatic syntax highlighting, built in previews, easy export to any format that is supported by MultiMarkdown, and more!''<ref name="itunes">{{urlAppleApp}}/id...", and the only contributor was "Admin" (talk))
- 14:30, 13 March 2025 Admin talk contribs deleted page GeekTool (content was: "{{funcToc}} ''GeekTool is a macOS application that lets you customize your desktop with great flexibility. There are four modules available that you can use for different types of informations.''<ref>https://www.tynsoe.org/geektool/</ref> {{funcProject|main=https://www.tynsoe.org/geektool/}} {{funcHomebrew|type=Cask}} == Examples == ; Show current month in a line <tt>...", and the only contributor was "Admin" (talk))
- 14:30, 13 March 2025 Admin talk contribs deleted page Category:GeekTool (content was: "This category includes all pages which are related to [[{{PAGENAME}}]]. Category:Application", and the only contributor was "Admin" (talk))
- 14:26, 13 March 2025 Admin talk contribs created page Category:diagrams.net (Created page with "This category includes all pages which are related to [[{{PAGENAME}}]]. Category:Application")
- 12:30, 13 March 2025 Admin talk contribs deleted page Category:Fedora 4 Shuttle DS57U (content was: "This category includes all pages which belong to the project ''{{PAGENAME}}''. <!-- Type --> Category:Project <!-- Purpose --> <!-- Features --> <!-- Target --> Category:Linux <!-- Relationship --> <!-- Project -->", and the only contributor was "Admin" (talk))
- 12:24, 13 March 2025 Admin talk contribs deleted page urlwatch (content was: "{{funcToc}} ''urlwatch is intended to help you watch changes in webpages and get notified (via e-mail, in your terminal or through various third party services) of any changes. The change notification will include the URL that has changed and a unified diff of what has changed.''<ref>https://urlwatch.readthedocs.io/en/latest/</re...", and the only contributor was "Admin" (talk))
- 12:23, 13 March 2025 Admin talk contribs deleted page Category:urlwatch (content was: "This category includes all pages which are related to [[{{PAGENAME}}]]. Category:Shell Command", and the only contributor was "Admin" (talk))
- 12:22, 13 March 2025 Admin talk contribs deleted page urlwatch Howto (1) (content was: "{{funcToc}} == Installation == Install the Python packages: <syntaxhighlight lang="bash"> pip3 install --upgrade 'urlwatch' </syntaxhighlight> == Configuration == Create a separate user: <syntaxhighlight lang="bash"> useradd 'urlwatch' </syntaxhighlight> Change to the new user: <syntaxhighlight lang="bash"> su - 'urlwatch' </syntaxhighlight> Configure urlwatch: <syntax...", and the only contributor was "Admin" (talk))
- 08:33, 23 January 2025 Admin talk contribs deleted page Template:egAddSELinuxPolicy (content was: "<includeonly>; Add a SELinux policy to allow a Traefik container to read from <tt>/var/run/docker.sock</tt> Scan the log file and report all discovered SELinux issues: <syntaxhighlight lang="bash"> sealert --analyze '/var/log/audit/audit.log' </syntaxhighlight> Create a SELinux policy for the Traefik container: <syntaxhighlight lang="bash"> ausearch --comm 'tra...", and the only contributor was "Admin" (talk))
- 08:30, 23 January 2025 Admin talk contribs deleted page Podman Howto (1) (content was: "{{funcToc}} == Installation == '''[Server Shell]:''' Install Podman: <syntaxhighlight lang="bash"> sudo dnf --assumeyes install 'podman' </syntaxhighlight> == Update == '''[Server Shell]:''' Update Podman: <syntaxhighlight lang="bash"> sudo dnf --assumeyes upgrade 'podman' </syntaxhighlight> == Configuration == '''[Server Shell]:''' Enable and start the systemd D...", and the only contributor was "Admin" (talk))
- 08:30, 23 January 2025 Admin talk contribs deleted page Category:UniFi Controller (content was: "This category includes all pages which are related to {{PAGENAME}}. Category:Application", and the only contributor was "Admin" (talk))
- 08:29, 23 January 2025 Admin talk contribs deleted page Category:Pi-hole (content was: "This category includes all pages which are related to [[{{PAGENAME}}]]. Category:Application", and the only contributor was "Admin" (talk))
- 08:29, 23 January 2025 Admin talk contribs deleted page UniFi Controller Howto (1) (content was: "{{funcToc}} This howto is based on the following documentation: * [{{urlGitHub}}/linuxserver/docker-unifi-controller Docker UniFi Controller] [EN] @ [{{urlGitHub}}/ GitHub] == Requirements == * Podman installation (See Howto "Podman on Fedora") == Installation == '''[Server Shell]:''' Edit the setup script * /home/alex/dev/podman/unifi.sh (1)|~/dev/...", and the only contributor was "Admin" (talk))
- 08:29, 23 January 2025 Admin talk contribs deleted page /home/alex/dev/podman/unifi.sh (1) (content was: "<!-- sync2mw id="Uw0!dU" --> <syntaxhighlight lang="bash" line> #!/bin/bash - # ------------------------------------------------------------------------------ # unifi.sh # ======== # # Project Replace Docker by Podman (UniFi Controller) # Scope Linux # Copyright (C) 2025 by RaySoft, Zurich, Switzerland # License GNU General Public License (GPL) 2.0 # https://www.gn...", and the only contributor was "Admin" (talk))
- 08:28, 23 January 2025 Admin talk contribs deleted page Pi-hole Howto (1) (content was: "{{funcToc}} This howto is based on the following documentation: * [{{urlGitHub}}/pi-hole/docker-pi-hole Docker Pi-hole] [EN] @ [{{urlGitHub}}/ GitHub] * [https://discourse.pi-hole.net/t/enabling-https-for-your-pi-hole-web-interface/5771/37 Enabling HTTPS for your Pi-hole Web Interface] [EN] @ [https://discourse.pi-hole.net/ Pi-hole Forum] == Requirements == * Podman installa...", and the only contributor was "Admin" (talk))
- 08:27, 23 January 2025 Admin talk contribs deleted page /var/lib/containers/volumes/pihole/etc-lighttpd/external.conf (1) (content was: "<!-- sync2mw id="sIN*7p" --> <syntaxhighlight lang="bash" line> # ------------------------------------------------------------------------------ # external.conf # ============= # # Project Replace Docker by Podman (Pi-hole) # Scope Linux # Copyright (C) 2025 by RaySoft, Zurich, Switzerland # License GNU General Public License (GPL) 2.0 # https://www.gnu.org/license...", and the only contributor was "Admin" (talk))
- 08:27, 23 January 2025 Admin talk contribs deleted page /home/alex/dev/podman/pihole.sh (1) (content was: "<!-- sync2mw id="sZu8,S" --> <syntaxhighlight lang="bash" line> #!/bin/bash - # ------------------------------------------------------------------------------ # pihole.sh # ========= # # Project Replace Docker by Podman (Pi-hole) # Scope Linux # Copyright (C) 2025 by RaySoft, Zurich, Switzerland # License GNU General Public License (GPL) 2.0 # https://www.gnu.org/l...", and the only contributor was "Admin" (talk))
- 23:20, 22 January 2025 Admin talk contribs created page /home/alex/.config/sublime-text/Packages/User/ApplySyntax.sublime-settings (1) (Created page with "<!-- sync2mw id="EVhI6x" --> <syntaxhighlight lang="javascript" line> </syntaxhighlight> <!-- sync2mw id="EVhI6x" --> <!-- Type --> Category:File <!-- Purpose --> Category:Editor <!-- Features --> <!-- Target --> <!-- Relationship --> Category:Sublime Text <!-- Project -->")
- 23:18, 22 January 2025 Admin talk contribs created page /home/alex/.config/sublime-text/Packages/User/SublimeLinter.sublime-settings (1) (Created page with "<!-- sync2mw id="KepQkH" --> <syntaxhighlight lang="javascript" line> </syntaxhighlight> <!-- sync2mw id="KepQkH" --> <!-- Type --> Category:File <!-- Purpose --> Category:Editor <!-- Features --> <!-- Target --> <!-- Relationship --> Category:Sublime Text <!-- Project -->")