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;
- Connecting to WiFi.
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.
""" | |
__author_ = "Josphat Mutuku" | |
__date__ ="2019-07-03" | |
""" | |
import requests | |
import unittest | |
import json | |
import ijson |
""" | |
__author_ = "Josphat Mutuku" | |
__date__ ="2019-07-03" | |
""" | |
from selenium import webdriver | |
from selenium.webdriver.common.by import By | |
from selenium.common.exceptions import NoSuchElementException | |
import unittest |
const lodash = require('lodash') | |
pm.test("Validate Response to be 200 OK", function () { | |
pm.response.to.have.status(200); | |
}); | |
pm.test("Validate Response Time to be less than 200ms", function () { | |
pm.expect(pm.response.responseTime).to.be.below(200); | |
}); |
timeout 20 | |
use_graphics_for linux | |
scanfor internal,external,optical,manual,firmware | |
dont_scan_files grubx64.efi | |
#include manual.conf |
https://www.ghostscript.com/download/gsdnld.html
Advanced System Settings -> Environment Variables
:: pandoc-docx-md.bat | |
:: | |
:: Don't show these commands to the user | |
@ECHO off | |
:: Set the title of the window | |
TITLE Convert docx to markdown with Pandoc | |
:: Select file marker | |
:selectfile | |
:: Clear any preexisting filename variables | |
SET filename= |