User contributions for AwesomO
Jump to navigation
Jump to search
8 March 2025
- 20:2020:20, 8 March 2025 diff hist +5,328 N 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..." current
7 March 2025
- 00:3100:31, 7 March 2025 diff hist −472 Ubuntu 22.04 Nano No edit summary current
- 00:1300:13, 7 March 2025 diff hist +3,614 N 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..." current
4 March 2025
- 02:0202:02, 4 March 2025 diff hist +5,867 N 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..." current
19 February 2025
- 20:5720:57, 19 February 2025 diff hist +274 N 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>" current
- 20:3220:32, 19 February 2025 diff hist +64 CompleteNoobs Local Wiki In Docker No edit summary current Tag: Visual edit: Switched
17 February 2025
- 09:5109:51, 17 February 2025 diff hist +685 CompleteNoobs Local Wiki In Docker →Configure User Permissions
- 08:2108:21, 17 February 2025 diff hist +4,567 N 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..." current
- 08:2008:20, 17 February 2025 diff hist +16,062 N 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..." current
16 February 2025
- 22:5922:59, 16 February 2025 diff hist +16,314 N 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..."
- 22:0822:08, 16 February 2025 diff hist +442 SET$EDITOR forgot about bash current
13 February 2025
- 16:3316:33, 13 February 2025 diff hist −284 SET$EDITOR →Set $EDITOR
- 16:3216:32, 13 February 2025 diff hist −21 Main Page →Essential Links
- 16:3116:31, 13 February 2025 diff hist −1 Main Page →Essential Links
- 16:3016:30, 13 February 2025 diff hist +120 SET$EDITOR →Set $EDITOR
- 16:2916:29, 13 February 2025 diff hist +1,279 N 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..."
10 February 2025
- 10:3010:30, 10 February 2025 diff hist +644 Ubuntu Mate 24.04 Deactivate Bluetooth Enabled on system startup →If editing /etc/bluetooth/main.conf did not work current
7 February 2025
- 15:0315:03, 7 February 2025 diff hist +14,109 N 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:2614:26, 7 February 2025 diff hist +186 Ubuntu 24.04 Converting epub to mobi format No edit summary current Tag: Visual edit: Switched
- 14:2314:23, 7 February 2025 diff hist +1,786 N 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..." current
10 July 2023
- 22:3822:38, 10 July 2023 diff hist +21,122 N 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..."
18 May 2023
- 17:0717:07, 18 May 2023 diff hist +498 Ubuntu 22.04 Nano →Editing Text
5 May 2023
- 19:0319:03, 5 May 2023 diff hist +17,567 N 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:0215:02, 5 May 2023 diff hist +54,902 N 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..." current
- 14:5614:56, 5 May 2023 diff hist +3,717 N 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..." current
- 14:5614:56, 5 May 2023 diff hist +2,514 N 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..." current
- 14:5514:55, 5 May 2023 diff hist +3,870 N 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..." current
- 14:5414:54, 5 May 2023 diff hist +2,682 N 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..." current
- 14:5314:53, 5 May 2023 diff hist +13,165 N 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..." current
- 14:5114:51, 5 May 2023 diff hist +9,935 N 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..." current
- 14:4914:49, 5 May 2023 diff hist +2,642 N 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..." current
4 May 2023
- 18:0318:03, 4 May 2023 diff hist −40 Ubuntu KVM to Windows 10 - Thinkpad T470 - Razer Core X - GTX 970 →Notes - Mouse and Keyboard Redirect current
- 18:0218:02, 4 May 2023 diff hist −40 Ubuntu KVM to Windows 10 - Thinkpad T470 - Razer Core X - GTX 970 →After shutting down windows edit the VM's Config file
- 18:0118:01, 4 May 2023 diff hist +2 Ubuntu KVM to Windows 10 - Thinkpad T470 - Razer Core X - GTX 970 →Install Windows 10 and update
- 18:0118:01, 4 May 2023 diff hist −40 Ubuntu KVM to Windows 10 - Thinkpad T470 - Razer Core X - GTX 970 →Install Windows 10 and update
- 18:0118:01, 4 May 2023 diff hist −40 Ubuntu KVM to Windows 10 - Thinkpad T470 - Razer Core X - GTX 970 →Virtual Machine Manager
- 18:0018:00, 4 May 2023 diff hist −41 Ubuntu KVM to Windows 10 - Thinkpad T470 - Razer Core X - GTX 970 →Installing KVM and VirtManager to Create a VM
- 17:5917:59, 4 May 2023 diff hist −40 Ubuntu KVM to Windows 10 - Thinkpad T470 - Razer Core X - GTX 970 →Check that IOMMU is enabled
- 17:5817:58, 4 May 2023 diff hist −40 Ubuntu KVM to Windows 10 - Thinkpad T470 - Razer Core X - GTX 970 →Grub
- 17:5717:57, 4 May 2023 diff hist −164 Windows 10 Local Wiki Import No edit summary current
- 17:1117:11, 4 May 2023 diff hist +32 Main Page →Data-Heavy Content
- 17:0017:00, 4 May 2023 diff hist −73 Ubuntu Local Wiki Import →EmbedVideo
3 May 2023
- 12:1912:19, 3 May 2023 diff hist +4 LICENCE HEADERS →FreeBSD documentation current
- 12:1612:16, 3 May 2023 diff hist +1,836 N 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,..." current
- 11:5111:51, 3 May 2023 diff hist 0 Ubuntu Package Management →dpkg remove current
- 11:5011:50, 3 May 2023 diff hist −1 Ubuntu Package Management →dpkg remove
- 11:4911:49, 3 May 2023 diff hist +1,303 Ubuntu Package Management →Remove a package:
- 11:4111:41, 3 May 2023 diff hist +2,297 Ubuntu Package Management →Removing a PPA