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).
- 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...")
- 14:49, 5 May 2023 AwesomO talk contribs created page FreeBSD 13.2: Monitoring and Managing System Resources (Created page with "Drafting: ==Memory usage== In FreeBSD, the alternative to the Linux command '''free -m''' is the '''sysctl''' and '''top''' commands. The free -m command in Linux displays memory usage in megabytes. To obtain similar information in FreeBSD, you can use the following methods: ===Using sysctl=== The sysctl command can be used to display memory usage information. Run the following command to get the memory usage in bytes: <code>sysctl hw.physmem hw.pagesize vm.stats.vm...")
- 12:16, 3 May 2023 AwesomO talk contribs created page LICENCE HEADER FreeBSD Documentation (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>FreeBSD Documentation License</b><br \> <div class="toccolours mw-collapsible mw-collapsed"> LICENCE <div class="mw-collapsible-content"> <pre> Copyright (c) YEAR <YEAR OF DOCUMENTATION>, <AUTHOR NAME>. All rights reserved. Redistribution and use in source (SGML DocBook) and 'compiled' forms (SGML, HTML, PDF,...")
- 22:54, 27 April 2023 AwesomO talk contribs created page LICENCE HEADER BLANK (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>(ENTER LICENCE NAME HERE)</b><br \> <div class="toccolours mw-collapsible mw-collapsed"> LICENCE <div class="mw-collapsible-content"> ENTER LICENCE HERE </div> </div> |}")
- 22:53, 27 April 2023 AwesomO talk contribs created page Find the License of Man Pages (Created page with "The man pages in Ubuntu also use a variety of licenses, depending on the specific software and authors' preferences. As mentioned in my previous response, common licenses used for man pages in Ubuntu distributions include the GNU General Public License (GPL), GNU Lesser General Public License (LGPL), BSD License, MIT License, and Apache License. To find the specific license for a particular man page in Ubuntu 20.04, you can look at the copyright information typically fo...")
- 22:31, 23 April 2023 AwesomO talk contribs created page Main PageBK (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...")
- 22:24, 23 April 2023 AwesomO talk contribs created page Host Your Own Mediawiki Online - In Ubuntu 22.04 LXC Container (Created page with " '''$EDITOR''' is used as a place holder for an editor of your choice. ==Installing LXD== <code>sudo snap install lxd</code><br \> <code>lxd init</code><br \> Selecting all defaults, apart from "Size in GB of the new loop device (1GB minimum) [default=6GB]:" increasing to 30GB: <div class="toccolours mw-collapsible mw-collapsed"> <code>lxd init</code> selected options: <div class="mw-collapsible-content"> <pre> Would you like to use LXD clustering? (yes/no) [default=...")
- 22:22, 23 April 2023 AwesomO talk contribs created page Host Your Own Mediawiki Online Ubuntu 22.04 (Created page with "==Creating a MediaWiki Server on Ubuntu with Apache2== ===DNS=== Domain Name System: An index that connects an ip address with a more human readable name(website name):<br \> Like a phone book would index a persons name with a phone number.<br \> If you have a domain name for your wiki, point it to your server's ip address.<br \> This will be required for a letsencrypt cert also.<br \> I am using <b>namecheap.com</b> and on the <b>Advanced DNS</b> Page<br \> Add two T...")
- 22:21, 23 April 2023 AwesomO talk contribs created page Host Your Own Mediawiki Online (Created page with "Host your Wiki on Ubuntu 22.04 Host your Wiki in a Ubuntu 22.04 LXC Container")