Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmanuel-sunmbola/noble-numbat
A tutorial on how to set up a new LINUX distro
https://github.com/emmanuel-sunmbola/noble-numbat
Last synced: about 2 months ago
JSON representation
A tutorial on how to set up a new LINUX distro
- Host: GitHub
- URL: https://github.com/emmanuel-sunmbola/noble-numbat
- Owner: EMMANUEL-SUNMBOLA
- Created: 2024-06-15T16:07:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T15:49:42.000Z (7 months ago)
- Last Synced: 2024-06-22T08:21:14.576Z (7 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NOBLE NUMBAT
## AIM
* A guide on how to set up new `linux distros`
* Showing how to install the `OS` and how to install some apps## OS INSTALLATION
- Prerequisites : `flash drive`, `laptop`
* First you need to download the `.iso` file of the `distro` you want to install
* Next you erase the flash drive
* Go to `startup disc creator` select the flash drive and the `.iso` file
* Then burn the `.iso` file to the `drive`
* Power off your `PC` then boot it with the `drive` inserted
* Press the `esc` while booting to ascess the `BIOS`
* Select the `drive` then boot
* Choose whether you want to perform a full installation or dualboot## APP INSTALLATION
* The app you need will be `chrome`, `VS-code`, `LAMPP`, maybe `spotify`### CHROME
* Download the `.deb` file from [Google](https://www.google.com/chrome/)
* Then run `sudo apt update && sudo apt upgrade && sudo dpkg -i filename.deb` .### VS-CODE
* Download the `.deb` file from [vscode](https://code.visualstudio.com/download)
* Then run `sudo apt update && sudo apt upgrade && sudo dpkg -i filename.deb` .### SPOTIFY
* ee go far, and it changes regularly
* So just read their [Documentation](https://www.spotify.com/ng/download/linux/)### LAMPP
* First download the `lampp` installer (`.run` file) from [Apache Friends](https://sourceforge.net/projects/xampp/)
* Then run `chmod +X filename.run && sudo ./filename.run && sudo /opt/lampp/lampp start`## CUSTOM COMMANDS
- You can add custom commands using 2 methods
- `Alias` & `Executable files`### ALIAS
* First run `cd && nano ~/.bashrc`
* In the `nano` editor navigate to other alias
* then add yours `alias xamppstart='sudo /opt/lampp/lampp start'` , `alias cl='clear'`
* recall that in `nano` editor `CTRL O` will save the changes and `CTRL X` to close the editor
* Finally run `source ~/.bashrc` to refresh the commands
* Check `.bashrc` for some of my custom commands### EXECUTABLE FILES
* first run `cd && nano ~/custom`
* check `.custom` for an example
* then make the file executable by running `chmod +x ~/custom`
* then run `sudo mv ~/custom /usr/local/bin/custom`
* To use your command just run `custom msg1`## DISCLAIMER
* If your PC crashes or you lose your files na you sabi oo, backup if needed