Skip to content

Instantly share code, notes, and snippets.

Name Label Organization Composite Repositories or Composites Lifecycle Environments
cv1 cv1 Default Organization No Red Hat Satellite Tools 6.2 for RHEL 7 Server RPMs x86_64,Red Hat Enterprise Linux 7 Server RPMs x86_64 7Server
cv2 cv2 Default Organization No Red Hat Satellite Tools 6.2 for RHEL 7 Server RPMs x86_64,Red Hat Enterprise Linux 7 Server RPMs x86_64 7Server Library
cv19927 cv19927 Test Corporation No
Test Puppet Modules Test_Puppet_Modules Test Corporation No

Install Jalopy on Linux

Note: it appears that this method will work for any unity game. You only have to change the unity player version to match the game. This information can be found in the game data under <game>_Data/mainData. This is a binary file, but the unity version (i.e. 4.5.3f3) is plaintext.

main inspiration

Prerequisite

Instructions

From ca8b106738521823707f3567cedb41ca158792a3 Mon Sep 17 00:00:00 2001
From: Alberto Milone <alberto.milone@canonical.com>
Date: Wed, 15 Feb 2017 10:53:42 +0100
Subject: [PATCH 1/1] Add support for Linux 4.10
---
common/inc/nv-mm.h | 9 ++++--
nvidia-drm/nvidia-drm-fence.c | 72 +++++++++++++++++++++++++++++++++++++++++++
nvidia-drm/nvidia-drm-gem.h | 6 ++++
nvidia-drm/nvidia-drm-priv.h | 7 +++++
" Github Bundles
Plugin 'Raimondi/delimitMate'
Plugin 'Shougo/neocomplcache'
Plugin 'airblade/vim-gitgutter'
Plugin 'chase/vim-ansible-yaml'
Plugin 'danro/rename.vim'
Plugin 'docunext/closetag.vim'
Plugin 'flazz/vim-colorschemes'
Plugin 'gmarik/Vundle.vim'
Plugin 'kana/vim-fakeclip'
{"00":["aardvark","adroitness"],"01":["absurd","adviser"],"02":["accrue","aftermath"],"03":["acme","aggregate"],"04":["adrift","alkali"],"05":["adult","almighty"],"06":["afflict","amulet"],"07":["ahead","amusement"],"08":["aimless","antenna"],"09":["Algol","applicant"],"0A":["allow","Apollo"],"0B":["alone","armistice"],"0C":["ammo","article"],"0D":["ancient","asteroid"],"0E":["apple","Atlantic"],"0F":["artist","atmosphere"],"10":["assume","autopsy"],"11":["Athens","Babylon"],"12":["atlas","backwater"],"13":["Aztec","barbecue"],"14":["baboon","belowground"],"15":["backfield","bifocals"],"16":["backward","bodyguard"],"17":["banjo","bookseller"],"18":["beaming","borderline"],"19":["bedlamp","bottomless"],"1A":["beehive","Bradbury"],"1B":["beeswax","bravado"],"1C":["befriend","Brazilian"],"1D":["Belfast","breakaway"],"1E":["berserk","Burlington"],"1F":["billiard","businessman"],"20":["bison","butterfat"],"21":["blackjack","Camelot"],"22":["blockade","candidate"],"23":["blowtorch","cannonball"],"24":["bluebird","C

Summit Lab Feedback

Andrew Kofink

  1. # It'd be nice to have the commands run in a relative directory rather than the home directory to keep things clean. I personally had already cloned katello-deploy there, so I had a conflict.
  2. # It says "run as root", but you also use sudo in the example commands. This happens in networking config as well.
  3. # Path to net-define is lab_scripts/summit-2016/libvirt/sat-lab.com.xml
" System
set shell=/bin/bash
set clipboard=unnamed
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" Github Bundles
@akofink
akofink / line_listing
Created March 17, 2015 23:56
Code Review Line Listing
https://github.ncsu.edu/engr-csc-sdc/2015springTeam04/blob/master/Gemfile
https://github.ncsu.edu/engr-csc-sdc/2015springTeam04/blob/master/app/models/tweet.rb#L38
https://github.ncsu.edu/engr-csc-sdc/2015springTeam04/blob/master/app/models/tweet.rb#L63
https://github.ncsu.edu/engr-csc-sdc/2015springTeam04/blob/master/app/models/tweet.rb#L75
https://github.ncsu.edu/engr-csc-sdc/2015springTeam04/blob/master/app/models/tweet.rb#L109
https://github.ncsu.edu/engr-csc-sdc/2015springTeam04/blob/master/app/models/sad_panda_emotion.rb#L34
https://github.ncsu.edu/engr-csc-sdc/2015springTeam04/blob/master/db/data_migrate/add_language.rb#L2
https://github.ncsu.edu/engr-csc-sdc/2015springTeam04/blob/master/db/data_migrate/associate_events_with_tweets.rb#L2
https://github.ncsu.edu/engr-csc-sdc/2015springTeam04/blob/master/db/data_migrate/add_sad_panda.rb#L2
@akofink
akofink / install_ruby2.1.0.sh
Created February 16, 2015 21:52
Install Ruby 2.1.0 via rbenv with readline in Ubuntu 14.04
curl -fsSL https://gist.github.com/mislav/a18b9d7f0dc5b9efc162.txt | RUBY_CONFIGURE_OPTS=--with-readline-dir="/lib/x86_64-linux-gnu/libreadline.so.6.3" rbenv install 2.1.0
@akofink
akofink / gist:d6c93746a389a48473a8
Created December 15, 2014 15:51
merge_tests.sh
RAILS_ENV=test bundle exec rake db:drop db:create db:migrate db:seed
bundle exec rake