New pages
Jump to navigation
Jump to search
- 20:57, 19 February 2025 FreeBSD 13.2 Midnight Commander (hist | edit) [274 bytes] AwesomO (talk | contribs) (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 Ubuntu 24.04 - LXD Initialization (hist | edit) [4,567 bytes] AwesomO (talk | contribs) (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 Ubuntu 24.04 LXC Basic's (hist | edit) [16,062 bytes] AwesomO (talk | contribs) (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...")
- 23:23, 16 February 2025 00000000 Main Page Local (hist | edit) [3,602 bytes] Noob (talk | contribs) (Created page with "The Page is designated to be the default main page for local wiki installs - any ideas welcome on how to struture this page. In Concept Mode DISCLAIMER: 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 informa...")
- 22:59, 16 February 2025 CompleteNoobs Local Wiki In Docker (hist | edit) [17,063 bytes] AwesomO (talk | contribs) (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 SET$EDITOR (hist | edit) [1,557 bytes] AwesomO (talk | contribs) (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 Ubuntu Mate 24.04 Deactivate Bluetooth Enabled on system startup (hist | edit) [14,753 bytes] AwesomO (talk | contribs) (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 Ubuntu-Mate 24.04 Guake Terminal (hist | edit) [1,786 bytes] AwesomO (talk | contribs) (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...")
- 10:00, 27 January 2025 Ubuntu 24.04 Converting epub to mobi format (hist | edit) [4,196 bytes] Noob (talk | contribs) (Created page with " == Using the ebook-convert tool from Calibre == To convert an EPUB file to MOBI format on Ubuntu, you can use the '''ebook-convert''' tool from '''Calibre'''. Here’s how you can do it: * Install Calibre If you haven’t already, you can install Calibre using the following command: <code>sudo apt-get install calibre</code> === Convert EPUB to MOBI === Use the ebook-convert command to convert your EPUB file to MOBI. <br> For example, to convert a file named book.e...")