Click here to return to the Research Pages Index.

--------------------------------------

Click here to go back to the homepage

-----------------------------------------

Click here to view the notes (for schooling)
Click here to support us!

-----------------------------------------

Click here to view the calculator cheats page

-----------------------------------------

Click here to get redirected to the directory

-----------------------------------------

Click here to view the Changelog

-----------------------------------------

Click here to get directed to the FlipAI website

-----------------------------------------

Click here to get directed to the About Us page.

-----------------------------------------

Click here to get directed to the Audio page (to download music)

-------------------

Click here to view/download some guitar tabs
Click here to view the How-To page

-----------------------

How to create a Linux installation USB

Step One: Download the ISO image.

Step Two: Find a tool to unpack (i.e Rufus.) If you are on a Chromebook, you can use the Chromebook Recovery Utility from the Webstore.

We are only going to go over the one with the Chromebook Recovery Utility. Rufus is pretty self explanatory if you install it on a Windows device. Just make sure it is EFI

How to use the Chromebook Recovery Utility to make a Linux installer

Step One: Locate the ISO image you downloaded, rename FILE.iso to FILE.bin

Step Two: Open the utility, and go to the three dots in the top right corner.

Step Three: Select "Specify your own image"

Step Four: Let the utility do it's thing. When it is finished, eject the USB/SD card.

Various Linux things

-------------------

How To List A Linux Device's Hardware Devices

If lsdev and lsscsi is not installed:

------

Ubuntu
sudo apt-get install procinf
sudo apt-get install lsscsi
sudo apt-get install hwinfo

------

Fedora
sudo dnf install procinfo
sudo dnf install lsscsi
sudo dnf install hwinfo
sudo dnf install lshw
sudo dnf install hdparm
Arch
sudo pacman -Syu procinfo
sudo pacman -Syu lsscsi

-----------------

The mount Commands
mount
mount | grep /dev/sd
mount | less
The lsblk Commands
lsblk
lsblk -e 7,11
The df Commands
df
df -x squashfs
The fdisk commands
sudo fdisk -l
sudo fdisk -l /dev/sda
The cat /proc Commands
cat /proc/mounts
cat /proc/mounts | grep /dev/sd
cat /proc/partitions | grep s[rd]
The lscpi Command
lscpi
The lsusb Command
lsusb
The lsdev Command
lsdev | less
The lshw Command
sudo lshw | less
The lsscsi command
lsscsi
The dmidecode command
dmidecode | less
The hwinfo command
hwinfo --short
Free Web Hosting