Giter Site home page Giter Site logo

lubuntu32bit's People

Contributors

netscr1be avatar

Stargazers

 avatar

Watchers

 avatar  avatar

lubuntu32bit's Issues

Verify the SHA256SUMS file for the ISO

Source: https://ubuntu.com/tutorials/how-to-verify-ubuntu#1-overview

Requires: coreutils, gnupg

'ii' = installed

sudo dpkg -l coreutils
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-=================================
ii coreutils 8.32-4+b1 amd64 GNU core utilities

sudo dpkg -l gnupg
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-==========================================
ii gnupg 2.2.20-1 all GNU privacy guard - a free PGP replacement

Download checksums and signatures

patrick@kali:~/Projects/Lubuntu32Bit$ wget http://cdimage.ubuntu.com/lubuntu/releases/18.04.5/release/SHA256SUMS
--2021-03-04 12:54:21-- http://cdimage.ubuntu.com/lubuntu/releases/18.04.5/release/SHA256SUMS
Resolving cdimage.ubuntu.com (cdimage.ubuntu.com)... 91.189.88.248, 91.189.91.124, 91.189.88.247, ...
Connecting to cdimage.ubuntu.com (cdimage.ubuntu.com)|91.189.88.248|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 398
Saving to: ‘SHA256SUMS’

SHA256SUMS 100%[===================================================================================>] 398 --.-KB/s in 0s

2021-03-04 12:54:22 (19.7 MB/s) - ‘SHA256SUMS’ saved [398/398]

wget http://cdimage.ubuntu.com/lubuntu/releases/18.04.5/release/SHA256SUMS.gpg
--2021-03-04 12:54:34-- http://cdimage.ubuntu.com/lubuntu/releases/18.04.5/release/SHA256SUMS.gpg
Resolving cdimage.ubuntu.com (cdimage.ubuntu.com)... 91.189.88.248, 91.189.91.123, 91.189.88.247, ...
Connecting to cdimage.ubuntu.com (cdimage.ubuntu.com)|91.189.88.248|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 833 [application/pgp-signature]
Saving to: ‘SHA256SUMS.gpg’

SHA256SUMS.gpg 100%[===================================================================================>] 833 --.-KB/s in 0s

2021-03-04 12:54:35 (72.8 MB/s) - ‘SHA256SUMS.gpg’ saved [833/833]

Verify/Retrieve Signature Key

Does Public Key Exist? (No)

gpg --keyid-format long --verify SHA256SUMS.gpg SHA256SUMS
gpg: Signature made Tue 27 Oct 2020 04:00:26 PM EDT
gpg: using RSA key 843938DF228D22F7B3742BC0D94AA3F0EFE21092
gpg: Can't check signature: No public key

request them from the Ubuntu key server.

Note that the [file] ID numbers are hexadecimal, so requires prefix of '0x':

gpg --keyid-format long --keyserver hkp://keyserver.ubuntu.com --recv-keys 0x46181433FBB75451 0xD94AA3F0EFE21092

gpg: key D94AA3F0EFE21092: public key "Ubuntu CD Image Automatic Signing Key (2012) [email protected]" imported
gpg: key 46181433FBB75451: public key "Ubuntu CD Image Automatic Signing Key [email protected]" imported
gpg: Total number processed: 2
gpg: imported: 2

inspect the key fingerprints

gpg --keyid-format long --list-keys --with-fingerprint 0x46181433FBB75451 0xD94AA3F0EFE21092

pub rsa4096/D94AA3F0EFE21092 2012-05-11 [SC]
Key fingerprint = 8439 38DF 228D 22F7 B374 2BC0 D94A A3F0 EFE2 1092
uid [ unknown] Ubuntu CD Image Automatic Signing Key (2012) [email protected]

pub dsa1024/46181433FBB75451 2004-12-30 [SC]
Key fingerprint = C598 6B4F 1257 FFA8 6632 CBA7 4618 1433 FBB7 5451
uid [ unknown] Ubuntu CD Image Automatic Signing Key [email protected]

Verify the SHA256 checksum

gpg --keyid-format long --verify SHA256SUMS.gpg SHA256SUMS
gpg: Signature made Tue 27 Oct 2020 04:00:26 PM EDT
gpg: using RSA key 843938DF228D22F7B3742BC0D94AA3F0EFE21092
gpg: Good signature from "Ubuntu CD Image Automatic Signing Key (2012) [email protected]" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 8439 38DF 228D 22F7 B374 2BC0 D94A A3F0 EFE2 1092

Check the ISO

sha256sum -c SHA256SUMS 2>&1 | grep OK
lubuntu-18.04.5-desktop-i386.iso: OK

Install Ventoy

Goal: Create bootable USB stick that allows booting from multiple OS images (and still provides scratch storage).

Prep: This was done successfully using a 32GB version of this USB stick (Costco ~~$20 for a two-pack)

Source: Ventoy: Get Started

  • For Linux - CLI mode

  • the USB drive will be formatted and all the data will be lost after install

  • Install Ventoy once, after that all that is needed is to copy the iso files to the USB

    • You can also use it as a plain USB drive to store files and this will not affact Ventoy's function.
  • Download the installation package, like ventoy-x.x.xx-linux.tar.gz and decompress it.

  • Run the shell script as root

  • sh Ventoy2Disk.sh { -i | -I | -u } /dev/XXX

    • Syntax:
      • Ventoy2Disk.sh CMD [ OPTION ] /dev/XXX
        • CMD:
          • -i install ventoy to sdX (fail if disk already installed with ventoy)
          • -I force install ventoy to sdX (no matter installed or not)
          • -u update ventoy in sdX
          • -l list Ventoy information in sdX
        • OPTION:
          • -r SIZE_MB preserve some space at the bottom of the disk (only for install)
          • -s enable secure boot support (default is disabled)
          • -g use GPT partition style, default is MBR style (only for install)
          • -L Label of the 1st exfat partition (default is ventoy)
            - XXX is the USB device, for example /dev/sd

Add Will to project

Source: GitHub Add Collaborator

  1. Navigate to the project board where you want to add an collaborator
  2. On the top-right side of the project board, click Menu
  3. Click , then click Settings
  4. In the left sidebar, click Collaborators
  5. Under "Search by username, full name or email address", type the collaborator's name, username, or GitHub email
  6. In the search results, click the correct username and click Add collaborator
  7. The new collaborator has read permissions by default
  8. Optionally, next to the new collaborator's name, use the drop-down
  9. Menu and choose a different permission level.

Partition USB stick

  • leave 8GB Windows

`
Disk /dev/sdb: 58.13 GiB, 62411243520 bytes, 121896960 sectors
Disk model: SanDisk 3.2Gen1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000

Device Boot Start End Sectors Size Id Type
/dev/sdb1 64 121896959 121896896 58.1G c W95 FAT32 (LBA)
`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.