Combined display of all available logs of wiki4print. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:52, 11 April 2025 Simon talk contribs created page File:Recentchanges-wiki4print.servpub.net-2025-04-03.dot.png
- 16:52, 11 April 2025 Simon talk contribs uploaded File:Recentchanges-wiki4print.servpub.net-2025-04-03.dot.png
- 16:49, 11 April 2025 Simon talk contribs created page File:Recentchanges-monoskop.org-2025-04-11.dot.png
- 16:49, 11 April 2025 Simon talk contribs uploaded File:Recentchanges-monoskop.org-2025-04-11.dot.png
- 15:51, 11 April 2025 Simon talk contribs created page File:Recentchanges-cc.vvvvvvaria.org wiki-2025-04-11.dot.png
- 15:51, 11 April 2025 Simon talk contribs uploaded File:Recentchanges-cc.vvvvvvaria.org wiki-2025-04-11.dot.png
- 15:49, 11 April 2025 Simon talk contribs created page File:Recentchanges-cc.vvvvvvaria.org wiki-2025-04-11.dot.svg
- 15:49, 11 April 2025 Simon talk contribs uploaded File:Recentchanges-cc.vvvvvvaria.org wiki-2025-04-11.dot.svg
- 19:14, 27 March 2025 Johanna talk contribs created page File:Dithereffect.svg (Dither effect for servpub book)
- 19:14, 27 March 2025 Johanna talk contribs uploaded File:Dithereffect.svg (Dither effect for servpub book)
- 15:23, 21 March 2025 Manetta talk contribs created page File:Revisions-New media art in Slovakia 1990s 2000s.dot.png
- 15:23, 21 March 2025 Manetta talk contribs uploaded File:Revisions-New media art in Slovakia 1990s 2000s.dot.png
- 15:19, 21 March 2025 Manetta talk contribs created page File:Revisions-New media art in Slovakia 1990s 2000s.dot.svg
- 15:19, 21 March 2025 Manetta talk contribs uploaded File:Revisions-New media art in Slovakia 1990s 2000s.dot.svg
- 20:22, 2 March 2025 Sun.seeking.goth talk contribs created page Docs:02.3 Systemctl and autotmation (Created page with "All the NGINX configuration we just setup should be saved and good to go. Next time we boot our server (if for any reason it shuts down) we want the server to be able to access and serve our website without manually starting NGINX. Luckily NGINX does this by default, but here is how it works: <syntaxhighlight lang="shell">systemctl enable nginx</syntaxhighlight> To check if it is running: <syntaxhighlight lang="shell">service nginx status</syntaxhighlight>") Tag: Visual edit: Switched
- 20:20, 2 March 2025 Sun.seeking.goth talk contribs created page Docs:02.1 NginX (Created page with "<span id="nginx"></span> = NGINX = We will install nginx on our pi, this is the software that will make our pi into our ''server''. To do this we need to be working on the pi, so we will use SSH to access the pi from our personal machine. <blockquote>[!REMINDER] Reminder: Working on the pi Go to section 01.3 SSH Connecting from a client to recap how to login to t...") Tag: Visual edit: Switched
- 20:17, 2 March 2025 Sun.seeking.goth talk contribs created page Docs:02.2 Static NginX (Created page with "<span id="customising-an-nginx-site"></span> = Customising an NGINX Site = We are going to create a custom .conf file and point it to a new location on your the server where the site files will live. In the previous section, we took note of two locations: <code>/etc/nginx/sites-enabled/</code> where the .conf file is saved, and <code>/var/www</code> where the default html files are saved. Before we create the custom .conf file, we must create the html location that it...")
- 19:58, 2 March 2025 Sun.seeking.goth talk contribs deleted page 02.1 NginX (content was: "<span id="nginx"></span> = NGINX = We will install nginx on our pi, this is the software that will make our pi into our ''server''. To do this we need to be working on the pi, so we will use SSH to access the pi from our personal machine. <blockquote>[!REMINDER] Reminder: Working...", and the only contributor was "Sun.seeking.goth" (talk))
- 19:47, 2 March 2025 Sun.seeking.goth talk contribs created page 02.1 NginX (Created page with "<span id="nginx"></span> = NGINX = We will install nginx on our pi, this is the software that will make our pi into our ''server''. To do this we need to be working on the pi, so we will use SSH to access the pi from our personal machine. <blockquote>[!REMINDER] Reminder: Working on the pi Go to section 01.3 SSH Connecting from a client to recap how to login to t...") Tag: Visual edit: Switched
- 20:35, 19 February 2025 Servpub talk contribs created page File:PubdocUser.png (example of root of user on command line)
- 20:35, 19 February 2025 Servpub talk contribs uploaded File:PubdocUser.png (example of root of user on command line)
- 18:41, 19 February 2025 Ktwindmill talk contribs created page Docs:00.1 Network terminology (Created page with "This section is here to clarify some of the network terminology used throughout our documentation. === Client/Server === Throughout these docs we’ll be referring to the server and the client. The client-server model in this context refers to a structure where tasks/workloads are distributed between the provider of a resource of service, and clients, who want to access that resource. When we come to talk about SSH: * Server = Raspberry Pi/SBC (Single boa...") Tag: Visual edit
- 18:31, 19 February 2025 Ktwindmill talk contribs moved page Docs:Contents to Docs:00 Contents
- 18:31, 19 February 2025 Ktwindmill talk contribs moved page 00.2 Terminal Unix Commands Cheat Sheet to Docs:00.2 Terminal Unix Commands Cheat Sheet (Misspelled title)
- 18:23, 19 February 2025 Ktwindmill talk contribs created page 00.2 Terminal Unix Commands Cheat Sheet (Created page with "Linux and Mac OS systems have Unix Shells that provide us a command line interface. e.g. Bash Shells or Zsh Windows uses Power Shell by default, which has a different command language. If you are on Windows you will need a Bash shell installed for the following commands. Much of working on the command line involves navigating around your system without the use of a Graphical User Interface (GUI). Below we have a graphical representation of a folder hierarchy with a pl...")
- 16:01, 19 February 2025 Sun.seeking.goth talk contribs created page Docs:02 Local Server Setup with Nginx (index upload) Tag: Visual edit
- 15:52, 19 February 2025 Servpub talk contribs created page Docs:04.2 Managing certificates for https (Created page with "You can follow [https://certbot.eff.org/instructions instructions for using Certbot] depending on the set-up of your server. Below you will also see instructions for the use of [https://help.ubuntu.com/community/UFW Uncomplicated Firewall] (ufw), you can read more about the opening of ports with ufw in 03.2 Tinc server side prep Before proceeding, it is worth taking note of your current Ngix config set up, as some automated editing of the Nginx config will occur an...") Tag: Visual edit: Switched
- 15:47, 19 February 2025 Servpub talk contribs moved page 04.1 NginX for Reverse Proxy to Docs:04.1 NginX for Reverse Proxy
- 15:46, 19 February 2025 Servpub talk contribs created page 04.1 NginX for Reverse Proxy (created page) Tag: Visual edit: Switched
- 15:43, 19 February 2025 Servpub talk contribs created page Docs:04 Reverse Proxy with NginX (Made page) Tag: Visual edit: Switched
- 15:40, 19 February 2025 Geo talk contribs created page Docs:01.4 TMUX (first draft)
- 15:39, 19 February 2025 Geo talk contribs created page Docs:01.3 SSH (first draft)
- 15:38, 19 February 2025 Geo talk contribs created page Docs:01.2 Creating Users (first draft)
- 15:38, 19 February 2025 Geo talk contribs created page Docs:01.1 Hardware and OS (first draft) Tag: Visual edit: Switched
- 15:37, 19 February 2025 Geo talk contribs created page Docs:01.0.5 Users, collective work, names (first draft) Tag: Visual edit: Switched
- 15:32, 19 February 2025 Geo talk contribs created page File:Local IP.png
- 15:32, 19 February 2025 Geo talk contribs uploaded File:Local IP.png
- 15:23, 19 February 2025 Geo talk contribs created page Docs:01 Setup a Local Collaborative Environment (first draft) Tag: Visual edit: Switched
- 15:19, 19 February 2025 Geo talk contribs moved page 03.4 Tinc Automation to Docs:03.4 Tinc Automation without leaving a redirect (Misspelled title)
- 15:18, 19 February 2025 Geo talk contribs moved page 03.3 Tinc Client Join to Docs:03.3 Tinc Client Join without leaving a redirect
- 15:18, 19 February 2025 Geo talk contribs moved page 03.2 Tinc server side prep to Docs:03.2 Tinc server side prep without leaving a redirect
- 15:15, 19 February 2025 Geo talk contribs moved page 03.1 Tinc Install to Docs:03.1 Tinc Install without leaving a redirect
- 15:11, 19 February 2025 Geo talk contribs moved page 03 VPN with Tinc to Docs:03 VPN with Tinc without leaving a redirect
- 14:50, 19 February 2025 Geo talk contribs created page 03.4 Tinc Automation (first draft)
- 14:49, 19 February 2025 Geo talk contribs created page 03.3 Tinc Client Join (first draft) Tag: Visual edit: Switched
- 14:47, 19 February 2025 Geo talk contribs created page 03.2 Tinc server side prep (first draft) Tag: Visual edit: Switched
- 14:43, 19 February 2025 Geo talk contribs created page 03.1 Tinc Install (first draft) Tag: Visual edit: Switched
- 14:42, 19 February 2025 Geo talk contribs created page 03 VPN with Tinc (first draft) Tag: Visual edit
- 13:42, 19 February 2025 Geo talk contribs created page Category:Docs (docs category) Tag: Visual edit: Switched
- 13:41, 19 February 2025 Geo talk contribs created page Docs:Contents (first docs pages) Tag: Visual edit