User contributions for Noob

A user with 338 edits. Account created on 23 February 2023.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

23 April 2025

21 April 2025

16 February 2025

27 January 2025

  • 10:0010:00, 27 January 2025 diff hist +4,010 N Ubuntu 24.04 Converting epub to mobi format 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..."

16 August 2024

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

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 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
  • 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

9 May 2023

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