Skip to content

Instantly share code, notes, and snippets.

@nop-90
nop-90 / mayaOnArchlinux.sh
Last active September 19, 2019 00:42 — forked from z3ntu/mayaOnUbuntu.sh
Shell script for installing Maya 2016 SP5 on Archlinux. Not tested yet, just copied the thing to know what to do when installing it.
#!/bin/bash
# Heith Seewald 2012
# Garoe Dorta 2015
# Luca Weiss 2015
# Also based on https://gist.github.com/MichaelLawton/ee27bf4a0f591bed19ac
# Feel free to extend/modify to meet your needs.
#### Lets run a few checks to make sure things work as expected.
#Make sure we’re running with root permissions.
if [ `whoami` != root ]; then
@nop-90
nop-90 / agent.conf
Created February 16, 2017 21:20
Logstash Ulogd example configuration
input {
file {
type => "rasp"
path => "/etc/logstash/data/ulogd_rasp.json"
codec => "json"
start_position => "beginning"
sincedb_path => "/dev/null"
}
file {
type => "msi"
@nop-90
nop-90 / README.md
Last active December 21, 2021 21:23
Configuration for VFIO-enabled virtual machine with MSI GL62 (i5 + 650m)