User contributions for AwesomO
Jump to navigation
Jump to search
27 April 2026
- 11:0211:02, 27 April 2026 diff hist +4,981 N Delegate Hive Power (HP) to Another Account Created page with "= Delegate Hive Power (HP) to Another Account = '''CompleteNoobs Walkthrough''' ''How to lend your Hive Power (HP) to another account safely and easily'' == What is HP Delegation? == Hive Power (HP) is your staked HIVE. When you '''delegate''' HP to another account, you are temporarily lending them your voting power and Resource Credits (RC). - You still '''own''' the HP 100%. - The other person can use the voting power to upvote posts. - You can take it back when..." current
- 01:3101:31, 27 April 2026 diff hist +43 Main Page →In Concept development Mode - a wiki you can download current
- 01:1101:11, 27 April 2026 diff hist +100 Main Page →In Concept development Mode - a wiki you can download
- 01:0801:08, 27 April 2026 diff hist +1,338 HTML Expanding info box →Full Example Page current
- 01:0201:02, 27 April 2026 diff hist +3,942 N HTML Expanding info box Created page with "== How to Add an Expanding Info Box (Simple Guide)== {| class="wikitable" |- ! Feature ! Value |- | Method | <details> + <summary> |- | JavaScript | Not needed |- | Mobile Support | Yes |- | Difficulty | Very Easy |} === Basic Example=== <pre> <details> <summary>What you will like</summary> <div> <p>This content is hidden until clicked.</p> <code>print "hello content"</code> </div> </details> </pre> === Optional CSS Styling=== <pre> body {..."
25 April 2026
- 01:4901:49, 25 April 2026 diff hist +57,747 N V4call-v0.11 Created page with "{{:LICENCE_HEADER_MIT}} = v4call — Deploy Your Own Server on Ubuntu 24.04 with Docker = From CompleteNoobs This guide walks through deploying your own v4call server from scratch on a fresh Vultr Ubuntu 24.04 VPS — from first login to a working HTTPS video/audio calling service on your own domain, optionally federated with other v4call servers. v4call is an open-source, decentralised video and audio calling platform that uses Hive blockchain for identity and HBD..." current
19 April 2026
- 19:2419:24, 19 April 2026 diff hist +6,549 N Basic Html JavaScript POPUP warning Accept Created page with "3 parts ==Part one== * This is placed in the <head> </head> at the top of index.html contains css <pre> <style> #overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.85); color: white; z-index: 10000; display: flex; align-items: center; justify-content: center; text-align: center; } .popup-box { background: #222; padding: 30px; border-radius: 10px; border: 1px solid #444; } button { padding: 10px 20px; curso..." current
- 14:1714:17, 19 April 2026 diff hist +43,740 N V4CALL Created page with "{{:LICENCE_HEADER_MIT}} = v4call — Deploy Your Own Server on Ubuntu 24.04 with Docker = From CompleteNoobs This guide walks through deploying your own v4call server from scratch on a fresh Vultr Ubuntu 24.04 VPS — from first login to a working HTTPS video/audio calling service on your own domain. v4call is an open-source, decentralised video and audio calling platform that uses Hive blockchain for identity and HBD micropayments. It supports custom Hive-Engine to..." current
- 14:1614:16, 19 April 2026 diff hist +19 Main Page →Licenses
- 13:5713:57, 19 April 2026 diff hist +3,924 N Hive Blockchain - How to change Active and Posting keys on Hive Created page with "'''How to Change Your Active and Posting Keys on Hive (2026)''' To update your Active, Posting (or any) keys on Hive, you must perform a full **password reset**. This generates a new '''Master Password''' that automatically creates a fresh set of all keys (Owner, Active, Posting, Memo). =='''Critical Warnings'''== * If you lose the new Master Password or Owner Key, '''no one''' (not even Hive support) can recover your account. * '''Backup everything''' (especially the..." current
- 12:4812:48, 19 April 2026 diff hist +1,472 N Hive Blockchain - buying/exchanging Hive Based Dollars $HBD Created page with "= Hive Blockchain Buying HBD = == Prerequisites == Before buying HBD, you must have a Hive account. It is recommended to use Hive Keychain for easy and secure access to your account. * Create a Hive account (see: ''Hive Blockchain Create Extra Accounts'') * Install Hive Keychain (browser extension) * Log in to your account using your keys == Buying HIVE from an Exchange == To obtain HBD, you will first need to buy HIVE from a cryptocurrency exchange. Example (UK): *..." current
- 12:3312:33, 19 April 2026 diff hist +1,033 N Hive Blockchain Create Create Extra Accounts Created page with "= Hive Blockchain Create Extra Accounts = == Free accounts == This is the on-ramp for your first account. https://signup.hive.io/ == Paid accounts == === Hive Keychain === * Download Hive Keychain (browser extension) * Log in with your '''Active Key''' (required to sign the ~3 HIVE account creation fee) * Click the ☰ (top left) → '''Accounts''' → '''Create Account''' * Enter a username If the username is available, you will proceed to the next stage where you..." current
- 12:2312:23, 19 April 2026 diff hist +8 Hive Blockchain Create Custom Coins No edit summary current
- 12:2212:22, 19 April 2026 diff hist +6,843 N Hive Blockchain Create Custom Coins Created page with "{{LICENCE_CC0}} = v4call — How to Create Your Own Custom Token (e.g. CNOOBS) on Hive Engine = From CompleteNoobs F This guide walks you through creating a custom Hive Engine token (example: '''CNOOBS''') in under 10 minutes. No coding required. These tokens power the custom communication economy in v4call: you can set rates like "1 CNOOBS = 1 text message" or "10 CNOOBS = 1 hour video call", gift them to friends/family, or let blocked users bypass your blocklist if th..."
16 April 2026
- 15:1415:14, 16 April 2026 diff hist +6,549 N Html JavaScript Cookies PopUP Accept Basic Created page with "3 parts ==Part one== * This is placed in the <head> </head> at the top of index.html contains css <pre> <style> #overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.85); color: white; z-index: 10000; display: flex; align-items: center; justify-content: center; text-align: center; } .popup-box { background: #222; padding: 30px; border-radius: 10px; border: 1px solid #444; } button { padding: 10px 20px; curso..." current
28 March 2026
- 11:1711:17, 28 March 2026 diff hist +42,495 N Ubuntu 24.04 WebRTC lxc Intro Basics Created page with "= WebRTC Video Chat on Ubuntu 24.04 with LXC — Complete Beginner's Guide = * This walk through is tested on a ubuntu-mate 24.04 host. ** Guide written with help from claude.ai for Ubuntu 24.04 LTS (Noble Numbat). Node.js 20 LTS. Last verified March 2026 This guide walks you through setting up a working browser-based WebRTC video/audio chat application. The signalling server will run inside an '''LXC container''' on your Ubuntu 24.04 host machine, and you will conne..." current
6 January 2026
- 20:2320:23, 6 January 2026 diff hist −228 User:ChandraArgueta Blanked the page current Tag: Blanking
- 20:2220:22, 6 January 2026 diff hist −230 User:StephaniaEberhar Blanked the page current Tag: Blanking
- 20:2120:21, 6 January 2026 diff hist −16 User:ReinaldoTonga76 Blanked the page Tags: Blanking Visual edit: Switched
- 20:2120:21, 6 January 2026 diff hist −1,290 Why New 18 Video Platforms Are Improving The User Experience Blanked the page current Tag: Blanking
2 September 2025
- 14:4614:46, 2 September 2025 diff hist +54 CompleteNoobs Docker Image 2 →5.2: Test Extensions current
- 14:4214:42, 2 September 2025 diff hist +3 CompleteNoobs Docker Image 2 →5.2: Test Extensions
- 14:3614:36, 2 September 2025 diff hist +78 CompleteNoobs Docker Image Install No edit summary current
- 14:3114:31, 2 September 2025 diff hist +10 CompleteNoobs Docker Image 0.2 Install Basics →Create directory for file sharing current
- 14:3114:31, 2 September 2025 diff hist +3,856 N CompleteNoobs Docker Image 0.2 Install Basics Created page with " * Requires docker installed on system == Download image== * Download the completenoobs container image. <code>docker pull completenoobs/cnoobs-wiki:0.2</code> == Create directory for file sharing == * If you do not create this file - docker will create one for you when you run the <code>docker run</code> command. ** If docker run creates the file, you will not have permissions to send data to that directory. ** Change permission's if that happens <code>sudo chmod 777..."
- 12:2712:27, 2 September 2025 diff hist +11 N CompleteNoobs Docker Image Install Created page with "placeholder"
- 12:2412:24, 2 September 2025 diff hist +13,540 N CompleteNoobs Docker Image 2 Created page with " ==todo== * Use Dir for import export of xml. * Min scripts - just setup mediawiki with extensions. = Complete Noobs Docker Wiki Tutorial v0.2 = * Version 0.2 - Simplified with manual import/export * Docker install guide == Overview == This tutorial creates a MediaWiki Docker container with: * MediaWiki 1.44 * PageNotice extension (for license notices) * YouTube extension (for video embedding) * Shared directory for XML import/export == Prere..."
- 10:5310:53, 2 September 2025 diff hist +91 CompleteNoobs Docker Image Creation →Complete Noobs Docker Wiki Tutorial current
- 10:3810:38, 2 September 2025 diff hist +85 N Talk:Restore the completenoobs Main Page Created page with "* Enter in page - saves retyping <pre>{{:Restore_the_completenoobs_Main_Page}}</pre>" current
- 10:2310:23, 2 September 2025 diff hist +41 CompleteNoobs Docker Image Creation →4.1: Check the Wiki
- 10:2110:21, 2 September 2025 diff hist +683 N Restore the completenoobs Main Page Created page with "<div class="toccolours mw-collapsible mw-collapsed"> Restore the completenoobs Main Page: <div class="mw-collapsible-content"> By default, the <code>completenoobs</code> MediaWiki instance overwrites the Main Page with content like "<strong>MediaWiki has been installed.</strong>" To revert to the page’s state before this change, undo the initial revision:<br><br> 1. Go to <code>http://localhost:8080</code> in your browser.<br> 2. On the Main Page, click <b>View Histo..." current
1 September 2025
- 21:1621:16, 1 September 2025 diff hist +30 Ubuntu2404 Install Docker and Docker Compose →Install First Container/Image current
- 21:1321:13, 1 September 2025 diff hist +2,674 Ubuntu2404 Install Docker and Docker Compose →Run container
- 20:5220:52, 1 September 2025 diff hist +2,616 CompleteNoobs Docker Image Creation →3.2: Run the Container
- 20:5020:50, 1 September 2025 diff hist +2,617 Ubuntu2404 Install Docker and Docker Compose →Run container
- 20:3520:35, 1 September 2025 diff hist −4 Docker Mediawiki Local Install →Step 2: Create a Docker Compose File current
- 20:2020:20, 1 September 2025 diff hist +81 CompleteNoobs Docker Image Creation →Expected Results
- 20:0420:04, 1 September 2025 diff hist −319 CompleteNoobs Docker Image Creation →Important Notes
- 20:0420:04, 1 September 2025 diff hist −403 CompleteNoobs Docker Image Creation →Update System Features
- 20:0020:00, 1 September 2025 diff hist −467 CompleteNoobs Docker Image Creation →Step 1: Clean Start
- 19:1319:13, 1 September 2025 diff hist +192 CompleteNoobs Local Wiki In Docker →Starting Environment current
- 18:3718:37, 1 September 2025 diff hist −36 Main Page →CompleteNoobs: A Downloadable Wiki for Reproducible Computer Tutorials
- 18:0018:00, 1 September 2025 diff hist −1 Main Page →Get Started
- 17:5917:59, 1 September 2025 diff hist −5,834 Main Page No edit summary
- 17:5517:55, 1 September 2025 diff hist +147 Local CompleteNoobs Wiki No edit summary current Tag: Visual edit: Switched
- 17:4117:41, 1 September 2025 diff hist +15,839 N Docker Image Sharing - Export Import Created page with "= Upload Your Docker Image to Docker Hub on Ubuntu 24.04 - Complete Beginner's Guide = This tutorial will walk you through uploading your first Docker image to Docker Hub, making it available for anyone to download and run. We'll use the CompleteNoobs Wiki image as our example. == What is Docker Hub? == Docker Hub is like GitHub but for Docker images. It's a cloud-based registry where you can: * Store your Docker images publicly (free) or privately (paid) * Share conta..." current
- 17:3917:39, 1 September 2025 diff hist +65 CompleteNoobs Docker Image Creation →Complete Noobs Docker Wiki Tutorial
- 17:3617:36, 1 September 2025 diff hist +38,031 N CompleteNoobs Docker Image Creation Created page with "= Complete Noobs Docker Wiki Tutorial = ==errors== * This mainly works - just need to fix the extensions popular pages and contrubtion scores * The XML updater requires more work - currently idea placeholder == Prerequisites == * Ubuntu 24.04 * Docker installed and running * Your user in docker group: <code>sudo usermod -aG docker $USER</code> (then logout/login) == Step 1: Clean Start == Remove any previous attempts: <syntaxhighlight lang="bash"> # Stop and remove e..."
- 17:3417:34, 1 September 2025 diff hist +5,189 Ubuntu2404 Install Docker and Docker Compose No edit summary