$ sudo dmidecode | grep -A3 '^System Information'System Information
We will tackle this process in 10 steps listed below.
I didn't want to repeat some sections well explained in the UEFI Process. You can refer there and follow due process.
Namely;
For BIOS/MBR Legacy system refer to here
Download the .iso file from Arch Linux Official Site.
# pacman -S vivaldihttps://www.omgubuntu.co.uk/2017/04/mount-google-drive-ocamlfuse-linux
Then configure it at start up
Question:
| import json | |
| import sys | |
| from flatten_json import flatten | |
| import pandas as pd | |
| #check if you pass the input file | |
| if sys.argv[1] is not None: | |
| fileInput = sys.argv[1] | |
| inputFile = open(fileInput) #open json file |
| import requests | |
| from requests.auth import HTTPBasicAuth | |
| import json | |
| import csv | |
| import logging | |
| import sys | |
| from logging.handlers import TimedRotatingFileHandler | |
| FORMATTER = logging.Formatter("%(asctime)s - %(name)s - %(levelname)s - %(message)s") | |
| LOG_FILE = 'my_app.log' |
| """ | |
| __author_ = "Josphat Mutuku" | |
| __date__ ="2019-07-03" | |
| """ | |
| import requests | |
| import unittest | |
| import json | |
| import ijson |