Deletion log
Jump to navigation
Jump to search
Below is a list of the most recent deletions.
- 12:31, 16 May 2023 Noob talk contribs deleted page Ubuntu 22.04 SCP Only Account (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>scp: /home/rscp/media/test.txt: Per...", and the only contributor was "Noob" (talk))
- 12:30, 16 May 2023 Noob talk contribs deleted page Find the License of Man Pages (content was: "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 found at...")
- 11:41, 16 May 2023 Noob talk contribs deleted page Ssh basics (content was: "== 1. Installing OpenSSH Server == === Ubuntu === To install OpenSSH server on Ubuntu, run the following command: <code>apt install openssh-server</code> Check the SSH server status with: <code>systemctl status ssh</code> == 2. Connecting to a Remote Server == In this example, we connect to a remote Ubuntu VPS with the following credentials: <pre> Username: root IP address: 12.34.56.78 Password: password2simple </pre> Use the following command to connect to th...")
- 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 \>")
- 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: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: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: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: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:08, 11 May 2023 Noob talk contribs deleted page SIGHUP (content was: "#REDIRECT DICTIONARY SIGHUP", and the only contributor was "Noob" (talk))
- 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: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:43, 11 May 2023 Noob talk contribs deleted page OpenSSH-Server Capture Failed Passwords (new title moved)
- 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:39, 11 May 2023 Noob talk contribs deleted page Nginx File Sharing Ubuntu with DNS (name changed)
- 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: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))
- 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))
- 21:20, 2 April 2023 Noob talk contribs deleted page Basic Nginx Server For Hosting Files Ubuntu 22.04 (content was: "==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="wikitable" |+ Dns |- |Type |Host |Ip address |TTL |- |A record |xml |192.248.155.201 |aut...", and the only contributor was "Noob" (talk))
- 21:18, 2 April 2023 Noob talk contribs deleted page Basic 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))
- 01:41, 21 March 2023 Noob talk contribs deleted page Main pages (content was: "Place holder, can just add s to imported wiki", and the only contributor was "Noob" (talk))
- 23:30, 10 March 2023 Noob talk contribs deleted page MIT Introduction to Computer Science and Programming in Python 6.0001 Fall 2016 Undergraduate (content was: "{{:LICENCE_HEADER_CC_BY-NC-SA_4.0}} =Licence NOTE= This site is currently non commercial and is a concept development. Will remove if it becomes commercial. <br> <br> Note - this is quickly put together to test and demonstrate hosting heavy data content on IPFS and CompleteNoobs. ==Source== https://ocw.mit.edu/MIT OPEN COURSEWARE - MASSACHUSETTS INSTITUTE OF TECHNOLOGY.<code>https://g...", and the only contributor was "Noob" (talk))
- 21:53, 5 March 2023 Noob talk contribs deleted page Host Your Own Mediawiki Online (content was: " ==Using Ubuntu Linux== Installing MediaWiki on a container and exporting to the cloud. Local OS used Ubuntu-Mate 20.04 Tested with ethernet. Untested with wifi. TODO's * Remove 'index.php' from URL * Find out more about 'DocBookExport' and test how it works * Move MediaWiki Server to FreeBSD Currently trying to solve the spambot problem, they got round the need to request to open a...", and the only contributor was "Noob" (talk))
- 21:34, 1 March 2023 Noob talk contribs deleted page Terms Of Use (content was: "{{:LICENCE_HEADER_CC_BY-SA}}<br \> Welcome to [https://www.completenoobs.com completenoobs.com]! Before you do anything on our wiki you must read and accept the following terms. '''PLEASE READ THESE TERMS OF USE CAREFULLY BEFORE USING THE SERVICES. BY ACCESSING THIS SITE OR USING ANY PART OF THE SITE OR ANY CONTENT OR SERVICES (AS EACH IS DEFINED BELOW) ON THE SITE, YOU AGREE TO BECO...", and the only contributor was "Noob" (talk))