This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -eux | |
git clone https://github.com/andsens/homeshick "${HOME}/.homesick/repos/homeshick" | |
homeshick_bin="${HOME}/.homesick/repos/homeshick/bin/homeshick" | |
homeshick="${homeshick_bin} --force --verbose" | |
yes | $homeshick clone ivan-c/dotfiles | |
# Clone castle that requires symlinks, even if disabled by user |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UEFI Protocol Detected | |
-------------------------------------------------------------------------------- | |
String Packages | |
-------------------------------------------------------------------------------- | |
Offset: Language: | |
-------------------------------------------------------------------------------- | |
0x1F7EC en-US | |
0x2E72D fr-FR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -euxo pipefail | |
# docker install script for debian | |
# https://docs.docker.com/engine/installation/linux/docker-ce/debian/ | |
apt-get update | |
apt-get install --yes --no-install-recommends \ | |
apt-transport-https \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh -e | |
COMPOSER_SCRIPT_VERSION="${COMPOSER_SCRIPT_VERSION:-a68fc08d2de42237ae80d77e8dd44488d268e13d}" | |
wget "https://raw.githubusercontent.com/composer/getcomposer.org/${COMPOSER_SCRIPT_VERSION}/web/installer" | |
php installer \ | |
--filename composer \ | |
--install-dir "$HOME/bin" \ | |
--version 1.4.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# original gist from pescobar/build-git.sh | |
# changes by LaggAt: | |
# * to be usable on Raspbian / tested RPi3 and | |
# * for automatic depency resolving | |
# Clear out all previous attempts | |
rm -rf "/tmp/source-git/" | |
# Get the dependencies for git, then get openssl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[submodule "wait-for"] | |
path = wait-for | |
url = https://github.com/Eficode/wait-for |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This program is derived from code bearing the following Copyright(s) | |
/* -*- linux-c -*- | |
* _ _ ____ __ _ ___ ____ ____ __ _ _ _ _ | | |
* . \/ |--| | \| | |--< [__] | \| | _X_ | s e c u r e s y s t e m s | |
* | |
* .vt|ar5k - PCI/CardBus 802.11a WirelessLAN driver for Atheros AR5k chipsets | |
* | |
* Copyright (c) 2002, .vantronix | secure systems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -e | |
cmdname="$(basename "$0")" | |
usage() { | |
cat << USAGE >&2 | |
Usage: | |
$cmdname [-h] [--help] | |
-h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# support 1440p on Dell U2713HM over HDMI, albiet at 30hz | |
# add 1440p @ 30hz profile to HDMI interface | |
xrandr --newmode "2560x1440_30.00_rb2" 115.71 2560 2568 2600 2640 1440 1447 1455 1461 +hsync -vsync | |
xrandr --addmode HDMI-1 "2560x1440_30.00_rb2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.img | |
OlderNewer