User contributions for Noob
Jump to navigation
Jump to search
16 August 2024
- 11:4711:47, 16 August 2024 diff hist +218 Ubuntu 22.04 SSH Guide →Installing OpenSSH Server current
28 April 2024
- 14:1314:13, 28 April 2024 diff hist +57,609 N NixOS ZFS Encryption on root Created page with "==Prerequisites== Going to Install NixOS with ZFS on root on a ThinkPad T470 with 24gb Ram and a 1TB nvme ssd. * Live NixOS installer USB - nixos-plasma5-23.11.4761.5bf1cadb72ab-x86_64-linux.iso * Computer to install NixOS - will be wiping hard disk ==Bootable Media - NixOS== Create a thumb drive with a live NixOS installer and boot up In this tut using <code>https://channels.nixos.org/nixos-23.11/latest-nixos-plasma5-x86_64-linux.iso</code> Once booted into Live..." current
25 April 2024
- 08:4208:42, 25 April 2024 diff hist +292 Nm User talk:Test1 Welcome! current
- 08:4208:42, 25 April 2024 diff hist +31 Nm User:Test1 Creating user page for new user. current
3 December 2023
- 18:3218:32, 3 December 2023 diff hist +13 DEMONSTRATE-MIT Introduction to Computer Science and Programming in Python 6.0001 Fall 2016 Undergraduate No edit summary current Tag: Visual edit
- 18:3118:31, 3 December 2023 diff hist +57,146 N DEMONSTRATE-MIT Introduction to Computer Science and Programming in Python 6.0001 Fall 2016 Undergraduate Created page with "{{:LICENCE_HEADER_CC_BY-NC-SA_4.0}} <!-- This site is non commercial and is a concept development. <br> Note - this is quickly put together to test and demonstrate hosting heavy data content on IPFS. --> <b> NOTE: This page is for demonstration purposes Only, and is not meant to be hosted on CompleteNoobs.com which is not intended to contain CC_BY-NC-SA Licensed Content. <br> This page is CC_BY-NC-SA It is intended for a fork of "CompleteNoobs.com" called "CompleteNo..."
17 July 2023
- 13:4513:45, 17 July 2023 diff hist +1,393 Nix Package Manager in an Ubuntu 22.04 LXC Container for Testing →Remove/Uninstall a Package current
21 June 2023
- 12:0912:09, 21 June 2023 diff hist −30 COMPLETENOOBS FUNDING →PayPal current
- 12:0812:08, 21 June 2023 diff hist −160 COMPLETENOOBS FUNDING →Direct Bank transfer
13 June 2023
- 09:5509:55, 13 June 2023 diff hist −107 COMPLETENOOBS FUNDING →GoFundMe
16 May 2023
- 17:1017:10, 16 May 2023 diff hist −2 Wiki Basic Syntax →Line Brake current
- 12:1412:14, 16 May 2023 diff hist +29 Ubuntu 22.04 SSH Guide →Key-based Authentication
- 12:1112:11, 16 May 2023 diff hist 0 m Ubuntu 22.04 Host Your Own Mediawiki Online - LXC Ubuntu Container Noob moved page Host Your Own Mediawiki Online - Ubuntu to Ubuntu 22.04 Host Your Own Mediawiki Online - LXC Ubuntu Container without leaving a redirect current
- 12:0612:06, 16 May 2023 diff hist +41 Ubuntu 22.04 SSH Guide →Key-based Authentication
- 12:0512:05, 16 May 2023 diff hist +286 Ubuntu 22.04 SSH Guide →Key-based Authentication
- 12:0112:01, 16 May 2023 diff hist +16,888 N Ubuntu 22.04 Man Pages Created page with "Man pages, short for manual pages, are the standard form of documentation on a Unix-like system like Ubuntu 22.04. They provide detailed information about commands, system calls, library routines, and other components of the system. Man pages serve as a comprehensive reference, explaining the function of these components, their syntax, options, return values, and more. ==Accessing Man Pages== To access a man page for a specific command or program, use the man command f..." current
- 11:4411:44, 16 May 2023 diff hist 0 m Ubuntu 22.04 Yacy Noob moved page Yacy to Ubuntu 22.04 Yacy without leaving a redirect current
- 11:4211:42, 16 May 2023 diff hist 0 m DICTIONARY Square root Noob moved page Square root to DICTIONARY Square root without leaving a redirect current
- 11:3911:39, 16 May 2023 diff hist +48,190 N MAN Ubuntu 22.04 ssh Created page with " {{:LICENCE_HEADER_BSD3}} The following content is pulled in from the '''man ssh''' in ubuntu 22.04, we believe it is under the BSD-3 License, if we are wrong, please correct us. ==SSH(1)== BSD General Commands Manual SSH(1) ===NAME=== : ssh — OpenSSH remote login client ===SYNOPSIS=== : '''ssh''' [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface] [-b bind_address] [-c cipher_spec]..." current
- 11:3811:38, 16 May 2023 diff hist +57,466 N Ubuntu 22.04 SSH Guide Created page with "==Understanding SSH== '''SSH''' is a protocol that uses encryption to secure data transmitted between a client and a server. <br> It enables users to execute commands, transfer files, and manage remote systems through an encrypted channel. <br> SSH is widely used by system administrators for managing servers, network devices, and other remote systems. ==Installing SSH== To start using SSH, you'll need to install and configure both the server and client components. *..."
11 May 2023
- 20:1120:11, 11 May 2023 diff hist +169 Main Page No edit summary
- 19:5719:57, 11 May 2023 diff hist +724 Main Page →Feed Back Received
- 19:4819:48, 11 May 2023 diff hist +5,896 N Ubuntu 22.04 SSHFS Created page with "==Introduction== SSHFS (Secure SHell FileSystem) is a file system that allows you to mount a remote file system over a secure SSH connection. This allows you to access files and directories on a remote server as if they were local files on your own machine. This guide will walk you through the process of installing SSHFS on Ubuntu and using it to mount a remote file system. ==Install SSHFS== <code>sudo apt-get install sshfs</code> ==Create a mount point== You will n..." current
- 19:4719:47, 11 May 2023 diff hist +24,256 N Ubuntu 22.04 Nginx File Sharing without DNS Created page with "==No DNS using IP and SelfSigned Certs== ===Update system=== <code>apt update && apt upgrade -y</code><br \> ===Install NGINX=== <code>apt install nginx -y</code><br> You should now be able to see the <b>Welcome to nginx!</b> site on your subdomain (or just use server ip address).<br> Only <b>http</b> will work as we have not yet setup are <b>https</b><br> ===Create keys for encrypted https connection=== Note: If you are just building a quick website to test this..." current
- 19:4219:42, 11 May 2023 diff hist +12 Ubuntu 22.04 Compression No edit summary current
- 19:4119:41, 11 May 2023 diff hist +8,901 N Ubuntu 22.04 Compression Created page with "Tar is not a compression tool, but rather a file archiving utility commonly used on Linux systems. The tar command is used to create an archive of one or more files and directories, which can then be compressed using a compression tool like gzip, bzip2, xz, or zstd to reduce its size for storage or transfer purposes. Tar can also be used to extract files from an archive, or to list the contents of an archive without extracting it. There are several types of compression..."
- 19:1319:13, 11 May 2023 diff hist +20,191 N Ubuntu 22.04 IPFS Created page with "Moved from 'IPFS Basics' This page is going to be just about IPFS on/for Ubuntu 22.04 Redo from scratch, below is for notes and placeholder from old page. ==Introduction to IPFS== Note that this guide was unsuccessful on a home network but worked on a Vultr VPS. IPFS requires ports 4001 TCP and UDP to be open on the router. Tested on an Ubuntu 22.04 server. Download Linux Binary from https://dist.ipfs.tech/#go-ipfs Assuming you already have LXD set up (it doesn't ha..." current
- 19:0819:08, 11 May 2023 diff hist 0 m DICTIONARY SIGHUP Noob moved page SIGHUP to DICTIONARY SIGHUP current
- 19:0719:07, 11 May 2023 diff hist +12 DICTIONARY SIGHUP No edit summary
- 19:0619:06, 11 May 2023 diff hist 0 m DICTIONARY concatenate Noob moved page Dictionary concatenate to DICTIONARY concatenate without leaving a redirect current
- 18:5018:50, 11 May 2023 diff hist 0 m Ubuntu 22.04 Tmux Noob moved page Tmux to Ubuntu 22.04 Tmux current
- 18:4818:48, 11 May 2023 diff hist 0 m Ubuntu 22.04 Command Line Editors Noob moved page Command Line Editors to Ubuntu 22.04 Command Line Editors without leaving a redirect: Cleaning up wiki titles current
- 18:4518:45, 11 May 2023 diff hist +4,373 N Ubuntu 22.04 FFMPEG Created page with "=FFMPEG= ===Installing FFmpeg on Ubuntu<br>=== To use FFmpeg on Ubuntu, you need to install it first. You can do this by running the following command in the terminal:<br> <code>sudo apt install ffmpeg</code><br> <br> ==Basic usage== Once you have installed FFmpeg, you can use it to perform various tasks related to video and audio processing. Here are some basic commands to get you started:<br> === Convert video from one format to another=== * This command will convert..." current
- 18:4318:43, 11 May 2023 diff hist +16,990 N Ubuntu 18.04 OpenSSH-Server Capture Failed Passwords Created page with "==Done in a Vultr VPS to Capture Passwords== * could only get working on 18.04 - failed on 20.04 and 22.04 * Spin up a Ubuntu 18.04 server on VPS * Login to VPS terminal UFW firewall is enabled at default on Vultr Ubuntu 18.04 (at current time testing).<br> <code>ufw allow 8889/tcp</code><br> <code>echo 'Port 8889' >> /etc/ssh/sshd_config</code> <div class="toccolours mw-collapsible mw-collapsed"> Warning: Make sure you do not use SINGLE <code>></code> it will TRUNCATE..." current
- 18:4218:42, 11 May 2023 diff hist +3,957 N Ubuntu 22.04 Nano Created page with "==Nano Ubuntu== ===Getting Started=== : Open your terminal or command prompt. : Type nano followed by the name of the file you want to edit. For example, if you want to edit a file called '''myfile.txt''', you would type '''nano myfile.txt'''. : Once Nano opens, you should see the contents of the file you're editing. ===Navigating the File=== Nano uses keyboard shortcuts for most commands. Here are some of the most useful navigation commands: :* '''Ctr..."
- 18:3818:38, 11 May 2023 diff hist +36,071 N Ubuntu 22.04 Nginx File Sharing with DNS Created page with " ==With DNS - cert by LetsEncrypt== No DNS Using IP and Self Signed Certs for https ===Spin up a Server === Using <b>Vultr</b> i am going to deploy a <b>Ubuntu 20.04</b> Server.<br \> $5 a month, 1 cpu, 1024MB ram, 25GB ssd, 1000GB Bandwidth.<br \> I have been given the IP:<b>192.248.155.201</b> <br \> ===DNS=== make a <b>A RECORD</b> for subdomain server IP address<br> {| class="wiki..." current
- 18:3618:36, 11 May 2023 diff hist +2,937 N Ubuntu 22.04 Cron Created page with "==Cron Quick Start== Cron already comes preinstalled - but if not, install with<br> <code>sudo apt install cron</code><br> <br> Cron is a time-based job scheduler in Ubuntu and other Unix-like operating systems. It allows users to schedule commands or scripts to run automatically at specific times or intervals. Cron jobs are very useful for automating repetitive tasks or performing maintenance tasks on a regular basis.<br> <br> To use cron on Ubuntu, you need to underst..." current
- 18:3218:32, 11 May 2023 diff hist +7,877 N Ubuntu 22.04 Swap Space Created page with "==Swap Space== Swap space is an area on your hard drive that the Ubuntu operating system uses as a temporary storage location when your system runs out of physical memory (RAM). When your system's RAM is full, the operating system moves less frequently used data from RAM to the swap space, freeing up RAM for more critical processes. This process is called "swapping" or "paging." Ubuntu swap space is a dedicated partition or file on your hard drive that functions as virt..." current
10 May 2023
- 11:1011:10, 10 May 2023 diff hist +143 FreeBSD 13.2 Jail Local Mediawiki Nginx MySQL →Enable and Start php-fpm current
- 11:0711:07, 10 May 2023 diff hist +169 FreeBSD 13.2 Jail Local Mediawiki Nginx MySQL →Create a new Nginx server block configuration file for your MediaWiki site.
9 May 2023
- 10:4710:47, 9 May 2023 diff hist +1,113 COMPLETENOOBS FUNDING No edit summary
4 May 2023
- 17:0717:07, 4 May 2023 diff hist +129 Host Your Own Mediawiki Online - In Ubuntu 22.04 LXC Container →EmbedVideo current
- 17:0617:06, 4 May 2023 diff hist +146 Host Your Own Mediawiki Online Ubuntu 22.04 →EmbedVideo current
- 17:0517:05, 4 May 2023 diff hist +33 Ubuntu Local Wiki Import →Youtube extension current
- 17:0517:05, 4 May 2023 diff hist −39 Windows 10 Local Wiki Import →EmbedVideo
- 17:0317:03, 4 May 2023 diff hist +356 Wiki Basic Syntax →Embed Video
5 April 2023
- 19:4419:44, 5 April 2023 diff hist +31 Main Index →Software
- 18:1218:12, 5 April 2023 diff hist +53 Main Page →Essential Links
- 18:1118:11, 5 April 2023 diff hist +2 Ubuntu 22.04 Command Line Editors →Command Line Editors
- 18:0718:07, 5 April 2023 diff hist +55 Nginx Server For Hosting Files Ubuntu 22.04 →sshfs