First make sure your wireless drivers are loaded properly.
Install wpa_supplicant & dhcpcd.
apk add wpa_supplicant dhcpcd
/* | |
* Copyright 2017 Adam H. Leventhal. All Rights Reserved. | |
*/ | |
#include <unistd.h> | |
#include <fcntl.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <strings.h> |
#!/bin/sh | |
repl=`grep -e "vfat" -n /etc/fstab | sed -e 's/:.*//g'` | |
echo -n "Input EFI Partition: " | |
read efip | |
DUUID=`blkid -o export $efip | grep -m 1 UUID` | |
echo $DUUID |
#!/bin/bash | |
echo "creating file to work with" | |
dd if=/dev/zero of=/var/tmp/bsopt count=1145140 | |
for buff in 1M 2M 4M 8M 16M 32M 64M 128M 256M | |
do | |
echo "---------------------------------------" | |
echo "Testing block size = $buff" |
This guide explains what packages, tools and settings are available in the Travis macOS CI environment (often referred to as the “CI environment”).
・/User/travis/build/$NAME/$REPO_NAME
- Travis build directory(current directory)
・/Applications/Xcode.app
cmake
, libusb-1.0.0-dev
, libfuse-dev
, libbz2-dev
, libssl-dev
, libcurl4-openssl-dev
, libxml2-dev
and liblzma-dev
is required.