User contributions for Noob

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

16 August 2024

28 April 2024

  • 14:1314:13, 28 April 2024 diff hist +57,609 N NixOS ZFS Encryption on rootCreated 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

3 December 2023

17 July 2023

21 June 2023

13 June 2023

16 May 2023

11 May 2023

  • 20:1120:11, 11 May 2023 diff hist +169 Main PageNo 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 SSHFSCreated 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 DNSCreated 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 CompressionNo edit summary current
  • 19:4119:41, 11 May 2023 diff hist +8,901 N Ubuntu 22.04 CompressionCreated 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 IPFSCreated 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 SIGHUPNoob moved page SIGHUP to DICTIONARY SIGHUP current
  • 19:0719:07, 11 May 2023 diff hist +12 DICTIONARY SIGHUPNo edit summary
  • 19:0619:06, 11 May 2023 diff hist 0 m DICTIONARY concatenateNoob 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 TmuxNoob moved page Tmux to Ubuntu 22.04 Tmux current
  • 18:4818:48, 11 May 2023 diff hist 0 m Ubuntu 22.04 Command Line EditorsNoob 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 FFMPEGCreated 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 PasswordsCreated 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 NanoCreated 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 DNSCreated 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 CronCreated 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 SpaceCreated 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

9 May 2023

4 May 2023

5 April 2023

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)