Main 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 (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 00:40, 26 May 2026 AwesomO talk contribs created page Ngate-strfry-basic (Created page with "{{:LICENCE_HEADER_MIT}} = strfry + nGate — A Hot-Reloading Whitelisted Nostr Relay on Ubuntu 24.04 = From CompleteNoobs This guide deploys a '''strfry''' Nostr relay at <code>nostr.v4call.com</code> on a fresh Ubuntu 24.04 server, behind TLS, with nGate driving a '''live, hot-reloading whitelist''' — the relay's allowed-publisher list is updated '''without ever restarting the relay'''. This is the "Stage 4" path described in CLAUDE.md / STATUS.md. It is...")
  • 00:38, 26 May 2026 AwesomO talk contribs created page Ngate basic (Created page with "{{:LICENCE_HEADER_MIT}} = nGate — Deploy to a Fresh Ubuntu 24.04 Server = From CompleteNoobs This guide walks an operator through deploying nGate on top of an existing stage-1 nostr-rs-relay running on a Vultr Ubuntu 24.04 box. After this you'll have: * The relay still running as before. * Caddy still terminating TLS as before. * '''A new sidecar container''' (<code>ngate-sync</code>) running alongside, scanning Hive every...")
  • 00:36, 26 May 2026 AwesomO talk contribs created page V4call-server-data-flow (Created page with "{{:LICENCE_HEADER_MIT}} = v4call Server Data Flow — Sign, Announce, Verify, Gate — A Noob Reference = From CompleteNoobs A clear-cut reference for which value goes in which field across <code>server-sign.html</code>, <code>server-announce.html</code>, the <code>/.well-known/v4call-server.json</code> file, the Hive announce post, and the four nGate scripts. Use this when you're not 100% sure what to type into a form, or when nGate-verify gives you an error and you...")
  • 18:00, 8 May 2026 AwesomO talk contribs created page NGate (Created page with "* nGate-dev Stage 1: https://www.completenoobs.com/noobs/Nostr-relay-with-whitelist Stage 2: https://www.completenoobs.com/noobs/Nostr-handson")
  • 17:59, 8 May 2026 AwesomO talk contribs created page Nostr-handson (Created page with "{{:LICENCE_HEADER_MIT}} = Nostr Hands-On — Send Your First Notes and DMs Through Your Own Relays = From CompleteNoobs Stage 2 of the Nostr learning path. Stage 1 (nostr-relay-with-whitelist) got you ''two private write-whitelisted relays'' running. This stage gets you actually ''using'' Nostr — sending public notes, sending encrypted DMs, subscribing to events, watching the raw pro...")
  • 17:55, 8 May 2026 AwesomO talk contribs created page Nostr-relay-with-whitelist (Created page with "{{:LICENCE_HEADER_MIT}} = Nostr Relay With a 3-Key Whitelist — Two Servers on Ubuntu 24.04 with Docker = From CompleteNoobs This guide walks through deploying '''two private Nostr relays''' from scratch on fresh Vultr Ubuntu 24.04 VPS boxes — one at <code>nostr.hive-book.com</code>, one at <code>nostr.v4call.com</code> — locked down so that only '''3 specific npub keys''' can publish events. The relays will serve over secure WebSocket (<code>wss://</code>) with...")
  • 18:02, 4 May 2026 AwesomO talk contribs created page Hive Blockchain -How to buy SWAP.BTC (Created page with "= Swapping HIVE / HBD to SWAP.BTC (and back again) = ''A complete noobs walk-through to converting your Hive tokens into pegged Bitcoin (SWAP.BTC) on Hive-Engine, and then converting them back to HIVE or HBD.'' This guide assumes you already have: * A working Hive account * Hive Keychain browser extension installed and unlocked * Either '''~$10 of HBD''' OR '''~1000 HIVE''' in your wallet * A basic understanding of what HIVE and HBD are If any of the above is not tru...")
  • 14:22, 4 May 2026 User account Jenni06F81 talk contribs was created
  • 11:14, 1 May 2026 User account DouglasHarpur8 talk contribs was created
  • 23:18, 30 April 2026 AwesomO talk contribs created page Resetting Forgotten GNOME Keyring in Ubuntu MATE (Created page with "== Resetting Forgotten GNOME Keyring == If you forget your keyring password or see the error ''"OS keyring is not available for encryption,"'' you must reset the local keyring storage. === Method 1: Terminal (Recommended) === This deletes existing keyring files so the system can generate a fresh one. # Open the terminal. # Run the following command: #: <syntaxhighlight lang="bash">rm ~/.local/share/keyrings/*.keyring</syntaxhighlight> # '''Log out''' and log back in. #...")
  • 09:01, 29 April 2026 User account BrooksRow875940 talk contribs was created
  • 06:18, 29 April 2026 User account CeliaBodin71 talk contribs was created
  • 05:34, 29 April 2026 User account EnriquetaYuill talk contribs was created
  • 01:11, 29 April 2026 User account RandellCranford talk contribs was created
  • 22:55, 28 April 2026 User account IdaMaddock29 talk contribs was created
  • 22:14, 28 April 2026 User account CecilBales648 talk contribs was created
  • 21:32, 28 April 2026 User account ValentinCharles talk contribs was created
  • 11:02, 27 April 2026 AwesomO talk contribs created page 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...")
  • 01:02, 27 April 2026 AwesomO talk contribs created page 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 {...")
  • 01:49, 25 April 2026 AwesomO talk contribs created page 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...")
  • 19:24, 19 April 2026 AwesomO talk contribs created page 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...")
  • 14:17, 19 April 2026 AwesomO talk contribs created page 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...")
  • 13:57, 19 April 2026 AwesomO talk contribs created page 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...")
  • 12:48, 19 April 2026 AwesomO talk contribs created page 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): *...")
  • 12:33, 19 April 2026 AwesomO talk contribs created page 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...")
  • 12:22, 19 April 2026 AwesomO talk contribs created page 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...")
  • 21:37, 16 April 2026 CalebBrummitt88 talk contribs created page Nine Quite Simple Things You Can Do To Save Lots Of Time With Prossylki (Created page with "<br>Prossylki — сервис для наращивания ссылочной [https://www.ebersbach.org/index.php?title=Prossylki%21_3_Tricks_The_Competitors_Knows,_But_You_Do_Not методы SEO для сайта] массы [https://hiddenwiki.co/index.php?title=Loopy_Backlinks:_Classes_From_The_Professionals методы SEO для сайта] и индексации ссылок. <br><br>Подходит для проектов под Google [https://wncboome...")
  • 15:21, 16 April 2026 Noob talk contribs deleted page Архыз Снять Жилье Посуточно (content was: "Ищете жильё для короткого отпуска? Выбор жилья всегда важен. Сегодня каждый может выбрать удобный вариант: уютные квартиры посуточно, [https://sutochny.ru/bilety-oteli/ отели на сутки] разного уровня, домики и...", and the only contributor was "CarrolYnr715682" (talk))
  • 15:21, 16 April 2026 Noob talk contribs deleted page Why New 18 Video Platforms Are Redefining The Way People Browse Content (content before blanking was: "In recent years, newer 18+ video platforms have started to evolve the way users interact with adult content. Instead of relying on outdated layouts and overloaded pages, many platforms are now focusing on minimal design and ease of use.<br><br>A well-structured interface allows users to navigate more easily and enjoy a more pleasant browsing experience. Features like better categorization, stable playback, and fast loading times have become increasingly importan...")
  • 15:20, 16 April 2026 Noob talk contribs deleted page Подводные Камни Карты Tinkoff Black (content was: "<br> Нажмите на нее и вы попадете на официальный сайт банка, где сможете подать онлайн-заявку на оформление банковской карты. Банки.ру - один из самых крупных финансовых ресурсов Рунета, специализ...", and the only contributor was "CalebBrummitt88" (talk))
  • 15:14, 16 April 2026 AwesomO talk contribs created page 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...")
  • 07:56, 2 April 2026 User account PatriceDoe talk contribs was created
  • 11:17, 28 March 2026 AwesomO talk contribs created page 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...")
  • 08:45, 25 January 2026 User account LindaHillary673 talk contribs was created
  • 15:09, 20 January 2026 User account Concepcion7562 talk contribs was created
  • 14:28, 20 January 2026 User account KirbyMain05840 talk contribs was created
  • 07:17, 9 January 2026 CalebBrummitt88 talk contribs created page Подводные Камни Карты Tinkoff Black (Created page with "<br> Нажмите на нее и вы попадете на официальный сайт банка, где сможете подать онлайн-заявку на оформление банковской карты. Банки.ру - один из самых крупных финансовых ресурсов Рунета, специализирующийся на освещении событий банковской сферы России. Постоянн...")
  • 23:30, 5 January 2026 ChandraArgueta talk contribs created page User:ChandraArgueta (Created page with "Online media fan interested in emerging platforms, usability, and digital media development. Enjoys discovering well-designed websites and posting honest opinions.<br><br>My page [https://eroticezine.com https://eroticezine.com]")
  • 23:23, 5 January 2026 BeverlyWilshire talk contribs created page Why New 18 Video Platforms Are Redefining The Way People Browse Content (Created page with "In recent years, newer 18+ video platforms have started to evolve the way users interact with adult content. Instead of relying on outdated layouts and overloaded pages, many platforms are now focusing on minimal design and ease of use.<br><br>A well-structured interface allows users to navigate more easily and enjoy a more pleasant browsing experience. Features like better categorization, stable playback, and fast loading times have become increasingly important for mod...")
  • 22:22, 5 January 2026 User account ChandraArgueta talk contribs was created
  • 22:08, 5 January 2026 User account BeverlyWilshire talk contribs was created
  • 22:06, 5 January 2026 StephaniaEberhar talk contribs created page User:StephaniaEberhar (Created page with "Digital content fan interested in new platforms, UX, and online media evolution. Likes discovering clean websites and leaving honest opinions.<br><br>Take a look at my web-site ... [https://fanshionren.com https://fanshionren.com]")
  • 15:06, 5 January 2026 User account StephaniaEberhar talk contribs was created
  • 07:44, 5 January 2026 User account KeenanBazile653 talk contribs was created
  • 19:07, 3 January 2026 User account SusanneHolleran talk contribs was created
  • 15:44, 1 January 2026 User account LarryGranville9 talk contribs was created
  • 13:15, 24 December 2025 AmbroseStanbury talk contribs created page User:AmbroseStanbury (Created page with "Web content fan interested in emerging platforms, usability, and online media trends. Likes discovering user-friendly websites and posting honest opinions.<br><br>Feel free to surf to my page [https://zeenite.com/it/videos/36805/mommy-watches-porn-with-not-her-son/ https://zeenite.com/it/videos/36805/mommy-watches-porn-with-not-her-son/]")
  • 12:58, 24 December 2025 LuigiTunstall talk contribs created page Why New 18 Video Platforms Are Improving The User Experience (Created page with "In recent years, modern 18+ video platforms have started to evolve the way users interact with adult content. Instead of relying on old-fashioned layouts and overloaded pages, many platforms are now focusing on simple design and usability.<br><br>A thoughtfully designed interface allows users to find content faster and enjoy a more pleasant browsing experience. Features like clear navigation, smooth playback, and fast loading times have become increasingly important for...")
  • 12:05, 24 December 2025 User account AmbroseStanbury talk contribs was created
  • 11:55, 24 December 2025 User account LuigiTunstall talk contribs was created
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)