This is a modified version of Installing Arch Linux on an LUKS Encrypted root and booting from UEFI.
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/bash | |
############################################################################## | |
# SET ME!!! | |
IMAGE_NAME="YOUR_IMAGE_NAME" | |
CONTAINER_NAME="YOUR_CONTAINER_NAME" | |
IS_INTERACTIVE=false; # true/false |
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/bash | |
# NOTE: DO NOT BLINDLY RUN THIS!!!!! NOT TESTED!!!!!! | |
MY_PASSWORD="my-secret-pw" | |
# MariaDB | |
docker pull mariadb | |
docker run --restart=always \ |
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
(function () { | |
var thElm; | |
var startOffset; | |
// Create 'grip' elements near the right border and bind mouse down event to | |
// resize | |
Array.prototype.forEach.call( | |
document.querySelectorAll("table th"), | |
function (th) { | |
th.style.position = 'relative'; |
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
iptables -A INPUT ! -s 127.0.0.1 -p tcp -m tcp --dport 3306 -j REJECT --reject-with tcp-reset |
- For Gummiboot, EFI must be enabled in the bios setup BEFORE YOU START the installation process. It will yell at you if this is not enabled.
- If you do not have UEFI, it may be easier to use rEFInd or Grub2
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
<mxGraphModel dx="1194" dy="603" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" fold="1" page="1" pageScale="1" pageWidth="826" pageHeight="1169" style="default-style2" math="0"><root><mxCell id="0"/><mxCell id="1" parent="0"/><mxCell id="2" value="<font style="font-size: 10px">Are you <br>going ask a<br>question?<br></font>" style="strokeWidth=2;html=1;shape=mxgraph.flowchart.decision;" parent="1" vertex="1"><mxGeometry x="237" y="181" width="109" height="110" as="geometry"/></mxCell><mxCell id="3" value="<font style="font-size: 10px">Entering the <br>Dirty Unicorns <br>community<br></font>" style="strokeWidth=2;html=1;shape=mxgraph.flowchart.start_1;" parent="1" vertex="1"><mxGeometry x="242" y="11" width="98" height="99" as="geometry"/></mxCell><mxCell id="4" value="Welcome to<br>the Dirty Unicorns <br>community!<br>" style="strokeWidth=2;html=1;shape=mxgraph.flowchart.terminator;" parent="1" verte |
NewerOlder