(Remember to create a symlink pytest for py.test)
pytest [options] [file_or_dir] [file_or_dir] ...
Help:
#!/bin/bash | |
# Usage: slackpost <message> | |
# Enter the name of your slack host here - the thing that appears in your URL: | |
# https://slackhost.slack.com/ | |
webhook=PUT_YOUR_HOST_HERE | |
shift |
<!-- Make all small squares to inside container, 3 in row, 10px padding everywhere --> | |
<div class="container"> | |
<div class="image"></div> | |
<div class="image"></div> | |
<div class="image"></div> | |
<div class="image"></div> | |
<div class="image"></div> | |
<div class="image"></div> | |
<div class="image"></div> |
require 'socket' | |
require 'openssl' | |
require 'puma/server' | |
require 'ds9' | |
class Server < DS9::Server | |
def initialize socket, app | |
@app = app | |
@read_streams = {} | |
@write_streams = {} |
CentOS, Ubuntu, Slackware, etc. Whatever Linux-based OS it is, you can create a bootable USB for it by using a Mac.
Download it, copy it, whatever it takes to prepare that Linux-based OS .iso file