All public logs

Jump to navigation Jump to search

Combined display of all available logs of CompleteNoobs. 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)
  • 21:53, 2 April 2023 Noob talk contribs created page Ubuntu Users (Created page with "==Create User Account== add user using a ubuntu script <code>/usr/sbin/adduser</code><br \> <code>adduser <username></code><br \> And nice and straightforward.<br \> Manually for scripts:<br \> <code>useradd</code>-><code>/usr/sbin/useradd</code> <br \> Syntax:<code>useradd -s <path/shell> -d <directory> -m -G <SecondaryGroup> <user>; passwd <user> </code><br \> Example<code>useradd -s /bin/bash -d /home/green -m -G sudo green;passwd green</code> <div class="toccolours...")
  • 21:24, 2 April 2023 Noob talk contribs created page SSH and How to Use It (Created page with "=Understanding SSH= Understanding SSH: SSH is a protocol that uses encryption to secure data transmitted between a client and a server. It enables users to execute commands, transfer files, and manage remote systems through an encrypted channel. SSH is widely used by system administrators for managing servers, network devices, and other remote systems. Installing and Configuring SSH: To start using SSH, you'll need to install and configure both the server and client com...")
  • 21:22, 2 April 2023 Noob talk contribs created page Ssh basics (Created page with "== 1. Installing OpenSSH Server == === Ubuntu === To install OpenSSH server on Ubuntu, run the following command: <code>apt install openssh-server</code> Check the SSH server status with: <code>systemctl status ssh</code> == 2. Connecting to a Remote Server == In this example, we connect to a remote Ubuntu VPS with the following credentials: <pre> Username: root IP address: 12.34.56.78 Password: password2simple </pre> Use the following command to connec...")
  • 21:20, 2 April 2023 Noob talk contribs deleted page Basic Nginx Server For Hosting Files Ubuntu 22.04 (content was: "==Spin up a Server == Using <b>Vultr</b> i am going to deploy a <b>Ubuntu 20.04</b> Server.<br \> $5 a month, 1 cpu, 1024MB ram, 25GB ssd, 1000GB Bandwidth.<br \> I have been given the IP:<b>192.248.155.201</b> <br \> ===DNS=== make a <b>A RECORD</b> for subdomain server IP address<br> {| class="wikitable" |+ Dns |- |Type |Host |Ip address |TTL |- |A record |xml |192.248.155.201 |aut...", and the only contributor was "Noob" (talk))
  • 21:20, 2 April 2023 Noob talk contribs created page Nginx Server For Hosting Files Ubuntu 22.04 (Created page with "==Spin up a Server == Using <b>Vultr</b> i am going to deploy a <b>Ubuntu 20.04</b> Server.<br \> $5 a month, 1 cpu, 1024MB ram, 25GB ssd, 1000GB Bandwidth.<br \> I have been given the IP:<b>192.248.155.201</b> <br \> ===DNS=== make a <b>A RECORD</b> for subdomain server IP address<br> {| class="wikitable" |+ Dns |- |Type |Host |Ip address |TTL |- |A record |xml |192.248.155.201 |auto |- |} ==Enable Basic FireWall== <code>ufw allow 22/tcp</code><br> <code>ufw allow 44...")
  • 21:18, 2 April 2023 Noob talk contribs deleted page Basic SCP Examples (content was: "== Some basic scp examples == ''check <code>man scp</code> for more info. '' Get file <code>foo.txt</code> from server@12.34.56.78 and copy to a local directory path. <code>scp username@12.34.56.78:/home/user/Documents/foo.txt /local/directory/path/ </code> <br /> Send public key to Server.<br \> <code>scp ~/.ssh/sshkey.pub username@12.34.56.78:/root/.ssh/</code> <br /> Send Pu...", and the only contributor was "Noob" (talk))
  • 21:18, 2 April 2023 Noob talk contribs created page SCP Examples (Created page with "== Some basic scp examples == ''check <code>man scp</code> for more info. '' Get file <code>foo.txt</code> from server@12.34.56.78 and copy to a local directory path. <code>scp username@12.34.56.78:/home/user/Documents/foo.txt /local/directory/path/ </code> <br /> Send public key to Server.<br \> <code>scp ~/.ssh/sshkey.pub username@12.34.56.78:/root/.ssh/</code> <br /> Send Public key to server and rename to ''authorized_keys'' <code>scp ~/.ssh/sshkey.pub usern...")
  • 21:00, 2 April 2023 Noob talk contribs created page Windows 10 Factory Reset (Created page with " ==Using Recovery - built in== To reset your Windows 10 PC, go to Start > Settings > Update & Security > Recovery > Reset this PC > Get Started.<br> ==Create Windows 10 installation media== It may be wish to backup your Windows 10 Product Key before a Nuke and Pave Go to https://www.microsoft.com/en-gb/software-download/windows10<br> Under <b>Create Windows 10 installation media</b><br> And Click <b>Download tool now</b> will down...")
  • 20:59, 2 April 2023 Noob talk contribs created page Windows 10 Product Key (Created page with " Windows product key is a 25 character code used to activate Windows. ==Find your Product Key== In search bar type <code>cmd</code> Right click <b>Command Prompt</b> and <b>Run as administrator</b><br> In the command prompt enter:<br> <code>wmic path softwarelicensingservice get OA3xOriginalProductKey</code><br> Should return your 25 character product key: <pre> OA3xOriginalProductKey YXXXX-KXXXX-3XXXX-CXXXX-NXXXX </pre>")
  • 20:21, 2 April 2023 Noob talk contribs created page Mediawiki Remove index.php (Created page with "==Info== My mediawiki is installed in path <b>/var/www/html/noobs</b> and i want to remove the <b>index.php</b> from the URL ==Apache2 config== This apache2 config file is from a localwiki:<br> Note the Path of <b>DocumentRoot</b><br> Inside the Directory angle brackets, note path and make sure:<br> :* <b>Options Indexes FollowSymLinks</b><br> :* <b>AllowOverride All</b><br> make sure they are included: <pre> <VirtualHost *:80> DocumentRoot /var/www/html/noobs...")
  • 23:57, 29 March 2023 Noob talk contribs created page Bk Main Page (Created page with " =In Concept Mode= <div class="toccolours mw-collapsible mw-collapsed"> '''''DISCLAIMER:''''' <div class="mw-collapsible-content"> he content provided on completenoobs.com is for general informational and educational purposes only. The website owner and authors make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the website or the information, products, services...")
  • 23:53, 29 March 2023 Noob talk contribs created page Command Line Editors (Created page with "=Command Line Editors= A command line editor is a type of software program that allows users to create and edit text files directly from a command line interface. This means that instead of using a graphical user interface, users interact with the editor through a text-based interface. Command line editors are often used by programmers and system administrators who need to work with text files in a terminal environment. They are particularly useful for tasks such as mo...")
  • 21:59, 29 March 2023 Noob talk contribs created page LXD Private-Public Network (Created page with "== Creating a Private-Public Network with LXD using Cloud-init == With this method, a private network provides an IP that can be used by another device on the same network, such as 192.168.0.122, while a public network provides an IP that can be used by the same device hosting the container, such as 10.0.1.122. Note that this method has not been tested on wifi. To create a "ppnet" profile for private-public networking, you will need to know the name of your network int...")
  • 21:45, 29 March 2023 Noob talk contribs created page Ubuntu Server 22.04 Wifi Setup CLI (Created page with " ==Find wifi card name== First, make sure that your Ubuntu server has a wifi adapter installed. This is usually a small device that plugs into a USB port or is built into the computer. If you're not sure if your server has a wifi adapter, you can check the documentation or ask someone who knows more about computers. <br> <code>sudo lshw -C network</code><br> <div class="toccolours mw-collapsible mw-collapsed"> Other methods to find wifi card: <div class="mw-collapsible-...")
  • 21:44, 27 March 2023 Noob talk contribs created page Ubuntu KVM to Windows 10 - Thinkpad T470 - Razer Core X - GTX 970 (Created page with "==Ubuntu Kvm Windows 10 - Thinkpad T470 with Razer Core X== Hardware:<br> * Thinkpad t470 - 256GB HD, 8GB RAM * razer core x * GTX 970 GT * Ubuntu Desktop 22.04 installed. Thunderbolt 3 - detected as USB3.0 (5000M). But works :)<br> <div class="toccolours mw-collapsible mw-collapsed"> <code>lsusb -t</code> OutPut: <div class="mw-collapsible-content"> <pre> /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M |__ Port 3: Dev 2, If 0, Class=Mass Storage...")
  • 21:43, 27 March 2023 Noob talk contribs created page Gpu Passthrough to VirtualMachine (Created page with "PlaceHolder for tuts on <b>passing gpu to vm</b><br> ==List of walkthroughs== Ubuntu_KVM_to_Windows_10_-_Thinkpad_T470_-_Razer_Core_X_-_GTX_970")
  • 01:55, 24 March 2023 Noob talk contribs created page Ubuntu Playing encrypted dvds (Created page with "==tested with ubuntu-mate 20.04 using celluoid == To play encrypted DVDs on ubuntu you need to install <code>libdvd-pkg</code> which does not come preinstalled on ubuntu-mate 20.04.<br> <br> <code>sudo apt install libdvd-pkg && sudo dpkg-reconfigure libdvd-pkg</code><br> <br> And now you can watch encrypted DVDs using celluloid.<br>")
  • 01:41, 21 March 2023 Noob talk contribs deleted page Main pages (content was: "Place holder, can just add s to imported wiki", and the only contributor was "Noob" (talk))
  • 01:40, 21 March 2023 Noob talk contribs created page Main pages (Created page with "Place holder, can just add s to imported wiki")
  • 19:52, 20 March 2023 Noob talk contribs created page Cron ubuntu 22.04 (Created page with "==Cron Quick Start== Cron already comes preinstalled - but check with<br> <code>sudo apt install cron</code><br> <br> Cron is a time-based job scheduler in Ubuntu and other Unix-like operating systems. It allows users to schedule commands or scripts to run automatically at specific times or intervals. Cron jobs are very useful for automating repetitive tasks or performing maintenance tasks on a regular basis.<br> <br> To use cron on Ubuntu, you need to understand the sy...")
  • 23:30, 10 March 2023 Noob talk contribs deleted page MIT Introduction to Computer Science and Programming in Python 6.0001 Fall 2016 Undergraduate (content was: "{{:LICENCE_HEADER_CC_BY-NC-SA_4.0}} =Licence NOTE= This site is currently non commercial and is a concept development. Will remove if it becomes commercial. <br> <br> Note - this is quickly put together to test and demonstrate hosting heavy data content on IPFS and CompleteNoobs. ==Source== https://ocw.mit.edu/MIT OPEN COURSEWARE - MASSACHUSETTS INSTITUTE OF TECHNOLOGY.<code>https://g...", and the only contributor was "Noob" (talk))
  • 21:34, 9 March 2023 Noob talk contribs created page EmbedVideo Syntax (Created page with " ==Page Licence== {{:LICENCE_HEADER_CC_BY}} ==Source== https://www.mediawiki.org/wiki/Extension:EmbedVideo<br> ==Syntax== === Media handler === This example would display a video in page using a HTML5 <code>video</code> tag. <br> <pre><nowiki>File:Example.mp4</nowiki></pre> <br> <pre><nowiki>start=2|end=6</nowiki></pre> <br> === Tags === <!--T:25--> <!--T:26--> The EmbedVideo parser function expects to be called in any of the following ways...")
  • 00:58, 7 March 2023 Noob talk contribs protected CompleteNoobs:Terms of Service [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 00:58, 7 March 2023 Noob talk contribs created page CompleteNoobs:Terms of Service (Created page with "{{:LICENCE_HEADER_CC_BY-SA}}<br \> Welcome to [https://www.completenoobs.com completenoobs.com]! Before you do anything on our wiki you must read and accept the following terms. '''PLEASE READ THESE TERMS OF USE CAREFULLY BEFORE USING THE SERVICES. BY ACCESSING THIS SITE OR USING ANY PART OF THE SITE OR ANY CONTENT OR SERVICES (AS EACH IS DEFINED BELOW) ON THE SITE, YOU AGREE TO BECOME BOUND BY THESE TERMS AND CONDITIONS. IF YOU DO NOT AGREE TO ALL THE TERMS AND CONDIT...")
  • 18:33, 6 March 2023 Noob talk contribs created page Ffmpeg (Created page with "=FFMPEG= ==Convert== ===Convert mp4 to mp3 audio only=== <code>ffmpeg -i video.mp4 audio.mp3</code><br \> <b>ffmpeg -i INNAME.mp4 OUTNAME.mp3</b><br \> ==Edit Audio== ===Cut audio file=== Cut out first 10 seconds, till 3 mins and 33 seconds and send to outputfile.<br \> <code>ffmpeg -i FILETOEDIT.mp3 -vn -acodec copy -ss 00:00:10 -t 00:03:33 EDITEDFILE.mp3</code><br \> Cut out first ten seconds till end of file to outputfile.<br \> <code>ffmpeg -i FILETOEDIT.mp3 -...")
  • 10:53, 6 March 2023 Noob talk contribs protected LICENCE HEADER CC BY-NC-SA 4.0 [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 10:53, 6 March 2023 Noob talk contribs created page LICENCE HEADER CC BY-NC-SA 4.0 (Created page with "{|style="border-style: solid; boarder-width: 20px;" align="center" | <b>LICENCE</b>: When you edit this page, you agree to release your contribution under the <b>CC BY-NC-SA Licence</b><br \> More information about the <b>CC BY-NC-SA licence</b> can be found here:<br \> <code>https://creativecommons.org/licenses/by-nc-sa/4.0/</code> <div class="toccolours mw-collapsible mw-collapsed"> Over View <div class="mw-collapsible-content"> <pre> You are free to: Share — co...")
  • 21:53, 5 March 2023 Noob talk contribs deleted page Host Your Own Mediawiki Online (content was: " ==Using Ubuntu Linux== Installing MediaWiki on a container and exporting to the cloud. Local OS used Ubuntu-Mate 20.04 Tested with ethernet. Untested with wifi. TODO's * Remove 'index.php' from URL * Find out more about 'DocBookExport' and test how it works * Move MediaWiki Server to FreeBSD Currently trying to solve the spambot problem, they got round the need to request to open a...", and the only contributor was "Noob" (talk))
  • 21:52, 5 March 2023 Noob talk contribs created page Host Your Own Mediawiki Online - Ubuntu (Created page with "Installing MediaWiki on a container and exporting to the cloud. Local OS used Ubuntu-Mate 20.04 Tested with ethernet. Untested with wifi. TODO's * Remove 'index.php' from URL * Find out more about 'DocBookExport' and test how it works * Move MediaWiki Server to FreeBSD Currently trying to solve the spambot problem, they got round the need to request to open an account somehow, will update once solved. $EDITOR is used as a place holder for an editor of your choice. =...")
  • 21:51, 5 March 2023 Noob talk contribs created page Host Your Own Mediawiki Online (Created page with " ==Using Ubuntu Linux== Installing MediaWiki on a container and exporting to the cloud. Local OS used Ubuntu-Mate 20.04 Tested with ethernet. Untested with wifi. TODO's * Remove 'index.php' from URL * Find out more about 'DocBookExport' and test how it works * Move MediaWiki Server to FreeBSD Currently trying to solve the spambot problem, they got round the need to request to open an account somehow, will update once solved. $EDITOR is used as a place holder for an e...")
  • 21:43, 5 March 2023 Noob talk contribs protected MIT Introduction to Computer Science and Programming in Python 6.0001 Fall 2016 Undergraduate [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)
  • 17:21, 5 March 2023 Noob talk contribs created page Ubuntu Disable Suspend (Created page with "Tested on Ubuntu-mate 20.04<br \> Tested on Ubuntu-server 20.04<br \> <br \> installed ubuntu server 20.04 on giga home server and found it would suspend every 30 minutes if i was not logged in with ssh. does not suspend on virtualbox just on real hardware when xorg is installed. disable suspend:<br \> <code>sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target</code> and if you want to re-enable suspend:<br \> <code>sudo systemctl unmask...")
  • 17:20, 5 March 2023 Noob talk contribs created page Ubuntu Disabling TouchScreen (Created page with " ==Ubuntu-mate 20.04== Tested on ubuntu-mate 20.04<br \> To disable the touchscreen in ubuntu-mate 20.04 you need to edit the file <code>40-libinput.conf</code><br \> And change the line <code>MatchIsTouchscreen "on"</code> To <code>MatchIsTouchscreen "off"</code>. <code>$EDITOR /usr/share/X11/xorg.conf.d/40-libinput.conf</code> <pre> Section "InputClass" Identifier "libinput touchscreen catchall" MatchIsTouchscreen "on" MatchDevicePath "/dev/in...") Tag: Visual edit: Switched
  • 15:37, 5 March 2023 Noob talk contribs created page MIT Introduction to Computer Science and Programming in Python 6.0001 Fall 2016 Undergraduate (Created page with "Note - this is quickly put together to test and demonstrate hosting heavy data content on IPFS and CompleteNoobs. https://ocw.mit.edu/MIT OPEN COURSEWARE - MASSACHUSETTS INSTITUTE OF TECHNOLOGY.<code>https://giving.mit.edu/give/to/ocw/</code><br> Donations to support MIT Open Courseware <code>https://giving.mit.edu/give/to/ocw/</code><br> This content is under the <b>CC BY-NC-SA 4.0</b> Licence <code>https://creativecommons.org/licenses/by-nc-sa/4.0/</code><br> Conten...")
  • 00:56, 4 March 2023 Noob talk contribs created page Tmux (Created page with "= tmux — terminal multiplexer = ==Basics== Description Quote from man page <blockquote> tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached. </blockquote> Tmux can do a number of things. In this module we are just going to concentrate on solving the problem of something going wrong with are ssh...")
  • 21:40, 3 March 2023 Noob talk contribs created page Yacy (Created page with " ==Installing Yacy on Ubuntu 22.04 Vultr VPS Server== * Spin up ubuntu 22.04 2 vCPUs 4096.00 MB RAM 80 GB SSD Storage * login <code>apt-get update && apt upgrade -y</code><br> <code>apt-get install openjdk-8-jre-headless nginx -y</code><br> <code>mkdir -pv /opt/yacy</code><br> Find Latest version https://download.yacy.net/<br> <code>wget https://download.yacy.net/yacy_v1.924_20210209_10069.tar.gz</code><br> <code>tar xvf yacy_v1.924_20210209_10069.tar.gz -C /opt/yacy/...")
  • 20:57, 3 March 2023 Noob talk contribs created page Create swap space (Created page with " ==Ubuntu== First check if you already have a swap space<br \> <code>free -m</code> <code>cat /proc/swaps</code> <code>swapon -s -v</code> === Creating a swap space === preallocate a 2 gigabyte space to be used for swap.<br \> Note: you can name swapfile to anything you want. <code>fallocate -l 2G /swapfile</code> Initialize the /swapfile file with zeros - see "Working out the count size" to see how to work out the count size. <code>dd if=/dev/zero of=/swapfile bs...")
  • 19:23, 3 March 2023 Noob talk contribs created page OpenSSH-Server Capture Failed Passwords (Created page with "==Done in a Vultr VPS to Capture Passwords== * could only get working on 18.04 - failed on 20.04 and 22.04 * Spin up a Ubuntu 18.04 server on VPS * Login to VPS terminal UFW firewall is enabled at default on Vultr Ubuntu 18.04 (at current time testing).<br> <code>ufw allow 8889/tcp</code><br> <code>echo 'Port 8889' >> /etc/ssh/sshd_config</code> <div class="toccolours mw-collapsible mw-collapsed"> Warning: Make sure you do not use SINGLE <code>></code> it will TRUNCATE...")
  • 12:13, 3 March 2023 Noob talk contribs created page Wiki Basic Syntax (Created page with " ==Headings== Do Not use <code>=Level 1=</code> Level one is for Page titles<br \> <nowiki>==Level 2 heading==</nowiki> <nowiki>===Level 3 heading===</nowiki> <nowiki>====level 4 heading====</nowiki> <nowiki>=====level 5 heading=====</nowiki> <nowiki>======level 6 heading======</nowiki> ==Info boxes== ===expanding content=== <div class="toccolours mw-collapsible mw-collapsed"> What you will like in title: <div class="mw-collapsible-content"> and of course the...")
  • 11:31, 3 March 2023 Noob talk contribs created page Basic SCP Examples (Created page with "== Some basic scp examples == ''check <code>man scp</code> for more info. '' Get file <code>foo.txt</code> from server@12.34.56.78 and copy to a local directory path. <code>scp username@12.34.56.78:/home/user/Documents/foo.txt /local/directory/path/ </code> <br /> Send public key to Server.<br \> <code>scp ~/.ssh/sshkey.pub username@12.34.56.78:/root/.ssh/</code> <br /> Send Public key to server and rename to ''authorized_keys'' <code>scp ~/.ssh/sshkey.pub usern...")
  • 01:25, 3 March 2023 Noob talk contribs created page Basic Nginx Server For Hosting Files Ubuntu 22.04 (Created page with "==Spin up a Server == Using <b>Vultr</b> i am going to deploy a <b>Ubuntu 20.04</b> Server.<br \> $5 a month, 1 cpu, 1024MB ram, 25GB ssd, 1000GB Bandwidth.<br \> I have been given the IP:<b>192.248.155.201</b> <br \> ===DNS=== make a <b>A RECORD</b> for subdomain server IP address<br> {| class="wikitable" |+ Dns |- |Type |Host |Ip address |TTL |- |A record |xml |192.248.155.201 |auto |- |} ==Enable Basic FireWall== <code>ufw allow 22/tcp</code><br> <code>ufw allow 44...")
  • 01:02, 3 March 2023 Noob talk contribs created page Windows 10 Local Wiki Import (Created page with "==Make sure Linux subsystem enabled on windows 10== <b>Control Panel</b> > <b>Programs</b> > <b>Turn Windows features on or off</b> Scroll down and make sure <b>Windows Subsystem for Linux</b> box is ticked<br \> If it was unticked, you might should reboot/restart your computer after the subsystem installs.<br \> ==Install Ubuntu from Microsoft store== Install the <b>Ubuntu App</b> from the store.<br \> And launch it.<br \> When you launch you will be prompted for a...")
  • 00:59, 3 March 2023 Noob talk contribs created page Ubuntu Local Wiki Import (Created page with "Tested on Ubuntu-Mate 20.04<br \> Download CompleteNoobs wiki and Keep Private Copy you can edit as you wish on your own computer. ==Download CompleteNoobs's XML dump== [https://xml.completenoobs.com CompleteNoobs xml dump] ==Create a container== <code>lxc launch ubuntu:20.04 localwiki</code><br \> Push file conataining xml dump to container<br \> <code>lxc file push wiki-dump.xml localwiki/root/</code><br \> Log/Chroot into container<br \> <code>lxc exec localwiki b...")
  • 00:57, 3 March 2023 Noob talk contribs created page Placeholder (Created page with " Ubuntu Import Wiki to Local<br \> Windows 10 Import Local Wiki<br \>")
  • 15:22, 2 March 2023 Noob talk contribs created page Main Index (Created page with "Will be Main Index - placeholder")
  • 15:21, 2 March 2023 Noob talk contribs created page Local CompleteNoobs Wiki (Created page with "Placeholder - need xml server first")
  • 15:05, 2 March 2023 Noob talk contribs created page IPFS Basics (Created page with " =IPFS Basics= Note this did not work on my home network, worked on Vultr VPS. IPFS requires port 4001 TCP and UDP open on router. Tested on a ubuntu 22.04 server Download Linux Binary https://dist.ipfs.tech/#go-ipfs Assuming you already have LXD setup. (does not need to be in a container)<br> Check <code>https://dist.ipfs.tech/kubo/</code> for latest version.<br> <code>apt update && apt upgrade -y</code><br> <code>wget https://dist.ipfs.tech/kubo/v0.18.1/kubo_v0...")
  • 22:49, 1 March 2023 Noob talk contribs created page CompleteNoobs:Copyrights (Created page with "We only want Libre Licenced content on are site.<br> Check are current Licences page<br>")
  • 22:35, 1 March 2023 Noob talk contribs protected Terms of Service [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 22:35, 1 March 2023 Noob talk contribs protected Content Policy [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)