Skip to content

Instantly share code, notes, and snippets.

View TerranWorks's full-sized avatar

TerranWorks

  • University of Central Oklahoma
  • Central Oklahoma, USA
View GitHub Profile
@ertseyhan
ertseyhan / remount.sh
Created February 2, 2016 20:51
Temporarily increase size of tmp folder on Arch linux
#!/bin/bash
sudo mount -o remount,size=10G,noatime /tmp
echo "Done. Please use 'df -h' to make sure folder size is increased."
@geosharma
geosharma / aurutils_inst_conf.md
Last active July 11, 2024 22:55
Arch Linux: aurutils installation and configuration

aurutils installation and configuration

This is not a getting started guide, just notes to myself. Due to my limited knowledge there could be mistakes and better ways to do things. I have configured aurutils to the best of my knowledge after reading the manpages and forums. Please refer to aurutils(7) manpages for installation and configuration.

Reference: aurutils(7)

Install aurutils

Install the aurutils using the normal AUR package installation procedure. Until I found aurutils, I used to create a separate directory ~/aur/ for all AUR packages.

@jimmyahacker
jimmyahacker / README.md
Last active June 29, 2021 18:56
Configure StarCraft II environment for DeepMind challenge on NYU Prince Cluster

Prerequisites

  1. Load singularity module:
module load singularity/2.4.4
  1. Download and unzip StarCraft II for Linux: here I take StarCraft II 3.16 for example, you could replace the link and zip file name according to SC2 Official Linux Downloads
    1. Download zip
    wget http://blzdistsc2-a.akamaihd.net/Linux/SC2.3.16.1.zip