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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 11:40, 16 May 2023 Noob talk contribs deleted page SSH and How to Use It (content was: "=Understanding SSH= Understanding SSH: SSH is a protocol that uses encryption to secure data transmitted between a client and a server. It enables users to execute commands, transfer files, and manage remote systems through an encrypted channel. SSH is widely used by system administrators for managing servers, network devices, and other remote systems. Installing and Configuring SSH: To start using SSH, you'll need to install and configure both the server and client components...")
  • 11:40, 16 May 2023 Noob talk contribs deleted page Placeholder (content before blanking was: " Ubuntu Import Wiki to Local<br \> Windows 10 Import Local Wiki<br \>")
  • 11:39, 16 May 2023 Noob talk contribs created page 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]...")
  • 11:38, 16 May 2023 Noob talk contribs created page 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. *...")
  • 16:12, 12 May 2023 Noob talk contribs deleted page SCP Examples (content was: "== Some basic scp examples == ''check <code>man scp</code> for more info. '' Get file <code>foo.txt</code> from server@12.34.56.78 and copy to a local directory path. <code>scp username@12.34.56.78:/home/user/Documents/foo.txt /local/directory/path/ </code> <br /> Send public key to Server.<br \> <code>scp ~/.ssh/sshkey.pub username@12.34.56.78:/root/.ssh/</code> <br /> Send Pu...", and the only contributor was "Noob" (talk))
  • 19:56, 11 May 2023 Noob talk contribs deleted page Scp only (content was: "==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> <code>mkdir /home/rscp/.ssh</code> Make a Directory to transfer files to:<br> <code>mkdir /home/rscp/media</code> Note: If you see error <code...", and the only contributor was "[[Special:Contributions/imported>AwesomO|imported>AwesomO]]" ([[User talk:imported>AwesomO|talk]]))
  • 19:56, 11 May 2023 Noob talk contribs created page Ubuntu 22.04 SCP Only Account (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> <code>mkdir /home/rscp/.ssh</code> Make a Directory to transfer files to:<br> <code>mkdir /home/rscp/media</code> Note: If you see error <code>scp: /home/rscp/media/test.txt: Permission denied</code> If you created directory '''media''' when logged in as '''root'''...")
  • 19:48, 11 May 2023 Noob talk contribs deleted page Sshfs ubuntu (content was: "==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...", and the only contributor was "Noob" (talk))
  • 19:48, 11 May 2023 Noob talk contribs created page 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...")
  • 19:47, 11 May 2023 Noob talk contribs deleted page Nginx File Sharing Ubuntu without DNS (content was: "==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>htt...", and the only contributor was "[[Special:Contributions/imported>AwesomO|imported>AwesomO]]" ([[User talk:imported>AwesomO|talk]]))
  • 19:47, 11 May 2023 Noob talk contribs created page 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...")
  • 19:42, 11 May 2023 Noob talk contribs deleted page Compression ubuntu (content was: "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...", and the only contributor was "Noob" (talk))
  • 19:41, 11 May 2023 Noob talk contribs created page 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:13, 11 May 2023 Noob talk contribs deleted page IPFS Basics (content was: " ==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 have to be in a container): Check https://dist.ipfs.tech/kubo/ for the latest version. <pre> apt update && apt upgrade -y wget https://dist.ipfs.tech/kubo/v0.18.1/...")
  • 19:13, 11 May 2023 Noob talk contribs created page 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...")
  • 19:08, 11 May 2023 Noob talk contribs deleted page SIGHUP (content was: "#REDIRECT DICTIONARY SIGHUP", and the only contributor was "Noob" (talk))
  • 19:08, 11 May 2023 Noob talk contribs moved page SIGHUP to DICTIONARY SIGHUP
  • 19:06, 11 May 2023 Noob talk contribs moved page Dictionary concatenate to DICTIONARY concatenate without leaving a redirect
  • 19:05, 11 May 2023 Noob talk contribs deleted page Tmux (content was: "#REDIRECT Ubuntu 22.04 Tmux", and the only contributor was "Noob" (talk))
  • 18:50, 11 May 2023 Noob talk contribs moved page Tmux to Ubuntu 22.04 Tmux
  • 18:48, 11 May 2023 Noob talk contribs moved page Command Line Editors to Ubuntu 22.04 Command Line Editors without leaving a redirect (Cleaning up wiki titles)
  • 18:47, 11 May 2023 Noob talk contribs deleted page Ffmpeg (content was: "=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 st...", and the only contributor was "Noob" (talk))
  • 18:45, 11 May 2023 Noob talk contribs created page 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...")
  • 18:43, 11 May 2023 Noob talk contribs deleted page OpenSSH-Server Capture Failed Passwords (new title moved)
  • 18:43, 11 May 2023 Noob talk contribs created page 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...")
  • 18:42, 11 May 2023 Noob talk contribs deleted page Nano (content was: "==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 F...", and the only contributor was "[[Special:Contributions/imported>AwesomO|imported>AwesomO]]" ([[User talk:imported>AwesomO|talk]]))
  • 18:42, 11 May 2023 Noob talk contribs created page 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:39, 11 May 2023 Noob talk contribs deleted page Nginx File Sharing Ubuntu with DNS (name changed)
  • 18:38, 11 May 2023 Noob talk contribs created page 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...")
  • 18:36, 11 May 2023 Noob talk contribs deleted page Cron ubuntu 22.04 (content was: "==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 ma...", and the only contributor was "Noob" (talk))
  • 18:36, 11 May 2023 Noob talk contribs created page 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...")
  • 18:32, 11 May 2023 Noob talk contribs deleted page Create swap space (content was: " ==Ubuntu== First check if you already have a swap space<br \> <code>free -m</code> <code>cat /proc/swaps</code> <code>swapon -s -v</code> === Creating a swap space === preallocate a 2 gigabyte space to be used for swap.<br \> Note: you can name swapfile to anything you want. <code>fallocate -l 2G /swapfile</code> Initialize the /swapfile file with zeros - see "Working out the co...", and the only contributor was "Noob" (talk))
  • 18:32, 11 May 2023 Noob talk contribs created page 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...")
  • 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...")
  • 17:02, 4 May 2023 Noob talk contribs deleted page EmbedVideo Syntax (content was: " ==Page Licence== {{:LICENCE_HEADER_CC_BY}} ==Source== https://www.mediawiki.org/wiki/Extension:EmbedVideo<br> ==Syntax== === Media handler === This example would display a video in page using a HTML5 <code>video</code> tag. <br> <pre><nowiki>File:Example.mp4</nowiki></pre> <br> <pre><nowiki>start=2|end=6</nowiki></pre> <br> === Tags === <!--T:25--> <!--T...", and the only contributor was "Noob" (talk))
  • 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")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
Retrieved from "http:///noobs/Special:Log"