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).
- 19:26, 11 July 2025 AwesomO talk contribs created page LICENSE HEADER UNLICENSE (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>UnLicense</b><br \> <div class="toccolours mw-collapsible mw-collapsed"> LICENCE <div class="mw-collapsible-content"> This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form...")
- 19:24, 11 July 2025 AwesomO talk contribs created page UnLicense (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>UnLicense</b><br \> <div class="toccolours mw-collapsible mw-collapsed"> LICENCE <div class="mw-collapsible-content"> This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form...")
- 19:06, 11 July 2025 AwesomO talk contribs created page Ubuntu Pro (Created page with "This is very useful for when you have to use an older ubuntu version and want updates. Ubuntu Pro is particularly valuable for older Ubuntu releases (e.g., LTS versions like 16.04, 18.04, etc.) that may no longer receive standard updates. With Ubuntu Pro, you get Expanded Security Maintenance (ESM), which provides security updates and patches for up to 10 years, even for packages in the Ubuntu Main and Universe repositories. This is a lifesaver for legacy systems th...")
- 21:28, 9 July 2025 AwesomO talk contribs created page GPG Walk Through Noobs - Ubuntu Containers (Created page with "Going to learn the basics of GPG in a quick walk through * <b>IMPORTANT NOTE</b>: In the <b>LXC Containers</b> <code>sudo</code> is required - not 100% sure why - is not required when using on normal host (not container) == Step one creating conatiners and logging in == * Create 2 ubuntu 24.04 containers foo and bar <pre> lxc launch ubuntu:24.04 foo lxc exec foo bash su - ubuntu </pre> <pre> lxc launch ubuntu:24.04 bar lxc exec bar bash su - ubuntu </pre> and have 2...")
- 15:25, 7 July 2025 AwesomO talk contribs created page NoobCoin List of address prefixes (Created page with "{{:LICENCE_HEADER_CC_BY_V3}} * forked from https://en.bitcoin.it/wiki/List_of_address_prefixes on 20/08/2024 Blockchain-based currencies use encoded strings, which are in a Base58Check encoding with the exception of Bech32 encodings. <br> The encoding includes a prefix (traditionally a single ''version byte''), which affects the leading symbol(s) in the encoded result. <br> {| class="wikitable" |- !Decimal prefix !Hex !Example use !Leading symbol(s) !Example...")
- 13:17, 7 July 2025 AwesomO talk contribs created page LICENCE HEADER CC BY V3 (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 Licence</b><br \> More information about the <b>CC BY licence</b> can be found here:<br \> <code>https://creativecommons.org/licenses/by/3.0/</code> <div class="toccolours mw-collapsible mw-collapsed"> Over View <div class="mw-collapsible-content"> You are free to: * Share — copy and redistribute the mat...")
- 14:59, 24 June 2025 AwesomO talk contribs created page Cookies CompleteNoobs Info (Created page with "=Privacy and Cookie Information= This page explains how we collect and use information when you visit our wiki. ==What Information We Collect== ===Essential Wiki Functions=== * '''Page Views''': Tracked via the HitCounters extension to identify popular content. * '''Session Data''': Temporary data to maintain your browsing session. * '''Server Logs''': Apache logs collect basic access information, including IP addresses, browser type, and timestamps. ===Visitor Stati...")
- 14:57, 24 June 2025 AwesomO talk contribs created page Ubuntu Mediawiki Tracking Visitors (Created page with " Options to See If Anyone is visiting your Wiki ==HitCounters== As easy as installing an extension: https://www.mediawiki.org/wiki/Extension:HitCounters * Move to your wiki's extensions directory <code>cd /var/www/html/mediawiki/extensions</code> * Download the extension from GIT <code>git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/HitCounters</code> * Enable it in LocalSettings.php by adding the line: <pre> wfLoadExtension( 'HitCounters' ); </pre> * Ru...")
- 12:41, 23 June 2025 AwesomO talk contribs created page SET EDITOR (Created page with "<div class="toccolours mw-collapsible mw-collapsed"> Set CLi Text <code>$EDITOR</code> - Quick Guide <div class="mw-collapsible-content"> <b>FIND WHICH SHELL YOU ARE USING</b><br> * This command will tell you your current shell. <code>echo $SHELL</code> <br> <b>SH SHELL</b> * Check if '''EDITOR''' is already set: <code>echo $EDITOR</code> * Set the environment variable: <code>set EDITOR=nano</code> * Unset the variable: <code>unset EDITOR</code> <br> <b>BASH SHELL</b> *...")
- 05:13, 16 June 2025 AwesomO talk contribs created page Fetch Posts From HIVE Blockchain (Created page with "* Fetching a syntax_wiki post from HIVE ==Container Setup== * create container <code>lxc launch ubuntu:24.04 hive</code> * Login to container <code>lxc exec hive bash</code> * switch to user ubuntu <code>su - ubuntu</code> ===Update System and Install Dependencies=== * Update package lists <code>sudo apt update && sudo apt upgrade -y</code> * Install essential packages <code>sudo apt install -y python3 python3-pip python3-venv git build-essential</code> * Install de...")
- 03:35, 16 June 2025 AwesomO talk contribs created page Editing Find Hive Users Memo Key and Send Encrypted Message (Created page with "=Intro= Learning about hive by tinkering * Find The Memo Public Key from username * Encrypt a Message so only the private key holder of that public key can decrypt ==Creating Container== * Creating a Container so we know reproducable (depends installed ... etc) * create container <code>lxc launch ubuntu:24.04 keys</code> * Login to container <code>lxc exec keys bash</code> * switch to user ubuntu <code>su - ubuntu</code> ==Update Container and Install Dependencies=...")
- 22:11, 3 June 2025 AwesomO talk contribs created page SCP Basics (Created page with "==Transferring files with SCP== The Secure Copy Protocol (SCP) is a useful tool for transferring files between your local machine and a remote server using SSH. SCP ensures that the data is encrypted during transit, providing a secure and efficient way to transfer files. ===Install an SCP client=== Most Unix-based systems, including Linux and macOS, have an SCP client pre-installed. For Windows, you can use the built-in SCP client included with the OpenSSH package (a...")
- 11:29, 3 June 2025 AwesomO talk contribs created page Ubuntu 24.04 xmlstarlet xml to text converter extractor (Created page with " ==Install xmlstarlet - An XML Parser == <code>sudo apt install xmlstarlet</code> ===Extract Text - ignoring tags=== * Assuming your file is input.xml, extract text content (ignoring tags): <code>xmlstarlet sel -t -v "//text()" input.xml > output.txt</code> ===Extract TAG Content=== * If the XML has specific elements you want (e.g., <content> tags), refine the query: <code>xmlstarlet sel -t -v "//content" input.xml > output.txt</code><br> Replace '''content''' with...")
- 00:06, 3 June 2025 AwesomO talk contribs created page Ubuntu 24.04 SelfHost AI Ollama Thinkpad T470 External GPU Razor Core X with GeForce GTX 970 (Created page with " * Basic Guide for Self Hosted AI on Ubuntu 24.04 on ThinkPad T470 using external graphics card using Razor Core X with GeForce GTX 970. Did try without GPU, worked but not great. ==Setting up the GPU installing drivers== <div class="toccolours mw-collapsible mw-collapsed"> Graphics Card Ubuntu 24.04 - Razor Core X with GeForce GTX 970: Notes: <div class="mw-collapsible-content"> * Plug in and turn on <code>boltctl</code><br> Ouput:<pre> noob@noob-ThinkPad-T470:~$ bolt...")
- 22:53, 2 June 2025 AwesomO talk contribs created page SelfHost AI (Created page with " place holder")
- 19:31, 29 May 2025 AwesomO talk contribs created page CompleteNoobs Genesis (Created page with "==CompleteNoobs== CompleteNoobs Genesis: A Long, Long Time Ago, on a LAN Far, Far Away… I used to be a computer hobbyist, hopping from one shiny new thing to another. I’d dabble in everything, flashing routers, flashing phones, building Linux Live CDs, setting up virtual machines, learning as I went. Sometimes I’d find a golden tutorial online that walked me through the process perfectly. Other times, I’d wander the internet wilderness, cursing through “how do...")
- 15:50, 29 May 2025 AwesomO talk contribs created page Python3 Script for Random Magic Bytes (Created page with " <code>$EDITOR MagicBytes.py</code> <pre> import random def generate_magic_bytes(): while True: # Generate 4 random bytes magic_bytes = [random.randint(0x80, 0xFF) for _ in range(4)] # Convert to 32-bit integer magic_int = (magic_bytes[0] << 24) | (magic_bytes[1] << 16) | (magic_bytes[2] << 8) | magic_bytes[3] # Check if it's a large number (arbitrarily chosen as > 2 billion) if magic_int > 2000000000: r...")
- 15:41, 29 May 2025 AwesomO talk contribs created page Hex numbers explained (Created page with "== Hex Numbers Explained == === What Are Hexadecimal Numbers? === Hexadecimal (or "hex") is a base-16 number system used to represent numbers in a compact, human-readable way, especially in computing. Unlike the decimal system (base-10), which uses digits 0–9, hexadecimal uses 16 symbols: 0–9 for values 0–9 and A–F (or a–f) for values 10–15. '''Hex Symbol Values:''' * 0–9 represent 0–9 * A = 10, B = 11, C = 12, D = 13, E = 14, F = 15 Hex numbers are wi...")
- 08:24, 5 May 2025 AwesomO talk contribs created page Ubuntu 24.04 - SSMTP - with smpt2go.com (Created page with " * '''NOTE''': This tut is running in a ubuntu 24.04 lxc container as user ubuntu. <code>apt update && apt upgrade -y</code> already done. * This tut is an example using smtp2go.com ==ssmtp setup== You can use a number of email providers for sending emails from server using ssmtp.<br \> I am going to use <b>smtp2go.com</b> they do provide a free service if you wish to try. <div class="toccolours mw-collapsible mw-collapsed"> smtp2go details: <div class="mw-collapsible...")
- 21:51, 21 April 2025 AwesomO talk contribs created page N33Bcoin (Created page with "n33bcoin is a very light fork of bitcoin 0.14.3 code base, so we can learn more about bitcoin by doing (without losing/risking your bitcoin) Bitcoin is one of the grestest open source projects of are time and should come with a free and open education project to go along side it. Buying and losing bitcoin can be expensive. But thanks to bitcoin being free and open source software, learning about bitcoin by creating and playing with your very own fork is not. Can be don...")
- 21:49, 21 April 2025 AwesomO talk contribs created page Windows 10 VirtualBox N33Bcoin (Created page with "==Installing Virtual box in windows 10 == ===depends on c++=== https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version * https://aka.ms/vs/17/release/vc_redist.x64.exe ===VirtualBox and extension pack=== https://www.virtualbox.org/wiki/Downloads * https://download.virtualbox.org/virtualbox/7.1.8/VirtualBox-7.1.8-168469-Win.exe * https://download.virtualbox.org/virtualbox/7.1.8/Oracle_Virtu...")
- 21:47, 21 April 2025 AwesomO talk contribs created page N33Bcoin 0.0.1 (Created page with "==Start up HardWare== * OS (local) Ubuntu-Mate 24.04 - this tut is done on a clean install of ubuntu-mate 24.04 ** Hardware: HP EliteDesk G1 - ram = 8GB - HD = 120GB ssd - CPU = i5-4590S CPU @ 3.00GHz ** Hardware: Thinkpad X270 - Ram - HD - CPU * Server VPS ubuntu-server 24.04 ** vultr.com ===Software OS=== * Will be using Ubuntu 24.04 as main OS - but to build this version of litecoin 0.14.2 we will be using ubuntu 18.04 in a lxc container - trying to build in 24.04...")
- 19:21, 20 April 2025 AwesomO talk contribs created page N33Bcoin Address Generator Bitcoin (Created page with "Note: Should work on Bitcoin - Untested on Bitcoin - developed by Noob's do not trust, you been warned. * This script does the following: ** It takes user input as a seed (which can be 12 words or any random input). ** It generates a deterministic seed by hashing the input. ** It uses this seed to create an ECDSA private key on the secp256k1 curve (used by Bitcoin and n33bcoin). ** It derives the public key from the private key. ** It generates a N33B coin address from...")
- 18:31, 20 April 2025 AwesomO talk contribs created page Python Generate Public Private Key Pair Crypto Bitcoin (Created page with "== Script Depends - Install == <code>sudo apt install python3-ecdsa</code> == Generating a Genesis private and public key == <code>$EDITOR GenPub.py</code> <pre> import ecdsa import hashlib # sudo apt install python3-ecdsa # required def generate_key_pair(): sk = ecdsa.SigningKey.generate(curve=ecdsa.SECP256k1) vk = sk.get_verifying_key() x_coord = vk.pubkey.point.x() y_coord = vk.pubkey.point.y() if y_coord % 2 == 0: compressed_pub_key...")
- 15:19, 20 April 2025 AwesomO talk contribs created page GenesisH0 Creating Genesis Hash (Created page with "{{:LICENCE_HEADER_APACHE2}} * Append same license to page containing script * https://github.com/lhartikk/GenesisH0 ** The Script is under the Apache Version 2 License * Due to the age of the script, the best way i found to get it working was in a LXC container with python2.5 and some depends installed, this way your main system remains clean. ==Create container== <code>lxc launch ubuntu:24.04 pygen</code> <code>lxc exec pygen bash</cod...")
- 15:16, 20 April 2025 AwesomO talk contribs created page GenesisH0 Python Script (Created page with "{{:LICENCE_HEADER_APACHE2}}")
- 22:07, 16 April 2025 AwesomO talk contribs created page Creating a Windows USB installer from linux (Created page with " * Been wasting a whole day following tuts on how to create a windows install usb using linux and running into non stop errors, best method so far booted windows, but had media driver issue. * '''Working method''', install windows on virtual box and passthrough usb to use windows ''Media Creation Tool''' to create working USB. ==Install windows in VirtualBOX and pass through usb== * Need license key now just to install windows in VBox - using win10pro '''Windows_10_...")
- 23:45, 20 March 2025 AwesomO talk contribs created page Scp only (Created page with "==scp only account key and path== ===Create Account on Server=== Create user account you are going to use:<br> <code>adduser rscp</code> Make sure user has a '''.ssh''' directory to send public key to:<br> * TIP: If logged in as '''root''' for permissions reasons you may want to run as user: <code>su - <username> -c "<command>"</code> <code>mkdir /home/rscp/.ssh</code> Make a Directory to transfer files to:<br> <code>mkdir /home/rscp/media</code> Note: If you see err...")
- 20:41, 20 March 2025 AwesomO talk contribs created page Ubuntu 24.04 Brute-Forcing a Forgotten kpcli .kdbx Passphrase (Created page with " Kpcli Basics Tut page So you forgotten your keepass password, well ..... there is no one to call. If you really want to try and force it open, here is a simple tut for completenoobs: ==Step 1 - creating a kpcli database with password == ===Install Kpcli=== <code>sudo apt install kpcli</code> ===Open Kpcli=== <code>kpcli</code> ===Create passworded database on kpcli=== * Will be Prompted for a mast...")
- 16:51, 20 March 2025 AwesomO talk contribs created page Ubuntu 24.04 kpcli Perl How-To (Created page with "== Ubuntu 24.04 kpcli Perl How-To == This guide shows how to set up `kpcli`, a Perl script for managing KeePass databases, on Ubuntu 24.04. * This Page is if you want to run the '''perl script''' * '''If you want an easy way to run kpcli please use apt or snap - Click here for more info''' We’ll download `kpcli-4.1.3.pl`, install its Perl dependencies, and get it running—all step-by-step. == What i...")
- 14:30, 20 March 2025 AwesomO talk contribs created page Ubuntu 24.04 kpcli How-To: A Noob’s Guide to KeePass CLI (Created page with "== Ubuntu 24.04 kpcli How-To: A Noob’s Guide to KeePass CLI == Welcome to this beginner-friendly guide on using `kpcli`—a command-line tool to manage your KeePass password databases on Ubuntu 24.04! Whether you’re new to the terminal or just want a simple way to handle passwords, this walkthrough will get you up and running. We’ll cover installing `kpcli`, creating a database, adding entries, searching, exporting, and more—all step-by-step, with tips to keep yo...")
- 20:20, 8 March 2025 AwesomO talk contribs created page FreeBSD 13.2 find hardware info (Created page with "== FreeBSD 13.2 Find Hardware Info == This page details how to retrieve hardware information on FreeBSD 13.2 using built-in commands and optional tools from the ports collection. Tested as of March 08, 2025. == RAM and Swap Info == To check memory (RAM) and swap usage: * '''Total RAM:''' Display total physical memory in bytes: <code>sysctl hw.physmem</code> Example output (8GB in bytes): <pre> hw.physmem: 8589934592 </pre> * '''Memory Statistics:''' Show active...")
- 00:13, 7 March 2025 AwesomO talk contribs created page Ubuntu 24.04 find hardware info (Created page with " == RAM and Swap Info == To display memory (RAM) and swap usage in a human-readable format with totals in megabytes: <code>free -m -h</code> * '''-m''': Shows output in megabytes. * '''-h''': Makes the output human-readable (e.g., GB, MB). Example output might look like: <pre> total used free shared buff/cache available Mem: 7.8Gi 2.1Gi 3.5Gi 0.2Gi 2.2Gi 5.4Gi Swap: 2.0Gi 0.0Gi...")
- 02:02, 4 March 2025 AwesomO talk contribs created page Raspberry Pi 2 as a Tailscale Exit Node for Home Network (Created page with "= Raspberry Pi 2 as a Tailscale Exit Node for Home Network = This tutorial guides you through turning a '''Raspberry Pi 2''' (RPi2) into a '''Tailscale exit node''' for secure remote access to your '''home network'''. With this setup, you can log into your home servers, edit your local wiki, or access devices from anywhere using a headless Raspberry Pi 2. Keywords: '''Raspberry Pi 2 Tailscale setup''', '''headless SSH''', '''home VPN''', '''nmap IP discovery'''. == Ove...")
- 20:57, 19 February 2025 AwesomO talk contribs created page FreeBSD 13.2 Midnight Commander (Created page with "==FreeBSD 13.2 Midnight Commander== ==Errors and fixes== When you ssh into a FreeBSD Server with MC installed you may see the return: <pre> common.c: unimplemented subshell type 1 read (subshell_pty...): No such file or directory (2) </pre> to fix use:<code>mc -u</code>")
- 08:21, 17 February 2025 AwesomO talk contribs created page Ubuntu 24.04 - LXD Initialization (Created page with "== LXD Initialization Guide for Ubuntu 24.04 == This guide will walk you through the process of initializing LXD on Ubuntu 24.04. LXD is a next-generation system container and virtual machine manager that offers a user experience similar to virtual machines but using Linux containers instead. === Prerequisites === * Ubuntu 24.04 installed on your system * Administrative (sudo) access to your system === Step 1: Install LXD === If LXD is not already installed on your sy...")
- 08:20, 17 February 2025 AwesomO talk contribs created page Ubuntu 24.04 LXC Basic's (Created page with "= Quick Start Guide: Ubuntu LXC Containers for CompleteNoobs = NOTES - lost all notes on localwiki when i did bad backup before nuke and pave, starting again. == Introduction == This guide will help you get started with LXC (Linux Containers) on Ubuntu. We'll cover how to login to a container, run commands from the host on the container, and move files between the host and container. == Prerequisites == * Ubuntu system with LXC installed * Basic knowledge of terminal...")
- 22:59, 16 February 2025 AwesomO talk contribs created page CompleteNoobs Local Wiki In Docker (Created page with " ==Starting Environment== * '''Hardware''': HP EliteDesk 800 G1 * '''Operating System''': Ubuntu-Mate 24.04 * '''Installation Type''': Fresh Install * '''Initial Setup Post-Install''': Package Update: <code>sudo apt update && sudo apt upgrade -y</code> * '''Additional Software''': Installed just to record screen for this tut and not needed <code>sudo apt install simplescreenrecorder</code> == Docker Installation Guide == === Preparation === Before we begin, make sure...")
- 16:29, 13 February 2025 AwesomO talk contribs created page SET$EDITOR (Created page with "==Set $EDITOR== In Linux and other Unix-like operating systems, the EDITOR environment variable is used to specify the default text editor that should be used when opening and editing files from the command line. The set EDITOR=nano command is used to set the EDITOR environment variable to the nano text editor. This means that any command or program that requires a text editor to be opened, such as git commit, will now use nano as the default editor instead of the prev...")
- 15:03, 7 February 2025 AwesomO talk contribs created page Ubuntu Mate 24.04 Deactivate Bluetooth Enabled on system startup (Created page with " == EDIT /etc/bluetooth/main.conf == File: <code>/etc/bluetooth/main.conf</code> <code>sudo $EDITOR /etc/bluetooth/main.conf</code> * Line: 322 <pre> # AutoEnable defines option to enable all controllers when they are found. # This includes adapters present on start as well as adapters that are plugged # in later on. Defaults to 'true'. AutoEnable=true </pre> * Change '''AutoEnable''' to false <code>AutoEnable=false</code> * save and exit '''Done''' from now on, blue...")
- 14:23, 7 February 2025 AwesomO talk contribs created page Ubuntu-Mate 24.04 Guake Terminal (Created page with "==Installing Guake== <code>sudo apt install guake</code> drop down menu default is F12 key, open and right click background of terminal and select preferences for more details ==Start at Start up== ===using kde=== <pre> To make Guake start automatically at login, you can add it to the startup applications. In Kubuntu, you can do this by: Opening the System Settings Navigating to "Startup and Shutdown" Selecting "Autostart" Clicking "Add Program" or "Add Script" Sear...")
- 22:38, 10 July 2023 AwesomO talk contribs created page Nix Package Manager in an Ubuntu 22.04 LXC Container for Testing (Created page with "==prerequisite== * LXD - Basic knowledge , install LXD and launch a container * Terminal: will be using the terminal. == Create a container == <code>lxc launch ubuntu:2204 nix</code> <code>lxc exec nix bash</code> <code>apt update && apt upgrade -y</code> == Optional steps for the paranoid == The default Ubuntu containers come with a user named '''ubuntu'''. In a new container, this user does not have a password set and can run sudo without being prompted for a pa...")
- 19:03, 5 May 2023 AwesomO talk contribs created page FreeBSD 13.2 Jail Local Mediawiki Nginx MySQL (Created page with "==Hosting a Local Wiki in a FreeBSD Jail== View the FreeBSD 13.2 Jails page to setup a jail in freebsd This tut will will assume you have: * Jail setup at path '''/pods/mediawiki''' * Allowed Jail IP through Firewall * copied over your '''resolv.conf''' to jail ===jail.conf=== Create a configuration file for your jail. The following example assumes you're using the jail utility provided by FreeBSD: Edit '''/etc/jail.conf''' and add the followi...")
- 15:02, 5 May 2023 AwesomO talk contribs created page FreeBSD 13.2: Comprehensive Home Server Setup with OpenZFS, IPFW, Ports, Jails, Mediawiki, Nginx, and Remote Access (Created page with " ==Use Case Setup== I have a LocalWiki installed on my home network that I frequently use to create drafts. However, I also want to be able to access it remotely when I'm out and about. To achieve this, I plan on using an SSH tunnel. While Ubuntu/Linux LXD-LXC containers do allow for the container to have both a public and private IP address, I've encountered some issues with accessing the Wiki. Specifically: :* I am unable to connect to the Public IP of the Wiki f...")
- 14:56, 5 May 2023 AwesomO talk contribs created page FreeBSD 13.2 sysrc (Created page with "A Guide to FreeBSD '''sysrc''' for Beginners ==Introduction== FreeBSD, a popular UNIX-like operating system, comes with a powerful tool known as '''sysrc''' for managing system configuration files. This guide will provide an in-depth explanation of what 'sysrc' is, its capabilities, and its usage with practical examples. By the end of this tutorial, even the newest FreeBSD users will understand the basics of 'sysrc' and how it can be beneficial in managing system confi...")
- 14:56, 5 May 2023 AwesomO talk contribs created page FreeBSD 13.2 adduser (Created page with "==Adduser== ===Basic Example=== If you haven't already, open a terminal window. Run '''adduser''' as a superuser: To create a new user, you'll need to have '''root''' privileges. Use the '''sudo''' command run '''adduser''' as a superuser: <code>sudo adduser</code> This will start the interactive user creation process. ====Enter the new user's information==== Follow the prompts to enter information about the new user named 'noob'. The important fields to fill ou...")
- 14:55, 5 May 2023 AwesomO talk contribs created page FreeBSD 13.2 Ports (Created page with "In FreeBSD, the Ports Collection is a comprehensive framework for installing and managing third-party applications. To install and update the Ports tree, follow these steps: ==Install the Ports tree== If you haven't installed the Ports tree during the FreeBSD installation, you can do it using the '''portsnap''' utility. First, fetch the latest snapshot of the Ports tree: <code>portsnap fetch</code> After fetching the snapshot, extract it to '''/usr/ports''': <code>p...")
- 14:54, 5 May 2023 AwesomO talk contribs created page FreeBSD 13.2 Init system (Created page with "FreeBSD uses an init system called the "BSD-style init system" or "rc.d init system". It is a collection of shell scripts that are used to manage services and system startup. The init system in FreeBSD is simpler and less dynamic than some other init systems like systemd (used in many Linux distributions), but it is easy to understand, configure, and maintain. Here's an overview of the FreeBSD init system components and how they work: :* /sbin/init: This is the firs...")
- 14:53, 5 May 2023 AwesomO talk contribs created page FreeBSD 13.2 OpenZFS (Created page with "==Safely Creating a ZFS Dataset in an Existing Directory== Assuming you have a username '''foo''' on your FreeBSD system, and your home directory is located at '''/usr/home/foo'''. Your ZFS pool, visible by running zfs list, is '''nuc/usr/home'''. Let's create a dataset named '''backup''' inside '''/usr/home/foo''' without overwriting any data. :* Identify the pool you want to create the dataset in. You can list your existing ZFS pools by running: <code>zfs list</c...")
- 14:51, 5 May 2023 AwesomO talk contribs created page FreeBSD 13.2 Jails (Created page with " ==FreeBSD Jail Setup Manually== Creating a FreeBSD jail manually involves downloading and extracting the base package for the desired FreeBSD release. Here's a step-by-step guide on how to do this: ===Using OpenZFS=== '''OpenZFS''' is a very powerful and helpful File-System that can allow us to very easily '''create''', '''clone''', '''snapshot''', '''restore''', '''destroy''', '''backup''' and '''transfer''' are jails. ====Create a directory for the jail==== In...")