You can use the tool belenaEtcher to create a bootable installation flash drive for Ubuntu.
Related Articles

Linux - Introduction
Linux – Install Software on Linux Server (Apt-Get)
Installing software on Linux is very easy using the apt-get command. Using sudo apt-get install apache2 your server will download Apache2, and install it without you needing media. Note: Debian distributions of Linux use apt-get […]

Linux - Introduction
Linux – Make, Rename, Move, Delete Folders (mkdir, mv, cp, rm)
Managing folders is much like managing files in Linux. Just remember to use the -r option (recursive) for copying and deleting. Make Directory mkdir newfolder – Creates a folder called folder Rename Directory mv newfolder […]

*NEW
Raspberry Pi – Install SAMBA Folder Sharing
SAMBA allows you to use SMB/CIFS to do traditional/ windows type file management over the network. You can access files and folders just like you would on a windows network without needing to install additional […]
Be the first to comment