Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of bwCloud-OS. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:58, 13 November 2025 Admin talk contribs deleted page Testpage levin (content was: "# Test test", and the only contributor was "Lpatzina" (talk))
- 09:55, 13 November 2025 Lpatzina talk contribs created page Testpage levin (Created page with "# Test test")
- 09:52, 13 November 2025 User account Lpatzina talk contribs was created by Admin talk contribs
- 18:38, 10 November 2025 Sia talk contribs deleted page BwCloud-OS-User-Wiki:About (content was: "bwCloud-OS User Wiki is the central guide to using the multi-region OpenStack cloud bwCloud-OS shared across Baden-Württemberg, Germany. This cloud is jointly operated by the universities of Freiburg, Karlsruhe, Mannheim, and Ulm, and is available to users from all participating educational institutions.", and the only contributor was "Sia" (talk))
- 09:45, 10 November 2025 Admin talk contribs created page BwCloud-OS:General disclaimer (Created page with "The bwCloud-OS Wiki is hosted by University IT (UNIT) at University of Mannheim. This Wiki is part of the bwCloud-OS service. The privacy policy of our [https://bwcloud-os.de/impressum website] applies to all wiki pages.")
- 09:39, 10 November 2025 Admin talk contribs created page BwCloud-OS:About (Created page with "bwCloud-OS User Wiki is the central guide to using the multi-region OpenStack cloud '''bwCloud-OS''' shared across Baden-Württemberg, Germany. This cloud is jointly operated by the universities of Freiburg, Karlsruhe, Mannheim, and Ulm, and is available to users from all participating educational institutions.")
- 17:13, 7 November 2025 Sia talk contribs created page BwCloud-OS-User-Wiki:About (Created page with "bwCloud-OS User Wiki is the central guide to using the multi-region OpenStack cloud bwCloud-OS shared across Baden-Württemberg, Germany. This cloud is jointly operated by the universities of Freiburg, Karlsruhe, Mannheim, and Ulm, and is available to users from all participating educational institutions.")
- 00:16, 6 November 2025 Sia talk contribs created page MediaWiki:Logo (Created page with "link=Main Page")
- 00:15, 6 November 2025 Sia talk contribs deleted page Logo (content was: "link=Main Page", and the only contributor was "Sia" (talk))
- 00:11, 6 November 2025 Sia talk contribs created page Logo (Created page with "link=link=Main Page") Tag: Visual edit
- 00:00, 6 November 2025 Sia talk contribs created page File:Bwc2opt.png
- 00:00, 6 November 2025 Sia talk contribs uploaded File:Bwc2opt.png
- 22:14, 31 October 2025 Sia talk contribs created page File:VS-Code Remote-Quick-Access.png
- 22:14, 31 October 2025 Sia talk contribs uploaded File:VS-Code Remote-Quick-Access.png Tag: Recreated
- 22:14, 31 October 2025 Sia talk contribs created page File:VS-Code Remote-Connection.png
- 22:14, 31 October 2025 Sia talk contribs uploaded File:VS-Code Remote-Connection.png Tag: Recreated
- 22:12, 31 October 2025 Sia talk contribs deleted page File:VS-Code Remote-Connection.png (content was: "", and the only contributor was "Sia" (talk))
- 22:11, 31 October 2025 Sia talk contribs deleted page File:VS-Code Remote-Quick-Access.png (content was: "", and the only contributor was "Sia" (talk))
- 22:02, 31 October 2025 Sia talk contribs created page File:VS-Code Remote-Window.png
- 22:02, 31 October 2025 Sia talk contribs uploaded File:VS-Code Remote-Window.png
- 22:02, 31 October 2025 Sia talk contribs created page File:VS-Code Remote-Quick-Access.png
- 22:02, 31 October 2025 Sia talk contribs uploaded File:VS-Code Remote-Quick-Access.png
- 22:01, 31 October 2025 Sia talk contribs created page File:VS-Code Remote-Connection.png
- 22:01, 31 October 2025 Sia talk contribs uploaded File:VS-Code Remote-Connection.png
- 22:00, 31 October 2025 Sia talk contribs deleted page File:Windows-logo.png (content was: "", and the only contributor was "Sia" (talk))
- 22:00, 31 October 2025 Sia talk contribs deleted page File:Remote-dev-status-bar.png (content was: "", and the only contributor was "Sia" (talk))
- 22:00, 31 October 2025 Sia talk contribs deleted page File:Ssh-statusbar.png (content was: "", and the only contributor was "Sia" (talk))
- 22:00, 31 October 2025 Sia talk contribs deleted page File:Remote-status-bar.png (content was: "", and the only contributor was "Sia" (talk))
- 19:35, 31 October 2025 Sia talk contribs created page File:Remote-status-bar.png
- 19:35, 31 October 2025 Sia talk contribs uploaded File:Remote-status-bar.png
- 18:38, 31 October 2025 Sia talk contribs created page File:Ssh-statusbar.png
- 18:38, 31 October 2025 Sia talk contribs uploaded File:Ssh-statusbar.png
- 18:07, 31 October 2025 Sia talk contribs created page File:Remote-dev-status-bar.png
- 18:07, 31 October 2025 Sia talk contribs uploaded File:Remote-dev-status-bar.png
- 17:43, 31 October 2025 Sia talk contribs created page File:Windows-logo.png
- 17:43, 31 October 2025 Sia talk contribs uploaded File:Windows-logo.png
- 12:19, 23 October 2025 Admin talk contribs deleted page Guide: SSH Key Pair (content was: "== Generating an SSH Key Pair Locally == === 🐧 Linux / 🍎 macOS === Open a terminal and run the following command: <code>ssh-keygen -t rsa -b 4096 -f ~/.ssh/myKey</code> When prompted, enter a secure passphrase. Record it safely — without it, you won't be able to use the key pair. This creates two files: * '''Private key''': <code>~/.ssh/myKey</code> * '''Public key''': <code>~/.ssh/myKey.pub</code> Secure the private key with correct permissions: <code>chmod 600 ~...")
- 12:19, 23 October 2025 Admin talk contribs created page Guide: SSH (Created page with "== Generating an SSH Key Pair Locally == === 🐧 Linux / 🍎 macOS === Open a terminal and run the following command: <code>ssh-keygen -t rsa -b 4096 -f ~/.ssh/myKey</code> When prompted, enter a secure passphrase. Record it safely — without it, you won't be able to use the key pair. This creates two files: * '''Private key''': <code>~/.ssh/myKey</code> * '''Public key''': <code>~/.ssh/myKey.pub</code> Secure the private key with correct permissions: <code>chmo...")
- 09:10, 23 October 2025 Admin talk contribs deleted page Network Overview (content was: "== Region Mannheim == To be done: Brauchen wir das? {| class="wikitable" ! Network Name !! Type / Purpose !! IPv4 !! IPv6 !! Notes |- | public-belwue || Public via BelWü || yes || yes || standard public IPv4 and IPv6 |- | public-uni || Public via university network || yes || yes || only available for University of Mannheim users |- | public-belwue-v6only || Public, IPv6 only || no || yes || just a local IPv4 address, public IPv6 only |- | || || || || |}")
- 22:59, 21 October 2025 Sia talk contribs deleted page File:Select region dashboard.png (content was: "Select region dashboard", and the only contributor was "Admin" (talk))
- 22:58, 21 October 2025 Sia talk contribs deleted page File:Select project region.png (content was: "Select project region", and the only contributor was "Admin" (talk))
- 22:57, 21 October 2025 Sia talk contribs deleted page File:Screenshot login bwSupportPortal.png (content was: "regapp", and the only contributor was "Admin" (talk))
- 18:30, 21 October 2025 Sia talk contribs created page File:Network floatingip graph.png
- 18:30, 21 October 2025 Sia talk contribs uploaded File:Network floatingip graph.png
- 15:44, 21 October 2025 Admin talk contribs created page File:Launch instance 015.png
- 15:44, 21 October 2025 Admin talk contribs uploaded File:Launch instance 015.png
- 15:44, 21 October 2025 Admin talk contribs created page File:Launch instance 013.png
- 15:44, 21 October 2025 Admin talk contribs uploaded File:Launch instance 013.png
- 15:44, 21 October 2025 Admin talk contribs created page File:Launch instance 012.png
- 15:44, 21 October 2025 Admin talk contribs uploaded File:Launch instance 012.png